This is the start of the stable review cycle for the 4.4.260 release. There are 30 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 Sun, 07 Mar 2021 12:08:39 +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.4.260-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.260-rc1
Sakari Ailus sakari.ailus@linux.intel.com media: v4l: ioctl: Fix memory leak in video_usercopy
Jens Axboe axboe@kernel.dk swap: fix swapfile read/write offset
Rokudo Yan wu-yan@tcl.com zsmalloc: account the number of compacted pages correctly
Jan Beulich jbeulich@suse.com xen-netback: respect gnttab_map_refs()'s return value
Jan Beulich jbeulich@suse.com Xen/gnttab: handle p2m update errors on a per-slot basis
Chris Leech cleech@redhat.com scsi: iscsi: Verify lengths on passthrough PDUs
Chris Leech cleech@redhat.com scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE
Joe Perches joe@perches.com sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Lee Duncan lduncan@suse.com scsi: iscsi: Restrict sessions and handles to admin capabilities
Ricardo Ribalda ribalda@chromium.org media: uvcvideo: Allow entities with no pads
Christian Gromm christian.gromm@microchip.com staging: most: sound: add sanity check for function argument
Gopal Tiwari gtiwari@redhat.com Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data
Fangrui Song maskray@google.com x86/build: Treat R_386_PLT32 relocation as R_386_PC32
Miaoqing Pan miaoqing@codeaurora.org ath10k: fix wmi mgmt tx queue full due to race condition
Di Zhu zhudi21@huawei.com pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
Tony Lindgren tony@atomide.com wlcore: Fix command execute failure 19 for wl12xx
Jiri Slaby jslaby@suse.cz vt/consolemap: do font sum unsigned
Heiner Kallweit hkallweit1@gmail.com x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
Dinghao Liu dinghao.liu@zju.edu.cn staging: fwserial: Fix error handling in fwserial_create
Li Xinhai lixinhai.lxh@gmail.com mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Marco Elver elver@google.com net: fix up truesize of cloned skb in skb_prepare_for_shift()
Yumei Huang yuhuang@redhat.com xfs: Fix assert failure in xfs_setattr_size()
Randy Dunlap rdunlap@infradead.org JFS: more checks for invalid superblock
Mike Kravetz mike.kravetz@oracle.com hugetlb: fix update_and_free_page contig page struct assumption
Rolf Eike Beer eb@emlix.com scripts: set proper OpenSSL include dir also for sign-file
Rolf Eike Beer eb@emlix.com scripts: use pkg-config to locate libcrypto
Frank Li Frank.Li@nxp.com mmc: sdhci-esdhc-imx: fix kernel panic when remove module
Nobuhiro Iwamatsu nobuhiro1.iwamatsu@toshiba.co.jp iwlwifi: pcie: fix to correct null check
Lech Perczak lech.perczak@gmail.com net: usb: qmi_wwan: support ZTE P685M modem
Thomas Gleixner tglx@linutronix.de futex: Ensure the correct return value from futex_lock_pi()
-------------
Diffstat:
Documentation/filesystems/sysfs.txt | 8 +- Makefile | 4 +- arch/arm/xen/p2m.c | 35 +++++++- arch/x86/kernel/module.c | 1 + arch/x86/kernel/reboot.c | 9 ++ arch/x86/tools/relocs.c | 12 ++- arch/x86/xen/p2m.c | 44 +++++++++- drivers/block/zram/zram_drv.c | 2 +- drivers/media/usb/uvc/uvc_driver.c | 7 +- drivers/media/v4l2-core/v4l2-ioctl.c | 19 ++-- drivers/mmc/host/sdhci-esdhc-imx.c | 3 +- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/ath/ath10k/mac.c | 15 +--- drivers/net/wireless/iwlwifi/pcie/tx.c | 4 +- drivers/net/wireless/ti/wl12xx/main.c | 3 - drivers/net/wireless/ti/wlcore/main.c | 15 +--- drivers/net/wireless/ti/wlcore/wlcore.h | 3 - drivers/net/xen-netback/netback.c | 12 ++- drivers/scsi/libiscsi.c | 148 ++++++++++++++++---------------- drivers/scsi/scsi_transport_iscsi.c | 38 ++++++-- drivers/staging/fwserial/fwserial.c | 2 + drivers/staging/most/aim-sound/sound.c | 2 + drivers/tty/vt/consolemap.c | 2 +- fs/jfs/jfs_filsys.h | 1 + fs/jfs/jfs_mount.c | 10 +++ fs/sysfs/file.c | 55 ++++++++++++ fs/xfs/xfs_iops.c | 2 +- include/linux/sysfs.h | 16 ++++ include/linux/zsmalloc.h | 2 +- kernel/futex.c | 24 +++--- mm/hugetlb.c | 28 +++--- mm/page_io.c | 11 +-- mm/swapfile.c | 2 +- mm/zsmalloc.c | 17 ++-- net/bluetooth/amp.c | 3 + net/core/pktgen.c | 2 +- net/core/skbuff.c | 14 ++- scripts/Makefile | 9 +- 38 files changed, 390 insertions(+), 195 deletions(-)
On Fri, 05 Mar 2021 13:22:29 +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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 Sun, 07 Mar 2021 12:08:39 +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.4.260-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
All tests passing for Tegra ...
Test results for stable-v4.4: 6 builds: 6 pass, 0 fail 12 boots: 12 pass, 0 fail 28 tests: 28 pass, 0 fail
Linux version: 4.4.260-rc1-g22ce103533f9 Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
Hi!
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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.
Ok, so we ran some tests.
And they failed:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959...
[ 26.785861] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2018-3639 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2018-3639 RESULT=fail
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
I'm cc: ing Chris, perhaps he can help.
Best regards, Pavel
On Fri, Mar 05, 2021 at 11:06:34PM +0100, Pavel Machek wrote:
Hi!
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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.
Ok, so we ran some tests.
And they failed:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959...
[ 26.785861] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2018-3639 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2018-3639 RESULT=fail
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
I'm cc: ing Chris, perhaps he can help.
Can you bisect?
Hi!
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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.
Ok, so we ran some tests.
And they failed:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959...
[ 26.785861] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2018-3639 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2018-3639 RESULT=fail
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
I'm cc: ing Chris, perhaps he can help.
Can you bisect?
I'm kind of hoping someone else hits this, too, as I'm not that experienced with the CIP q/a system.
But in the meantime I resubmitted older kerneland it is passing on qemu, so it looks it might be real.
I can probably bisect it on Monday. I may try to start bisection on Sunday.
Best regards, Pavel
Hi!
Ok, so we ran some tests.
And they failed:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959...
[ 26.785861] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2018-3639 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2018-3639 RESULT=fail
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
First let me try 7d472e4a11d6a2fb1c492b02c7d7dacd3297bbf4 -- v4.4.257-cip54. That is https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/266532179 ... Qemu is OKAY.
add3ff3730919447a7519fede0b8554132e0f8d5 Merge remote-tracking branch 'stable/queue/4.4' in to v4.4.260-bisect. Results will be at https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/266534478 ... ... still pending.
Aha, but I won't be able to bisect in that :-(.
So let's create v4.4.259-cip:
e988bf453263ff43de27336a31115e8f552cd520 Merge commit '93af63b25443f66d90450845526843076c81c7f0' into v4.4.260-bisect 93af63b25443f66d90450845526843076c81c7f0 Linux 4.4.259
And rebase v4.4.260 on top of that. So we now have this ... and it should enable bisection:
https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/XXX
c700659b7d3efe7e5e1482aac93ccc6d88896696 media: v4l: ioctl: Fix memory leak in video_usercopy 430f39261e34361d909df9d25cdd7fe4925ab147 swap: fix swapfile read/write offset 0a3f4c372b91921ffc9976c142cc7de42f527d15 zsmalloc: account the number of compacted pages correctly test 266539168 8c461bb103f89696576945ad9cb376df34fa9d28 xen-netback: respect gnttab_map_refs()'s return value c6352c9b2e66258bd78101a85858e1b1c6c01fe2 Xen/gnttab: handle p2m update errors on a per-slot basis b854b5154c7a682856081b25552f59ff13b5edf6 scsi: iscsi: Verify lengths on passthrough PDUs 015110b4ba859649dd94f23040732c75fcd3c0f2 scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE 679dbc5d12389622c842ccce08b92bab3d8ce853 sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output 8f5a499b4489f8aaeb7e95ec8da955317006f767 scsi: iscsi: Restrict sessions and handles to admin capabilities 8e3bd2f64a90b6be947fc8636e2642f2f4186077 media: uvcvideo: Allow entities with no pads 55a0611f55d162faecf4514dea4351612b2ffc26 staging: most: sound: add sanity check for function argument 76471b77ee8eb76795cfaffef9065cf219fef432 Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data 163650eed99950e9a1b485fd927323430db2a01a x86/build: Treat R_386_PLT32 relocation as R_386_PC32 fcd9411f34ca2b80244adeb4589ee592cebabe58 ath10k: fix wmi mgmt tx queue full due to race condition c8b13f3c80f4ff8201a149a1eb2a45859be5b28b pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() a3a6ff3d2a4a5f6f092c3294c9c7c8d3a26a1190 wlcore: Fix command execute failure 19 for wl12xx 0334ca6c8e3a07688ceb5bbf7589d9ca8ad25d53 vt/consolemap: do font sum unsigned 48145a8b9d1aa1a8eada534df395f39355eb02f8 x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk test 266538760 1efe86b456816c95485c65cf9ba46a5bff8a241e staging: fwserial: Fix error handling in fwserial_create d1b114d9ab15fe3f9f87178af194c8e6573948a5 mm/hugetlb.c: fix unnecessary address expansion of pmd sharing ee60af793079bcf79a4ae0ff0877bd1c5767b0de net: fix up truesize of cloned skb in skb_prepare_for_shift() 6f2e9739399d5d2ba02d82fe32177c1e933116e9 xfs: Fix assert failure in xfs_setattr_size() 1ba9d3843164451426cc37413cd20d55a5702b3e JFS: more checks for invalid superblock 11f19718da9f3e5307a08d03e6bb72aef9450a9c hugetlb: fix update_and_free_page contig page struct assumption d2f0c8c15ff0900d76496b7cbb870c830b120867 scripts: set proper OpenSSL include dir also for sign-file ae3507eb02e8b6449add4d356d6ba788d65aee14 scripts: use pkg-config to locate libcrypto 66e96f4397bd1ca22275c3d7c2820d04a11ff765 mmc: sdhci-esdhc-imx: fix kernel panic when remove module test 266539768 8b4bc0f97fdd13b08c2436aad01bd4515d07f93a iwlwifi: pcie: fix to correct null check 6805f20f2187dde9e2ad44e045747bcaa621ee51 net: usb: qmi_wwan: support ZTE P685M modem 3879e0dbe534ac4b937455fe3af2248692e9f6d8 futex: Ensure the correct return value from futex_lock_pi() e988bf453263ff43de27336a31115e8f552cd520 Merge commit '93af63b25443f66d90450845526843076c81c7f0' into v4.4.260-bisect 93af63b25443f66d90450845526843076c81c7f0 Linux 4.4.259
Best regards, Pavel
Hi!
Ok, so we ran some tests.
And they failed:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959...
[ 26.785861] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2018-3639 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2018-3639 RESULT=fail
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
This is pointer to the pipeline:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/26...
First let me try 7d472e4a11d6a2fb1c492b02c7d7dacd3297bbf4 -- v4.4.257-cip54. That is https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/266532179 ... Qemu is OKAY.
add3ff3730919447a7519fede0b8554132e0f8d5 Merge remote-tracking branch 'stable/queue/4.4' in to v4.4.260-bisect. Results will be at https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/266534478 ... ... still pending.
Qemu is okay here, too.
test 266539168 8c461bb103f89696576945ad9cb376df34fa9d28 xen-netback: respect gnttab_map_refs()'s return value
Qemu is ok.
test 266538760 1efe86b456816c95485c65cf9ba46a5bff8a241e staging: fwserial: Fix error handling in fwserial_create
Qemu is ok.
test 266539768 8b4bc0f97fdd13b08c2436aad01bd4515d07f93a iwlwifi: pcie: fix to correct null check
Pavel Qemu is ok.
https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/266539768
So... failure apparently went away when trying to bisect. That's.... strange? Aha, except that it looks like the same "suceeded" tests still have failures in them:
https://lava.ciplatform.org/scheduler/job/173186
[ 26.224557] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=CVE-2017-5715 RESULT=fail> Received signal: <TESTCASE> TEST_CASE_ID=CVE-2017-5715 RESULT=fail
...I guess those fails are expected, then? And qemu tests on -stable-rc are really failing on timeouts. ... Hmm, let's just re-run the tests.
I'm still not sure, but it looks like a test failure now.
Best regards,
Pavel
Hi!
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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.
Ok, so we ran some tests.
Testcase name is spectre-meltdown-checker... Failing on qemu? Somehow strange, but it looks like real test failure.
Some kind of timeout, fixed by re-run. So CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4...
Tested-by: Pavel Machek (CIP) pavel@denx.de
Best regards, Pavel
On Fri, 5 Mar 2021 at 18:15, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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 Sun, 07 Mar 2021 12:08:39 +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.4.260-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, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
Summary ------------------------------------------------------------------------
kernel: 4.4.260-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: 22ce103533f98c3a483b24b6e18069e581f58f16 git describe: v4.4.259-31-g22ce103533f9 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.4.y/build/v4.4.25...
No regressions (compared to build v4.4.259)
No fixes (compared to build v4.4.259)
Ran 22484 total tests in the following environments and test suites.
Environments -------------- - arm - arm64 - i386 - juno-64k_page_size - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - mips - qemu-arm64-kasan - qemu-x86_64-kasan - qemu_arm - qemu_arm64 - qemu_arm64-compat - qemu_i386 - qemu_x86_64 - qemu_x86_64-compat - sparc - x15 - arm - x86_64 - x86-kasan - x86_64
Test Suites ----------- * build * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-dio-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-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * kselftest-android * kselftest-bpf * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-livepatch * kselftest-lkdtm * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-zram * kvm-unit-tests * libhugetlbfs * ltp-open-posix-tests * network-basic-tests * perf * v4l2-compliance * install-android-platform-tools-r2600 * kselftest-kvm * kselftest-vm
Summary ------------------------------------------------------------------------
kernel: 4.4.260-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git branch: 4.4.260-rc1-hikey-20210305-947 git commit: cce57b0d5e1b470f2de450435f74b9eba4e898a7 git describe: 4.4.260-rc1-hikey-20210305-947 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.2...
No regressions (compared to build 4.4.259-rc2-hikey-20210302-945)
No fixes (compared to build 4.4.259-rc2-hikey-20210302-945)
Ran 1909 total tests in the following environments and test suites.
Environments -------------- - hi6220-hikey - arm64
Test Suites ----------- * build * install-android-platform-tools-r2600 * kselftest-android * kselftest-bpf * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-lib * kselftest-livepatch * kselftest-lkdtm * kselftest-membarrier * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-zram * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-cpuhotplug-tests * ltp-cve-tests * ltp-dio-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-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * perf * spectre-meltdown-checker-test * v4l2-compliance
On Fri, Mar 05, 2021 at 01:22:29PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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 Sun, 07 Mar 2021 12:08:39 +0000. Anything received after that time might be too late.
Build results: total: 165 pass: 165 fail: 0 Qemu test results: total: 329 pass: 329 fail: 0
Guenter
On Fri, Mar 05, 2021 at 01:22:29PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.260 release. There are 30 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 Sun, 07 Mar 2021 12:08:39 +0000. Anything received after that time might be too late.
Forgot:
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter