-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 a
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!
--
Deet-doot-do
> 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 y
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 pr
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)
| ^~
arch/powerpc/kvm/booke.c:1009