Searched hist:"14 d4a7b516e993cf3926758a7ede569d8e119855" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/kernel/skas/ |
H A D | stub_exe.c | diff 14d4a7b516e993cf3926758a7ede569d8e119855 Tue Oct 22 14:02:38 CEST 2024 Johannes Berg <johannes.berg@intel.com> um: make stub_exe _start() pure inline asm
Since __attribute__((naked)) cannot be used with functions containing C statements, just generate the few instructions it needs in assembly directly.
While at it, fix the stack usage ("1 + 2*x - 1" is odd) and document what it must do, and why it must adjust the stack.
Fixes: 8508a5e0e9db ("um: Fix misaligned stack in stub_exe") Link: https://lore.kernel.org/linux-um/CABVgOSntH-uoOFMP5HwMXjx_f1osMnVdhgKRKm4uz6DFm2Lb8Q@mail.gmail.com/ Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_32.h | diff 14d4a7b516e993cf3926758a7ede569d8e119855 Tue Oct 22 14:02:38 CEST 2024 Johannes Berg <johannes.berg@intel.com> um: make stub_exe _start() pure inline asm
Since __attribute__((naked)) cannot be used with functions containing C statements, just generate the few instructions it needs in assembly directly.
While at it, fix the stack usage ("1 + 2*x - 1" is odd) and document what it must do, and why it must adjust the stack.
Fixes: 8508a5e0e9db ("um: Fix misaligned stack in stub_exe") Link: https://lore.kernel.org/linux-um/CABVgOSntH-uoOFMP5HwMXjx_f1osMnVdhgKRKm4uz6DFm2Lb8Q@mail.gmail.com/ Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | stub_64.h | diff 14d4a7b516e993cf3926758a7ede569d8e119855 Tue Oct 22 14:02:38 CEST 2024 Johannes Berg <johannes.berg@intel.com> um: make stub_exe _start() pure inline asm
Since __attribute__((naked)) cannot be used with functions containing C statements, just generate the few instructions it needs in assembly directly.
While at it, fix the stack usage ("1 + 2*x - 1" is odd) and document what it must do, and why it must adjust the stack.
Fixes: 8508a5e0e9db ("um: Fix misaligned stack in stub_exe") Link: https://lore.kernel.org/linux-um/CABVgOSntH-uoOFMP5HwMXjx_f1osMnVdhgKRKm4uz6DFm2Lb8Q@mail.gmail.com/ Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|