[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <07e3705f-68be-40bc-80fb-ef81460f1674@wanadoo.fr>
Date: Sun, 17 Mar 2024 15:36:19 +0100
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: Pasha Tatashin <pasha.tatashin@...een.com>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, akpm@...ux-foundation.org, x86@...nel.org, bp@...en8.de,
brauner@...nel.org, bristot@...hat.com, bsegall@...gle.com,
dave.hansen@...ux.intel.com, dianders@...omium.org,
dietmar.eggemann@....com, eric.devolder@...cle.com, hca@...ux.ibm.com,
hch@...radead.org, hpa@...or.com, jacob.jun.pan@...ux.intel.com,
jgg@...pe.ca, jpoimboe@...nel.org, jroedel@...e.de, juri.lelli@...hat.com,
kent.overstreet@...ux.dev, kinseyho@...gle.com,
kirill.shutemov@...ux.intel.com, lstoakes@...il.com, luto@...nel.org,
mgorman@...e.de, mic@...ikod.net, michael.christie@...cle.com,
mingo@...hat.com, mjguzik@...il.com, mst@...hat.com, npiggin@...il.com,
peterz@...radead.org, pmladek@...e.com, rick.p.edgecombe@...el.com,
rostedt@...dmis.org, surenb@...gle.com, tglx@...utronix.de,
urezki@...il.com, vincent.guittot@...aro.org
Subject: Re: [RFC 01/14] task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END
check
Le 11/03/2024 à 17:46, Pasha Tatashin a écrit :
> Remove __HAVE_ARCH_KSTACK_END as it has been osolete since removal of
> metag architecture in v4.17.
Nit: obsolete
>
> Signed-off-by: Pasha Tatashin <pasha.tatashin@...een.com>
> ---
> include/linux/sched/task_stack.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/include/linux/sched/task_stack.h b/include/linux/sched/task_stack.h
> index ccd72b978e1f..860faea06883 100644
> --- a/include/linux/sched/task_stack.h
> +++ b/include/linux/sched/task_stack.h
> @@ -116,7 +116,6 @@ static inline unsigned long stack_not_used(struct task_struct *p)
> #endif
> extern void set_task_stack_end_magic(struct task_struct *tsk);
>
> -#ifndef __HAVE_ARCH_KSTACK_END
> static inline int kstack_end(void *addr)
> {
> /* Reliable end of stack detection:
> @@ -124,6 +123,5 @@ static inline int kstack_end(void *addr)
> */
> return !(((unsigned long)addr+sizeof(void*)-1) & (THREAD_SIZE-sizeof(void*)));
> }
> -#endif
>
> #endif /* _LINUX_SCHED_TASK_STACK_H */
Powered by blists - more mailing lists