Hi Greg, On 27 April 2018 at 07:31, Sasha Levin <Alexander.Levin@xxxxxxxxxxxxx> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Hi Greg, > > Pleae pull commits for Linux 4.4 . > > I've sent a review request for all commits over a week ago and all > comments were addressed. > > > Thanks, > Sasha > > ===== > > > The following changes since commit 8e2def054b2b088d18d7009aecf470aa62ab360e: > > Linux 4.4.129 (2018-04-24 09:32:12 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.4-26042018 > > for you to fetch changes up to 2ad01125dde476c91cd8ff0f1d5122243b2582bd: > > kdb: make "mdr" command repeat (2018-04-26 14:47:05 -0400) > > - ---------------------------------------------------------------- > for-greg-4.4-26042018 > > - ---------------------------------------------------------------- <snip ..> > Dave Hansen (1): > x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init This patch ^^ broke stable-rc/linux-4.4.y build as well. https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.131-268-ga33ce4af3470/ There is a missing "kernel_set_to_readonly" declaration, which is declared in arch/x86/include/asm/cacheflush.h in linux-4.4.y, but under CONFIG_DEBUG_RODATA check. "kernel_set_to_readonly" variable has gone thru a lot of refactoring upstream since then and I couldn't find an easier way to fix this build failure. Regards, Amit Pundir >