This is the start of the stable review cycle for the 5.15.60 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 Thu, 11 Aug 2022 17:55:02 +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/v5.x/stable-review/patch-5.15.60-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.15.60-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
Aaron Ma <aaron.ma(a)canonical.com>
Bluetooth: btusb: Add support of IMC Networks PID 0x3568
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
Hakan Jansson <hakan.jansson(a)infineon.com>
Bluetooth: hci_bcm: Add DT compatible for CYW55572
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
Bluetooth: hci_bcm: Add BCM4349B1 variant
Naohiro Aota <naohiro.aota(a)wdc.com>
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota <naohiro.aota(a)wdc.com>
btrfs: zoned: prevent allocation from previous data relocation BG
Peter Collingbourne <pcc(a)google.com>
arm64: set UXN on swapper page tables
Mingwei Zhang <mizhang(a)google.com>
KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
Raghavendra Rao Ananta <rananta(a)google.com>
selftests: KVM: Handle compiler optimizations in ucall
Dmitry Klochkov <kdmitry556(a)gmail.com>
tools/kvm_stat: fix display of error when multiple processes are found
Vitaly Kuznetsov <vkuznets(a)redhat.com>
KVM: selftests: Make hyperv_clock selftest more stable
Paolo Bonzini <pbonzini(a)redhat.com>
KVM: x86: do not set st->preempted when going back to user space
Paolo Bonzini <pbonzini(a)redhat.com>
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
GUO Zihua <guozihua(a)huawei.com>
crypto: arm64/poly1305 - fix a read out-of-bound
Tony Luck <tony.luck(a)intel.com>
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
Stéphane Graber <stgraber(a)ubuntu.com>
tools/vm/slabinfo: Handle files in debugfs
Jan Kara <jack(a)suse.cz>
block: fix default IO priority handling again
Jakub Sitnicki <jakub(a)cloudflare.com>
selftests/bpf: Check dst_port only on the client socket
Jakub Sitnicki <jakub(a)cloudflare.com>
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Ben Hutchings <ben(a)decadent.org.uk>
x86/speculation: Make all RETbleed mitigations 64-bit only
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 ++
.../bindings/net/broadcom-bluetooth.yaml | 1 +
Makefile | 4 +-
arch/arm64/crypto/poly1305-glue.c | 2 +-
arch/arm64/include/asm/kernel-pgtable.h | 4 +-
arch/arm64/kernel/head.S | 2 +-
arch/x86/Kconfig | 8 +-
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/kvm_host.h | 3 +
arch/x86/include/asm/msr-index.h | 4 +
arch/x86/include/asm/nospec-branch.h | 21 +++++-
arch/x86/kernel/cpu/bugs.c | 86 ++++++++++++++++------
arch/x86/kernel/cpu/common.c | 12 ++-
arch/x86/kvm/svm/sev.c | 4 +-
arch/x86/kvm/svm/svm.c | 2 +
arch/x86/kvm/vmx/vmenter.S | 8 +-
arch/x86/kvm/vmx/vmx.c | 1 +
arch/x86/kvm/x86.c | 48 +++++++++---
arch/x86/kvm/xen.h | 6 +-
block/blk-ioc.c | 1 +
block/ioprio.c | 4 +-
drivers/acpi/apei/bert.c | 31 ++++++--
drivers/acpi/video_detect.c | 55 +++++++++-----
drivers/bluetooth/btbcm.c | 2 +
drivers/bluetooth/btusb.c | 15 ++++
drivers/bluetooth/hci_bcm.c | 2 +
drivers/macintosh/adb.c | 2 +-
fs/btrfs/block-group.h | 1 +
fs/btrfs/extent-tree.c | 20 ++++-
fs/btrfs/extent_io.c | 3 +-
fs/btrfs/inode.c | 2 +
fs/btrfs/zoned.c | 27 +++++++
fs/btrfs/zoned.h | 5 ++
include/linux/ioprio.h | 2 +-
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/arch/x86/include/asm/msr-index.h | 4 +
tools/include/uapi/linux/bpf.h | 3 +-
tools/kvm/kvm_stat/kvm_stat | 3 +-
.../testing/selftests/bpf/prog_tests/sock_fields.c | 58 ++++++++++-----
.../testing/selftests/bpf/progs/test_sock_fields.c | 45 +++++++++++
tools/testing/selftests/bpf/verifier/sock.c | 81 +++++++++++++++++++-
tools/testing/selftests/kvm/lib/aarch64/ucall.c | 9 +--
tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 10 ++-
tools/vm/slabinfo.c | 26 ++++++-
44 files changed, 515 insertions(+), 123 deletions(-)
This is the start of the stable review cycle for the 5.19.1 release.
There are 21 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, 11 Aug 2022 17:55:02 +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/v5.x/stable-review/patch-5.19.1-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.19.1-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
Aaron Ma <aaron.ma(a)canonical.com>
Bluetooth: btusb: Add support of IMC Networks PID 0x3568
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
Hakan Jansson <hakan.jansson(a)infineon.com>
Bluetooth: hci_bcm: Add DT compatible for CYW55572
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
Bluetooth: hci_bcm: Add BCM4349B1 variant
Sai Teja Aluvala <quic_saluvala(a)quicinc.com>
Bluetooth: hci_qca: Return wakeup for qca_wakeup
Peter Collingbourne <pcc(a)google.com>
arm64: set UXN on swapper page tables
Andrew Lunn <andrew(a)lunn.ch>
ata: sata_mv: Fixes expected number of resources now IRQs are gone
GUO Zihua <guozihua(a)huawei.com>
crypto: arm64/poly1305 - fix a read out-of-bound
Tony Luck <tony.luck(a)intel.com>
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
Stéphane Graber <stgraber(a)ubuntu.com>
tools/vm/slabinfo: Handle files in debugfs
Jan Kara <jack(a)suse.cz>
block: fix default IO priority handling again
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 ++
.../bindings/net/broadcom-bluetooth.yaml | 1 +
Makefile | 4 +-
arch/arm64/crypto/poly1305-glue.c | 2 +-
arch/arm64/include/asm/kernel-pgtable.h | 4 +-
arch/arm64/kernel/head.S | 2 +-
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/msr-index.h | 4 +
arch/x86/include/asm/nospec-branch.h | 21 +++++-
arch/x86/kernel/cpu/bugs.c | 86 ++++++++++++++++------
arch/x86/kernel/cpu/common.c | 12 ++-
arch/x86/kvm/vmx/vmenter.S | 8 +-
block/blk-ioc.c | 2 +
block/ioprio.c | 4 +-
drivers/acpi/apei/bert.c | 31 ++++++--
drivers/acpi/video_detect.c | 55 +++++++++-----
drivers/ata/sata_mv.c | 2 +-
drivers/bluetooth/btbcm.c | 2 +
drivers/bluetooth/btusb.c | 15 ++++
drivers/bluetooth/hci_bcm.c | 2 +
drivers/bluetooth/hci_qca.c | 2 +-
drivers/macintosh/adb.c | 2 +-
include/linux/ioprio.h | 2 +-
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/arch/x86/include/asm/msr-index.h | 4 +
tools/vm/slabinfo.c | 26 ++++++-
26 files changed, 232 insertions(+), 72 deletions(-)
This is the start of the stable review cycle for the 4.19.255 release.
There are 32 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, 11 Aug 2022 17:55:02 +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.255-r…
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(a)linuxfoundation.org>
Linux 4.19.255-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
Ming Lei <ming.lei(a)redhat.com>
scsi: core: Fix race between handling STS_RESOURCE and completion
Wei Mingzhi <whistler(a)member.fsf.org>
mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
ARM: crypto: comment out gcc warning that breaks clang builds
Leo Yan <leo.yan(a)linaro.org>
perf symbol: Correct address for bss symbols
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: do not allow packet truncation below transport header offset
Duoming Zhou <duoming(a)zju.edu.cn>
sctp: fix sleep in atomic context bug in timer handlers
Michal Maloszewski <michal.maloszewski(a)intel.com>
i40e: Fix interface init with MSI interrupts (no MSI-X)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Xin Long <lucien.xin(a)gmail.com>
Documentation: fix sctp_wmem in ip-sysctl.rst
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Liang He <windhl(a)126.com>
net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_qrv.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Liang He <windhl(a)126.com>
scsi: ufs: host: Hold reference returned by of_parse_phandle()
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_dsack.
Harald Freudenberger <freude(a)linux.ibm.com>
s390/archrandom: prevent CPACF trng invocations in interrupt context
ChenXiaoSong <chenxiaosong2(a)huawei.com>
ntfs: fix use-after-free in ntfs_ucsncmp()
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 ++++
Documentation/networking/ip-sysctl.txt | 9 +++-
Makefile | 4 +-
arch/arm/lib/xor-neon.c | 3 +-
arch/s390/include/asm/archrandom.h | 9 ++--
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/msr-index.h | 4 ++
arch/x86/include/asm/nospec-branch.h | 19 ++++++++-
arch/x86/kernel/cpu/bugs.c | 61 ++++++++++++++++++++++++++-
arch/x86/kernel/cpu/common.c | 12 +++++-
arch/x86/kvm/vmx.c | 6 +--
drivers/acpi/video_detect.c | 55 +++++++++++++++---------
drivers/macintosh/adb.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 4 ++
drivers/net/sungem_phy.c | 1 +
drivers/net/wireless/mediatek/mt7601u/usb.c | 1 +
drivers/scsi/scsi_lib.c | 3 +-
drivers/scsi/ufs/ufshcd-pltfrm.c | 15 ++++++-
fs/ntfs/attrib.c | 8 +++-
include/net/bluetooth/l2cap.h | 1 +
include/net/tcp.h | 2 +-
net/bluetooth/l2cap_core.c | 61 +++++++++++++++++++++------
net/ipv4/igmp.c | 24 ++++++-----
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 20 +++++----
net/ipv4/tcp_metrics.c | 2 +-
net/ipv4/tcp_output.c | 2 +-
net/ipv6/ping.c | 6 +++
net/netfilter/nfnetlink_queue.c | 7 ++-
net/sctp/stream_sched.c | 2 +-
tools/perf/util/symbol-elf.c | 45 ++++++++++++++++++--
31 files changed, 316 insertions(+), 84 deletions(-)
This is the start of the stable review cycle for the 5.4.210 release.
There are 15 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, 11 Aug 2022 17:55:02 +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/v5.x/stable-review/patch-5.4.210-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.4.210-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Chen-Yu Tsai <wenst(a)chromium.org>
media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
Raghavendra Rao Ananta <rananta(a)google.com>
selftests: KVM: Handle compiler optimizations in ucall
Alexey Kardashevskiy <aik(a)ozlabs.ru>
KVM: Don't null dereference ops->destroy
Jean-Philippe Brucker <jean-philippe(a)linaro.org>
selftests/bpf: Fix "dubious pointer arithmetic" test
Stanislav Fomichev <sdf(a)google.com>
selftests/bpf: Fix test_align verifier log patterns
John Fastabend <john.fastabend(a)gmail.com>
bpf: Test_verifier, #70 error message updates for 32-bit right shift
Jakub Sitnicki <jakub(a)cloudflare.com>
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
John Fastabend <john.fastabend(a)gmail.com>
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
Tony Luck <tony.luck(a)intel.com>
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
Subbaraman Narayanamurthy <quic_subbaram(a)quicinc.com>
thermal: Fix NULL pointer dereferences in of_thermal_ functions
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 +++
Makefile | 4 +-
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/msr-index.h | 4 ++
arch/x86/include/asm/nospec-branch.h | 19 +++++-
arch/x86/kernel/cpu/bugs.c | 61 ++++++++++++++++++-
arch/x86/kernel/cpu/common.c | 12 +++-
arch/x86/kvm/vmx/vmenter.S | 1 +
drivers/acpi/apei/bert.c | 31 +++++++---
drivers/acpi/video_detect.c | 55 +++++++++++------
drivers/macintosh/adb.c | 2 +-
drivers/media/v4l2-core/v4l2-mem2mem.c | 60 +++++++++++++-----
drivers/thermal/of-thermal.c | 9 ++-
kernel/bpf/verifier.c | 1 +
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/include/uapi/linux/bpf.h | 3 +-
tools/testing/selftests/bpf/test_align.c | 41 +++++++------
tools/testing/selftests/bpf/verifier/bounds.c | 6 +-
tools/testing/selftests/bpf/verifier/sock.c | 81 ++++++++++++++++++++++++-
tools/testing/selftests/kvm/lib/aarch64/ucall.c | 9 ++-
virt/kvm/kvm_main.c | 5 +-
21 files changed, 329 insertions(+), 86 deletions(-)
This is the start of the stable review cycle for the 5.10.136 release.
There are 23 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, 11 Aug 2022 17:55:02 +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/v5.x/stable-review/patch-5.10.136-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.10.136-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
Aaron Ma <aaron.ma(a)canonical.com>
Bluetooth: btusb: Add support of IMC Networks PID 0x3568
Hakan Jansson <hakan.jansson(a)infineon.com>
Bluetooth: hci_bcm: Add DT compatible for CYW55572
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
Bluetooth: hci_bcm: Add BCM4349B1 variant
Raghavendra Rao Ananta <rananta(a)google.com>
selftests: KVM: Handle compiler optimizations in ucall
Dmitry Klochkov <kdmitry556(a)gmail.com>
tools/kvm_stat: fix display of error when multiple processes are found
GUO Zihua <guozihua(a)huawei.com>
crypto: arm64/poly1305 - fix a read out-of-bound
Tony Luck <tony.luck(a)intel.com>
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
George Kennedy <george.kennedy(a)oracle.com>
tun: avoid double free in tun_free_netdev
Jakub Sitnicki <jakub(a)cloudflare.com>
selftests/bpf: Check dst_port only on the client socket
Jakub Sitnicki <jakub(a)cloudflare.com>
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()
Ben Hutchings <ben(a)decadent.org.uk>
x86/speculation: Make all RETbleed mitigations 64-bit only
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 ++
Makefile | 4 +-
arch/arm64/crypto/poly1305-glue.c | 2 +-
arch/x86/Kconfig | 8 +-
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/msr-index.h | 4 +
arch/x86/include/asm/nospec-branch.h | 21 +++-
arch/x86/kernel/cpu/bugs.c | 86 +++++++++++-----
arch/x86/kernel/cpu/common.c | 12 ++-
arch/x86/kvm/vmx/vmenter.S | 8 +-
drivers/acpi/apei/bert.c | 31 ++++--
drivers/acpi/video_detect.c | 55 ++++++----
drivers/bluetooth/btbcm.c | 2 +
drivers/bluetooth/btusb.c | 15 +++
drivers/bluetooth/hci_bcm.c | 2 +
drivers/macintosh/adb.c | 2 +-
drivers/net/tun.c | 114 +++++++++++----------
drivers/net/wireless/ath/ath9k/htc.h | 2 +
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 13 +++
drivers/net/wireless/ath/ath9k/wmi.c | 4 +
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/arch/x86/include/asm/msr-index.h | 4 +
tools/include/uapi/linux/bpf.h | 3 +-
tools/kvm/kvm_stat/kvm_stat | 3 +-
.../testing/selftests/bpf/prog_tests/sock_fields.c | 60 +++++++----
.../testing/selftests/bpf/progs/test_sock_fields.c | 45 ++++++++
tools/testing/selftests/bpf/verifier/sock.c | 81 ++++++++++++++-
tools/testing/selftests/kvm/lib/aarch64/ucall.c | 9 +-
28 files changed, 451 insertions(+), 150 deletions(-)
This is the start of the stable review cycle for the 5.18.17 release.
There are 35 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, 11 Aug 2022 17:55:02 +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/v5.x/stable-review/patch-5.18.17-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.18.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.18.17-rc1
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/speculation: Add LFENCE to RSB fill sequence
Daniel Sneddon <daniel.sneddon(a)linux.intel.com>
x86/speculation: Add RSB VM Exit protections
Ning Qiang <sohu0106(a)126.com>
macintosh/adb: fix oob read in do_adb_query() function
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
Hilda Wu <hildawu(a)realtek.com>
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
Aaron Ma <aaron.ma(a)canonical.com>
Bluetooth: btusb: Add support of IMC Networks PID 0x3568
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
Hakan Jansson <hakan.jansson(a)infineon.com>
Bluetooth: hci_bcm: Add DT compatible for CYW55572
Ahmad Fatoum <a.fatoum(a)pengutronix.de>
Bluetooth: hci_bcm: Add BCM4349B1 variant
Sai Teja Aluvala <quic_saluvala(a)quicinc.com>
Bluetooth: hci_qca: Return wakeup for qca_wakeup
Naohiro Aota <naohiro.aota(a)wdc.com>
btrfs: zoned: drop optimization of zone finish
Naohiro Aota <naohiro.aota(a)wdc.com>
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota <naohiro.aota(a)wdc.com>
btrfs: zoned: prevent allocation from previous data relocation BG
Peter Collingbourne <pcc(a)google.com>
arm64: set UXN on swapper page tables
Mingwei Zhang <mizhang(a)google.com>
KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
Raghavendra Rao Ananta <rananta(a)google.com>
selftests: KVM: Handle compiler optimizations in ucall
Dmitry Klochkov <kdmitry556(a)gmail.com>
tools/kvm_stat: fix display of error when multiple processes are found
David Matlack <dmatlack(a)google.com>
KVM: selftests: Restrict test region to 48-bit physical addresses when using nested
Maxim Levitsky <mlevitsk(a)redhat.com>
KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking
Maxim Levitsky <mlevitsk(a)redhat.com>
KVM: x86: disable preemption while updating apicv inhibition
Seth Forshee <sforshee(a)digitalocean.com>
entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
Ben Gardon <bgardon(a)google.com>
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Vitaly Kuznetsov <vkuznets(a)redhat.com>
KVM: selftests: Make hyperv_clock selftest more stable
Paolo Bonzini <pbonzini(a)redhat.com>
KVM: x86: do not set st->preempted when going back to user space
Paolo Bonzini <pbonzini(a)redhat.com>
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
GUO Zihua <guozihua(a)huawei.com>
crypto: arm64/poly1305 - fix a read out-of-bound
Tony Luck <tony.luck(a)intel.com>
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
Werner Sembach <wse(a)tuxedocomputers.com>
ACPI: video: Force backlight native for some TongFang devices
Stéphane Graber <stgraber(a)ubuntu.com>
tools/vm/slabinfo: Handle files in debugfs
Jan Kara <jack(a)suse.cz>
block: fix default IO priority handling again
Ben Hutchings <ben(a)decadent.org.uk>
x86/speculation: Make all RETbleed mitigations 64-bit only
-------------
Diffstat:
Documentation/admin-guide/hw-vuln/spectre.rst | 8 ++
.../bindings/net/broadcom-bluetooth.yaml | 1 +
Makefile | 4 +-
arch/arm64/crypto/poly1305-glue.c | 2 +-
arch/arm64/include/asm/kernel-pgtable.h | 4 +-
arch/arm64/kernel/head.S | 2 +-
arch/x86/Kconfig | 8 +-
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/kvm_host.h | 3 +
arch/x86/include/asm/msr-index.h | 4 +
arch/x86/include/asm/nospec-branch.h | 21 +++++-
arch/x86/kernel/cpu/bugs.c | 86 ++++++++++++++++------
arch/x86/kernel/cpu/common.c | 12 ++-
arch/x86/kvm/mmu/tdp_iter.c | 9 +++
arch/x86/kvm/mmu/tdp_iter.h | 1 +
arch/x86/kvm/mmu/tdp_mmu.c | 38 ++++++++--
arch/x86/kvm/svm/sev.c | 4 +-
arch/x86/kvm/svm/svm.c | 2 +
arch/x86/kvm/vmx/vmenter.S | 8 +-
arch/x86/kvm/vmx/vmx.c | 1 +
arch/x86/kvm/x86.c | 50 ++++++++++---
arch/x86/kvm/xen.h | 6 +-
block/blk-ioc.c | 2 +
block/ioprio.c | 4 +-
drivers/acpi/apei/bert.c | 31 ++++++--
drivers/acpi/video_detect.c | 55 +++++++++-----
drivers/bluetooth/btbcm.c | 2 +
drivers/bluetooth/btusb.c | 15 ++++
drivers/bluetooth/hci_bcm.c | 2 +
drivers/bluetooth/hci_qca.c | 2 +-
drivers/macintosh/adb.c | 2 +-
fs/btrfs/block-group.h | 1 +
fs/btrfs/extent-tree.c | 20 ++++-
fs/btrfs/extent_io.c | 3 +-
fs/btrfs/inode.c | 2 +
fs/btrfs/zoned.c | 50 +++++++++++--
fs/btrfs/zoned.h | 5 ++
include/linux/ioprio.h | 2 +-
kernel/entry/kvm.c | 6 --
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/arch/x86/include/asm/msr-index.h | 4 +
tools/kvm/kvm_stat/kvm_stat | 3 +-
tools/testing/selftests/kvm/lib/aarch64/ucall.c | 9 +--
tools/testing/selftests/kvm/lib/perf_test_util.c | 18 ++++-
tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 10 ++-
tools/vm/slabinfo.c | 26 ++++++-
virt/kvm/kvm_main.c | 8 +-
47 files changed, 434 insertions(+), 125 deletions(-)
Dear,
The products blew cover the latest designs,which are now available from
stock, we believe that you will find our new designs most
attractive,they should get a very good reception in your market, once
you have had time to study the supplement, please let us known if you
would like to take the matter further, we will keep you informed on our
progress and look forward to hearing from you.
Best Regards
Joy
This is the start of the stable review cycle for the 5.15.59 release.
There are 69 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, 03 Aug 2022 11:41:16 +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/v5.x/stable-review/patch-5.15.59-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.15.59-rc1
Thadeu Lima de Souza Cascardo <cascardo(a)canonical.com>
x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available
Waiman Long <longman(a)redhat.com>
locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by first waiter
Eiichi Tsukata <eiichi.tsukata(a)nutanix.com>
docs/kernel-parameters: Update descriptions for "mitigations=" param with retbleed
Toshi Kani <toshi.kani(a)hpe.com>
EDAC/ghes: Set the DIMM label unconditionally
Florian Fainelli <f.fainelli(a)gmail.com>
ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow
Jaewon Kim <jaewon31.kim(a)samsung.com>
page_alloc: fix invalid watermark check on a negative value
Ralph Campbell <rcampbell(a)nvidia.com>
mm/hmm: fault non-owner device private entries
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
ARM: crypto: comment out gcc warning that breaks clang builds
Xin Long <lucien.xin(a)gmail.com>
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Alejandro Lucero <alejandro.lucero-palau(a)amd.com>
sfc: disable softirqs for ptp TX
Leo Yan <leo.yan(a)linaro.org>
perf symbol: Correct address for bss symbols
Jason Wang <jasowang(a)redhat.com>
virtio-net: fix the race between refill work and close
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: do not allow packet truncation below transport header offset
Sunil Goutham <sgoutham(a)marvell.com>
octeontx2-pf: cn10k: Fix egress ratelimit configuration
Duoming Zhou <duoming(a)zju.edu.cn>
sctp: fix sleep in atomic context bug in timer handlers
Michal Maloszewski <michal.maloszewski(a)intel.com>
i40e: Fix interface init with MSI interrupts (no MSI-X)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_reflect_tos.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sk_pacing_rate.
Taehee Yoo <ap420073(a)gmail.com>
net: mld: fix reference count leak in mld_{query | report}_work()
Jianglei Nie <niejianglei2021(a)163.com>
net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: always read MACSEC_SA_ATTR_PN as a u64
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: limit replay window size with XPN
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: fix error message in macsec_add_rxsa and _txsa
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: fix NULL deref in macsec_add_rxsa
Xin Long <lucien.xin(a)gmail.com>
Documentation: fix sctp_wmem in ip-sysctl.rst
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Liang He <windhl(a)126.com>
net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmii
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_qrv.
Maxim Mikityanskiy <maximmi(a)nvidia.com>
net/tls: Remove the context from the list in tls_device_down
Ziyang Xuan <william.xuanziyang(a)huawei.com>
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Kuniyuki Iwashima <kuniyu(a)amazon.com>
net: ping6: Fix memleak in ipv6_renew_options().
David Jeffery <djeffery(a)redhat.com>
scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
Jason Yan <yanaijie(a)huawei.com>
scsi: core: Fix warning in scsi_alloc_sgtables()
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
Subbaraya Sundeep <sbhatta(a)marvell.com>
octeontx2-pf: Fix UDP/TCP src and dst port tc filters
Wei Wang <weiwan(a)google.com>
Revert "tcp: change pingpong threshold to 3"
Liang He <windhl(a)126.com>
scsi: ufs: host: Hold reference returned by of_parse_phandle()
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: do not setup vlan for loopback VSI
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_dsack.
Linus Torvalds <torvalds(a)linux-foundation.org>
watch_queue: Fix missing locking in add_watch_to_object()
David Howells <dhowells(a)redhat.com>
watch_queue: Fix missing rcu annotation
Nathan Chancellor <nathan(a)kernel.org>
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Alistair Popple <apopple(a)nvidia.com>
nouveau/svm: Fix to migrate all requested pages
Harald Freudenberger <freude(a)linux.ibm.com>
s390/archrandom: prevent CPACF trng invocations in interrupt context
Lukas Bulwahn <lukas.bulwahn(a)gmail.com>
asm-generic: remove a broken and needless ifdef conditional
Miaohe Lin <linmiaohe(a)huawei.com>
hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte
Josef Bacik <josef(a)toxicpanda.com>
mm: fix page leak with multiple threads mapping the same page
Mike Rapoport <rppt(a)kernel.org>
secretmem: fix unhandled fault in truncate
Andrei Vagin <avagin(a)gmail.com>
fs: sendfile handles O_NONBLOCK of out_fd
ChenXiaoSong <chenxiaosong2(a)huawei.com>
ntfs: fix use-after-free in ntfs_ucsncmp()
Junxiao Bi <ocfs2-devel(a)oss.oracle.com>
Revert "ocfs2: mount shared volume without ha stack"
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 2 +
Documentation/networking/ip-sysctl.rst | 9 +-
Makefile | 4 +-
arch/arm/include/asm/dma.h | 2 +-
arch/arm/lib/xor-neon.c | 3 +-
arch/s390/include/asm/archrandom.h | 9 +-
arch/x86/kernel/cpu/bugs.c | 1 +
drivers/edac/ghes_edac.c | 11 ++-
drivers/gpu/drm/nouveau/nouveau_dmem.c | 6 +-
drivers/gpu/drm/tiny/simpledrm.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 4 +
drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 +-
drivers/net/ethernet/intel/ice/ice_main.c | 8 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_tc.c | 106 ++++++++++++++-------
drivers/net/ethernet/sfc/ptp.c | 22 +++++
drivers/net/macsec.c | 33 ++++---
drivers/net/pcs/pcs-xpcs.c | 2 +-
drivers/net/sungem_phy.c | 1 +
drivers/net/virtio_net.c | 37 ++++++-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 1 +
drivers/scsi/scsi_ioctl.c | 2 +-
drivers/scsi/ufs/ufshcd-pltfrm.c | 15 ++-
fs/ntfs/attrib.c | 8 +-
fs/ocfs2/ocfs2.h | 4 +-
fs/ocfs2/slot_map.c | 46 ++++-----
fs/ocfs2/super.c | 21 ----
fs/read_write.c | 3 +
include/asm-generic/io.h | 2 -
include/net/addrconf.h | 3 +
include/net/bluetooth/l2cap.h | 1 +
include/net/inet_connection_sock.h | 10 +-
include/net/sock.h | 8 +-
include/net/tcp.h | 2 +-
kernel/locking/rwsem.c | 30 ++++--
kernel/watch_queue.c | 58 ++++++-----
mm/hmm.c | 19 ++--
mm/hugetlb.c | 1 +
mm/memory.c | 7 +-
mm/page_alloc.c | 12 ++-
mm/secretmem.c | 33 +++++--
net/bluetooth/l2cap_core.c | 61 +++++++++---
net/decnet/af_decnet.c | 4 +-
net/ipv4/fib_trie.c | 7 +-
net/ipv4/igmp.c | 24 ++---
net/ipv4/tcp.c | 8 +-
net/ipv4/tcp_input.c | 41 ++++----
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/tcp_metrics.c | 10 +-
net/ipv4/tcp_output.c | 21 ++--
net/ipv6/mcast.c | 14 +--
net/ipv6/ping.c | 6 ++
net/ipv6/tcp_ipv6.c | 4 +-
net/mptcp/protocol.c | 8 +-
net/netfilter/nfnetlink_queue.c | 7 +-
net/sctp/associola.c | 5 +-
net/sctp/stream.c | 19 +---
net/sctp/stream_sched.c | 2 +-
net/tipc/socket.c | 2 +-
net/tls/tls_device.c | 7 +-
tools/perf/util/symbol-elf.c | 45 ++++++++-
60 files changed, 547 insertions(+), 303 deletions(-)
This is the start of the stable review cycle for the 5.10.135 release.
There are 65 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, 03 Aug 2022 11:41:16 +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/v5.x/stable-review/patch-5.10.135-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.10.135-rc1
Tianchen Ding <dtcccc(a)linux.alibaba.com>
selftests: bpf: Don't run sk_lookup in verifier tests
Tianchen Ding <dtcccc(a)linux.alibaba.com>
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Tianchen Ding <dtcccc(a)linux.alibaba.com>
bpf: Consolidate shared test timing code
Thadeu Lima de Souza Cascardo <cascardo(a)canonical.com>
x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available
Dave Chinner <dchinner(a)redhat.com>
xfs: Enforce attr3 buffer recovery order
Dave Chinner <dchinner(a)redhat.com>
xfs: logging the on disk inode LSN can make it go backwards
Brian Foster <bfoster(a)redhat.com>
xfs: remove dead stale buf unpin handling code
Brian Foster <bfoster(a)redhat.com>
xfs: hold buffer across unpin and potential shutdown processing
Darrick J. Wong <djwong(a)kernel.org>
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong <djwong(a)kernel.org>
xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes
Darrick J. Wong <djwong(a)kernel.org>
xfs: prevent UAF in xfs_log_item_in_current_chkpt
Dave Chinner <dchinner(a)redhat.com>
xfs: xfs_log_force_lsn isn't passed a LSN
Christoph Hellwig <hch(a)lst.de>
xfs: refactor xfs_file_fsync
Eiichi Tsukata <eiichi.tsukata(a)nutanix.com>
docs/kernel-parameters: Update descriptions for "mitigations=" param with retbleed
Toshi Kani <toshi.kani(a)hpe.com>
EDAC/ghes: Set the DIMM label unconditionally
Florian Fainelli <f.fainelli(a)gmail.com>
ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow
Wei Mingzhi <whistler(a)member.fsf.org>
mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
Jaewon Kim <jaewon31.kim(a)samsung.com>
page_alloc: fix invalid watermark check on a negative value
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
ARM: crypto: comment out gcc warning that breaks clang builds
Xin Long <lucien.xin(a)gmail.com>
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Alejandro Lucero <alejandro.lucero-palau(a)amd.com>
sfc: disable softirqs for ptp TX
Leo Yan <leo.yan(a)linaro.org>
perf symbol: Correct address for bss symbols
Jason Wang <jasowang(a)redhat.com>
virtio-net: fix the race between refill work and close
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: do not allow packet truncation below transport header offset
Duoming Zhou <duoming(a)zju.edu.cn>
sctp: fix sleep in atomic context bug in timer handlers
Michal Maloszewski <michal.maloszewski(a)intel.com>
i40e: Fix interface init with MSI interrupts (no MSI-X)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_reflect_tos.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Jianglei Nie <niejianglei2021(a)163.com>
net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: always read MACSEC_SA_ATTR_PN as a u64
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: limit replay window size with XPN
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: fix error message in macsec_add_rxsa and _txsa
Sabrina Dubroca <sd(a)queasysnail.net>
macsec: fix NULL deref in macsec_add_rxsa
Xin Long <lucien.xin(a)gmail.com>
Documentation: fix sctp_wmem in ip-sysctl.rst
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Liang He <windhl(a)126.com>
net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_qrv.
Maxim Mikityanskiy <maximmi(a)nvidia.com>
net/tls: Remove the context from the list in tls_device_down
Ziyang Xuan <william.xuanziyang(a)huawei.com>
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Kuniyuki Iwashima <kuniyu(a)amazon.com>
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
Wei Wang <weiwan(a)google.com>
Revert "tcp: change pingpong threshold to 3"
Liang He <windhl(a)126.com>
scsi: ufs: host: Hold reference returned by of_parse_phandle()
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: do not setup vlan for loopback VSI
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_dsack.
Linus Torvalds <torvalds(a)linux-foundation.org>
watch_queue: Fix missing locking in add_watch_to_object()
David Howells <dhowells(a)redhat.com>
watch_queue: Fix missing rcu annotation
Alistair Popple <apopple(a)nvidia.com>
nouveau/svm: Fix to migrate all requested pages
Harald Freudenberger <freude(a)linux.ibm.com>
s390/archrandom: prevent CPACF trng invocations in interrupt context
ChenXiaoSong <chenxiaosong2(a)huawei.com>
ntfs: fix use-after-free in ntfs_ucsncmp()
Junxiao Bi <ocfs2-devel(a)oss.oracle.com>
Revert "ocfs2: mount shared volume without ha stack"
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 2 +
Documentation/networking/ip-sysctl.rst | 9 +-
Makefile | 4 +-
arch/arm/include/asm/dma.h | 2 +-
arch/arm/lib/xor-neon.c | 3 +-
arch/s390/include/asm/archrandom.h | 9 +-
arch/x86/kernel/cpu/bugs.c | 1 +
drivers/edac/ghes_edac.c | 11 +-
drivers/gpu/drm/nouveau/nouveau_dmem.c | 6 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 4 +
drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 +-
drivers/net/ethernet/intel/ice/ice_main.c | 8 +-
drivers/net/ethernet/sfc/ptp.c | 22 ++
drivers/net/macsec.c | 33 ++-
drivers/net/sungem_phy.c | 1 +
drivers/net/virtio_net.c | 37 +++-
drivers/net/wireless/mediatek/mt7601u/usb.c | 1 +
drivers/scsi/ufs/ufshcd-pltfrm.c | 15 +-
fs/ntfs/attrib.c | 8 +-
fs/ocfs2/ocfs2.h | 4 +-
fs/ocfs2/slot_map.c | 46 ++--
fs/ocfs2/super.c | 21 --
fs/xfs/libxfs/xfs_log_format.h | 11 +-
fs/xfs/libxfs/xfs_types.h | 1 +
fs/xfs/xfs_buf_item.c | 60 ++---
fs/xfs/xfs_buf_item_recover.c | 1 +
fs/xfs/xfs_dquot_item.c | 2 +-
fs/xfs/xfs_file.c | 81 ++++---
fs/xfs/xfs_inode.c | 10 +-
fs/xfs/xfs_inode_item.c | 4 +-
fs/xfs/xfs_inode_item.h | 2 +-
fs/xfs/xfs_inode_item_recover.c | 39 +++-
fs/xfs/xfs_log.c | 30 +--
fs/xfs/xfs_log.h | 4 +-
fs/xfs/xfs_log_cil.c | 32 +--
fs/xfs/xfs_log_priv.h | 15 +-
fs/xfs/xfs_log_recover.c | 5 +-
fs/xfs/xfs_mount.c | 10 +-
fs/xfs/xfs_trans.c | 6 +-
fs/xfs/xfs_trans.h | 4 +-
include/linux/bpf.h | 10 +
include/net/addrconf.h | 3 +
include/net/bluetooth/l2cap.h | 1 +
include/net/inet_connection_sock.h | 10 +-
include/net/tcp.h | 2 +-
include/uapi/linux/bpf.h | 5 +-
kernel/watch_queue.c | 58 +++--
mm/page_alloc.c | 12 +-
net/bluetooth/l2cap_core.c | 61 ++++--
net/bpf/test_run.c | 243 +++++++++++++++------
net/core/filter.c | 1 +
net/ipv4/igmp.c | 24 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 24 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/tcp_metrics.c | 10 +-
net/ipv4/tcp_output.c | 19 +-
net/ipv6/ping.c | 6 +
net/ipv6/tcp_ipv6.c | 4 +-
net/mptcp/protocol.c | 2 +-
net/netfilter/nfnetlink_queue.c | 7 +-
net/sctp/associola.c | 5 +-
net/sctp/stream.c | 19 +-
net/sctp/stream_sched.c | 2 +-
net/tls/tls_device.c | 7 +-
tools/include/uapi/linux/bpf.h | 5 +-
tools/perf/util/symbol-elf.c | 45 +++-
tools/testing/selftests/bpf/test_verifier.c | 4 +-
.../testing/selftests/bpf/verifier/ctx_sk_lookup.c | 1 +
69 files changed, 755 insertions(+), 408 deletions(-)
This is the start of the stable review cycle for the 5.4.209 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 Wed, 03 Aug 2022 11:41:16 +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/v5.x/stable-review/patch-5.4.209-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.4.209-rc1
Ming Lei <ming.lei(a)redhat.com>
scsi: core: Fix race between handling STS_RESOURCE and completion
Wei Mingzhi <whistler(a)member.fsf.org>
mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
ARM: crypto: comment out gcc warning that breaks clang builds
Xin Long <lucien.xin(a)gmail.com>
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Alejandro Lucero <alejandro.lucero-palau(a)amd.com>
sfc: disable softirqs for ptp TX
Leo Yan <leo.yan(a)linaro.org>
perf symbol: Correct address for bss symbols
Jason Wang <jasowang(a)redhat.com>
virtio-net: fix the race between refill work and close
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: do not allow packet truncation below transport header offset
Duoming Zhou <duoming(a)zju.edu.cn>
sctp: fix sleep in atomic context bug in timer handlers
Michal Maloszewski <michal.maloszewski(a)intel.com>
i40e: Fix interface init with MSI interrupts (no MSI-X)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Xin Long <lucien.xin(a)gmail.com>
Documentation: fix sctp_wmem in ip-sysctl.rst
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Liang He <windhl(a)126.com>
net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_qrv.
Ziyang Xuan <william.xuanziyang(a)huawei.com>
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Kuniyuki Iwashima <kuniyu(a)amazon.com>
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Liang He <windhl(a)126.com>
scsi: ufs: host: Hold reference returned by of_parse_phandle()
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: do not setup vlan for loopback VSI
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix data-races around sysctl_tcp_dsack.
Harald Freudenberger <freude(a)linux.ibm.com>
s390/archrandom: prevent CPACF trng invocations in interrupt context
ChenXiaoSong <chenxiaosong2(a)huawei.com>
ntfs: fix use-after-free in ntfs_ucsncmp()
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
-------------
Diffstat:
Documentation/networking/ip-sysctl.txt | 9 +++-
Makefile | 4 +-
arch/arm/lib/xor-neon.c | 3 +-
arch/s390/include/asm/archrandom.h | 9 ++--
drivers/net/ethernet/intel/i40e/i40e_main.c | 4 ++
drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 +-
drivers/net/ethernet/intel/ice/ice_main.c | 8 ++--
drivers/net/ethernet/sfc/ptp.c | 22 ++++++++++
drivers/net/sungem_phy.c | 1 +
drivers/net/virtio_net.c | 37 +++++++++++++++--
drivers/net/wireless/mediatek/mt7601u/usb.c | 1 +
drivers/scsi/scsi_lib.c | 3 +-
drivers/scsi/ufs/ufshcd-pltfrm.c | 15 ++++++-
fs/ntfs/attrib.c | 8 +++-
include/net/addrconf.h | 3 ++
include/net/bluetooth/l2cap.h | 1 +
include/net/tcp.h | 2 +-
net/bluetooth/l2cap_core.c | 61 ++++++++++++++++++++++------
net/ipv4/igmp.c | 24 ++++++-----
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 20 +++++----
net/ipv4/tcp_metrics.c | 2 +-
net/ipv4/tcp_output.c | 4 +-
net/ipv6/ping.c | 6 +++
net/netfilter/nfnetlink_queue.c | 7 +++-
net/sctp/associola.c | 5 +--
net/sctp/stream.c | 19 ++-------
net/sctp/stream_sched.c | 2 +-
tools/perf/util/symbol-elf.c | 45 ++++++++++++++++++--
29 files changed, 247 insertions(+), 83 deletions(-)
This is the start of the stable review cycle for the 4.14.290 release.
There are 37 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 Fri, 29 Jul 2022 16:09:50 +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.14.290-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.14.290-rc1
Jeffrey Hugo <quic_jhugo(a)quicinc.com>
PCI: hv: Fix interrupt mapping for multi-MSI
Jeffrey Hugo <quic_jhugo(a)quicinc.com>
PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()
Jeffrey Hugo <quic_jhugo(a)quicinc.com>
PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI
Jeffrey Hugo <quic_jhugo(a)quicinc.com>
PCI: hv: Fix multi-MSI to allow more than one MSI vector
Jose Alonso <joalonsof(a)gmail.com>
net: usb: ax88179_178a needs FLAG_SEND_ZLP
Jiri Slaby <jslaby(a)suse.cz>
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby <jslaby(a)suse.cz>
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby <jslaby(a)suse.cz>
tty: drop tty_schedule_flip()
Jiri Slaby <jslaby(a)suse.cz>
tty: the rest, stop using tty_schedule_flip()
Jiri Slaby <jslaby(a)suse.cz>
tty: drivers/tty/, stop using tty_schedule_flip()
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: SCO: Fix sco_send_frame returning skb->len
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: Add bt_skb_sendmmsg helper
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: Add bt_skb_sendmsg helper
Takashi Iwai <tiwai(a)suse.de>
ALSA: memalloc: Align buffer allocations in page size
Xiaomeng Tong <xiam0nd.tong(a)gmail.com>
tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
Jyri Sarha <jsarha(a)ti.com>
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Eric Dumazet <edumazet(a)google.com>
bpf: Make sure mac_header was set before using it
Wang Cheng <wanngchenng(a)gmail.com>
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Jason A. Donenfeld <Jason(a)zx2c4.com>
Revert "Revert "char/random: silence a lockdep splat with printk()""
Hristo Venev <hristo(a)venev.name>
be2net: Fix buffer overflow in be_get_module_eeprom
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix a data-race around sysctl_igmp_max_memberships.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_llm_reports.
Junxiao Chang <junxiao.chang(a)intel.com>
net: stmmac: fix dma queue left shift overflow issue
Robert Hancock <robert.hancock(a)calian.com>
i2c: cadence: Change large transfer count reset logic to be unconditional
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_probe_interval.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_probe_threshold.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
ip: Fix a data-race around sysctl_fwmark_reflect.
Peter Zijlstra <peterz(a)infradead.org>
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Miaoqian Lin <linmq006(a)gmail.com>
power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe
Hangyu Hua <hbh25y(a)gmail.com>
xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()
Demi Marie Obenour <demi(a)invisiblethingslab.com>
xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
-------------
Diffstat:
Makefile | 4 +-
arch/alpha/kernel/srmcons.c | 2 +-
drivers/char/random.c | 4 +-
drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 28 +++---
drivers/gpu/drm/tilcdc/tilcdc_drv.c | 1 -
drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 -
drivers/gpu/drm/tilcdc/tilcdc_external.c | 96 +++-----------------
drivers/gpu/drm/tilcdc/tilcdc_external.h | 1 -
drivers/gpu/drm/tilcdc/tilcdc_panel.c | 9 --
drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 9 --
drivers/i2c/busses/i2c-cadence.c | 30 ++-----
drivers/net/ethernet/emulex/benet/be_cmds.c | 10 +--
drivers/net/ethernet/emulex/benet/be_cmds.h | 2 +-
drivers/net/ethernet/emulex/benet/be_ethtool.c | 31 ++++---
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 3 +
drivers/net/usb/ax88179_178a.c | 16 ++--
drivers/pci/host/pci-hyperv.c | 101 ++++++++++++++++++----
drivers/power/reset/arm-versatile-reboot.c | 1 +
drivers/s390/char/keyboard.h | 4 +-
drivers/staging/speakup/spk_ttyio.c | 4 +-
drivers/tty/cyclades.c | 6 +-
drivers/tty/goldfish.c | 2 +-
drivers/tty/moxa.c | 4 +-
drivers/tty/pty.c | 14 +--
drivers/tty/serial/lpc32xx_hs.c | 2 +-
drivers/tty/tty_buffer.c | 66 +++++++++-----
drivers/tty/vt/keyboard.c | 6 +-
drivers/tty/vt/vt.c | 2 +-
drivers/xen/gntdev.c | 3 +-
include/linux/tty_flip.h | 4 +-
include/net/bluetooth/bluetooth.h | 65 ++++++++++++++
include/net/inet_sock.h | 3 +-
include/net/ip.h | 2 +-
include/net/tcp.h | 2 +-
kernel/bpf/core.c | 8 +-
kernel/events/core.c | 45 +++++++---
mm/mempolicy.c | 2 +-
net/bluetooth/rfcomm/core.c | 50 +++++++++--
net/bluetooth/rfcomm/sock.c | 46 +++-------
net/bluetooth/sco.c | 30 +++----
net/ipv4/igmp.c | 23 +++--
net/ipv4/tcp_output.c | 4 +-
net/xfrm/xfrm_policy.c | 5 +-
sound/core/memalloc.c | 1 +
44 files changed, 410 insertions(+), 343 deletions(-)
This is the start of the stable review cycle for the 4.9.325 release.
There are 26 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 Fri, 29 Jul 2022 16:09:50 +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.9.325-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.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.9.325-rc1
Jose Alonso <joalonsof(a)gmail.com>
net: usb: ax88179_178a needs FLAG_SEND_ZLP
Jiri Slaby <jslaby(a)suse.cz>
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby <jslaby(a)suse.cz>
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby <jslaby(a)suse.cz>
tty: drop tty_schedule_flip()
Jiri Slaby <jslaby(a)suse.cz>
tty: the rest, stop using tty_schedule_flip()
Jiri Slaby <jslaby(a)suse.cz>
tty: drivers/tty/, stop using tty_schedule_flip()
Takashi Iwai <tiwai(a)suse.de>
ALSA: memalloc: Align buffer allocations in page size
Eric Dumazet <edumazet(a)google.com>
bpf: Make sure mac_header was set before using it
Wang Cheng <wanngchenng(a)gmail.com>
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Jason A. Donenfeld <Jason(a)zx2c4.com>
Revert "Revert "char/random: silence a lockdep splat with printk()""
Hristo Venev <hristo(a)venev.name>
be2net: Fix buffer overflow in be_get_module_eeprom
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix a data-race around sysctl_igmp_max_memberships.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
igmp: Fix data-races around sysctl_igmp_llm_reports.
Robert Hancock <robert.hancock(a)calian.com>
i2c: cadence: Change large transfer count reset logic to be unconditional
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp: Fix a data-race around sysctl_tcp_probe_threshold.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima <kuniyu(a)amazon.com>
ip: Fix a data-race around sysctl_fwmark_reflect.
Peter Zijlstra <peterz(a)infradead.org>
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Miaoqian Lin <linmq006(a)gmail.com>
power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe
Hangyu Hua <hbh25y(a)gmail.com>
xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()
Shuah Khan <skhan(a)linuxfoundation.org>
misc: rtsx_usb: set return value in rsp_buf alloc err path
Shuah Khan <skhan(a)linuxfoundation.org>
misc: rtsx_usb: use separate command and response buffers
Shuah Khan <skhan(a)linuxfoundation.org>
misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
Demi Marie Obenour <demi(a)invisiblethingslab.com>
xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
Stephen Smalley <sds(a)tycho.nsa.gov>
security,selinux,smack: kill security_task_wait hook
-------------
Diffstat:
Makefile | 4 +-
arch/alpha/kernel/srmcons.c | 2 +-
drivers/char/random.c | 4 +-
drivers/i2c/busses/i2c-cadence.c | 30 ++----------
drivers/mfd/rtsx_usb.c | 27 +++++++----
drivers/net/ethernet/emulex/benet/be_cmds.c | 10 ++--
drivers/net/ethernet/emulex/benet/be_cmds.h | 2 +-
drivers/net/ethernet/emulex/benet/be_ethtool.c | 31 +++++++-----
drivers/net/usb/ax88179_178a.c | 14 +++---
drivers/power/reset/arm-versatile-reboot.c | 1 +
drivers/s390/char/keyboard.h | 4 +-
drivers/tty/cyclades.c | 6 +--
drivers/tty/goldfish.c | 2 +-
drivers/tty/moxa.c | 4 +-
drivers/tty/pty.c | 14 +-----
drivers/tty/serial/lpc32xx_hs.c | 2 +-
drivers/tty/tty_buffer.c | 66 +++++++++++++++++---------
drivers/tty/vt/keyboard.c | 6 +--
drivers/tty/vt/vt.c | 2 +-
drivers/xen/gntdev.c | 3 +-
include/linux/lsm_hooks.h | 7 ---
include/linux/mfd/rtsx_usb.h | 2 -
include/linux/security.h | 6 ---
include/linux/tty_flip.h | 4 +-
include/net/inet_sock.h | 3 +-
include/net/ip.h | 2 +-
include/net/tcp.h | 2 +-
kernel/bpf/core.c | 8 ++--
kernel/events/core.c | 45 ++++++++++++------
kernel/exit.c | 19 +-------
mm/mempolicy.c | 2 +-
net/ipv4/igmp.c | 23 +++++----
net/ipv4/tcp_output.c | 2 +-
net/xfrm/xfrm_policy.c | 5 +-
security/security.c | 6 ---
security/selinux/hooks.c | 6 ---
security/smack/smack_lsm.c | 20 --------
sound/core/memalloc.c | 1 +
38 files changed, 189 insertions(+), 208 deletions(-)
Hope you are well. This is Olivia from YESOUL China.
We are a professional factory of exercise fitness indoor bikes,and Our output is 500,000 pcs per year.
Our Model is the same as Peloton .Users can connect our equipment to our Yesoul sports app by bluetooth.
We also cooperate with XIAOMI for a long time, and is the one of supplier of them.
Actually we have other models fitness machine, such as rowing machine, treadmill ,elliptical, abdominal roller, massage fascia gun etc.
Our App have diversified functions,such as live broadcast, on-demand broadcast and actual riding for users to use at home;
Now we are looking for excellent partners in various countries and hope to get in touch with you.
Looking forward to your kindly reply, and hope that we can have chance to work together.
Kindly regards
Olivia
Hi, Sir/Madam,
Good morning!
Glad to hear that you're on the market for aluminium extrusion, we
specialize in this field for 20 years, with the strength of all over
the world extrusion profile with good quality and pretty competitive
price. Also we have our own professional designers to meet any of your
requirements. Should you have any questions, call me, let's talk
details. Enclose this photos of our products.
JiangYin East-China Aluminium Technology Co.,Ltd is a specialized
large-sized enterprise integrating research, design, production and
sales of aluminum alloy profiles for building ,industrial applications
and photovoltaic modules as well as windows, doors, curtain walls and
aluminium solar frame, owning solid comprehensive technology strength,
strong research and innovation capacity as well as high quality
products and fine service.
We have plants of melting and casting, extrusion, anodizing and
electrophoresis, powder coating, PVDF painting, thermal break profile,
metal die casting and aluminum profile fabrication. All these machines
are the production basis of us.
Sincerely wish to build up a long term business friendly business
relationship with you!
Best regards!
Billy Hu
General Manager
JiangSu HaiDa Technology Group Co.,LTD
ShangHai KangWen Import and Export trading Co., Ltd
JiangYin East-China Aluminuim Technology Co., Ltd.
JiangYin Comat Metal Products Co., Ltd
JiangYin LiTail Ornamental material Co., Ltd
No 8 Huannan Road, HuaShi Town, JiangYin
City, JiangSu Province, China 214421
Tel: 0086-510-86213931 Fax: 0086-510-86206731 Mobile:
0086-13812110419
Email address: ceo(a)cntrade.com.cn
website: http://www.jshaida.com
Important Notice:
DO NOT trust any “ bank account change information sent by e-mail”,
unless you check with the real beneficiary first by office telephone an
d fax. E-Mails might be intercepted by hackers, if you send any
payment to hacker's account without checking through the phone or fax w
ith us, we will NOT take any responsibility .