This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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.138-rc1
Michael Ellerman mpe@ellerman.id.au crypto: vmx - Remove overly verbose printk from AES init routines
Johannes Wienke languitar@semipol.de Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
Ethan Lee flibitijibibo@gmail.com Input: goodix - add new ACPI id for GPD Win 2 touch screen
Paolo Bonzini pbonzini@redhat.com kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Gil Kupfer gilkup@gmail.com vmw_balloon: fixing double free when batching mode is off
Marek Szyprowski m.szyprowski@samsung.com serial: samsung: fix maxburst parameter for DMA transactions
Paolo Bonzini pbonzini@redhat.com KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini pbonzini@redhat.com KVM: x86: introduce linear_{read,write}_system
Linus Torvalds torvalds@linux-foundation.org Clarify (and fix) MAX_LFS_FILESIZE macros
Linus Walleij linus.walleij@linaro.org gpio: No NULL owner
Andy Lutomirski luto@kernel.org x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code
Kevin Easton kevin@guarana.org af_key: Always verify length of provided sadb_key
Andy Lutomirski luto@kernel.org x86/fpu: Fix math emulation in eager fpu mode
Andy Lutomirski luto@kernel.org x86/fpu: Fix FNSAVE usage in eagerfpu mode
Andy Lutomirski luto@kernel.org x86/fpu: Hard-disable lazy FPU mode
Borislav Petkov bp@alien8.de x86/fpu: Fix eager-FPU handling on legacy FPU machines
Yu-cheng Yu yu-cheng.yu@intel.com x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")
Andy Lutomirski luto@kernel.org x86/fpu: Fix 'no387' regression
Andy Lutomirski luto@kernel.org x86/fpu: Default eagerfpu=on on all CPUs
yu-cheng yu yu-cheng.yu@intel.com x86/fpu: Disable AVX when eagerfpu is off
yu-cheng yu yu-cheng.yu@intel.com x86/fpu: Disable MPX when eagerfpu is off
Borislav Petkov bp@suse.de x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Juergen Gross jgross@suse.com x86: Remove unused function cpu_has_ht_siblings()
yu-cheng yu yu-cheng.yu@intel.com x86/fpu: Fix early FPU command-line parsing
-------------
Diffstat:
Makefile | 4 +- arch/x86/crypto/chacha20_glue.c | 2 +- arch/x86/crypto/crc32c-intel_glue.c | 7 +- arch/x86/include/asm/cmpxchg_32.h | 2 +- arch/x86/include/asm/cmpxchg_64.h | 2 +- arch/x86/include/asm/cpufeature.h | 39 +------ arch/x86/include/asm/fpu/internal.h | 6 +- arch/x86/include/asm/fpu/xstate.h | 2 +- arch/x86/include/asm/kvm_emulate.h | 6 +- arch/x86/include/asm/smp.h | 9 -- arch/x86/include/asm/xor_32.h | 2 +- arch/x86/kernel/cpu/amd.c | 4 +- arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/cpu/intel.c | 3 +- arch/x86/kernel/cpu/intel_cacheinfo.c | 6 +- arch/x86/kernel/cpu/mtrr/generic.c | 2 +- arch/x86/kernel/cpu/mtrr/main.c | 2 +- arch/x86/kernel/cpu/perf_event_amd.c | 4 +- arch/x86/kernel/cpu/perf_event_amd_uncore.c | 11 +- arch/x86/kernel/fpu/core.c | 24 +++- arch/x86/kernel/fpu/init.c | 169 +++++++--------------------- arch/x86/kernel/fpu/xstate.c | 3 +- arch/x86/kernel/hw_breakpoint.c | 6 +- arch/x86/kernel/smpboot.c | 2 +- arch/x86/kernel/traps.c | 1 - arch/x86/kernel/vm86_32.c | 4 +- arch/x86/kvm/emulate.c | 72 ++++++------ arch/x86/kvm/vmx.c | 23 ++-- arch/x86/kvm/x86.c | 51 ++++++--- arch/x86/kvm/x86.h | 4 +- arch/x86/mm/setup_nx.c | 4 +- drivers/char/hw_random/via-rng.c | 5 +- drivers/crypto/padlock-aes.c | 2 +- drivers/crypto/padlock-sha.c | 2 +- drivers/crypto/vmx/aes.c | 2 - drivers/crypto/vmx/aes_cbc.c | 2 - drivers/crypto/vmx/aes_ctr.c | 2 - drivers/crypto/vmx/ghash.c | 2 - drivers/gpio/gpiolib.c | 9 +- drivers/input/mouse/elan_i2c_core.c | 1 + drivers/input/touchscreen/goodix.c | 1 + drivers/iommu/intel_irq_remapping.c | 2 +- drivers/misc/vmw_balloon.c | 23 ++-- drivers/tty/serial/samsung.c | 7 +- fs/btrfs/disk-io.c | 2 +- include/linux/fs.h | 4 +- net/key/af_key.c | 45 ++++++-- 47 files changed, 259 insertions(+), 332 deletions(-)
On Thu, Jun 14, 2018 at 04:04:55PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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, compiled with -Werror, and installed onto my Pixel 2 XL and OnePlus 5.
No initial issues noticed in dmesg or general usage.
Thanks! Nathan
On Thu, Jun 14, 2018 at 09:57:45AM -0700, Nathan Chancellor wrote:
On Thu, Jun 14, 2018 at 04:04:55PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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, compiled with -Werror, and installed onto my Pixel 2 XL and OnePlus 5.
No initial issues noticed in dmesg or general usage.
Great, thanks for testing and letting me know.
greg k-h
stable-rc/linux-4.4.y boot: 88 boots: 2 failed, 85 passed with 1 conflict (v4.4.137-25-g64f298340be7)
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.137-25-g...
Tree: stable-rc Branch: linux-4.4.y Git Describe: v4.4.137-25-g64f298340be7 Git Commit: 64f298340be794f1500c602285b542c4bfd3eb21 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 44 unique boards, 20 SoC families, 15 builds out of 178
Boot Regressions Detected:
arm:
multi_v7_defconfig: stih410-b2120: lab-baylibre-seattle: new failure (last pass: v4.4.137-15-g7d690c56754e)
x86:
x86_64_defconfig: qemu: lab-baylibre: failing since 2 days (last pass: v4.4.135-36-ge757a1c0b2b0 - first fail: v4.4.136)
Boot Failures Detected:
arm:
multi_v7_defconfig stih410-b2120: 1 failed lab
arm64:
defconfig synquacer-acpi: 1 failed lab
Conflicting Boot Failure Detected: (These likely are not failures as other labs are reporting PASS. Needs review.)
x86:
x86_64_defconfig: qemu: lab-linaro-lkft: PASS lab-mhart: PASS lab-collabora: PASS lab-baylibre: FAIL
--- For more info write to info@kernelci.org
On 06/14/2018 08:04 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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 14 June 2018 at 19:34, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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: 1) ealier reported CVE-2011-2496 failure test got PASS now. vma03 1 TPASS : mremap failed as expected
2) LTP: cve-2015-3290 failed intermittently on qemu_x86_64 https://bugs.linaro.org/show_bug.cgi?id=3910 We will investigate.
Summary ------------------------------------------------------------------------
kernel: 4.4.138-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: 64f298340be794f1500c602285b542c4bfd3eb21 git describe: v4.4.137-25-g64f298340be7 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build \ /v4.4.137-25-g64f298340be7 ^ Please join URL
No regressions (compared to build v4.4.137-15-g7d690c56754e) ------------------------------------------------------------------------
Ran 7174 total tests in the following environments and test suites.
Environments -------------- - juno-r2 - arm64 - qemu_arm - qemu_x86_64 - x15 - arm - x86_64
Test Suites ----------- * boot * kselftest * libhugetlbfs * ltp-cap_bounds-tests * ltp-containers-tests * ltp-cve-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Summary ------------------------------------------------------------------------
kernel: 4.4.138-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git branch: 4.4.138-rc1-hikey-20180614-218 git commit: 55a4e4dfb0ebf4bbc212a778883e72f06d3735b7 git describe: 4.4.138-rc1-hikey-20180614-218 Test details: https://qa-reports.linaro.org/lkft/ \ linaro-hikey-stable-rc-4.4-oe/build/4.4.138-rc1-hikey-20180614-218 ^ Please join URL
No regressions (compared to build 4.4.138-rc1-hikey-20180613-217)
Ran 2629 total tests in the following environments and test suites.
Environments -------------- - hi6220-hikey - arm64 - qemu_arm64
Test Suites ----------- * boot * kselftest * libhugetlbfs * ltp-cap_bounds-tests * ltp-containers-tests * ltp-cve-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * ltp-fs-tests
On Thu, Jun 14, 2018 at 04:04:55PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. Anything received after that time might be too late.
Build results: total: 148 pass: 148 fail: 0 Qemu test results: total: 135 pass: 135 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter
On Thu, 2018-06-14 at 16:04 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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.
[...]
3.18 and 4.4 are still missing this important fix to early parameter parsing:
commit 02afeaae9843733a39cd9b11053748b2d1dc5ae7 Author: Dave Hansen dave.hansen@linux.intel.com Date: Tue Dec 22 14:52:38 2015 -0800
x86/boot: Fix early command-line parsing when matching at end
Ben.
-----Original Message----- From: stable-owner@vger.kernel.org stable-owner@vger.kernel.org On Behalf Of Ben Hutchings
[..]
3.18 and 4.4 are still missing this important fix to early parameter parsing:
commit 02afeaae9843733a39cd9b11053748b2d1dc5ae7 Author: Dave Hansen dave.hansen@linux.intel.com Date: Tue Dec 22 14:52:38 2015 -0800
x86/boot: Fix early command-line parsing when matching at end
I have cherry-picked that commit into both 3.18.y and 4.4.y (it applies cleanly) and tested them on my machine. Both worked correctly.
Test method: - Added printks to the functions that detect noxsave, noxsaves and noxsaveopt - Booted both kernels with and without the commit, and adding the kernel parameter "noxsave" - Checked that "noxsaves" and "noxsaveopt" do not appear on dmesg anymore after the commit.
Thanks, Daniel
On Tue, Jun 19, 2018 at 03:28:40PM +0100, Ben Hutchings wrote:
On Thu, 2018-06-14 at 16:04 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.138 release. There are 24 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 Sat Jun 16 13:27:15 UTC 2018. 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.4.138-rc1... 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.
[...]
3.18 and 4.4 are still missing this important fix to early parameter parsing:
commit 02afeaae9843733a39cd9b11053748b2d1dc5ae7 Author: Dave Hansen dave.hansen@linux.intel.com Date: Tue Dec 22 14:52:38 2015 -0800
x86/boot: Fix early command-line parsing when matching at end
Ben.
Thanks, now applied.
greg k-h