Re: [PATCH] Documentation: x86: update the thread_info's position

2020-12-21 Thread Mingzhe Yang
Thanks a million! I truly appreciate your review! On Tue, Dec 22, 2020 at 12:57 AM Jonathan Corbet wrote: > > On Sat, 5 Dec 2020 13:01:36 +0800 > Mingzhe Yang wrote: > > > Prior to kernel 4.9 the thread_info structure was at the bottom of > > the kernel stack. kernel 4.9 moved it into the

Re: [PATCH] Documentation: x86: update the thread_info's position

2020-12-21 Thread Jonathan Corbet
On Sat, 5 Dec 2020 13:01:36 +0800 Mingzhe Yang wrote: > Prior to kernel 4.9 the thread_info structure was at the bottom of > the kernel stack. kernel 4.9 moved it into the task_struct. > > See commits c65eacb ("sched/core: Allow putting thread_info into > task_struct"), 15f4eae ("x86: Move

[PATCH] Documentation: x86: update the thread_info's position

2020-12-04 Thread Mingzhe Yang
Prior to kernel 4.9 the thread_info structure was at the bottom of the kernel stack. kernel 4.9 moved it into the task_struct. See commits c65eacb ("sched/core: Allow putting thread_info into task_struct"), 15f4eae ("x86: Move thread_info into task_struct") and 883d50f ("scripts/gdb: fix