public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Heiko Carstens <hca@linux.ibm.com>
To: Jinjie Ruan <ruanjinjie@huawei.com>
Cc: mark.rutland@arm.com, schuster.simon@siemens-energy.com,
	andreas@gaisler.com, kees@kernel.org, catalin.marinas@arm.com,
	dave.hansen@linux.intel.com, ldv@strace.io, song@kernel.org,
	linux-kselftest@vger.kernel.org, hpa@zytor.com,
	agordeev@linux.ibm.com, shuah@kernel.org, jremus@linux.ibm.com,
	linux-arch@vger.kernel.org, linux-s390@vger.kernel.org,
	gor@linux.ibm.com, will@kernel.org, deller@gmx.de,
	x86@kernel.org, mingo@redhat.com,
	linux-arm-kernel@lists.infradead.org, borntraeger@linux.ibm.com,
	kmal@cock.li, tglx@kernel.org, thuth@redhat.com,
	ryan.roberts@arm.com, arnd@arndb.de, anshuman.khandual@arm.com,
	linux-kernel@vger.kernel.org, kevin.brodsky@arm.com,
	charlie@rivosinc.com, pengcan@kylinos.cn, broonie@kernel.org,
	bp@alien8.de, richard.weiyang@gmail.com, dvyukov@google.com,
	jgross@suse.com, wad@chromium.org, yeoreum.yun@arm.com,
	oleg@redhat.com, luto@amacapital.net, svens@linux.ibm.com,
	liqiang01@kylinos.cn, mathieu.desnoyers@efficios.com,
	akpm@linux-foundation.org, reddybalavignesh9979@gmail.com,
	macro@orcam.me.uk
Subject: Re: [PATCH v13 10/12] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
Date: Fri, 13 Mar 2026 11:09:20 +0100	[thread overview]
Message-ID: <20260313100920.13729Bf7-hca@linux.ibm.com> (raw)
In-Reply-To: <20260313094738.3985794-11-ruanjinjie@huawei.com>

On Fri, Mar 13, 2026 at 05:47:36PM +0800, Jinjie Ruan wrote:
> Rename TIF_SINGLE_STEP to TIF_SINGLESTEP to align with the naming
> convention used by arm64, x86, and other architectures.
> 
> By aligning the name, TIF_SINGLESTEP can be consolidated into the generic
> TIF bits definitions, reducing architectural divergence and simplifying
> cross-architecture entry/exit logic.
> 
> No functional changes intended.
> 
> Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
> ---
>  arch/s390/include/asm/thread_info.h |  4 ++--
>  arch/s390/kernel/process.c          |  2 +-
>  arch/s390/kernel/ptrace.c           | 20 ++++++++++----------
>  arch/s390/kernel/signal.c           |  6 +++---
>  4 files changed, 16 insertions(+), 16 deletions(-)

Acked-by: Heiko Carstens <hca@linux.ibm.com>


       reply	other threads:[~2026-03-13 10:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260313094738.3985794-1-ruanjinjie@huawei.com>
     [not found] ` <20260313094738.3985794-11-ruanjinjie@huawei.com>
2026-03-13 10:09   ` Heiko Carstens [this message]
     [not found] ` <20260313094738.3985794-12-ruanjinjie@huawei.com>
2026-03-13 10:10   ` [PATCH v13 11/12] arm64: Use generic TIF bits for common thread flags Heiko Carstens
2026-03-16  8:30     ` Jinjie Ruan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260313100920.13729Bf7-hca@linux.ibm.com \
    --to=hca@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=andreas@gaisler.com \
    --cc=anshuman.khandual@arm.com \
    --cc=arnd@arndb.de \
    --cc=borntraeger@linux.ibm.com \
    --cc=bp@alien8.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=charlie@rivosinc.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=deller@gmx.de \
    --cc=dvyukov@google.com \
    --cc=gor@linux.ibm.com \
    --cc=hpa@zytor.com \
    --cc=jgross@suse.com \
    --cc=jremus@linux.ibm.com \
    --cc=kees@kernel.org \
    --cc=kevin.brodsky@arm.com \
    --cc=kmal@cock.li \
    --cc=ldv@strace.io \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=liqiang01@kylinos.cn \
    --cc=luto@amacapital.net \
    --cc=macro@orcam.me.uk \
    --cc=mark.rutland@arm.com \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mingo@redhat.com \
    --cc=oleg@redhat.com \
    --cc=pengcan@kylinos.cn \
    --cc=reddybalavignesh9979@gmail.com \
    --cc=richard.weiyang@gmail.com \
    --cc=ruanjinjie@huawei.com \
    --cc=ryan.roberts@arm.com \
    --cc=schuster.simon@siemens-energy.com \
    --cc=shuah@kernel.org \
    --cc=song@kernel.org \
    --cc=svens@linux.ibm.com \
    --cc=tglx@kernel.org \
    --cc=thuth@redhat.com \
    --cc=wad@chromium.org \
    --cc=will@kernel.org \
    --cc=x86@kernel.org \
    --cc=yeoreum.yun@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox