This is the start of the stable review cycle for the 4.9.143 release. There are 50 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 Thu Dec 6 10:36:59 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.9.143-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.9.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.9.143-rc1
Chris Fries cfries@google.com kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
Ard Biesheuvel ard.biesheuvel@linaro.org efi/libstub: Make file I/O chunking x86-specific
Arnd Bergmann arnd@arndb.de workqueue: avoid clang warning
Stefan Agner stefan@agner.ch ARM: trusted_foundations: do not use naked function
Stefan Agner stefan@agner.ch bus: arm-cci: remove unnecessary unreachable()
Stefan Agner stefan@agner.ch ARM: 8767/1: add support for building ARM kernel with clang
Stefan Agner stefan@agner.ch ARM: 8766/1: drop no-thumb-interwork in EABI mode
Alistair Strachan astrachan@google.com efi/libstub: arm: support building with clang
YueHaibing yuehaibing@huawei.com misc: mic/scif: fix copy-paste error in scif_create_remote_lookup
Dexuan Cui decui@microsoft.com Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
Yu Zhao yuzhao@google.com mm: use swp_offset as key in shmem_replace_page()
Martin Kelly martin@martingkelly.com iio:st_magn: Fix enable device after trigger
Felipe Balbi felipe.balbi@linux.intel.com Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"
Michael Niewöhner linux@mniewoehner.de usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
Kai-Heng Feng kai.heng.feng@canonical.com USB: usb-storage: Add new IDs to ums-realtek
Josef Bacik josef@toxicpanda.com btrfs: release metadata before running delayed refs
Richard Genoud richard.genoud@gmail.com dmaengine: at_hdmac: fix module unloading
Richard Genoud richard.genoud@gmail.com dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
Pan Bian bianpan2016@163.com ext2: fix potential use after free
Takashi Iwai tiwai@suse.de ALSA: sparc: Fix invalid snd_free_pages() at error path
Takashi Iwai tiwai@suse.de ALSA: control: Fix race between adding and removing a user element
Takashi Iwai tiwai@suse.de ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
Takashi Iwai tiwai@suse.de ALSA: wss: Fix invalid snd_free_pages() at error path
Maximilian Heyne mheyne@amazon.de fs: fix lost error code in dio_complete
Jiri Olsa jolsa@kernel.org perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()
Jiri Olsa jolsa@kernel.org perf/x86/intel: Move branch tracing setup to the Intel-specific source file
Filipe Manana fdmanana@suse.com Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Max Filippov jcmvbkbc@gmail.com xtensa: fix coprocessor context offset definitions
Max Filippov jcmvbkbc@gmail.com xtensa: enable coprocessors that are being flushed
Wanpeng Li wanpengli@tencent.com KVM: X86: Fix scan ioapic use-before-initialization
Jim Mattson jmattson@google.com kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
Junaid Shahid junaids@google.com kvm: mmu: Fix race in emulated page table writes
Bernd Eckstein 3erndeckstein@gmail.com usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2
Julian Wiedmann jwi@linux.ibm.com s390/qeth: fix length check in SNMP processing
Pan Bian bianpan2016@163.com rapidio/rionet: do not free skb before reading its length
Petr Machata petrm@mellanox.com net: skb_scrub_packet(): Scrub offload_fwd_mark
Sasha Levin sashal@kernel.org Revert "wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()"
Matthias Schwarzott zzam@gentoo.org media: em28xx: Fix use-after-free when disconnecting
Hugh Dickins hughd@google.com mm/khugepaged: collapse_shmem() do not crash on Compound
Hugh Dickins hughd@google.com mm/khugepaged: collapse_shmem() without freezing new_page
Hugh Dickins hughd@google.com mm/khugepaged: minor reorderings in collapse_shmem()
Hugh Dickins hughd@google.com mm/khugepaged: collapse_shmem() remember to clear holes
Hugh Dickins hughd@google.com mm/khugepaged: fix crashes due to misaccounted holes
Mike Rapoport rppt@linux.vnet.ibm.com shmem: introduce shmem_inode_acct_block
Mike Rapoport rppt@linux.vnet.ibm.com shmem: shmem_charge: verify max_block is not exceeded before inode update
Hugh Dickins hughd@google.com mm/khugepaged: collapse_shmem() stop if punched or truncated
Hugh Dickins hughd@google.com mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
Hugh Dickins hughd@google.com mm/huge_memory: splitting set mapping+index before unfreeze
Konstantin Khlebnikov khlebnikov@yandex-team.ru mm/huge_memory.c: reorder operations in __split_huge_page_tail()
Hugh Dickins hughd@google.com mm/huge_memory: rename freeze_page() to unmap_page()
-------------
Diffstat:
Makefile | 69 ++++++------- arch/arm/Makefile | 2 +- arch/arm/boot/compressed/Makefile | 2 +- arch/arm/firmware/trusted_foundations.c | 14 ++- arch/x86/events/core.c | 20 ---- arch/x86/events/intel/core.c | 52 +++++++--- arch/x86/events/perf_event.h | 13 ++- arch/x86/kvm/mmu.c | 27 ++---- arch/x86/kvm/svm.c | 20 +++- arch/x86/kvm/x86.c | 3 +- arch/xtensa/kernel/asm-offsets.c | 16 +-- arch/xtensa/kernel/process.c | 5 +- drivers/bus/arm-cci.c | 2 - drivers/dma/at_hdmac.c | 10 +- drivers/firmware/efi/libstub/Makefile | 3 +- drivers/firmware/efi/libstub/efi-stub-helper.c | 11 ++- drivers/hv/channel.c | 8 ++ drivers/iio/magnetometer/st_magn_buffer.c | 12 +-- drivers/media/usb/em28xx/em28xx-dvb.c | 3 +- drivers/misc/mic/scif/scif_rma.c | 2 +- drivers/net/rionet.c | 2 +- drivers/net/usb/ipheth.c | 10 +- drivers/net/wireless/ti/wlcore/cmd.c | 6 -- drivers/s390/net/qeth_core_main.c | 27 +++--- drivers/usb/core/quirks.c | 3 + drivers/usb/dwc3/gadget.c | 5 - drivers/usb/storage/unusual_realtek.h | 10 ++ fs/btrfs/super.c | 1 + fs/btrfs/transaction.c | 6 +- fs/direct-io.c | 4 +- fs/ext2/xattr.c | 2 +- include/linux/workqueue.h | 4 +- mm/huge_memory.c | 79 +++++++-------- mm/khugepaged.c | 129 ++++++++++++++----------- mm/shmem.c | 97 ++++++++++--------- net/core/skbuff.c | 4 + sound/core/control.c | 80 ++++++++------- sound/isa/wss/wss_lib.c | 2 - sound/pci/ac97/ac97_codec.c | 2 +- sound/sparc/cs4231.c | 8 +- 40 files changed, 424 insertions(+), 351 deletions(-)
stable-rc/linux-4.9.y boot: 108 boots: 0 failed, 107 passed with 1 offline (v4.9.142-51-gd453b6576ba5)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.9.y/kernel/v4.9.1... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.142-51-g...
Tree: stable-rc Branch: linux-4.9.y Git Describe: v4.9.142-51-gd453b6576ba5 Git Commit: d453b6576ba5d750a0085cb26252c2a077fd60cc Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 49 unique boards, 21 SoC families, 16 builds out of 193
Offline Platforms:
arm:
multi_v7_defconfig: stih410-b2120: 1 offline lab
--- For more info write to info@kernelci.org
On 12/4/18 2:49 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.143 release. There are 50 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 Thu Dec 6 10:36:59 UTC 2018. Anything received after that time might be too late.
Build results: total: 175 pass: 175 fail: 0 Qemu test results: total: 311 pass: 311 fail: 0
Details are available at https://kerneltests.org/builders/.
Guenter
On Tue, 4 Dec 2018 at 16:40, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.9.143 release. There are 50 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 Thu Dec 6 10:36:59 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.9.143-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.9.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Summary ------------------------------------------------------------------------
kernel: 4.9.143-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.9.y git commit: d453b6576ba5d750a0085cb26252c2a077fd60cc git describe: v4.9.142-51-gd453b6576ba5 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe/build/v4.9.142-51-...
No regressions (compared to build v4.9.142)
No fixes (compared to build v4.9.142)
Ran 21327 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64
Test Suites ----------- * boot * install-android-platform-tools-r2600 * 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-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_perms_simple-tests * ltp-open-posix-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none
On 04/12/2018 10:49, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.143 release. There are 50 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 Thu Dec 6 10:36:59 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.9.143-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.9.y and the diffstat can be found below.
thanks,
greg k-h
All tests are passing for Tegra ...
Test results for stable-v4.9: 8 builds: 8 pass, 0 fail 16 boots: 16 pass, 0 fail 14 tests: 14 pass, 0 fail
Linux version: 4.9.143-rc1-gd453b65 Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Cheers Jon
On 12/4/18 3:49 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.143 release. There are 50 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 Thu Dec 6 10:36:59 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.9.143-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.9.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah