Re: [GIT PULL] s390 patches for 4.20 #2
From: Linus Torvalds
Date: Fri Nov 09 2018 - 07:39:30 EST
On Fri, Nov 9, 2018 at 1:14 AM Martin Schwidefsky
<schwidefsky@xxxxxxxxxx> wrote:
>
> s390 updates for 4.20-rc2
Pulled.
> - A fix for the pgtable_bytes misaccounting on s390. The patch changes
> common code part in regard to page table folding and adds extra
> checks to mm_[inc|dec]_nr_[pmds|puds].
Ugh. This is somewhat invasive, I worry that some header include or
architecture doesn't pick up on the subtle __PAGETABLE_XYZ_FOLDED
things (if you don't get the includes, the mm_xyz_folded() maros will
be mis-defined.
Has this been in linux-next or any other wide testing? The changes
aren't _new_, but...
Linus