[PATCH v2] KVM: PPC: BookE: Fix W=1 warnings

2023-04-02 Thread Michael Ellerman
Fix various W=1 warnings in booke.c: arch/powerpc/kvm/booke.c:1008:5: error: no previous prototype for ‘kvmppc_handle_exit’ [-Werror=missing-prototypes] 1008 | int kvmppc_handle_exit(struct kvm_vcpu *vcpu, unsigned int exit_nr) | ^~

[PATCH] KVM: PPC: BookE: Fix W=1 warnings

2023-04-02 Thread Michael Ellerman
Fix various W=1 warnings in booke.c: arch/powerpc/kvm/booke.c:626:6: error: no previous prototype for ‘kvmppc_watchdog_func’ [-Werror=missing-prototypes] 626 | void kvmppc_watchdog_func(struct timer_list *t) | ^~~~ arch/powerpc/kvm/booke.c:1008:5: error: no

Re: [Skiboot] [PATCH V4 3/3] skiboot: Update IMC PMU node names for power10

2023-04-02 Thread Athira Rajeev
> On 23-Mar-2023, at 2:14 AM, Reza Arbab wrote: > > On Mon, Mar 06, 2023 at 09:09:13AM +0530, Athira Rajeev wrote: >> +} else if (proc_gen == proc_gen_p10) { >> +int val; >> +char al[8], xl[8], otl[8], phb[8]; > > Are four different variables needed here? I think

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.3-4 tag

2023-04-02 Thread pr-tracker-bot
The pull request you sent on Sun, 02 Apr 2023 20:08:38 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.3-4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/95d0b9d89d78e0983d4feb012b0f12d13d1ae19a Thank you! --

[GIT PULL] Please pull powerpc/linux.git powerpc-6.3-4 tag

2023-04-02 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 6.3: The following changes since commit f2c7e3562b4c4f1699acc1538ebf3e75f5cced35: powerpc/mm: Fix false detection of read faults (2023-03-15 20:48:53 +1100) are available in the git repository

Re: [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA

2023-04-02 Thread Vineet Gupta
CC Shahab On 3/27/23 17:43, Arnd Bergmann wrote: From: Arnd Bergmann Some architectures that need to invalidate buffers after bidirectional DMA because of speculative prefetching only do a simpler writeback before that DMA, while architectures that don't need to do the second invalidate tend