mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
Fix some paging related bugs exposed by the spawn stress test.
- Process::exec() needs to restore the original paging scope when called on a non-current process. - Add missing InterruptDisabler guards around g_processes access. - Only flush the TLB when modifying the active page tables.
This commit is contained in:
parent
7b96218389
commit
e71cb1c56b
Notes:
sideshowbarker
2024-07-19 18:31:27 +09:00
Author: https://github.com/awesomekling
Commit: e71cb1c56b
13 changed files with 110 additions and 67 deletions
|
@ -3,7 +3,7 @@
|
|||
#define PACKED __attribute__ ((packed))
|
||||
#define NORETURN __attribute__ ((noreturn))
|
||||
#undef ALWAYS_INLINE
|
||||
#define ALWAYS_INLINE __attribute__ ((always_inline))
|
||||
#define ALWAYS_INLINE inline __attribute__ ((always_inline))
|
||||
#define NEVER_INLINE __attribute__ ((noinline))
|
||||
#define MALLOC_ATTR __attribute__ ((malloc))
|
||||
#define PURE __attribute__ ((pure))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue