Re: [PATCH] s390/entry: Remove unused TIF flags
From: Alexander Gordeev
Date: Thu Sep 11 2025 - 08:29:48 EST
On Thu, Sep 11, 2025 at 11:28:06AM +0200, Sven Schnelle wrote:
Hi Sven,
> The conversion of s390 to generic entry missed to remove the
> TIF_SYSCALL*/TIF_SECCOMP flags. Remove them as they are unused now.
>
> Fixes: 56e62a737028 ("s390: convert to generic entry")
> Signed-off-by: Sven Schnelle <svens@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/thread_info.h | 10 ----------
> 1 file changed, 10 deletions(-)
Which branch this patch is against?
(It does not apply neither to devel nor to master).
Thanks!