On Thu, May 03, 2018 at 08:51:07AM -0700, Greg KH wrote:
On Thu, May 03, 2018 at 12:19:16PM +0530, Amit Pundir wrote:
Hi Greg,
On 27 April 2018 at 07:31, Sasha Levin Alexander.Levin@microsoft.com 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-...
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.
I've fixed this with an addition of an include. I think. Let me see what 0-day finds with it :)
Ah nevermind, you are right, I'm just going to drop this patch for now, sorry about that.
greg k-h