This is the start of the stable review cycle for the 4.18.18 release. There are 34 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 Nov 10 21:51:21 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.18.18-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.18.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.18.18-rc1
Sebastian Andrzej Siewior bigeasy@linutronix.de x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context switch if there is an FPU
Christoph Hellwig hch@lst.de x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
Nathan Chancellor natechancellor@gmail.com x86/time: Correct the attribute on jiffies' definition
Peter Zijlstra peterz@infradead.org x86/percpu: Fix this_cpu_read()
Zhimin Gu kookoo.gu@intel.com x86, hibernate: Fix nosave_regions setup for hibernation
Peter Zijlstra peterz@infradead.org x86/tsc: Force inlining of cyc2ns bits
Phil Auld pauld@redhat.com sched/fair: Fix throttle_list starvation with low CFS quota
Boris Brezillon boris.brezillon@bootlin.com drm/sun4i: Fix an ulong overflow in the dotclock driver
Mikhail Nikiforov jackxviichaos@gmail.com Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
Masami Hiramatsu mhiramat@kernel.org tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu mhiramat@kernel.org tracing: Fix synthetic event to accept unsigned modifier
Ming Lei ming.lei@redhat.com block: don't deal with discard limit in blkdev_issue_discard()
Alan Stern stern@rowland.harvard.edu USB: fix the usbfs flag sanitization for control transfers
Heikki Krogerus heikki.krogerus@linux.intel.com usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platforms
Wan Ahmad Zainie wan.ahmad.zainie.wan.mohamad@intel.com usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable
Gustavo A. R. Silva gustavo@embeddedor.com usb: gadget: storage: Fix Spectre v1 vulnerability
Shuah Khan (Samsung OSG) shuah@kernel.org usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
Oliver Neukum oneukum@suse.com cdc-acm: fix race between reset and control messaging
Tobias Herzog t-herzog@gmx.de cdc-acm: correct counting of UART states in serial state notification
Tobias Herzog t-herzog@gmx.de cdc-acm: do not reset notification buffer index upon urb unlinking
Gustavo A. R. Silva gustavo@embeddedor.com IB/ucm: Fix Spectre v1 vulnerability
Gustavo A. R. Silva gustavo@embeddedor.com RDMA/ucma: Fix Spectre v1 vulnerability
Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com drm: fb-helper: Reject all pixel format changing requests
Clint Taylor clinton.a.taylor@intel.com drm/edid: VSDB yCBCr420 Deep Color mode bit definitions
Kai-Heng Feng kai.heng.feng@canonical.com drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl
Gustavo A. R. Silva gustavo@embeddedor.com ptp: fix Spectre v1 vulnerability
Eric Sandeen sandeen@redhat.com fscache: Fix out of bound read in long cookie keys
Al Viro viro@zeniv.linux.org.uk cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)
David Howells dhowells@redhat.com fscache: Fix incomplete initialisation of inline key space
Chen-Yu Tsai wens@csie.org clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting
Linus Walleij linus.walleij@linaro.org gpio: mxs: Get rid of external API call
Daniel Borkmann daniel@iogearbox.net bpf: fix partial copy of map_ptr when dst is scalar
Amir Goldstein amir73il@gmail.com vfs: swap names of {do,vfs}_clone_file_range()
Alan Chiang alanx.chiang@intel.com eeprom: at24: Add support for address-width property
-------------
Diffstat:
Makefile | 4 +- arch/x86/include/asm/fpu/internal.h | 2 +- arch/x86/include/asm/percpu.h | 8 +-- arch/x86/kernel/pci-swiotlb.c | 2 - arch/x86/kernel/setup.c | 2 +- arch/x86/kernel/time.c | 2 +- arch/x86/kernel/tsc.c | 6 +- block/blk-lib.c | 28 +------- drivers/clk/sunxi-ng/ccu-sun4i-a10.c | 10 ++- drivers/gpio/gpio-mxs.c | 4 +- drivers/gpu/drm/drm_edid.c | 5 +- drivers/gpu/drm/drm_fb_helper.c | 91 ++++++++------------------ drivers/gpu/drm/sun4i/sun4i_dotclock.c | 12 +++- drivers/infiniband/core/ucm.c | 3 + drivers/infiniband/core/ucma.c | 3 + drivers/input/mouse/elan_i2c_core.c | 1 + drivers/misc/eeprom/at24.c | 17 +++++ drivers/ptp/ptp_chardev.c | 4 ++ drivers/usb/class/cdc-acm.c | 16 ++--- drivers/usb/core/devio.c | 4 +- drivers/usb/gadget/function/f_mass_storage.c | 3 + drivers/usb/host/xhci-pci.c | 6 +- drivers/usb/roles/intel-xhci-usb-role-switch.c | 2 + drivers/usb/usbip/vhci_hcd.c | 57 +++++++++++----- fs/cachefiles/namei.c | 2 +- fs/fscache/cookie.c | 31 +++------ fs/fscache/internal.h | 1 - fs/fscache/main.c | 4 +- fs/ioctl.c | 2 +- fs/nfsd/vfs.c | 3 +- fs/overlayfs/copy_up.c | 2 +- fs/read_write.c | 17 ++++- include/drm/drm_edid.h | 6 +- include/linux/bpf_verifier.h | 3 + include/linux/fs.h | 17 +---- kernel/bpf/verifier.c | 10 +-- kernel/sched/fair.c | 22 ++++++- kernel/sched/sched.h | 2 + kernel/trace/trace_events_hist.c | 32 +++++++-- 39 files changed, 246 insertions(+), 200 deletions(-)
stable-rc/linux-4.18.y boot: 91 boots: 0 failed, 76 passed with 15 offline (v4.18.17-35-g46c86a0ac4a1)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.18.y/kernel/v4.18... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.18.y/kernel/v4.18.17-35-...
Tree: stable-rc Branch: linux-4.18.y Git Describe: v4.18.17-35-g46c86a0ac4a1 Git Commit: 46c86a0ac4a119d8aaa02055e233b2ee550a016e Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 56 unique boards, 20 SoC families, 15 builds out of 187
Offline Platforms:
arm:
omap2plus_defconfig: am335x-boneblack: 1 offline lab
sunxi_defconfig: sun5i-r8-chip: 1 offline lab
tegra_defconfig: tegra124-jetson-tk1: 1 offline lab
bcm2835_defconfig: bcm2835-rpi-b: 1 offline lab
sama5_defconfig: at91-sama5d4_xplained: 1 offline lab
multi_v7_defconfig: alpine-db: 1 offline lab am335x-boneblack: 1 offline lab at91-sama5d4_xplained: 1 offline lab socfpga_cyclone5_de0_sockit: 1 offline lab sun5i-r8-chip: 1 offline lab tegra124-jetson-tk1: 1 offline lab
arm64:
defconfig: apq8016-sbc: 1 offline lab juno-r2: 1 offline lab meson-gxl-s905d-p230: 1 offline lab mt7622-rfb1: 1 offline lab
--- For more info write to info@kernelci.org
On Fri, 9 Nov 2018 at 03:40, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.18.18 release. There are 34 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 Nov 10 21:51:21 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.18.18-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.18.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.18.18-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.18.y git commit: 46c86a0ac4a119d8aaa02055e233b2ee550a016e git describe: v4.18.17-35-g46c86a0ac4a1 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.18-oe/build/v4.18.17-35...
No regressions (compared to build v4.18.17)
No fixes (compared to build v4.18.17)
Ran 21302 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 * 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-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * ltp-pty-tests * ltp-open-posix-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none
On Fri, Nov 09, 2018 at 08:09:55PM +0530, Naresh Kamboju wrote:
On Fri, 9 Nov 2018 at 03:40, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.18.18 release. There are 34 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 Nov 10 21:51:21 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.18.18-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.18.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.
Thanks for testing all of these and letting me know.
greg k-h
On Thu, Nov 08, 2018 at 01:52:29PM -0800, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.18.18 release. There are 34 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 Nov 10 21:51:21 UTC 2018. Anything received after that time might be too late.
Build results: total: 136 pass: 136 fail: 0 Qemu test results: total: 295 pass: 295 fail: 0
Details are available at https://kerneltests.org/builders/.
Guenter
On 11/08/2018 02:52 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.18.18 release. There are 34 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 Nov 10 21:51:21 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.18.18-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.18.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my new test system. I don't have a reference for dmesg regressions and I haven't noticed any problems.
thanks, -- Shuah