mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] x86: Allow variable-sized event frame
@ 2025-03-18  7:07 Xin Li (Intel)
  2025-03-18  7:07 ` [PATCH v2 1/3] x86/fred: " Xin Li (Intel)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xin Li (Intel) @ 2025-03-18  7:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: luto, tglx, mingo, bp, dave.hansen, x86, hpa, peterz, brgerst

This was initially posted as part of the FRED patch series and turned
down due to its unacceptable quality:
  https://lore.kernel.org/lkml/20230410081438.1750-31-xin3.li@intel.com/

Now try another attempt to meet the bar.


A FRED event frame could contain different amount of information for
different event types, e.g., #MCE could push extra bytes of information,
or perhaps even for different instances of the same event type. Thus
the size of an event frame pushed by a FRED CPU is not fixed and the
address of a pt_regs structure that is used to save the user level
context of current task is not at a fixed offset from top of current
task kernel stack.

This patch set adds a new field named 'user_pt_regs' in the thread_info
structure to save the address of user level context pt_regs structure,
thus to eliminate the need of any advance information of event frame
size and allow a FRED CPU to push variable-sized event frame.

With the above change, we can
1) Remove the padding space at top of the init stack because there is
   no user level context for init task.
2) Get rid of TOP_OF_KERNEL_STACK_PADDING on x86_64, which was defined
   to 0 for IDT to keep the code consistent with 32bit.

Link to v1: https://lore.kernel.org/lkml/20240617084516.1484390-1-xin@zytor.com/


Xin Li (Intel) (3):
  x86/fred: Allow variable-sized event frame
  x86: Remove the padding space at top of the init stack
  x86: Get rid of TOP_OF_KERNEL_STACK_PADDING on x86_64

 arch/x86/entry/entry_fred.c        | 22 +++++++++++++++++
 arch/x86/include/asm/processor.h   | 38 +++++++++++++++++++++++-------
 arch/x86/include/asm/thread_info.h | 19 +++++----------
 arch/x86/kernel/process.c          | 21 +++++++++++++++++
 arch/x86/kernel/vmlinux.lds.S      | 18 ++++++++++++--
 include/linux/thread_info.h        |  1 +
 kernel/fork.c                      |  6 +++++
 7 files changed, 101 insertions(+), 24 deletions(-)


base-commit: 6575d1b4a6ef3336608127c704b612bc5e7b0fdc
-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-18  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18  7:07 [PATCH v2 0/3] x86: Allow variable-sized event frame Xin Li (Intel)
2025-03-18  7:07 ` [PATCH v2 1/3] x86/fred: " Xin Li (Intel)
2025-03-18  7:08 ` [PATCH v2 2/3] x86: Remove the padding space at top of the init stack Xin Li (Intel)
2025-03-18  7:08 ` [PATCH v2 3/3] x86: Get rid of TOP_OF_KERNEL_STACK_PADDING on x86_64 Xin Li (Intel)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®