[PATCH] powerpc/mpc52xx_lpbfifo: Drop unused functions

2022-12-28 Thread Uwe Kleine-König
The four exported functions mpc52xx_lpbfifo_submit(), mpc52xx_lpbfifo_abort(), mpc52xx_lpbfifo_poll(), and mpc52xx_lpbfifo_start_xfer() are not used. So they can be dropped and the definitions needed to call them can be moved into the driver file. Signed-off-by: Uwe Kleine-König --- arch/powerpc

Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling

2022-12-28 Thread Paolo Bonzini
On 12/28/22 12:22, Marc Zyngier wrote: Queued, thanks.  I will leave this in kvm/queue after testing everything else and moving it to kvm/next; this way, we can wait for test results on other architectures. Can you please make this a topic branch, and if possible based on a released -rc? It w

Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling

2022-12-28 Thread Marc Zyngier
On 2022-12-27 13:02, Paolo Bonzini wrote: Queued, thanks. I will leave this in kvm/queue after testing everything else and moving it to kvm/next; this way, we can wait for test results on other architectures. Can you please make this a topic branch, and if possible based on a released -rc? It

Re: [PATCH AUTOSEL 4.14 3/4] powerpc/msi: Fix deassociation of MSI descriptors

2022-12-28 Thread Marc Zyngier
On Tue, 27 Dec 2022 20:36:08 +, Sasha Levin wrote: > > From: Marc Zyngier > > [ Upstream commit 4545c6a3d6ba71747eaa984c338ddd745e56e23f ] > > Since 2f2940d16823 ("genirq/msi: Remove filter from > msi_free_descs_free_range()"), the core MSI code relies on the > msi_desc->irq field to have

[PATCH -next] powerpc/64s/hash: change stress_hpt_timer_fn to static

2022-12-28 Thread Yang Yingliang
stress_hpt_timer_fn is only used in hash_utils.c now, change it to static. Fixes: 6b34a099faa1 ("powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faults") Signed-off-by: Yang Yingliang --- arch/powerpc/mm/book3s64/hash_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

Re: [PATCH 6/6] powerpc/pseries: Implement secvars for dynamic secure boot

2022-12-28 Thread Greg KH
On Wed, Dec 28, 2022 at 06:29:43PM +1100, Russell Currey wrote: > The pseries platform can support dynamic secure boot (i.e. secure boot > using user-defined keys) using variables contained with the PowerVM LPAR > Platform KeyStore (PLPKS). Using the powerpc secvar API, expose the > relevant varia