This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.4.111-rc1
Borislav Petkov bp@suse.de Map the vsyscall page with _PAGE_USER
Alexey Dobriyan adobriyan@gmail.com proc: much faster /proc/vmstat
Libor Pechacek lpechacek@suse.com module: Issue warnings when tainting kernel
Miroslav Benes mbenes@suse.cz module: keep percpu symbols in module's symtab
Michal Marek mmarek@suse.com genksyms: Handle string literals with spaces in reference files
Thomas Gleixner tglx@linutronix.de x86/tlb: Drop the _GPL from the cpu_tlbstate export
Boris Brezillon boris.brezillon@free-electrons.com mtd: nand: pxa3xx: Fix READOOB implementation
Helge Deller deller@gmx.de parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Tom Lendacky thomas.lendacky@amd.com x86/microcode/AMD: Add support for fam17h microcode loading
Aaron Ma aaron.ma@canonical.com Input: elantech - add new icbody type 15
Vineet Gupta vgupta@synopsys.com ARC: uaccess: dont use "l" gcc inline asm constraint modifier
Oleg Nesterov oleg@redhat.com kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
Oleg Nesterov oleg@redhat.com kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
Oleg Nesterov oleg@redhat.com kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
Thiago Rafael Becker thiago.becker@gmail.com kernel: make groups_sort calling a responsibility group_info allocators
David Howells dhowells@redhat.com fscache: Fix the default for fscache_maybe_release_page()
Stefan Brüns stefan.bruens@rwth-aachen.de sunxi-rsb: Include OF based modalias in device uevent
Eric Biggers ebiggers@google.com crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers ebiggers@google.com crypto: chacha20poly1305 - validate the digest size
Jan Engelhardt jengelh@inai.de crypto: n2 - cure use after free
Oleg Nesterov oleg@redhat.com kernel/acct.c: fix the acct->needcheck check in check_free_space()
Andrey Ryabinin aryabinin@virtuozzo.com x86/kasan: Write protect kasan zero shadow
-------------
Diffstat:
Makefile | 4 ++-- arch/arc/include/asm/uaccess.h | 5 +++-- arch/parisc/include/asm/ldcw.h | 2 ++ arch/parisc/kernel/entry.S | 13 +++++++++++-- arch/parisc/kernel/pacache.S | 9 +++++++-- arch/s390/kernel/compat_linux.c | 1 + arch/x86/entry/vsyscall/vsyscall_64.c | 5 +++++ arch/x86/include/asm/vsyscall.h | 2 ++ arch/x86/kernel/cpu/microcode/amd.c | 4 ++++ arch/x86/mm/init.c | 2 +- arch/x86/mm/kaiser.c | 34 ++++++++++++++++++++++++++++++---- arch/x86/mm/kasan_init_64.c | 10 ++++++++-- crypto/chacha20poly1305.c | 6 +++++- crypto/pcrypt.c | 19 ++++++++++--------- drivers/bus/sunxi-rsb.c | 1 + drivers/crypto/n2_core.c | 3 +++ drivers/input/mouse/elantech.c | 2 +- drivers/mtd/nand/pxa3xx_nand.c | 1 + fs/nfsd/auth.c | 3 +++ include/linux/cred.h | 1 + include/linux/fscache.h | 2 +- kernel/acct.c | 2 +- kernel/groups.c | 5 +++-- kernel/module.c | 26 +++++++++++++++++++++----- kernel/signal.c | 18 ++++++++++-------- kernel/uid16.c | 1 + mm/vmstat.c | 4 +++- net/sunrpc/auth_gss/gss_rpc_xdr.c | 1 + net/sunrpc/auth_gss/svcauth_gss.c | 1 + net/sunrpc/svcauth_unix.c | 2 ++ scripts/genksyms/genksyms.c | 6 ++++-- 31 files changed, 149 insertions(+), 46 deletions(-)
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.4.111-rc1
Borislav Petkov bp@suse.de Map the vsyscall page with _PAGE_USER
Alexey Dobriyan adobriyan@gmail.com proc: much faster /proc/vmstat
Libor Pechacek lpechacek@suse.com module: Issue warnings when tainting kernel
Miroslav Benes mbenes@suse.cz module: keep percpu symbols in module's symtab
Michal Marek mmarek@suse.com genksyms: Handle string literals with spaces in reference files
Thomas Gleixner tglx@linutronix.de x86/tlb: Drop the _GPL from the cpu_tlbstate export
Boris Brezillon boris.brezillon@free-electrons.com mtd: nand: pxa3xx: Fix READOOB implementation
Helge Deller deller@gmx.de parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Tom Lendacky thomas.lendacky@amd.com x86/microcode/AMD: Add support for fam17h microcode loading
Aaron Ma aaron.ma@canonical.com Input: elantech - add new icbody type 15
Vineet Gupta vgupta@synopsys.com ARC: uaccess: dont use "l" gcc inline asm constraint modifier
Oleg Nesterov oleg@redhat.com kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
Oleg Nesterov oleg@redhat.com kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
Oleg Nesterov oleg@redhat.com kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
Thiago Rafael Becker thiago.becker@gmail.com kernel: make groups_sort calling a responsibility group_info allocators
David Howells dhowells@redhat.com fscache: Fix the default for fscache_maybe_release_page()
Stefan Brüns stefan.bruens@rwth-aachen.de sunxi-rsb: Include OF based modalias in device uevent
Eric Biggers ebiggers@google.com crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers ebiggers@google.com crypto: chacha20poly1305 - validate the digest size
Jan Engelhardt jengelh@inai.de crypto: n2 - cure use after free
Oleg Nesterov oleg@redhat.com kernel/acct.c: fix the acct->needcheck check in check_free_space()
Andrey Ryabinin aryabinin@virtuozzo.com x86/kasan: Write protect kasan zero shadow
Diffstat:
Makefile | 4 ++-- arch/arc/include/asm/uaccess.h | 5 +++-- arch/parisc/include/asm/ldcw.h | 2 ++ arch/parisc/kernel/entry.S | 13 +++++++++++-- arch/parisc/kernel/pacache.S | 9 +++++++-- arch/s390/kernel/compat_linux.c | 1 + arch/x86/entry/vsyscall/vsyscall_64.c | 5 +++++ arch/x86/include/asm/vsyscall.h | 2 ++ arch/x86/kernel/cpu/microcode/amd.c | 4 ++++ arch/x86/mm/init.c | 2 +- arch/x86/mm/kaiser.c | 34 ++++++++++++++++++++++++++++++---- arch/x86/mm/kasan_init_64.c | 10 ++++++++-- crypto/chacha20poly1305.c | 6 +++++- crypto/pcrypt.c | 19 ++++++++++--------- drivers/bus/sunxi-rsb.c | 1 + drivers/crypto/n2_core.c | 3 +++ drivers/input/mouse/elantech.c | 2 +- drivers/mtd/nand/pxa3xx_nand.c | 1 + fs/nfsd/auth.c | 3 +++ include/linux/cred.h | 1 + include/linux/fscache.h | 2 +- kernel/acct.c | 2 +- kernel/groups.c | 5 +++-- kernel/module.c | 26 +++++++++++++++++++++----- kernel/signal.c | 18 ++++++++++-------- kernel/uid16.c | 1 + mm/vmstat.c | 4 +++- net/sunrpc/auth_gss/gss_rpc_xdr.c | 1 + net/sunrpc/auth_gss/svcauth_gss.c | 1 + net/sunrpc/svcauth_unix.c | 2 ++ scripts/genksyms/genksyms.c | 6 ++++-- 31 files changed, 149 insertions(+), 46 deletions(-)
Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5.
No issues noticed in general usage or dmesg.
Thanks! Nathan
2018-01-08 13:59 GMT+01:00 Greg Kroah-Hartman gregkh@linuxfoundation.org:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Merged, build, boot fine on my test machine.
No issues noticed in general usage or dmesg.
Thanks, Jack
On Mon, Jan 08, 2018 at 04:21:10PM +0100, 王金浦 wrote:
2018-01-08 13:59 GMT+01:00 Greg Kroah-Hartman gregkh@linuxfoundation.org:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Merged, build, boot fine on my test machine.
No issues noticed in general usage or dmesg.
Great, thanks for testing and letting me know.
greg k-h
stable-rc/linux-4.4.y boot: 106 boots: 1 failed, 100 passed with 3 offline, 2 conflicts (v4.4.110-23-g49278737d445)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.4.y/kernel/v4.4.1... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.110-23-g...
Tree: stable-rc Branch: linux-4.4.y Git Describe: v4.4.110-23-g49278737d445 Git Commit: 49278737d4458032fb523dfe5451b441c04c5b73 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 58 unique boards, 19 SoC families, 15 builds out of 178
Boot Regressions Detected:
arm:
exynos_defconfig: exynos5422-odroidxu3_rootfs:nfs: lab-collabora: failing since 55 days (last pass: v4.4.95-21-g32458fcb7bd6 - first fail: v4.4.97-57-g528c687b455d)
Boot Failure Detected:
arm:
exynos_defconfig exynos5422-odroidxu3_rootfs:nfs: 1 failed lab
Offline Platforms:
arm:
multi_v7_defconfig: exynos5410-odroidxu: 1 offline lab exynos5420-arndale-octa: 1 offline lab
exynos_defconfig: exynos5420-arndale-octa: 1 offline lab
Conflicting Boot Failures Detected: (These likely are not failures as other labs are reporting PASS. Needs review.)
arm:
multi_v7_defconfig: exynos5422-odroidxu3: lab-baylibre-seattle: PASS lab-collabora: FAIL
exynos_defconfig: exynos5422-odroidxu3: lab-baylibre-seattle: PASS lab-collabora: FAIL
--- For more info write to info@kernelci.org
On 01/08/2018 05:59 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
x86:64:allnoconfig still fails to build.
To reproduce: make ARCH=x86_64 allnoconfig make ARCH=x86_64 arch/x86/entry/vdso/vma.o
arch/x86/entry/vdso/vma.c: In function ‘map_vdso’: arch/x86/entry/vdso/vma.c:175:9: error: implicit declaration of function ‘pvclock_pvti_cpu0_va’
The function is declared in arch/x86/include/asm/pvclock.h, which is only indirectly included. For 32-bit allnoconfig builds, the include path is: arch/x86/entry/vdso/vma.c include/linux/mm.h ./arch/x86/include/asm/pgtable.h ./arch/x86/include/asm/pgtable_32.h
but pgtable_64.h doesn't include pgtable_32.h, and the declaration is missing as result.
The include of asm/pvclock.h was added upstream with commit cc1e24fdb064d ("x86/vdso: Remove pvclock fixmap machinery") which applies cleanly to v4.4.y. Please consider adding it, or at least add the missing include.
Thanks, Guenter
On Mon, Jan 08, 2018 at 03:29:07PM -0800, Guenter Roeck wrote:
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
x86:64:allnoconfig still fails to build.
To reproduce: make ARCH=x86_64 allnoconfig make ARCH=x86_64 arch/x86/entry/vdso/vma.o
arch/x86/entry/vdso/vma.c: In function ‘map_vdso’: arch/x86/entry/vdso/vma.c:175:9: error: implicit declaration of function ‘pvclock_pvti_cpu0_va’
The function is declared in arch/x86/include/asm/pvclock.h, which is only indirectly included. For 32-bit allnoconfig builds, the include path is: arch/x86/entry/vdso/vma.c include/linux/mm.h ./arch/x86/include/asm/pgtable.h ./arch/x86/include/asm/pgtable_32.h
but pgtable_64.h doesn't include pgtable_32.h, and the declaration is missing as result.
Yeah, I haven't had the chance to work on that yet, sorry.
The include of asm/pvclock.h was added upstream with commit cc1e24fdb064d ("x86/vdso: Remove pvclock fixmap machinery") which applies cleanly to v4.4.y. Please consider adding it, or at least add the missing include.
Is it really that easy? Hey, nice, let me queue that up and test...
thanks,
greg k-h
On Mon, Jan 08, 2018 at 03:29:07PM -0800, Guenter Roeck wrote:
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
x86:64:allnoconfig still fails to build.
To reproduce: make ARCH=x86_64 allnoconfig make ARCH=x86_64 arch/x86/entry/vdso/vma.o
arch/x86/entry/vdso/vma.c: In function ‘map_vdso’: arch/x86/entry/vdso/vma.c:175:9: error: implicit declaration of function ‘pvclock_pvti_cpu0_va’
Ok, forcing ARCH=x86_64 shows this now for me, strange it did not without it, which worries me...
Anyway, a simple <include> line seems to have solved this, let me push that out now, I couldn't take the full patch you referenced as that causes build errors.
thanks,
greg k-h
On 01/09/2018 01:23 AM, Greg Kroah-Hartman wrote:
On Mon, Jan 08, 2018 at 03:29:07PM -0800, Guenter Roeck wrote:
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
x86:64:allnoconfig still fails to build.
To reproduce: make ARCH=x86_64 allnoconfig make ARCH=x86_64 arch/x86/entry/vdso/vma.o
arch/x86/entry/vdso/vma.c: In function ‘map_vdso’: arch/x86/entry/vdso/vma.c:175:9: error: implicit declaration of function ‘pvclock_pvti_cpu0_va’
Ok, forcing ARCH=x86_64 shows this now for me, strange it did not without it, which worries me...
For whatever reason, "make allnoconfig" configures the system for 32 bit, even if the native system is 64 bit.
Anyway, a simple <include> line seems to have solved this, let me push that out now, I couldn't take the full patch you referenced as that causes build errors.
Too bad. But as long as it works ...
Thanks, Guenter
On 8 January 2018 at 18:29, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
NOTE: There were multiple pushes to 4.4.111-rc1 here is what we have the latest results. We will report results again soon with latest builds.
Summary ------------------------------------------------------------------------
kernel: 4.4.111-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.4.y git commit: 63a9e592115272f40a530920b40596c131d01cae git describe: v4.4.110-22-g63a9e5921152 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.110-22-...
No regressions (compared to build v4.4.110-23-g49278737d445)
Boards, architectures and test suites: -------------------------------------
juno-r2 - arm64 * boot - pass: 20, * kselftest - skip: 29, pass: 32, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 36, pass: 28, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 14, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 124, pass: 984, * ltp-timers-tests - pass: 12,
x15 - arm * boot - pass: 20, * kselftest - skip: 29, pass: 31, * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 2, pass: 20, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 67, pass: 1036, * ltp-timers-tests - pass: 12,
x86_64 * boot - pass: 20, * kselftest - skip: 32, pass: 44, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 1, pass: 61, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 9, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 117, pass: 1015, * ltp-timers-tests - pass: 12,
Hikey device test results,
Summary ------------------------------------------------------------------------ kernel: 4.4.111-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git tag: 4.4.111-rc1-hikey-20180108-99 git commit: 53993e01618204a658d8fe84cc344bdc9e21cb6a git describe: 4.4.111-rc1-hikey-20180108-99 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.1...
No regressions (compared to build 4.4.111-rc1-hikey-20180108-98)
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 20, * kselftest - pass: 30, skip: 31 * libhugetlbfs - pass: 90, skip: 1 * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 28, skip: 36 * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 21, skip: 1 * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 14, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - pass: 980, skip: 124 * ltp-timers-tests - pass: 12,
Documentation - https://collaborate.linaro.org/display/LKFT/Email+Reports Tested-by: Naresh Kamboju naresh.kamboju@linaro.org
On Tue, Jan 09, 2018 at 03:21:35PM +0530, Naresh Kamboju wrote:
On 8 January 2018 at 18:29, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.111-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
NOTE: There were multiple pushes to 4.4.111-rc1 here is what we have the latest results. We will report results again soon with latest builds.
I just pushed a build-fix that you aren't seeing, but it should work the same as what you have already tested (i.e. it only fixed a build problem.)
thanks,
greg k-h
On Mon, Jan 08, 2018 at 01:59:27PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.111 release. There are 22 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 Jan 10 12:59:14 UTC 2018. Anything received after that time might be too late.
For v4.4.110-23-ga736c68:
Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 118 pass: 118 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter