Hello! On Mon, 4 Jan 2021 at 09:58, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > This is the start of the stable review cycle for the 4.19.165 release. > There are 35 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 06 Jan 2021 15:56:52 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.165-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 4.19.165-rc1 [...] > Peter Zijlstra <peterz@xxxxxxxxxxxxx> > mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush [...] This one fails to compile on the X15 (arm 32-bits) with: | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/mm/memory.c: In function 'tlb_table_invalidate': | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/mm/memory.c:342:6: error: implicit declaration of function 'tlb_needs_table_invalidate'; did you mean 'tlb_table_invalidate'? [-Werror=implicit-function-declaration] | if (tlb_needs_table_invalidate()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | tlb_table_invalidate Greetings! Daniel Díaz daniel.diaz@xxxxxxxxxx