This is the start of the stable review cycle for the 4.14.270 release.
There are 42 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, 09 Mar 2022 09:16:25 +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.270-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.270-rc1
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: disable softirqs in dcbnl_flush_dev()
Hugh Dickins <hughd(a)google.com>
memfd: fix F_SEAL_WRITE after shmem huge page allocated
William Mahon <wmahon(a)chromium.org>
HID: add mapping for KEY_ALL_APPLICATIONS
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
nl80211: Handle nla_memdup failures in handle_nan_filter
Jia-Ju Bai <baijiaju1990(a)gmail.com>
net: chelsio: cxgb3: check the return value of pci_find_capability()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
soc: fsl: qe: Check of ioremap return value
Randy Dunlap <rdunlap(a)infradead.org>
ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: gs_usb: change active_channels's type from atomic_t to u8
Jann Horn <jannh(a)google.com>
efivars: Respect "block" flag in efivar_entry_set_safe()
Zheyu Ma <zheyuma97(a)gmail.com>
net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
Randy Dunlap <rdunlap(a)infradead.org>
net: sxgbe: fix return value of __setup handler
Randy Dunlap <rdunlap(a)infradead.org>
net: stmmac: fix return value of __setup handler
Nicolas Escande <nico.escande(a)gmail.com>
mac80211: fix forwarded mesh frames AC & queue selection
Johan Hovold <johan(a)kernel.org>
firmware: qemu_fw_cfg: fix kobject leak in probe error path
Qiushi Wu <wu000273(a)umn.edu>
firmware: Fix a reference count leak.
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: flush lingering app table entries for unregistered devices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Don't expect inter-netns unique iflink indices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv_get_real_netdevice
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv-on-batadv check
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: fix possible use-after-free
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: don't assume sk is full socket
Leon Romanovsky <leonro(a)nvidia.com>
xfrm: enforce validity of offload input flags
Eric Dumazet <edumazet(a)google.com>
netfilter: fix use-after-free in __nf_register_net_hook()
Jiri Bohac <jbohac(a)suse.cz>
xfrm: fix MTU regression
Marek Vasut <marex(a)denx.de>
ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
Zhen Ni <nizhen(a)uniontech.com>
ALSA: intel_hdmi: Fix reference to PCM buffer address
Sergey Shtylyov <s.shtylyov(a)omp.ru>
ata: pata_hpt37x: fix PCI clock detection
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: clear related members when goto fail
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: don't release an existing dev->buf
Daniele Palmas <dnlplm(a)gmail.com>
net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
Wolfram Sang <wsa(a)kernel.org>
i2c: qup: allow COMPILE_TEST
Wolfram Sang <wsa(a)kernel.org>
i2c: cadence: allow COMPILE_TEST
Yongzhi Liu <lyz_cs(a)pku.edu.cn>
dmaengine: shdma: Fix runtime PM imbalance on error
Ronnie Sahlberg <lsahlber(a)redhat.com>
cifs: fix double free race when mount fails in cifs_get_root()
José Expósito <jose.exposito89(a)gmail.com>
Input: clear BTN_RIGHT/MIDDLE on buttonpads
Eric Anholt <eric(a)anholt.net>
i2c: bcm2835: Avoid clock stretching timeouts
JaeMan Park <jaeman(a)google.com>
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
Benjamin Beichler <benjamin.beichler(a)uni-rostock.de>
mac80211_hwsim: report NOACK frames in tx_status
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mm/mmu.c | 2 +
drivers/ata/pata_hpt37x.c | 4 +-
drivers/dma/sh/shdma-base.c | 4 +-
drivers/firmware/efi/vars.c | 5 +-
drivers/firmware/qemu_fw_cfg.c | 10 ++--
drivers/hid/hid-debug.c | 4 +-
drivers/hid/hid-input.c | 2 +
drivers/i2c/busses/Kconfig | 4 +-
drivers/i2c/busses/i2c-bcm2835.c | 11 ++++
drivers/input/input.c | 6 +++
drivers/input/mouse/elan_i2c_core.c | 64 ++++++++---------------
drivers/net/arcnet/com20020-pci.c | 3 ++
drivers/net/can/usb/gs_usb.c | 10 ++--
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 2 +
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 6 +--
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +--
drivers/net/usb/cdc_mbim.c | 5 ++
drivers/net/wireless/mac80211_hwsim.c | 13 +++++
drivers/soc/fsl/qe/qe_io.c | 2 +
drivers/usb/gadget/legacy/inode.c | 10 ++--
fs/cifs/cifsfs.c | 1 +
include/net/netfilter/nf_queue.h | 2 +-
include/uapi/linux/input-event-codes.h | 3 +-
include/uapi/linux/xfrm.h | 6 +++
mm/shmem.c | 7 +--
net/batman-adv/hard-interface.c | 29 ++++++----
net/dcb/dcbnl.c | 44 ++++++++++++++++
net/ipv6/ip6_output.c | 11 ++--
net/mac80211/rx.c | 4 +-
net/netfilter/core.c | 5 +-
net/netfilter/nf_queue.c | 23 ++++++--
net/netfilter/nfnetlink_queue.c | 12 +++--
net/smc/smc_core.c | 5 +-
net/wireless/nl80211.c | 12 +++++
net/xfrm/xfrm_device.c | 6 ++-
sound/soc/soc-ops.c | 4 +-
sound/x86/intel_hdmi_audio.c | 2 +-
38 files changed, 250 insertions(+), 103 deletions(-)
This is the start of the stable review cycle for the 4.9.305 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 Wed, 09 Mar 2022 09:16:25 +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.305-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.305-rc1
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: disable softirqs in dcbnl_flush_dev()
Hugh Dickins <hughd(a)google.com>
memfd: fix F_SEAL_WRITE after shmem huge page allocated
William Mahon <wmahon(a)chromium.org>
HID: add mapping for KEY_ALL_APPLICATIONS
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()
Jia-Ju Bai <baijiaju1990(a)gmail.com>
net: chelsio: cxgb3: check the return value of pci_find_capability()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
soc: fsl: qe: Check of ioremap return value
Randy Dunlap <rdunlap(a)infradead.org>
ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: gs_usb: change active_channels's type from atomic_t to u8
Jann Horn <jannh(a)google.com>
efivars: Respect "block" flag in efivar_entry_set_safe()
Zheyu Ma <zheyuma97(a)gmail.com>
net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
Randy Dunlap <rdunlap(a)infradead.org>
net: sxgbe: fix return value of __setup handler
Randy Dunlap <rdunlap(a)infradead.org>
net: stmmac: fix return value of __setup handler
Nicolas Escande <nico.escande(a)gmail.com>
mac80211: fix forwarded mesh frames AC & queue selection
Johan Hovold <johan(a)kernel.org>
firmware: qemu_fw_cfg: fix kobject leak in probe error path
Qiushi Wu <wu000273(a)umn.edu>
firmware: Fix a reference count leak.
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: flush lingering app table entries for unregistered devices
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: fix possible use-after-free
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: don't assume sk is full socket
Jiri Bohac <jbohac(a)suse.cz>
xfrm: fix MTU regression
Marek Vasut <marex(a)denx.de>
ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
Sergey Shtylyov <s.shtylyov(a)omp.ru>
ata: pata_hpt37x: fix PCI clock detection
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: clear related members when goto fail
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: don't release an existing dev->buf
Daniele Palmas <dnlplm(a)gmail.com>
net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
Wolfram Sang <wsa(a)kernel.org>
i2c: qup: allow COMPILE_TEST
Yongzhi Liu <lyz_cs(a)pku.edu.cn>
dmaengine: shdma: Fix runtime PM imbalance on error
Ronnie Sahlberg <lsahlber(a)redhat.com>
cifs: fix double free race when mount fails in cifs_get_root()
José Expósito <jose.exposito89(a)gmail.com>
Input: clear BTN_RIGHT/MIDDLE on buttonpads
Eric Anholt <eric(a)anholt.net>
i2c: bcm2835: Avoid clock stretching timeouts
JaeMan Park <jaeman(a)google.com>
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
Benjamin Beichler <benjamin.beichler(a)uni-rostock.de>
mac80211_hwsim: report NOACK frames in tx_status
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mm/mmu.c | 2 +
drivers/ata/pata_hpt37x.c | 4 +-
drivers/dma/sh/shdma-base.c | 4 +-
drivers/firmware/efi/vars.c | 5 +-
drivers/firmware/qemu_fw_cfg.c | 10 ++--
drivers/hid/hid-debug.c | 4 +-
drivers/hid/hid-input.c | 2 +
drivers/i2c/busses/Kconfig | 2 +-
drivers/i2c/busses/i2c-bcm2835.c | 11 ++++
drivers/input/input.c | 6 +++
drivers/input/mouse/elan_i2c_core.c | 64 ++++++++---------------
drivers/net/arcnet/com20020-pci.c | 3 ++
drivers/net/can/usb/gs_usb.c | 10 ++--
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 2 +
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 6 +--
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +--
drivers/net/usb/cdc_mbim.c | 5 ++
drivers/net/wireless/mac80211_hwsim.c | 13 +++++
drivers/soc/fsl/qe/qe_io.c | 2 +
drivers/usb/gadget/legacy/inode.c | 10 ++--
fs/cifs/cifsfs.c | 1 +
include/net/netfilter/nf_queue.h | 2 +-
include/uapi/linux/input-event-codes.h | 3 +-
mm/shmem.c | 7 +--
net/dcb/dcbnl.c | 44 ++++++++++++++++
net/ipv6/ip6_output.c | 11 ++--
net/mac80211/rx.c | 4 +-
net/netfilter/nf_queue.c | 23 ++++++--
net/netfilter/nfnetlink_queue.c | 12 +++--
sound/soc/soc-ops.c | 4 +-
31 files changed, 199 insertions(+), 87 deletions(-)
This is the start of the stable review cycle for the 4.19.233 release.
There are 51 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, 09 Mar 2022 09:16:25 +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.233-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.233-rc1
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: disable softirqs in dcbnl_flush_dev()
Filipe Manana <fdmanana(a)suse.com>
btrfs: add missing run of delayed items after unlink during log replay
Steven Rostedt (Google) <rostedt(a)goodmis.org>
tracing/histogram: Fix sorting on old "cpu" value
Hugh Dickins <hughd(a)google.com>
memfd: fix F_SEAL_WRITE after shmem huge page allocated
William Mahon <wmahon(a)chromium.org>
HID: add mapping for KEY_ALL_APPLICATIONS
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
nl80211: Handle nla_memdup failures in handle_nan_filter
Jia-Ju Bai <baijiaju1990(a)gmail.com>
net: chelsio: cxgb3: check the return value of pci_find_capability()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
soc: fsl: qe: Check of ioremap return value
Sukadev Bhattiprolu <sukadev(a)linux.ibm.com>
ibmvnic: free reset-work-item when flushing
Randy Dunlap <rdunlap(a)infradead.org>
ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
Brian Norris <briannorris(a)chromium.org>
arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: gs_usb: change active_channels's type from atomic_t to u8
Alyssa Ross <hi(a)alyssa.is>
firmware: arm_scmi: Remove space in MODULE_ALIAS name
Jann Horn <jannh(a)google.com>
efivars: Respect "block" flag in efivar_entry_set_safe()
Zheyu Ma <zheyuma97(a)gmail.com>
net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
Randy Dunlap <rdunlap(a)infradead.org>
net: sxgbe: fix return value of __setup handler
Randy Dunlap <rdunlap(a)infradead.org>
net: stmmac: fix return value of __setup handler
Nicolas Escande <nico.escande(a)gmail.com>
mac80211: fix forwarded mesh frames AC & queue selection
Marek Marczykowski-Górecki <marmarek(a)invisiblethingslab.com>
xen/netfront: destroy queues before real_num_tx_queues is zeroed
Lukas Wunner <lukas(a)wunner.de>
PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
Ye Bin <yebin10(a)huawei.com>
block: Fix fsync always failed if once failed
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: flush lingering app table entries for unregistered devices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Don't expect inter-netns unique iflink indices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv_get_real_netdevice
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv-on-batadv check
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: fix possible use-after-free
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: don't assume sk is full socket
Leon Romanovsky <leonro(a)nvidia.com>
xfrm: enforce validity of offload input flags
Antony Antony <antony.antony(a)secunet.com>
xfrm: fix the if_id check in changelink
Eric Dumazet <edumazet(a)google.com>
netfilter: fix use-after-free in __nf_register_net_hook()
Jiri Bohac <jbohac(a)suse.cz>
xfrm: fix MTU regression
Marek Vasut <marex(a)denx.de>
ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
Zhen Ni <nizhen(a)uniontech.com>
ALSA: intel_hdmi: Fix reference to PCM buffer address
Sergey Shtylyov <s.shtylyov(a)omp.ru>
ata: pata_hpt37x: fix PCI clock detection
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: clear related members when goto fail
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: don't release an existing dev->buf
Daniele Palmas <dnlplm(a)gmail.com>
net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
Wolfram Sang <wsa(a)kernel.org>
i2c: qup: allow COMPILE_TEST
Wolfram Sang <wsa(a)kernel.org>
i2c: cadence: allow COMPILE_TEST
Yongzhi Liu <lyz_cs(a)pku.edu.cn>
dmaengine: shdma: Fix runtime PM imbalance on error
Ronnie Sahlberg <lsahlber(a)redhat.com>
cifs: fix double free race when mount fails in cifs_get_root()
José Expósito <jose.exposito89(a)gmail.com>
Input: clear BTN_RIGHT/MIDDLE on buttonpads
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ASoC: rt5682: do not block workqueue if card is unbound
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ASoC: rt5668: do not block workqueue if card is unbound
Eric Anholt <eric(a)anholt.net>
i2c: bcm2835: Avoid clock stretching timeouts
JaeMan Park <jaeman(a)google.com>
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
Benjamin Beichler <benjamin.beichler(a)uni-rostock.de>
mac80211_hwsim: report NOACK frames in tx_status
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mm/mmu.c | 2 +
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 17 ++++--
block/blk-flush.c | 4 +-
drivers/ata/pata_hpt37x.c | 4 +-
drivers/dma/sh/shdma-base.c | 4 +-
drivers/firmware/arm_scmi/driver.c | 2 +-
drivers/firmware/efi/vars.c | 5 +-
drivers/hid/hid-debug.c | 4 +-
drivers/hid/hid-input.c | 2 +
drivers/i2c/busses/Kconfig | 4 +-
drivers/i2c/busses/i2c-bcm2835.c | 11 ++++
drivers/input/input.c | 6 +++
drivers/input/mouse/elan_i2c_core.c | 64 ++++++++---------------
drivers/net/arcnet/com20020-pci.c | 3 ++
drivers/net/can/usb/gs_usb.c | 10 ++--
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 2 +
drivers/net/ethernet/ibm/ibmvnic.c | 4 +-
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 6 +--
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +--
drivers/net/usb/cdc_mbim.c | 5 ++
drivers/net/wireless/mac80211_hwsim.c | 13 +++++
drivers/net/xen-netfront.c | 39 ++++++++------
drivers/pci/hotplug/pciehp_hpc.c | 7 +--
drivers/soc/fsl/qe/qe_io.c | 2 +
drivers/usb/gadget/legacy/inode.c | 10 ++--
fs/btrfs/tree-log.c | 18 +++++++
fs/cifs/cifsfs.c | 1 +
include/net/netfilter/nf_queue.h | 2 +-
include/uapi/linux/input-event-codes.h | 3 +-
include/uapi/linux/xfrm.h | 6 +++
kernel/trace/trace_events_hist.c | 6 +--
mm/memfd.c | 30 ++++++++---
net/batman-adv/hard-interface.c | 29 ++++++----
net/dcb/dcbnl.c | 44 ++++++++++++++++
net/ipv6/ip6_output.c | 11 ++--
net/mac80211/rx.c | 4 +-
net/netfilter/core.c | 5 +-
net/netfilter/nf_queue.c | 22 ++++++--
net/netfilter/nfnetlink_queue.c | 12 +++--
net/smc/smc_core.c | 5 +-
net/wireless/nl80211.c | 12 +++++
net/xfrm/xfrm_device.c | 6 ++-
net/xfrm/xfrm_interface.c | 2 +-
sound/soc/codecs/rt5668.c | 12 +++--
sound/soc/codecs/rt5682.c | 12 +++--
sound/soc/soc-ops.c | 4 +-
sound/x86/intel_hdmi_audio.c | 2 +-
48 files changed, 344 insertions(+), 144 deletions(-)
This is the start of the stable review cycle for the 5.4.183 release.
There are 64 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, 09 Mar 2022 09:16:25 +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.183-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.183-rc1
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: disable softirqs in dcbnl_flush_dev()
Jiri Bohac <jbohac(a)suse.cz>
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Filipe Manana <fdmanana(a)suse.com>
btrfs: add missing run of delayed items after unlink during log replay
Sidong Yang <realwakka(a)gmail.com>
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Filipe Manana <fdmanana(a)suse.com>
btrfs: fix lost prealloc extents beyond eof after full fsync
Randy Dunlap <rdunlap(a)infradead.org>
tracing: Fix return value of __setup handlers
Steven Rostedt (Google) <rostedt(a)goodmis.org>
tracing/histogram: Fix sorting on old "cpu" value
William Mahon <wmahon(a)chromium.org>
HID: add mapping for KEY_ALL_APPLICATIONS
William Mahon <wmahon(a)chromium.org>
HID: add mapping for KEY_DICTATE
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
Hans de Goede <hdegoede(a)redhat.com>
Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
nl80211: Handle nla_memdup failures in handle_nan_filter
Jia-Ju Bai <baijiaju1990(a)gmail.com>
net: chelsio: cxgb3: check the return value of pci_find_capability()
Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
soc: fsl: qe: Check of ioremap return value
Hugh Dickins <hughd(a)google.com>
memfd: fix F_SEAL_WRITE after shmem huge page allocated
Sukadev Bhattiprolu <sukadev(a)linux.ibm.com>
ibmvnic: free reset-work-item when flushing
Sasha Neftin <sasha.neftin(a)intel.com>
igc: igc_write_phy_reg_gpy: drop premature return
Randy Dunlap <rdunlap(a)infradead.org>
ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
Russell King (Oracle) <rmk+kernel(a)armlinux.org.uk>
ARM: Fix kgdb breakpoint for Thumb2
Corinna Vinschen <vinschen(a)redhat.com>
igc: igc_read_phy_reg_gpy: drop premature return
Brian Norris <briannorris(a)chromium.org>
arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: gs_usb: change active_channels's type from atomic_t to u8
Fabio Estevam <festevam(a)denx.de>
ASoC: cs4265: Fix the duplicated control name
Alyssa Ross <hi(a)alyssa.is>
firmware: arm_scmi: Remove space in MODULE_ALIAS name
Jann Horn <jannh(a)google.com>
efivars: Respect "block" flag in efivar_entry_set_safe()
Maciej Fijalkowski <maciej.fijalkowski(a)intel.com>
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Zheyu Ma <zheyuma97(a)gmail.com>
net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
Randy Dunlap <rdunlap(a)infradead.org>
net: sxgbe: fix return value of __setup handler
Slawomir Laba <slawomirx.laba(a)intel.com>
iavf: Fix missing check for running netdev
Randy Dunlap <rdunlap(a)infradead.org>
net: stmmac: fix return value of __setup handler
Nicolas Escande <nico.escande(a)gmail.com>
mac80211: fix forwarded mesh frames AC & queue selection
Valentin Schneider <valentin.schneider(a)arm.com>
ia64: ensure proper NUMA distance and possible map initialization
Dietmar Eggemann <dietmar.eggemann(a)arm.com>
sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()
Valentin Schneider <valentin.schneider(a)arm.com>
sched/topology: Make sched_init_numa() use a set for the deduplicating sort
Marek Marczykowski-Górecki <marmarek(a)invisiblethingslab.com>
xen/netfront: destroy queues before real_num_tx_queues is zeroed
Ye Bin <yebin10(a)huawei.com>
block: Fix fsync always failed if once failed
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe <alibuda(a)linux.alibaba.com>
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: dcb: flush lingering app table entries for unregistered devices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Don't expect inter-netns unique iflink indices
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv_get_real_netdevice
Sven Eckelmann <sven(a)narfation.org>
batman-adv: Request iflink once in batadv-on-batadv check
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: fix possible use-after-free
Florian Westphal <fw(a)strlen.de>
netfilter: nf_queue: don't assume sk is full socket
Leon Romanovsky <leonro(a)nvidia.com>
xfrm: enforce validity of offload input flags
Antony Antony <antony.antony(a)secunet.com>
xfrm: fix the if_id check in changelink
Eric Dumazet <edumazet(a)google.com>
netfilter: fix use-after-free in __nf_register_net_hook()
Jiri Bohac <jbohac(a)suse.cz>
xfrm: fix MTU regression
Marek Vasut <marex(a)denx.de>
ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
Zhen Ni <nizhen(a)uniontech.com>
ALSA: intel_hdmi: Fix reference to PCM buffer address
Sergey Shtylyov <s.shtylyov(a)omp.ru>
ata: pata_hpt37x: fix PCI clock detection
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: clear related members when goto fail
Hangyu Hua <hbh25y(a)gmail.com>
usb: gadget: don't release an existing dev->buf
Daniele Palmas <dnlplm(a)gmail.com>
net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
Wolfram Sang <wsa(a)kernel.org>
i2c: qup: allow COMPILE_TEST
Wolfram Sang <wsa(a)kernel.org>
i2c: cadence: allow COMPILE_TEST
Yongzhi Liu <lyz_cs(a)pku.edu.cn>
dmaengine: shdma: Fix runtime PM imbalance on error
Ronnie Sahlberg <lsahlber(a)redhat.com>
cifs: fix double free race when mount fails in cifs_get_root()
José Expósito <jose.exposito89(a)gmail.com>
Input: clear BTN_RIGHT/MIDDLE on buttonpads
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ASoC: rt5682: do not block workqueue if card is unbound
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ASoC: rt5668: do not block workqueue if card is unbound
Eric Anholt <eric(a)anholt.net>
i2c: bcm2835: Avoid clock stretching timeouts
JaeMan Park <jaeman(a)google.com>
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
Benjamin Beichler <benjamin.beichler(a)uni-rostock.de>
mac80211_hwsim: report NOACK frames in tx_status
-------------
Diffstat:
Makefile | 4 +-
arch/arm/kernel/kgdb.c | 36 +++++++--
arch/arm/mm/mmu.c | 2 +
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 17 ++--
arch/ia64/kernel/acpi.c | 7 +-
block/blk-flush.c | 4 +-
drivers/ata/pata_hpt37x.c | 4 +-
drivers/dma/sh/shdma-base.c | 4 +-
drivers/firmware/arm_scmi/driver.c | 2 +-
drivers/firmware/efi/vars.c | 5 +-
drivers/hid/hid-debug.c | 5 +-
drivers/hid/hid-input.c | 3 +
drivers/i2c/busses/Kconfig | 4 +-
drivers/i2c/busses/i2c-bcm2835.c | 11 +++
drivers/input/input.c | 6 ++
drivers/input/mouse/elan_i2c_core.c | 64 ++++++---------
drivers/net/arcnet/com20020-pci.c | 3 +
drivers/net/can/usb/gs_usb.c | 10 +--
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 2 +
drivers/net/ethernet/ibm/ibmvnic.c | 4 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 7 +-
drivers/net/ethernet/intel/igc/igc_phy.c | 4 -
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 6 +-
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 6 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +-
drivers/net/usb/cdc_mbim.c | 5 ++
drivers/net/wireless/mac80211_hwsim.c | 13 +++
drivers/net/xen-netfront.c | 39 +++++----
drivers/soc/fsl/qe/qe_io.c | 2 +
drivers/usb/gadget/legacy/inode.c | 10 ++-
fs/btrfs/qgroup.c | 9 ++-
fs/btrfs/tree-log.c | 61 +++++++++++---
fs/cifs/cifsfs.c | 1 +
include/linux/topology.h | 1 +
include/net/netfilter/nf_queue.h | 2 +-
include/net/xfrm.h | 1 -
include/uapi/linux/input-event-codes.h | 4 +-
include/uapi/linux/xfrm.h | 6 ++
kernel/sched/topology.c | 99 +++++++++++------------
kernel/trace/trace.c | 4 +-
kernel/trace/trace_events_hist.c | 6 +-
kernel/trace/trace_kprobe.c | 2 +-
mm/memfd.c | 40 ++++++---
net/batman-adv/hard-interface.c | 29 ++++---
net/dcb/dcbnl.c | 44 ++++++++++
net/ipv4/esp4.c | 2 +-
net/ipv6/esp6.c | 2 +-
net/ipv6/ip6_output.c | 11 ++-
net/mac80211/rx.c | 4 +-
net/netfilter/core.c | 5 +-
net/netfilter/nf_queue.c | 24 ++++--
net/netfilter/nfnetlink_queue.c | 12 ++-
net/smc/smc_core.c | 5 +-
net/wireless/nl80211.c | 12 +++
net/xfrm/xfrm_device.c | 6 +-
net/xfrm/xfrm_interface.c | 2 +-
net/xfrm/xfrm_state.c | 14 +---
sound/soc/codecs/cs4265.c | 3 +-
sound/soc/codecs/rt5668.c | 12 +--
sound/soc/codecs/rt5682.c | 12 +--
sound/soc/soc-ops.c | 4 +-
sound/x86/intel_hdmi_audio.c | 2 +-
62 files changed, 487 insertions(+), 249 deletions(-)
Dear Sir or Madam,
This is June from Welltek Technology in China. We devote to R&D and
production of air compression leg massager, recovery boots and
other health related products. Being endowed with a great development
team who has more than 10 year's experience, we attach very great
importance to our product quality. Hope we can become your reliable and
long term supplier.
And recently we've published the new models. Hopefully you would be
interested.
Look forward to hearing from you soon about your requirement and let's
further discuss. We will offer you our best---much better price and
service.
Thanks & Best Regards,
June Dong
Shenzhen Welltek Technology Co., Ltd
June.dong(a)welltekcn.com
Tel/what's app: 0086 13924612946
[1]www.welltekcn.com
References
1. http://www.welltekcn.com/
Dear Sir or Madam,
This is June from Welltek Technology in China. We devote to R&D and
production of air compression leg massager, recovery boots and
other health related products. Being endowed with a great development
team who has more than 10 year's experience, we attach very great
importance to our product quality. Hope we can become your reliable and
long term supplier.
And recently we've published the new models. Hopefully you would be
interested.
Look forward to hearing from you soon about your requirement and let's
further discuss. We will offer you our best---much better price and
service.
Thanks & Best Regards,
June Dong
Shenzhen Welltek Technology Co., Ltd
June.dong(a)welltekcn.com
Tel/what's app: 0086 13924612946
[1]www.welltekcn.com
References
1. http://www.welltekcn.com/
[Please ignore this email if it is already reported]
Linux next-20220224 arch mips build errors / warnings noticed [1].
Build configs:
- mips-gcc-8-malta_defconfig
- mips-gcc-10-malta_defconfig
- mips-gcc-8-defconfig
- mips-gcc-10-defconfig
metadata:
git_repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next
git_sha: 44948bd49d878dad6c9707e34f4a06df73c3a800
git_short_log: 44948bd49d87 (\Add linux-next specific files for 20220224\)
kconfig: defconfig
target_arch: mips
toolchain: gcc-10
Build errors / warnings:
arch/mips/kernel/mips-mt.c:233:19: error: conflicting types for 'mt_init'
233 | static int __init mt_init(void)
| ^~~~~~~
In file included from include/linux/mm_types.h:12,
from include/linux/mmzone.h:21,
from include/linux/gfp.h:6,
from include/linux/radix-tree.h:12,
from include/linux/idr.h:15,
from include/linux/kernfs.h:12,
from include/linux/sysfs.h:16,
from include/linux/kobject.h:20,
from include/linux/energy_model.h:7,
from include/linux/device.h:16,
from arch/mips/kernel/mips-mt.c:7:
include/linux/maple_tree.h:589:20: note: previous definition of
'mt_init' was here
589 | static inline void mt_init(struct maple_tree *mt)
| ^~~~~~~
make[3]: *** [scripts/Makefile.build:288: arch/mips/kernel/mips-mt.o] Error 1
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Steps to reproduce:
------------------
# To install tuxmake on your system globally:
# sudo pip3 install -U tuxmake
tuxmake --runtime podman --target-arch mips --toolchain gcc-10
--kconfig defconfig
--
Linaro LKFT
https://lkft.linaro.org
[1] https://builds.tuxbuild.com/25aFF2X7uoyebURaYzNHW9FVEmN/