Re: [PATCH v6 19/22] powerpc/book3s64/hash/kuap: Enable kuap on hash

2021-10-10 Thread Michael Ellerman
Christophe Leroy writes: > Le 25/11/2020 à 06:16, Aneesh Kumar K.V a écrit : >> Reviewed-by: Sandipan Das >> Signed-off-by: Aneesh Kumar K.V >> --- >> arch/powerpc/mm/book3s64/pkeys.c | 7 ++- >> 1 file changed, 6 insertions(+), 1 deletion(-) >> >> diff --git

[powerpc:merge] BUILD SUCCESS ece9c55cc2f2c408240cd5627ea46926e9d4e5eb

2021-10-10 Thread kernel test robot
allmodconfig i386 randconfig-c001-20211010 mips randconfig-c004-20211010 powerpcge_imp3a_defconfig m68k m5249evb_defconfig arm viper_defconfig openrisc simple_smp_defconfig arm

Re: linux-next: build warnings in Linus' tree

2021-10-10 Thread Stephen Rothwell
Hi all, [Cc'ing Rob] Rob: these warnings have been there for a long time ... On Fri, 8 Oct 2021 16:47:28 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the origin tree, today's linux-next build (powerpc > allyesconfig) produced these warnings (along with many others): > >

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-3 tag

2021-10-10 Thread pr-tracker-bot
The pull request you sent on Sun, 10 Oct 2021 23:26:30 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.15-3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/efb52a7d9511df818391f1afa459507425833438 Thank you! --

[PATCH] tpm: ibmvtpm: Make use of dma_alloc_coherent()

2021-10-10 Thread Cai Huoqing
Replacing kmalloc/kfree/get_zeroed_page/free_page/dma_map_single/ dma_unmap_single() with dma_alloc_coherent/dma_free_coherent() helps to reduce code size, and simplify the code, and coherent DMA will not clear the cache every time. Signed-off-by: Cai Huoqing --- drivers/char/tpm/tpm_ibmvtpm.c

[PATCH] scsi: ibmvscsi: Use dma_alloc_coherent() instead of get_zeroed_page/dma_map_single()

2021-10-10 Thread Cai Huoqing
Replacing get_zeroed_page/free_page/dma_map_single/dma_unmap_single() with dma_alloc_coherent/dma_free_coherent() helps to reduce code size, and simplify the code, and coherent DMA will not clear the cache every time. Signed-off-by: Cai Huoqing --- drivers/scsi/ibmvscsi/ibmvfc.c | 15

Re: [PATCH v2 00/11] Add Apple M1 support to PASemi i2c driver

2021-10-10 Thread Sven Peter
On Sat, Oct 9, 2021, at 15:57, Christian Zigotzky wrote: > On 09 October 2021 at 12:10 pm, Wolfram Sang wrote: >>> I still don't have access to any old PASemi hardware but the changes from >>> v1 are pretty small and I expect them to still work. Would still be nice >>> if someone with access to

[GIT PULL] Please pull powerpc/linux.git powerpc-5.15-3 tag

2021-10-10 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 5.15. A bit of a big batch, partly because I didn't send any last week, and also just because the BPF fixes happened to land this week. cheers The following changes since commit