Re: [PATCH v1 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack

2024-03-13 Thread Xin Li
On 3/13/2024 12:09 AM, Jürgen Groß wrote: On 13.03.24 07:05, Xin Li (Intel) wrote: The stack of a task has been separated from the memory of a task_struct struture for a long time on x86, as a result __{start,end}_init_task no longer mark the start and end of the init_task structure, but its

Re: [PATCH v1 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack

2024-03-13 Thread Jürgen Groß
On 13.03.24 07:05, Xin Li (Intel) wrote: The stack of a task has been separated from the memory of a task_struct struture for a long time on x86, as a result __{start,end}_init_task no longer mark the start and end of the init_task structure, but its stack only. Rename __{start,end}_init_task

[PATCH v1 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack

2024-03-13 Thread Xin Li (Intel)
The stack of a task has been separated from the memory of a task_struct struture for a long time on x86, as a result __{start,end}_init_task no longer mark the start and end of the init_task structure, but its stack only. Rename __{start,end}_init_task to __{start,end}_init_stack. Note other