Re: [PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc

2019-10-30 Thread Kees Cook
On Wed, Oct 30, 2019 at 11:16:22AM +1100, Michael Ellerman wrote: > Kees Cook writes: > > On Mon, Oct 14, 2019 at 04:13:16PM +1100, Russell Currey wrote: > >> v3 cover letter here: > >> https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198023.html > >> > >> Only minimal changes since t

Re: [PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc

2019-10-29 Thread Michael Ellerman
Kees Cook writes: > On Mon, Oct 14, 2019 at 04:13:16PM +1100, Russell Currey wrote: >> v3 cover letter here: >> https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198023.html >> >> Only minimal changes since then: >> >> - patch 2/4 commit message update thanks to Andrew Donnellan >> -

Re: [PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc

2019-10-29 Thread Kees Cook
On Mon, Oct 14, 2019 at 04:13:16PM +1100, Russell Currey wrote: > v3 cover letter here: > https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198023.html > > Only minimal changes since then: > > - patch 2/4 commit message update thanks to Andrew Donnellan > - patch 3/4 made neater thanks

[PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc

2019-10-13 Thread Russell Currey
v3 cover letter here: https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198023.html Only minimal changes since then: - patch 2/4 commit message update thanks to Andrew Donnellan - patch 3/4 made neater thanks to Christophe Leroy - patch 3/4 updated Kconfig description thanks to Daniel