[PATCH -next] ocxl: Fix return value check in afu_ioctl()

2019-05-04 Thread Wei Yongjun
In case of error, the function eventfd_ctx_fdget() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). This issue was detected by using the Coccinelle software. Fixes: 060146614643 ("ocxl: move event_fd handling to frontend")

[PATCH -next] powerpc/book3s64: Make some symbols static

2019-05-04 Thread YueHaibing
Fix sparse warnings: arch/powerpc/mm/book3s64/radix_pgtable.c:326:13: warning: symbol 'radix_init_pgtable' was not declared. Should it be static? arch/powerpc/mm/book3s64/hash_native.c:48:1: warning: symbol 'native_tlbie_lock' was not declared. Should it be static?

Re: [PATCH v6 0/1] iommu: enhance IOMMU dma mode build options

2019-05-04 Thread Leizhen (ThunderTown)
Hi all, Can anybody review or comment? On 2019/4/18 21:57, Zhen Lei wrote: > v5 --> v6: > 1. give up adding boot option iommu.dma_mode > > v4 --> v5: > As Hanjun and Thomas Gleixner's suggestion: > 1. Keep the old ARCH specific boot options no change. > 2. Keep build option

[PATCH -next] misc: ocxl: Make ocxl_remove static

2019-05-04 Thread YueHaibing
Fix sparse warning: drivers/misc/ocxl/pci.c:44:6: warning: symbol 'ocxl_remove' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/misc/ocxl/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/ocxl/pci.c

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-7 tag

2019-05-04 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull one more powerpc fix for 5.1: The following changes since commit 7a3a4d763837d3aa654cd1059030950410c04d77: powerpc/mm_iommu: Allow pinning large regions (2019-04-17 21:36:51 +1000) are available in the git repository at:

RE: [PATCH -next] ocxl: Fix return value check in afu_ioctl()

2019-05-04 Thread Alastair D'Silva
> -Original Message- > From: Wei Yongjun > Sent: Saturday, 4 May 2019 5:05 PM > To: Frederic Barrat ; Andrew Donnellan > ; Arnd Bergmann ; Greg Kroah- > Hartman ; Alastair D'Silva silva.org> > Cc: Wei Yongjun ; linuxppc- > d...@lists.ozlabs.org; linux-ker...@vger.kernel.org; kernel- >

[Bug 203515] New: [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep"

2019-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203515 Bug ID: 203515 Summary: [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep" Product:

[Bug 203517] New: WARNING: inconsistent lock state. inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage.

2019-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203517 Bug ID: 203517 Summary: WARNING: inconsistent lock state. inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage. Product: Platform Specific/Hardware Version: 2.5 Kernel Version:

[Bug 203515] [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep"

2019-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203515 --- Comment #1 from Erhard F. (erhar...@mailbox.org) --- Created attachment 282611 --> https://bugzilla.kernel.org/attachment.cgi?id=282611=edit kernel .config (5.1.0-rc7, Talos II) -- You are receiving this mail because: You are watching the

[Bug 203517] WARNING: inconsistent lock state. inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage.

2019-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203517 --- Comment #1 from Erhard F. (erhar...@mailbox.org) --- Created attachment 282615 --> https://bugzilla.kernel.org/attachment.cgi?id=282615=edit kernel .config (5.1.0-rc7, Talos II -- You are receiving this mail because: You are watching the

Re: [PATCH V4] ASoC: fsl_esai: Add pm runtime function

2019-05-04 Thread S.j. Wang
Hi > Hi Mark, > On Fri, May 03, 2019 at 01:27:31PM +0900, Mark Brown wrote: > > On Thu, May 02, 2019 at 09:13:58AM +, S.j. Wang wrote: > > > > > I am checking, but I don't know why this patch failed in your side. > > > I Tried to apply this patch on for-5.1, for 5.2, for-linus and > > >

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.1-7 tag

2019-05-04 Thread pr-tracker-bot
The pull request you sent on Sun, 05 May 2019 00:38:41 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.1-7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6203838dec05352bc357625b1e9ba0a10d3bca35 Thank you! --