mbox series

[v2,0/3] powerpc/32: nohz full support

Message ID 20230121095805.2823731-1-npiggin@gmail.com (mailing list archive)
Headers show
Series powerpc/32: nohz full support | expand

Message

Nicholas Piggin Jan. 21, 2023, 9:58 a.m. UTC
I'd like to try get this series merged. If Christophe isn't comfortable 
with patch 2/3 yet then maybe we could at least get the first one in
which shares more code and makes it tidier.

Since v1 I just split the first patch out so it's not introducing a
significant functional change.

Thanks,
Nick

Nicholas Piggin (3):
  powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepare
  powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
  powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN

 arch/powerpc/Kconfig                 |  3 ++-
 arch/powerpc/include/asm/interrupt.h | 35 +++++++---------------------
 2 files changed, 10 insertions(+), 28 deletions(-)

Comments

Michael Ellerman Feb. 15, 2023, 12:40 p.m. UTC | #1
On Sat, 21 Jan 2023 19:58:02 +1000, Nicholas Piggin wrote:
> I'd like to try get this series merged. If Christophe isn't comfortable
> with patch 2/3 yet then maybe we could at least get the first one in
> which shares more code and makes it tidier.
> 
> Since v1 I just split the first patch out so it's not introducing a
> significant functional change.
> 
> [...]

Applied to powerpc/next.

[1/3] powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepare
      https://git.kernel.org/powerpc/c/fb3b72a3f483f81a33a9693ed03dc62158a6f77e
[2/3] powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
      https://git.kernel.org/powerpc/c/5c4b710a8157ec271fac4806562ee1aa1b44a53d
[3/3] powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN
      https://git.kernel.org/powerpc/c/01f135506e2ed0403512c2467bd50746bdbd576d

cheers