This is the start of the stable review cycle for the 4.19.150 release. There are 38 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, 07 Oct 2020 14:20:55 +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.150-rc... 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@linuxfoundation.org Linux 4.19.150-rc1
Will McVicker willmcvicker@google.com netfilter: ctnetlink: add a range check for l3/l4 protonum
Al Viro viro@zeniv.linux.org.uk ep_create_wakeup_source(): dentry name can change under you...
Al Viro viro@zeniv.linux.org.uk epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro viro@zeniv.linux.org.uk epoll: replace ->visited/visited_list with generation count
Al Viro viro@zeniv.linux.org.uk epoll: do not insert into poll queues until all sanity checks are done
Or Cohen orcohen@paloaltonetworks.com net/packet: fix overflow in tpacket_rcv
Laurent Dufour ldufour@linux.ibm.com mm: don't rely on system state to detect hot-plug operations
Laurent Dufour ldufour@linux.ibm.com mm: replace memmap_context by meminit_context
Thibaut Sautereau thibaut.sautereau@ssi.gouv.fr random32: Restore __latent_entropy attribute on net_rand_state
Vincent Huang vincent.huang@tw.synaptics.com Input: trackpoint - enable Synaptics trackpoints
Nicolas VINCENT nicolas.vincent@vossloh.com i2c: cpm: Fix i2c_ram structure
Yu Kuai yukuai3@huawei.com iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
Marek Szyprowski m.szyprowski@samsung.com clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
Jeffrey Mitchell jeffrey.mitchell@starlab.io nfs: Fix security label length not being reset
Chris Packham chris.packham@alliedtelesis.co.nz pinctrl: mvebu: Fix i2c sda definition for 98DX3236
Taiping Lai taiping.lai@unisoc.com gpio: sprd: Clear interrupt when setting the type as edge
James Smart james.smart@broadcom.com nvme-fc: fail new connections to a deleted host or remote port
Chris Packham chris.packham@alliedtelesis.co.nz spi: fsl-espi: Only process interrupts for expected events
Felix Fietkau nbd@nbd.name mac80211: do not allow bigger VHT MPDUs than the hardware supports
Xie He xie.he.0141@gmail.com drivers/net/wan/hdlc: Set skb->protocol before transmitting
Xie He xie.he.0141@gmail.com drivers/net/wan/lapbether: Make skb->protocol consistent with the header
Chaitanya Kulkarni chaitanya.kulkarni@wdc.com nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
Olympia Giannou ogiannou@gmail.com rndis_host: increase sleep time in the query-response loop
Lucy Yan lucyyan@google.com net: dec: de2104x: Increase receive ring size for Tulip
Martin Cerveny m.cerveny@computer.org drm/sun4i: mixer: Extend regmap max_register
Xie He xie.he.0141@gmail.com drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices
Jean Delvare jdelvare@suse.de drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
Steven Rostedt (VMware) rostedt@goodmis.org ftrace: Move RCU is watching check after recursion check
Jiri Kosina jkosina@suse.cz Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
Sebastien Boeuf sebastien.boeuf@intel.com net: virtio_vsock: Enhance connection semantics
Stefano Garzarella sgarzare@redhat.com vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella sgarzare@redhat.com vsock/virtio: stop workers during the .remove()
Stefano Garzarella sgarzare@redhat.com vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Dinh Nguyen dinguyen@kernel.org clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk
dillon min dillon.minfei@gmail.com gpio: tc35894: fix up tc35894 interrupt configuration
Bartosz Golaszewski bgolaszewski@baylibre.com gpio: mockup: fix resource leak in error path
Bryan O'Donoghue bryan.odonoghue@linaro.org USB: gadget: f_ncm: Fix NDP16 datagram validation
Hans de Goede hdegoede@redhat.com mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS models
-------------
Diffstat:
Makefile | 4 +- arch/ia64/mm/init.c | 6 +- drivers/base/node.c | 84 +++++---- drivers/clk/samsung/clk-exynos4.c | 4 +- drivers/clk/socfpga/clk-s10.c | 2 +- drivers/gpio/gpio-mockup.c | 2 + drivers/gpio/gpio-sprd.c | 3 + drivers/gpio/gpio-tc3589x.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/sun4i/sun8i_mixer.c | 2 +- drivers/i2c/busses/i2c-cpm.c | 3 + drivers/input/mouse/trackpoint.c | 2 + drivers/input/serio/i8042-x86ia64io.h | 7 + drivers/iommu/exynos-iommu.c | 8 +- drivers/mmc/host/sdhci-pci-core.c | 3 +- drivers/net/ethernet/dec/tulip/de2104x.c | 2 +- drivers/net/usb/rndis_host.c | 2 +- drivers/net/wan/hdlc_cisco.c | 1 + drivers/net/wan/hdlc_fr.c | 6 +- drivers/net/wan/hdlc_ppp.c | 1 + drivers/net/wan/lapbether.c | 4 +- drivers/nvme/host/core.c | 15 ++ drivers/nvme/host/fc.c | 6 +- drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 2 +- drivers/spi/spi-fsl-espi.c | 5 +- drivers/usb/gadget/function/f_ncm.c | 30 +--- drivers/vhost/vsock.c | 94 +++++----- fs/eventpoll.c | 71 ++++---- fs/nfs/dir.c | 3 + include/linux/mm.h | 2 +- include/linux/mmzone.h | 11 +- include/linux/node.h | 11 +- include/linux/virtio_vsock.h | 3 +- kernel/trace/ftrace.c | 6 +- lib/random32.c | 2 +- mm/memory_hotplug.c | 5 +- mm/page_alloc.c | 11 +- net/mac80211/vht.c | 8 +- net/netfilter/nf_conntrack_netlink.c | 2 + net/packet/af_packet.c | 9 +- net/vmw_vsock/virtio_transport.c | 265 ++++++++++++++++++---------- net/vmw_vsock/virtio_transport_common.c | 13 +- 42 files changed, 425 insertions(+), 299 deletions(-)
On Mon, 05 Oct 2020 17:26:17 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.150 release. There are 38 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, 07 Oct 2020 14:20:55 +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.150-rc... 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
All tests passing for Tegra ...
Test results for stable-v4.19: 15 builds: 15 pass, 0 fail 22 boots: 22 pass, 0 fail 38 tests: 38 pass, 0 fail
Linux version: 4.19.150-rc1-g204463e611dc Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On 10/5/20 9:26 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.150 release. There are 38 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, 07 Oct 2020 14:20:55 +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.150-rc... 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
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah
On Mon, 5 Oct 2020 at 20:57, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.150 release. There are 38 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, 07 Oct 2020 14:20:55 +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.150-rc... 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
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
NOTE: While running LTP mm test suite on qemu_arm64 kernel panic noticed.
mem.c:147: PASS: victim signalled: (9) SIGKILL mem.c:232: INFO: start OOM testing for KSM pages. mem.c:140: INFO: expected victim is 22880. mem.c:39: INFO: thread (ffff815e21f0), allocating 3221225472 bytes. mem.c:39: INFO: thread (ffff80de11f0), allocating 3221225472 bytes. mem.c:39: INFO: thread (ffff805e01f0), allocating 3221225472 bytes. [ 466.027773] BUG: Bad page state in process oom01 pfn:76283 [ 466.030488] page:ffff7e0000d8a0c0 count:0 mapcount:0 mapping:0000000000000000 index:0x1 [ 466.034501] flags: 0xfffc00000000100(slab) [ 466.036606] raw: 0fffc00000000100 dead000000000100 dead000000000200 0000000000000000 [ 466.040243] raw: 0000000000000001 0000000000000000 00000000ffffffff 0000000000000000 [ 466.043931] page dumped because: PAGE_FLAGS_CHECK_AT_PREP flag set [ 466.046974] bad because of flags: 0x100(slab) [ 466.049078] Modules linked in: crc32_ce crct10dif_ce fuse [ 466.051636] CPU: 3 PID: 22882 Comm: oom01 Not tainted 4.19.150-rc1 #1 [ 466.054711] Hardware name: linux,dummy-virt (DT) [ 466.056906] Call trace: [ 466.058159] dump_backtrace+0x0/0x190 [ 466.059980] show_stack+0x24/0x30 [ 466.061560] dump_stack+0xb8/0x100 [ 466.063272] bad_page+0x104/0x130 [ 466.064761] check_new_page_bad+0x80/0xb0 [ 466.066500] get_page_from_freelist+0xeb0/0x14e8 [ 466.068508] __alloc_pages_nodemask+0x12c/0xdf0 [ 466.070466] alloc_pages_vma+0x90/0x1f8 [ 466.072164] __handle_mm_fault+0x59c/0x10d0 [ 466.074014] handle_mm_fault+0x128/0x210 [ 466.076069] do_page_fault+0x150/0x4d8 [ 466.077861] do_translation_fault+0xa4/0xb8 [ 466.079890] do_mem_abort+0x68/0x110 [ 466.081479] el0_da+0x20/0x24 [ 466.083041] Disabling lock debugging due to kernel taint
Full test log link, ------------------- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
Summary ------------------------------------------------------------------------
kernel: 4.19.150-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 204463e611dc07092b63dd18658ad7efc3dd1252 git describe: v4.19.149-39-g204463e611dc Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
No regressions (compared to build v4.19.149)
No fixes (compared to build v4.19.149)
Ran 34073 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64 - x86-kasan
Test Suites ----------- * build * install-android-platform-tools-r2600 * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-hugetlb-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * perf * v4l2-compliance * ltp-controllers-tests * ltp-dio-tests * ltp-io-tests * kselftest * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-open-posix-tests * network-basic-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none
On 10/5/20 8:26 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.150 release. There are 38 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, 07 Oct 2020 14:20:55 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 153 fail: 2 Failed builds: i386:tools/perf x86_64:tools/perf Qemu test results: total: 421 pass: 421 fail: 0
Same problem with tools/perf as with the last release.
util/evsel.c: In function ‘perf_evsel__exit’: util/util.h:25:28: error: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer target type
Again, this is with gcc 6.5.0.
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter