Re: Pull request: scottwood/linux.git next

2019-11-02 Thread Michael Ellerman
Jason Yan writes: > Hi Michael, Can you pull this to linux-next so that we can test it on > linux-next for some time? Yes I plan to, I've just been busy doing other things. As Scott said it's in linux-next anyway. cheers > On 2019/10/23 7:21, Scott Wood wrote: >> This contains KASLR support f

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

2019-11-02 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 5.4: The following changes since commit 2272905a4580f26630f7d652cc33935b59f96d4c: spufs: fix a crash in spufs_create_root() (2019-10-11 16:57:41 +1100) are available in the git repository at:

Re: [PATCH v5 2/5] powerpc/kprobes: Mark newly allocated probes as RO

2019-11-02 Thread Michael Ellerman
Russell Currey writes: > With CONFIG_STRICT_KERNEL_RWX=y and CONFIG_KPROBES=y, there will be one > W+X page at boot by default. This can be tested with > CONFIG_PPC_PTDUMP=y and CONFIG_PPC_DEBUG_WX=y set, and checking the > kernel log during boot. > > powerpc doesn't implement its own alloc() for

Re: [PATCH] L1TF support in PowerPC SYSFS.

2019-11-02 Thread Michael Ellerman
Hi Anthony, Thanks for the patch. asteinhau...@google.com writes: > From: Anthony Steinhauser > > PowerPC CPUs are vulnerable to L1TF to the same extent as to Meltdown. > It is also mitigated by flushing the L1D on privilege transition. > Currently the SYSFS gives a false negative on L1TF on CPU

Re: [PATCH v3 36/36] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

2019-11-02 Thread kbuild test robot
-base' option to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Rasmus-Villemoes/QUICC-Engine-support-on-ARM/20191102-234436 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds

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

2019-11-02 Thread pr-tracker-bot
The pull request you sent on Sat, 02 Nov 2019 21:39:56 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.4-4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8194c28efd96127cd1948ca48f3fe374e04cbf46 Thank you! -- Deet-doot-do

Re: [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()

2019-11-02 Thread Björn Töpel
On 2019-10-30 23:49, John Hubbard wrote: Convert net/xdp to use the new pin_longterm_pages() call, which sets FOLL_PIN. Setting FOLL_PIN is now required for code that requires tracking of pinned pages. Signed-off-by: John Hubbard Acked-by: Björn Töpel --- net/xdp/xdp_umem.c | 4 ++-- 1