This is the start of the stable review cycle for the 4.4.247 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 Thu, 03 Dec 2020 08:46:29 +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.247-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.247-rc1
Filipe Manana fdmanana@suse.com btrfs: fix lockdep splat when reading qgroup config on mount
Alan Stern stern@rowland.harvard.edu USB: core: Fix regression in Hercules audio card
Johan Hovold johan@kernel.org USB: core: add endpoint-blacklist quirk
Anand K Mistry amistry@google.com x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb
Alan Stern stern@rowland.harvard.edu USB: core: Change %pK for __user pointers to %px
Masami Hiramatsu mhiramat@kernel.org perf probe: Fix to die_entrypc() returns error correctly
Ard Biesheuvel ardb@kernel.org efivarfs: revert "fix memory leak in efivarfs_create()"
Krzysztof Kozlowski krzk@kernel.org nfc: s3fwrn5: use signed integer for parsing GPIO numbers
Xiongfeng Wang wangxiongfeng2@huawei.com IB/mthca: fix return value of error branch in mthca_init_cq()
Michael Chan michael.chan@broadcom.com bnxt_en: Release PCI regions when DMA mask setup fails during probe.
Dexuan Cui decui@microsoft.com video: hyperv_fb: Fix the cache type when mapping the VRAM
Zhang Changzhong zhangchangzhong@huawei.com bnxt_en: fix error return code in bnxt_init_board()
Stanley Chu stanley.chu@mediatek.com scsi: ufs: Fix race between shutdown and runtime resume flow
Mike Christie michael.christie@oracle.com scsi: target: iscsi: Fix cmd abort fabric stop race
Lee Duncan lduncan@suse.com scsi: libiscsi: Fix NOP race condition
Sugar Zhang sugar.zhang@rock-chips.com dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size
Jens Axboe axboe@kernel.dk proc: don't allow async path resolution of /proc/self components
Brian Masney bmasney@redhat.com x86/xen: don't unbind uninitialized lock_kicker_irq
Pablo Ceballos pceballos@google.com HID: hid-sensor-hub: Fix issue with devices with no report ID
Hans de Goede hdegoede@redhat.com Input: i8042 - allow insmod to succeed on devices without an i8042 controller
Frank Yang puilp0502@gmail.com HID: cypress: Support Varmilo Keyboards' media hotkeys
Paolo Bonzini pbonzini@redhat.com KVM: x86: Fix split-irqchip vs interrupt injection window request
Qu Wenruo wqu@suse.com btrfs: inode: Verify inode mode to avoid NULL pointer dereference
Qu Wenruo wqu@suse.com btrfs: tree-checker: Enhance chunk checker to validate chunk profile
-------------
Diffstat:
Makefile | 4 +-- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kernel/cpu/bugs.c | 4 +-- arch/x86/kvm/irq.c | 2 +- arch/x86/kvm/x86.c | 18 +++++++------ arch/x86/xen/spinlock.c | 12 ++++++++- drivers/dma/pl330.c | 2 +- drivers/hid/hid-cypress.c | 44 +++++++++++++++++++++++++++---- drivers/hid/hid-ids.h | 2 ++ drivers/hid/hid-sensor-hub.c | 3 ++- drivers/infiniband/hw/mthca/mthca_cq.c | 10 ++++--- drivers/input/serio/i8042.c | 12 ++++++++- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 ++- drivers/nfc/s3fwrn5/i2c.c | 4 +-- drivers/scsi/libiscsi.c | 23 ++++++++++------ drivers/scsi/ufs/ufshcd.c | 6 +---- drivers/target/iscsi/iscsi_target.c | 17 +++++++++--- drivers/usb/core/config.c | 11 ++++++++ drivers/usb/core/devio.c | 4 +-- drivers/usb/core/quirks.c | 38 ++++++++++++++++++++++++++ drivers/usb/core/usb.h | 3 +++ drivers/video/fbdev/hyperv_fb.c | 7 ++++- fs/btrfs/inode.c | 41 ++++++++++++++++++++++------ fs/btrfs/qgroup.c | 2 +- fs/btrfs/tests/inode-tests.c | 1 + fs/btrfs/volumes.c | 7 +++++ fs/efivarfs/inode.c | 2 ++ fs/efivarfs/super.c | 1 - fs/proc/self.c | 7 +++++ include/linux/usb/quirks.h | 3 +++ include/scsi/libiscsi.h | 3 +++ tools/perf/util/dwarf-aux.c | 8 ++++++ 32 files changed, 246 insertions(+), 59 deletions(-)
On Tue, 01 Dec 2020 09:53:06 +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.247 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 Thu, 03 Dec 2020 08:46:29 +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.247-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 25 tests: 25 pass, 0 fail
Linux version: 4.4.247-rc1-g412881df37c2 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.247 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 Thu, 03 Dec 2020 08:46:29 +0000. Anything received after that time might be too late.
No problems detected during testing:
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 Tue, Dec 01, 2020 at 09:53:06AM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.247 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 Thu, 03 Dec 2020 08:46:29 +0000. Anything received after that time might be too late.
Build results: total: 165 pass: 165 fail: 0 Qemu test results: total: 328 pass: 328 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Tue, 1 Dec 2020 at 14:24, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.247 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 Thu, 03 Dec 2020 08:46:29 +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.247-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.247-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: 412881df37c2300a95caf9e61b42c25814c64af9 git describe: v4.4.246-25-g412881df37c2 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.4.y/build/v4.4.24...
No regressions (compared to build v4.4.246)
No fixes (compared to build v4.4.246)
Ran 12293 total tests in the following environments and test suites.
Environments -------------- - arm - arm64 - i386 - juno-r2 - arm64 - 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
Test Suites ----------- * build * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-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-controllers-tests * ltp-tracing-tests * libhugetlbfs * v4l2-compliance * install-android-platform-tools-r2600 * network-basic-tests * perf
Summary ------------------------------------------------------------------------
kernel: 4.4.247-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git branch: 4.4.247-rc1-hikey-20201201-867 git commit: 56c68faa4c221dab59e36da4f9fc198e41a73808 git describe: 4.4.247-rc1-hikey-20201201-867 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.246-rc1-hikey-20201123-865)
No fixes (compared to build 4.4.246-rc1-hikey-20201123-865)
Ran 1758 total tests in the following environments and test suites.
Environments -------------- - hi6220-hikey - arm64
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-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 12/1/20 1:53 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.247 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 Thu, 03 Dec 2020 08:46:29 +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.247-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.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah