All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Gerst <brgerst@gmail.com>
To: linux-kernel@vger.kernel.org, x86@kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>, "H . Peter Anvin" <hpa@zytor.com>,
	Peter Zijlstra <peterz@infradead.org>,
	"Eric W . Biederman" <ebiederm@xmission.com>,
	Brian Gerst <brgerst@gmail.com>
Subject: [PATCH 0/2] More x86 signal cleanups
Date: Mon, 19 Dec 2022 14:39:02 -0500	[thread overview]
Message-ID: <20221219193904.190220-1-brgerst@gmail.com> (raw)

This patch set takes code from signal_compat.c and moves it to the
appropriate signal_$(BITS).c file.  No functional changes.

Brian Gerst (2):
  x86/signal: Move siginfo field tests
  x86/signal/compat: Move sigaction_compat_abi() to signal_64.c

 arch/x86/kernel/Makefile        |   1 -
 arch/x86/kernel/signal_32.c     | 127 +++++++++++++++++++++
 arch/x86/kernel/signal_64.c     | 127 +++++++++++++++++++++
 arch/x86/kernel/signal_compat.c | 191 --------------------------------
 4 files changed, 254 insertions(+), 192 deletions(-)
 delete mode 100644 arch/x86/kernel/signal_compat.c

-- 
2.38.1


             reply	other threads:[~2022-12-19 19:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 19:39 Brian Gerst [this message]
2022-12-19 19:39 ` [PATCH 1/2] x86/signal: Move siginfo field tests Brian Gerst
2023-01-06 10:47   ` [tip: x86/core] " tip-bot2 for Brian Gerst
2022-12-19 19:39 ` [PATCH 2/2] x86/signal/compat: Move sigaction_compat_abi() to signal_64.c Brian Gerst
2023-01-06 10:47   ` [tip: x86/core] " tip-bot2 for Brian Gerst

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=20221219193904.190220-1-brgerst@gmail.com \
    --to=brgerst@gmail.com \
    --cc=bp@alien8.de \
    --cc=ebiederm@xmission.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.