This is the start of the stable review cycle for the 4.9.330 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 Wed, 28 Sep 2022 16:35: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.330-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.330-rc2
Jan Kara <jack(a)suse.cz>
ext4: make directory inode spreading reflect flexbg size
Vitaly Kuznetsov <vkuznets(a)redhat.com>
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Stefan Haberland <sth(a)linux.ibm.com>
s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: Create uart_xmit_advance()
Sean Anderson <seanga2(a)gmail.com>
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Adrian Hunter <adrian.hunter(a)intel.com>
perf kcore_copy: Do not check /proc/modules is unchanged
Marc Kleine-Budde <mkl(a)pengutronix.de>
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Randy Dunlap <rdunlap(a)infradead.org>
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
Benjamin Poirier <bpoirier(a)nvidia.com>
net: team: Unsync device addresses on ndo_stop
Lu Wei <luwei32(a)huawei.com>
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
David Leadbeater <dgl(a)dgl.cx>
netfilter: nf_conntrack_irc: Tighten matching on DCC message
Igor Ryzhov <iryzhov(a)nfware.com>
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Chao Yu <chao.yu(a)oppo.com>
mm/slub: fix to return errno if kmalloc() fails
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda: add Intel 5 Series / 3400 PCI DID
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: set depop delay for tegra
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Fix RST error in hub.c
Siddh Raman Pant <code(a)siddh.me>
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
-------------
Diffstat:
Makefile | 4 ++--
arch/mips/lantiq/clk.c | 1 +
drivers/hv/vmbus_drv.c | 10 +++++++++-
drivers/net/can/usb/gs_usb.c | 4 ++--
drivers/net/ethernet/sun/sunhme.c | 4 ++--
drivers/net/ipvlan/ipvlan_core.c | 6 ++++--
drivers/net/team/team.c | 24 ++++++++++++++++++------
drivers/parisc/ccio-dma.c | 1 +
drivers/s390/block/dasd_alias.c | 9 +++++++--
drivers/tty/serial/serial-tegra.c | 5 ++---
drivers/usb/core/hub.c | 2 +-
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
fs/cifs/transport.c | 4 ++--
fs/ext4/ialloc.c | 2 +-
include/linux/serial_core.h | 17 +++++++++++++++++
mm/slub.c | 5 ++++-
net/mac80211/scan.c | 11 +++++++----
net/netfilter/nf_conntrack_irc.c | 34 ++++++++++++++++++++++++++++------
net/netfilter/nf_conntrack_sip.c | 4 ++--
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_hdmi.c | 1 +
tools/perf/util/symbol-elf.c | 7 ++-----
22 files changed, 116 insertions(+), 43 deletions(-)
This is the start of the stable review cycle for the 4.14.295 release.
There are 38 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed, 28 Sep 2022 16:35: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.295-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.295-rc2
Dongliang Mu <mudongliangabcd(a)gmail.com>
media: em28xx: initialize refcount before kref_get
Jan Kara <jack(a)suse.cz>
ext4: make directory inode spreading reflect flexbg size
Vitaly Kuznetsov <vkuznets(a)redhat.com>
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Stefan Haberland <sth(a)linux.ibm.com>
s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: Create uart_xmit_advance()
Sean Anderson <seanga2(a)gmail.com>
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Adrian Hunter <adrian.hunter(a)intel.com>
perf kcore_copy: Do not check /proc/modules is unchanged
Marc Kleine-Budde <mkl(a)pengutronix.de>
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Florian Westphal <fw(a)strlen.de>
netfilter: ebtables: fix memory leak when blob is malformed
Liang He <windhl(a)126.com>
of: mdio: Add of_node_put() when breaking out of for_each_xx
Randy Dunlap <rdunlap(a)infradead.org>
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
Benjamin Poirier <bpoirier(a)nvidia.com>
net: team: Unsync device addresses on ndo_stop
Lu Wei <luwei32(a)huawei.com>
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
Brett Creeley <brett.creeley(a)intel.com>
iavf: Fix cached head and tail value for iavf_get_tx_pending
David Leadbeater <dgl(a)dgl.cx>
netfilter: nf_conntrack_irc: Tighten matching on DCC message
Igor Ryzhov <iryzhov(a)nfware.com>
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Fabio Estevam <festevam(a)denx.de>
arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
Chao Yu <chao.yu(a)oppo.com>
mm/slub: fix to return errno if kmalloc() fails
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda: add Intel 5 Series / 3400 PCI DID
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: set depop delay for tegra
jerry meng <jerry-meng(a)foxmail.com>
USB: serial: option: add Quectel RM520N
Carl Yin(殷张成) <carl.yin(a)quectel.com>
USB: serial: option: add Quectel BG95 0x0203 composition
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Fix RST error in hub.c
Siddh Raman Pant <code(a)siddh.me>
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Youling Tang <tangyouling(a)loongson.cn>
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Alexander Sverdlin <alexander.sverdlin(a)nokia.com>
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
jerry.meng <jerry-meng(a)foxmail.com>
net: usb: qmi_wwan: add Quectel RM520N
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Keep power up while beep is enabled
Xiaolei Wang <xiaolei.wang(a)windriver.com>
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
Takashi Iwai <tiwai(a)suse.de>
ASoC: nau8824: Fix semaphore unbalance at error paths
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Stuart Menefy <stuart.menefy(a)mathembedded.com>
drm/meson: Correct OSD1 global alpha value
Pali Rohár <pali(a)kernel.org>
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Sergey Shtylyov <s.shtylyov(a)omp.ru>
of: fdt: fix off-by-one error in unflatten_dt_nodes()
-------------
Diffstat:
Makefile | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 -
arch/mips/cavium-octeon/octeon-irq.c | 10 ++++++++
arch/mips/lantiq/clk.c | 1 +
drivers/gpio/gpio-mpc8xxx.c | 1 +
drivers/gpu/drm/meson/meson_plane.c | 2 +-
drivers/hv/vmbus_drv.c | 10 +++++++-
drivers/media/usb/em28xx/em28xx-cards.c | 4 ++--
drivers/net/can/usb/gs_usb.c | 4 ++--
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 5 +++-
drivers/net/ethernet/sun/sunhme.c | 4 ++--
drivers/net/ipvlan/ipvlan_core.c | 6 +++--
drivers/net/team/team.c | 24 ++++++++++++++-----
drivers/net/usb/qmi_wwan.c | 1 +
drivers/of/fdt.c | 2 +-
drivers/of/of_mdio.c | 1 +
drivers/parisc/ccio-dma.c | 1 +
drivers/regulator/pfuze100-regulator.c | 2 +-
drivers/s390/block/dasd_alias.c | 9 +++++--
drivers/tty/serial/serial-tegra.c | 5 ++--
drivers/usb/core/hub.c | 2 +-
drivers/usb/serial/option.c | 6 +++++
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
fs/cifs/transport.c | 4 ++--
fs/ext4/ialloc.c | 2 +-
include/linux/serial_core.h | 17 ++++++++++++++
mm/slub.c | 5 +++-
net/bridge/netfilter/ebtables.c | 4 +++-
net/mac80211/scan.c | 11 +++++----
net/netfilter/nf_conntrack_irc.c | 34 ++++++++++++++++++++++-----
net/netfilter/nf_conntrack_sip.c | 4 ++--
scripts/mksysmap | 2 +-
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_sigmatel.c | 24 +++++++++++++++++++
sound/soc/codecs/nau8824.c | 17 ++++++++------
tools/perf/util/symbol-elf.c | 7 ++----
37 files changed, 182 insertions(+), 59 deletions(-)
This is the start of the stable review cycle for the 4.9.330 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 Wed, 28 Sep 2022 10:07:26 +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.330-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.330-rc1
Jan Kara <jack(a)suse.cz>
ext4: make directory inode spreading reflect flexbg size
Vitaly Kuznetsov <vkuznets(a)redhat.com>
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Stefan Haberland <sth(a)linux.ibm.com>
s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: Create uart_xmit_advance()
Sean Anderson <seanga2(a)gmail.com>
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Adrian Hunter <adrian.hunter(a)intel.com>
perf kcore_copy: Do not check /proc/modules is unchanged
Marc Kleine-Budde <mkl(a)pengutronix.de>
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Randy Dunlap <rdunlap(a)infradead.org>
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
Benjamin Poirier <bpoirier(a)nvidia.com>
net: team: Unsync device addresses on ndo_stop
Lu Wei <luwei32(a)huawei.com>
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
David Leadbeater <dgl(a)dgl.cx>
netfilter: nf_conntrack_irc: Tighten matching on DCC message
Igor Ryzhov <iryzhov(a)nfware.com>
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Chao Yu <chao.yu(a)oppo.com>
mm/slub: fix to return errno if kmalloc() fails
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda: add Intel 5 Series / 3400 PCI DID
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: set depop delay for tegra
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Fix RST error in hub.c
Siddh Raman Pant <code(a)siddh.me>
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Liang He <windhl(a)126.com>
arm: mach-spear: Add missing of_node_put() in time.c
Liang He <windhl(a)126.com>
mips: lantiq: Add missing of_node_put() in irq.c
Liang He <windhl(a)126.com>
mips/pic32/pic32mzda: Fix refcount leak bugs
Liang He <windhl(a)126.com>
mips: lantiq: xway: Fix refcount leak bug in sysctrl
Liang He <windhl(a)126.com>
mips: lantiq: falcon: Fix refcount leak bug in sysctrl
Yihao Han <hanyihao(a)vivo.com>
video: fbdev: simplefb: Check before clk_put() not needed
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Petr Cvek <petrcvekcz(a)gmail.com>
video: fbdev: intelfb: Use aperture size from pci_resource_len
Xiang wangx <wangxiang(a)cdjrlc.com>
video: fbdev: skeletonfb: Fix syntax errors in comments
Maxime Ripard <maxime(a)cerno.tech>
drm/vc4: crtc: Use an union to store the page flip callback
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
-------------
Diffstat:
Makefile | 4 ++--
arch/arm/mach-spear/time.c | 8 ++++++--
arch/mips/lantiq/clk.c | 1 +
arch/mips/lantiq/falcon/sysctrl.c | 6 ++++++
arch/mips/lantiq/irq.c | 1 +
arch/mips/lantiq/xway/sysctrl.c | 4 ++++
arch/mips/pic32/pic32mzda/init.c | 7 ++++++-
arch/mips/pic32/pic32mzda/time.c | 3 +++
drivers/gpu/drm/vc4/vc4_crtc.c | 20 +++++++++++++------
drivers/hv/vmbus_drv.c | 10 +++++++++-
drivers/net/can/usb/gs_usb.c | 4 ++--
drivers/net/ethernet/sun/sunhme.c | 4 ++--
drivers/net/ipvlan/ipvlan_core.c | 6 ++++--
drivers/net/team/team.c | 24 +++++++++++++++++------
drivers/parisc/ccio-dma.c | 1 +
drivers/s390/block/dasd_alias.c | 9 +++++++--
drivers/tty/serial/serial-tegra.c | 5 ++---
drivers/usb/core/hub.c | 2 +-
drivers/video/fbdev/intelfb/intelfbhw.c | 12 +++++-------
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
drivers/video/fbdev/simplefb.c | 3 +--
drivers/video/fbdev/skeletonfb.c | 2 +-
fs/cifs/transport.c | 4 ++--
fs/ext4/ialloc.c | 2 +-
include/linux/serial_core.h | 17 +++++++++++++++++
mm/slub.c | 5 ++++-
net/mac80211/scan.c | 11 +++++++----
net/netfilter/nf_conntrack_irc.c | 34 +++++++++++++++++++++++++++------
net/netfilter/nf_conntrack_sip.c | 4 ++--
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_hdmi.c | 1 +
tools/perf/util/symbol-elf.c | 7 ++-----
32 files changed, 163 insertions(+), 62 deletions(-)
This is the start of the stable review cycle for the 4.19.260 release.
There are 58 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, 28 Sep 2022 10:07:26 +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.260-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.260-rc1
Raymond Tan <raymond.tan(a)intel.com>
usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionality
Jan Kara <jack(a)suse.cz>
ext4: make directory inode spreading reflect flexbg size
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
workqueue: don't skip lockdep work dependency in cancel_work_sync()
Nathan Huckleberry <nhuck(a)google.com>
drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
Yao Wang1 <Yao.Wang1(a)amd.com>
drm/amd/display: Limit user regamma to a valid value
Vitaly Kuznetsov <vkuznets(a)redhat.com>
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Stefan Haberland <sth(a)linux.ibm.com>
s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: Create uart_xmit_advance()
Sean Anderson <seanga2(a)gmail.com>
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Adrian Hunter <adrian.hunter(a)intel.com>
perf kcore_copy: Do not check /proc/modules is unchanged
Lieven Hey <lieven.hey(a)kdab.com>
perf jit: Include program header in ELF files
Marc Kleine-Budde <mkl(a)pengutronix.de>
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Florian Westphal <fw(a)strlen.de>
netfilter: ebtables: fix memory leak when blob is malformed
Liang He <windhl(a)126.com>
of: mdio: Add of_node_put() when breaking out of for_each_xx
Michal Jaron <michalx.jaron(a)intel.com>
i40e: Fix set max_tx_rate when it is lower than 1 Mbps
Michal Jaron <michalx.jaron(a)intel.com>
i40e: Fix VF set max MTU size
Randy Dunlap <rdunlap(a)infradead.org>
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
Benjamin Poirier <bpoirier(a)nvidia.com>
net: team: Unsync device addresses on ndo_stop
Lu Wei <luwei32(a)huawei.com>
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
Brett Creeley <brett.creeley(a)intel.com>
iavf: Fix cached head and tail value for iavf_get_tx_pending
David Leadbeater <dgl(a)dgl.cx>
netfilter: nf_conntrack_irc: Tighten matching on DCC message
Igor Ryzhov <iryzhov(a)nfware.com>
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Fabio Estevam <festevam(a)denx.de>
arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
zain wang <wzz(a)rock-chips.com>
arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
Chao Yu <chao.yu(a)oppo.com>
mm/slub: fix to return errno if kmalloc() fails
Al Viro <viro(a)zeniv.linux.org.uk>
riscv: fix a nasty sigreturn bug...
Ard Biesheuvel <ardb(a)kernel.org>
efi: libstub: check Shim mode using MokSBStateRT
Callum Osmotherly <callum.osmotherly(a)gmail.com>
ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda: add Intel 5 Series / 3400 PCI DID
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: set depop delay for tegra
jerry meng <jerry-meng(a)foxmail.com>
USB: serial: option: add Quectel RM520N
Carl Yin(殷张成) <carl.yin(a)quectel.com>
USB: serial: option: add Quectel BG95 0x0203 composition
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Fix RST error in hub.c
Siddh Raman Pant <code(a)siddh.me>
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Heikki Krogerus <heikki.krogerus(a)linux.intel.com>
usb: dwc3: pci: add support for the Intel Alder Lake-S
Heikki Krogerus <heikki.krogerus(a)linux.intel.com>
usb: dwc3: pci: add support for the Intel Jasper Lake
Heikki Krogerus <heikki.krogerus(a)linux.intel.com>
usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant
Felipe Balbi <felipe.balbi(a)linux.intel.com>
usb: dwc3: pci: add support for TigerLake Devices
Felipe Balbi <felipe.balbi(a)linux.intel.com>
usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Youling Tang <tangyouling(a)loongson.cn>
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Alexander Sverdlin <alexander.sverdlin(a)nokia.com>
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
jerry.meng <jerry-meng(a)foxmail.com>
net: usb: qmi_wwan: add Quectel RM520N
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Keep power up while beep is enabled
David Howells <dhowells(a)redhat.com>
rxrpc: Fix local destruction being repeated
Xiaolei Wang <xiaolei.wang(a)windriver.com>
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
Takashi Iwai <tiwai(a)suse.de>
ASoC: nau8824: Fix semaphore unbalance at error paths
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
mvpp2: no need to check return value of debugfs_create functions
Bart Van Assche <bvanassche(a)acm.org>
nvmet: fix a use-after-free
Ard Biesheuvel <ardb(a)kernel.org>
efi: libstub: Disable struct randomization
Sami Tolvanen <samitolvanen(a)google.com>
efi/libstub: Disable Shadow Call Stack
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Stuart Menefy <stuart.menefy(a)mathembedded.com>
drm/meson: Correct OSD1 global alpha value
Pali Rohár <pali(a)kernel.org>
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Sergey Shtylyov <s.shtylyov(a)omp.ru>
of: fdt: fix off-by-one error in unflatten_dt_nodes()
-------------
Diffstat:
Makefile | 4 +--
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 8 +++++
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 -
arch/mips/cavium-octeon/octeon-irq.c | 10 +++++++
arch/mips/lantiq/clk.c | 1 +
arch/riscv/kernel/signal.c | 2 ++
drivers/firmware/efi/libstub/Makefile | 10 +++++++
drivers/firmware/efi/libstub/secureboot.c | 8 ++---
drivers/gpio/gpio-mpc8xxx.c | 1 +
.../drm/amd/display/modules/color/color_gamma.c | 4 +++
drivers/gpu/drm/meson/meson_plane.c | 2 +-
drivers/gpu/drm/rockchip/cdn-dp-core.c | 5 ++--
drivers/hv/vmbus_drv.c | 10 ++++++-
drivers/net/can/usb/gs_usb.c | 4 +--
drivers/net/ethernet/intel/i40e/i40e_main.c | 32 ++++++++++++++++----
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 20 +++++++++++++
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 5 +++-
drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c | 19 +-----------
drivers/net/ethernet/sun/sunhme.c | 4 +--
drivers/net/ipvlan/ipvlan_core.c | 6 ++--
drivers/net/team/team.c | 24 +++++++++++----
drivers/net/usb/qmi_wwan.c | 1 +
drivers/nvme/target/core.c | 5 ++--
drivers/of/fdt.c | 2 +-
drivers/of/of_mdio.c | 1 +
drivers/parisc/ccio-dma.c | 1 +
drivers/regulator/pfuze100-regulator.c | 2 +-
drivers/s390/block/dasd_alias.c | 9 ++++--
drivers/tty/serial/serial-tegra.c | 5 ++--
drivers/usb/core/hub.c | 2 +-
drivers/usb/dwc3/dwc3-pci.c | 23 ++++++++++++++-
drivers/usb/serial/option.c | 6 ++++
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
fs/cifs/transport.c | 4 +--
fs/ext4/ialloc.c | 2 +-
include/linux/serial_core.h | 17 +++++++++++
kernel/workqueue.c | 6 ++--
mm/slub.c | 5 +++-
net/bridge/netfilter/ebtables.c | 4 ++-
net/mac80211/scan.c | 11 ++++---
net/netfilter/nf_conntrack_irc.c | 34 ++++++++++++++++++----
net/netfilter/nf_conntrack_sip.c | 4 +--
net/rxrpc/local_object.c | 3 ++
scripts/mksysmap | 2 +-
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/hda/patch_sigmatel.c | 24 +++++++++++++++
sound/soc/codecs/nau8824.c | 17 ++++++-----
tools/perf/util/genelf.c | 14 +++++++++
tools/perf/util/genelf.h | 4 +++
tools/perf/util/symbol-elf.c | 7 ++---
52 files changed, 307 insertions(+), 94 deletions(-)
This is the start of the stable review cycle for the 4.14.295 release.
There are 40 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, 28 Sep 2022 10:07:26 +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.295-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.295-rc1
Dongliang Mu <mudongliangabcd(a)gmail.com>
media: em28xx: initialize refcount before kref_get
Jan Kara <jack(a)suse.cz>
ext4: make directory inode spreading reflect flexbg size
Vitaly Kuznetsov <vkuznets(a)redhat.com>
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Stefan Haberland <sth(a)linux.ibm.com>
s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
serial: Create uart_xmit_advance()
Sean Anderson <seanga2(a)gmail.com>
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Adrian Hunter <adrian.hunter(a)intel.com>
perf kcore_copy: Do not check /proc/modules is unchanged
Marc Kleine-Budde <mkl(a)pengutronix.de>
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Florian Westphal <fw(a)strlen.de>
netfilter: ebtables: fix memory leak when blob is malformed
Liang He <windhl(a)126.com>
of: mdio: Add of_node_put() when breaking out of for_each_xx
Randy Dunlap <rdunlap(a)infradead.org>
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
Benjamin Poirier <bpoirier(a)nvidia.com>
net: team: Unsync device addresses on ndo_stop
Lu Wei <luwei32(a)huawei.com>
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
Brett Creeley <brett.creeley(a)intel.com>
iavf: Fix cached head and tail value for iavf_get_tx_pending
David Leadbeater <dgl(a)dgl.cx>
netfilter: nf_conntrack_irc: Tighten matching on DCC message
Igor Ryzhov <iryzhov(a)nfware.com>
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Fabio Estevam <festevam(a)denx.de>
arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
Chao Yu <chao.yu(a)oppo.com>
mm/slub: fix to return errno if kmalloc() fails
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda: add Intel 5 Series / 3400 PCI DID
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: set depop delay for tegra
jerry meng <jerry-meng(a)foxmail.com>
USB: serial: option: add Quectel RM520N
Carl Yin(殷张成) <carl.yin(a)quectel.com>
USB: serial: option: add Quectel BG95 0x0203 composition
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Fix RST error in hub.c
Siddh Raman Pant <code(a)siddh.me>
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Youling Tang <tangyouling(a)loongson.cn>
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Alexander Sverdlin <alexander.sverdlin(a)nokia.com>
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
jerry.meng <jerry-meng(a)foxmail.com>
net: usb: qmi_wwan: add Quectel RM520N
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Keep power up while beep is enabled
Xiaolei Wang <xiaolei.wang(a)windriver.com>
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
Takashi Iwai <tiwai(a)suse.de>
ASoC: nau8824: Fix semaphore unbalance at error paths
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Ard Biesheuvel <ardb(a)kernel.org>
efi: libstub: Disable struct randomization
Sami Tolvanen <samitolvanen(a)google.com>
efi/libstub: Disable Shadow Call Stack
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Stuart Menefy <stuart.menefy(a)mathembedded.com>
drm/meson: Correct OSD1 global alpha value
Pali Rohár <pali(a)kernel.org>
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Sergey Shtylyov <s.shtylyov(a)omp.ru>
of: fdt: fix off-by-one error in unflatten_dt_nodes()
-------------
Diffstat:
Makefile | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 -
arch/mips/cavium-octeon/octeon-irq.c | 10 ++++++++
arch/mips/lantiq/clk.c | 1 +
drivers/firmware/efi/libstub/Makefile | 10 ++++++++
drivers/gpio/gpio-mpc8xxx.c | 1 +
drivers/gpu/drm/meson/meson_plane.c | 2 +-
drivers/hv/vmbus_drv.c | 10 +++++++-
drivers/media/usb/em28xx/em28xx-cards.c | 4 ++--
drivers/net/can/usb/gs_usb.c | 4 ++--
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 5 +++-
drivers/net/ethernet/sun/sunhme.c | 4 ++--
drivers/net/ipvlan/ipvlan_core.c | 6 +++--
drivers/net/team/team.c | 24 ++++++++++++++-----
drivers/net/usb/qmi_wwan.c | 1 +
drivers/of/fdt.c | 2 +-
drivers/of/of_mdio.c | 1 +
drivers/parisc/ccio-dma.c | 1 +
drivers/regulator/pfuze100-regulator.c | 2 +-
drivers/s390/block/dasd_alias.c | 9 +++++--
drivers/tty/serial/serial-tegra.c | 5 ++--
drivers/usb/core/hub.c | 2 +-
drivers/usb/serial/option.c | 6 +++++
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
fs/cifs/transport.c | 4 ++--
fs/ext4/ialloc.c | 2 +-
include/linux/serial_core.h | 17 ++++++++++++++
mm/slub.c | 5 +++-
net/bridge/netfilter/ebtables.c | 4 +++-
net/mac80211/scan.c | 11 +++++----
net/netfilter/nf_conntrack_irc.c | 34 ++++++++++++++++++++++-----
net/netfilter/nf_conntrack_sip.c | 4 ++--
scripts/mksysmap | 2 +-
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_sigmatel.c | 24 +++++++++++++++++++
sound/soc/codecs/nau8824.c | 17 ++++++++------
tools/perf/util/symbol-elf.c | 7 ++----
38 files changed, 192 insertions(+), 59 deletions(-)
To, lkft-triage(a)lists.linaro.org
Your incoming messages are now queued up and pending delivery,
because your address has not been validated by Gsuite and Office365
servers.
You are required to validate your address lkft-triage(a)lists.linaro.org
to restore normal inbox delivery.
____________________________________________________
[1]Validate lkft-triage(a)lists.linaro.org Now
Please note:
Login with your eMail lkft-triage(a)lists.linaro.org Password
to validate, be sure to do so in a Secure Manner.
Once validated your Email Delivery system would be working
in Less Than 2 Hours.
Sincerely,
lists.linaro.org ISP Gateway.
______________________________________________________________________
This is a mandatory service communication for
lkft-triage(a)lists.linaro.org. | If you no longer wish to receive this
email [2]Unsubscribe
References
1. https://storage.cloud.google.com/solttitll098/upgrade/thenewgenautoindex.ht…
2. mailto:unsubscribe@lists.linaro.org
This is the start of the stable review cycle for the 5.10.145 release.
There are 39 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, 23 Sep 2022 15:36:33 +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.145-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.145-rc1
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Hyunwoo Kim <imv4bel(a)gmail.com>
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Youling Tang <tangyouling(a)loongson.cn>
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Alexander Sverdlin <alexander.sverdlin(a)nokia.com>
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
David Howells <dhowells(a)redhat.com>
afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
jerry.meng <jerry-meng(a)foxmail.com>
net: usb: qmi_wwan: add Quectel RM520N
Mohan Kumar <mkumard(a)nvidia.com>
ALSA: hda/tegra: Align BDL entry to 4KB boundary
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/sigmatel: Keep power up while beep is enabled
Soenke Huster <soenke.huster(a)eknoes.de>
wifi: mac80211_hwsim: check length for virtio packets
David Howells <dhowells(a)redhat.com>
rxrpc: Fix calc of resend age
David Howells <dhowells(a)redhat.com>
rxrpc: Fix local destruction being repeated
Xiaolei Wang <xiaolei.wang(a)windriver.com>
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
Takashi Iwai <tiwai(a)suse.de>
ASoC: nau8824: Fix semaphore unbalance at error paths
Johan Hovold <johan(a)kernel.org>
Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
Zheyu Ma <zheyuma97(a)gmail.com>
video: fbdev: i740fb: Error out if 'pixclock' equals zero
Ben Hutchings <benh(a)debian.org>
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
Stefan Metzmacher <metze(a)samba.org>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Ronnie Sahlberg <lsahlber(a)redhat.com>
cifs: revalidate mapping when doing direct writes
Thierry Reding <treding(a)nvidia.com>
of/device: Fix up of_dma_configure_id() stub
Yipeng Zou <zouyipeng(a)huawei.com>
tracing: hold caller_addr to hardirq_{enable,disable}_ip
Yang Yingliang <yangyingliang(a)huawei.com>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Stuart Menefy <stuart.menefy(a)mathembedded.com>
drm/meson: Fix OSD1 RGB to YCbCr coefficient
Stuart Menefy <stuart.menefy(a)mathembedded.com>
drm/meson: Correct OSD1 global alpha value
Pali Rohár <pali(a)kernel.org>
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Trond Myklebust <trond.myklebust(a)hammerspace.com>
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Michael Wu <michael(a)allwinnertech.com>
pinctrl: sunxi: Fix name for A100 R_PIO
Sergey Shtylyov <s.shtylyov(a)omp.ru>
of: fdt: fix off-by-one error in unflatten_dt_nodes()
Russell King (Oracle) <rmk+kernel(a)armlinux.org.uk>
net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
Alex Hung <alex.hung(a)canonical.com>
platform/x86/intel: hid: add quirk to support Surface Go 3
Frank Li <Frank.Li(a)nxp.com>
usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
Nathan Lynch <nathanl(a)linux.ibm.com>
powerpc/pseries/mobility: ignore ibm, platform-facilities updates
Nathan Lynch <nathanl(a)linux.ibm.com>
powerpc/pseries/mobility: refactor node lookup during DT update
Anatolij Gustschin <agust(a)denx.de>
dmaengine: bestcomm: fix system boot lockups
John David Anglin <dave.anglin(a)bell.net>
parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page
Helge Deller <deller(a)gmx.de>
parisc: Optimize per-pagetable spinlocks
Pali Rohár <pali(a)kernel.org>
serial: 8250: Fix reporting real baudrate value in c_ospeed field
Laurent Vivier <lvivier(a)redhat.com>
KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling
Nicholas Piggin <npiggin(a)gmail.com>
KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
-------------
Diffstat:
Makefile | 4 +-
arch/mips/cavium-octeon/octeon-irq.c | 10 +++
arch/parisc/Kconfig | 10 +++
arch/parisc/include/asm/mmu_context.h | 7 ++
arch/parisc/include/asm/page.h | 2 +-
arch/parisc/include/asm/pgalloc.h | 76 ++++-------------
arch/parisc/include/asm/pgtable.h | 97 ++++++---------------
arch/parisc/kernel/asm-offsets.c | 1 -
arch/parisc/kernel/cache.c | 4 +-
arch/parisc/kernel/entry.S | 116 +++++++++++---------------
arch/parisc/mm/hugetlbpage.c | 13 ---
arch/parisc/mm/init.c | 10 +--
arch/powerpc/kvm/book3s_hv.c | 32 ++++++-
arch/powerpc/kvm/booke.c | 16 +++-
arch/powerpc/platforms/pseries/mobility.c | 77 ++++++++++-------
drivers/dma/bestcomm/ata.c | 2 +-
drivers/dma/bestcomm/bestcomm.c | 22 ++---
drivers/dma/bestcomm/fec.c | 4 +-
drivers/dma/bestcomm/gen_bd.c | 4 +-
drivers/gpio/gpio-mpc8xxx.c | 1 +
drivers/gpu/drm/meson/meson_plane.c | 2 +-
drivers/gpu/drm/meson/meson_viu.c | 2 +-
drivers/net/dsa/mv88e6xxx/chip.c | 64 +++++++-------
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/mac80211_hwsim.c | 7 +-
drivers/of/fdt.c | 2 +-
drivers/parisc/ccio-dma.c | 1 +
drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c | 2 +-
drivers/platform/x86/intel-hid.c | 7 ++
drivers/regulator/pfuze100-regulator.c | 2 +-
drivers/usb/cdns3/gadget.c | 20 +----
drivers/video/fbdev/i740fb.c | 3 +
drivers/video/fbdev/pxa3xx-gcu.c | 2 +-
fs/afs/misc.c | 1 +
fs/cifs/file.c | 3 +
fs/cifs/transport.c | 4 +-
fs/nfs/super.c | 27 ++++--
include/linux/of_device.h | 5 +-
kernel/cgroup/cgroup-v1.c | 2 +
kernel/trace/trace_preemptirq.c | 6 +-
net/rxrpc/call_event.c | 2 +-
net/rxrpc/local_object.c | 3 +
scripts/mksysmap | 2 +-
sound/pci/hda/hda_tegra.c | 3 +-
sound/pci/hda/patch_sigmatel.c | 24 ++++++
sound/soc/codecs/nau8824.c | 17 ++--
tools/include/uapi/asm/errno.h | 4 +-
47 files changed, 378 insertions(+), 348 deletions(-)
This is the start of the stable review cycle for the 5.19.10 release.
There are 38 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 18 Sep 2022 10:04:31 +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.10-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.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.10-rc1
Jarrah Gosbell <kernel(a)undef.tools>
Input: goodix - add compatible string for GT1158
Sindhu-Devale <sindhu.devale(a)intel.com>
RDMA/irdma: Use s/g array in post send only when its valid
William Breathitt Gray <william.gray(a)linaro.org>
gpio: 104-idio-16: Make irq_chip immutable
William Breathitt Gray <william.gray(a)linaro.org>
gpio: 104-dio-48e: Make irq_chip immutable
Yupeng Li <liyupeng(a)zbhlos.com>
LoongArch: Fix arch_remove_memory() undefined build error
Huacai Chen <chenhuacai(a)kernel.org>
LoongArch: Fix section mismatch due to acpi_os_ioremap()
Luke D. Jones <luke(a)ljones.dev>
platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
Hu Xiaoying <huxiaoying(a)kylinos.cn>
usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
Yu Zhe <yuzhe(a)nfschina.com>
perf/arm_pmu_platform: fix tests for platform_get_irq() failure
Kurt Kanzenbach <kurt(a)linutronix.de>
net: dsa: hellcreek: Print warning only once
Chengming Gui <Jack.Gui(a)amd.com>
drm/amd/amdgpu: skip ucode loading if ucode_size == 0
Maurizio Lombardi <mlombard(a)redhat.com>
nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
Shyamin Ayesh <me(a)shyamin.com>
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
Evan Quan <evan.quan(a)amd.com>
drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUs
Guchun Chen <guchun.chen(a)amd.com>
drm/amdgpu: disable FRU access on special SIENNA CICHLID card
Greg Tulli <greg.iforce(a)gmail.com>
Input: iforce - add support for Boeder Force Feedback Wheel
Li Qiong <liqiong(a)nfschina.com>
ieee802154: cc2520: add rc code in cc2520_tx()
Wei Yongjun <weiyongjun1(a)huawei.com>
gpio: mockup: remove gpio debugfs when remove device
Jean-Francois Le Fillatre <jflf_kernel(a)gmx.com>
r8152: add PID for the Lenovo OneLink+ Dock
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
tg3: Disable tg3 device on system reboot to avoid triggering AER
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: MGMT: Fix Get Device Flags
Even Xu <even.xu(a)intel.com>
hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
Jason Wang <wangborong(a)cdjrlc.com>
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Krzysztof Kozlowski <krzysztof.kozlowski(a)linaro.org>
dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins
Junaid Shahid <junaids(a)google.com>
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messages
Iwona Winiarska <iwona.winiarska(a)intel.com>
peci: cpu: Fix use-after-free in adev_release()
Rob Clark <robdclark(a)chromium.org>
drm/msm/rd: Fix FIFO-full deadlock
Maximilian Luz <luzmaximilian(a)gmail.com>
platform/surface: aggregator_registry: Add support for Surface Laptop Go 2
Ondrej Jirman <megi(a)xff.cz>
Input: goodix - add support for GT1158
Chuanhong Guo <gch981213(a)gmail.com>
ACPI: resource: skip IRQ override on AMD Zen platforms
Maor Gottlieb <maorg(a)nvidia.com>
RDMA/mlx5: Fix UMR cleanup on error flow of driver init
Aharon Landau <aharonl(a)nvidia.com>
RDMA/mlx5: Add a umr recovery flow
Maher Sanalla <msanalla(a)nvidia.com>
RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile
Yishai Hadas <yishaih(a)nvidia.com>
net/mlx5: Use software VHCA id when it's supported
Yishai Hadas <yishaih(a)nvidia.com>
net/mlx5: Introduce ifc bits for using software vhca id
Lu Baolu <baolu.lu(a)linux.intel.com>
iommu/vt-d: Fix kdump kernels boot failure with scalable mode
-------------
Diffstat:
.../bindings/iio/gyroscope/bosch,bmg160.yaml | 2 +
Documentation/input/joydev/joystick.rst | 1 +
Makefile | 4 +-
arch/loongarch/Kconfig | 1 +
arch/loongarch/include/asm/acpi.h | 2 +-
arch/loongarch/kernel/acpi.c | 2 +-
arch/loongarch/mm/init.c | 22 +++--
arch/x86/kvm/mmu/mmu.c | 45 ++--------
arch/x86/kvm/mmu/spte.h | 14 ++-
arch/x86/kvm/x86.c | 44 +++++++++
drivers/acpi/resource.c | 10 +++
drivers/gpio/gpio-104-dio-48e.c | 10 ++-
drivers/gpio/gpio-104-idio-16.c | 18 ++--
drivers/gpio/gpio-mockup.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 35 +++++---
drivers/gpu/drm/msm/msm_rd.c | 3 +
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
drivers/hid/intel-ish-hid/ishtp/client.c | 68 ++++++++------
drivers/hwmon/pmbus/pmbus_core.c | 9 +-
drivers/infiniband/hw/irdma/uk.c | 3 +-
drivers/infiniband/hw/mlx5/cq.c | 4 +
drivers/infiniband/hw/mlx5/main.c | 2 +-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 13 ++-
drivers/infiniband/hw/mlx5/umr.c | 81 ++++++++++++++---
drivers/input/joystick/iforce/iforce-main.c | 1 +
drivers/input/touchscreen/goodix.c | 2 +
drivers/iommu/intel/iommu.c | 100 +++++++++------------
drivers/net/ethernet/broadcom/tg3.c | 8 +-
drivers/net/ethernet/mellanox/mlx5/core/fw.c | 4 +
drivers/net/ethernet/mellanox/mlx5/core/main.c | 72 ++++++++++++++-
drivers/net/ethernet/mellanox/mlx5/core/vport.c | 14 ++-
drivers/net/ieee802154/cc2520.c | 1 +
drivers/net/usb/cdc_ether.c | 7 ++
drivers/net/usb/r8152.c | 3 +
drivers/nvme/host/pci.c | 2 +
drivers/nvme/target/tcp.c | 3 +
drivers/peci/cpu.c | 3 +-
drivers/perf/arm_pmu_platform.c | 2 +-
.../platform/surface/surface_aggregator_registry.c | 3 +
drivers/platform/x86/acer-wmi.c | 9 +-
drivers/platform/x86/asus-wmi.c | 9 +-
drivers/usb/storage/unusual_uas.h | 7 ++
include/linux/intel-iommu.h | 9 +-
include/linux/mlx5/driver.h | 20 +++--
include/linux/mlx5/mlx5_ifc.h | 25 +++++-
net/bluetooth/mgmt.c | 71 +++++++++------
net/dsa/tag_hellcreek.c | 2 +-
49 files changed, 541 insertions(+), 251 deletions(-)
This is the start of the stable review cycle for the 5.4.214 release.
There are 14 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 18 Sep 2022 10:04:31 +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.214-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.214-rc1
Brian Norris <briannorris(a)chromium.org>
tracefs: Only clobber mode/uid/gid on remount if asked
Mathew McBride <matt(a)traverse.com.au>
soc: fsl: select FSL_GUTS driver for DPIO
Enguerrand de Ribaucourt <enguerrand.de-ribaucourt(a)savoirfairelinux.com>
net: dp83822: disable rx error interrupt
Jann Horn <jannh(a)google.com>
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Hu Xiaoying <huxiaoying(a)kylinos.cn>
usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
Yu Zhe <yuzhe(a)nfschina.com>
perf/arm_pmu_platform: fix tests for platform_get_irq() failure
Maurizio Lombardi <mlombard(a)redhat.com>
nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
Greg Tulli <greg.iforce(a)gmail.com>
Input: iforce - add support for Boeder Force Feedback Wheel
Li Qiong <liqiong(a)nfschina.com>
ieee802154: cc2520: add rc code in cc2520_tx()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
tg3: Disable tg3 device on system reboot to avoid triggering AER
Even Xu <even.xu(a)intel.com>
hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
Jason Wang <wangborong(a)cdjrlc.com>
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Rob Clark <robdclark(a)chromium.org>
drm/msm/rd: Fix FIFO-full deadlock
-------------
Diffstat:
Documentation/input/joydev/joystick.rst | 1 +
Makefile | 4 +-
drivers/gpu/drm/msm/msm_rd.c | 3 ++
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
drivers/hid/intel-ish-hid/ishtp/client.c | 68 +++++++++++++++++------------
drivers/input/joystick/iforce/iforce-main.c | 1 +
drivers/net/ethernet/broadcom/tg3.c | 8 +++-
drivers/net/ieee802154/cc2520.c | 1 +
drivers/net/phy/dp83822.c | 3 +-
drivers/nvme/target/tcp.c | 3 ++
drivers/perf/arm_pmu_platform.c | 2 +-
drivers/platform/x86/acer-wmi.c | 9 +++-
drivers/soc/fsl/Kconfig | 1 +
drivers/usb/storage/unusual_uas.h | 7 +++
fs/tracefs/inode.c | 31 +++++++++----
mm/mmap.c | 9 +++-
16 files changed, 105 insertions(+), 48 deletions(-)
Google UK Ltd
1-13 St Giles High Street
London WC2H 8AG
United Kingdom.
Our Ref: UK/312-10642/GFG
Attention Dear Esteem User.
In this month of September , Google Artificial Intelligence have
selected you as one of our lucky recipients to receive the Google
Foundation (Google.org) Relief Fund. Kindly email back for more
information on what next to do.
Kindly confirm the receipt of this e-mail by contacting with details
stated below. Also request for further explanation regarding the Google
grant and how you can proceed with remittance.
Contact Person:
Name: Mr Ronan Harris
Email: [1]gf848497(a)gmail.com
The Attached document to this mail is in Pdf and Microsoft word
document format; kindly take note that you are required to download and
read it very carefully. Do follow the guided instructions.
NOTE: If you received this message in your SPAM/BULK folder, that is
because of the restrictions implemented by your Internet Service
Provider, we urge you to treat it genuinely.
Yours in service,
Mrs Jacquelline Fuller
Director of Accessibility
Powered by Google
References
1. mailto:gf848497@gmail.com
This is the start of the stable review cycle for the 4.9.329 release.
There are 7 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 18 Sep 2022 10:04:31 +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.329-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.329-rc1
Brian Norris <briannorris(a)chromium.org>
tracefs: Only clobber mode/uid/gid on remount if asked
Jann Horn <jannh(a)google.com>
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
Li Qiong <liqiong(a)nfschina.com>
ieee802154: cc2520: add rc code in cc2520_tx()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
tg3: Disable tg3 device on system reboot to avoid triggering AER
Jason Wang <wangborong(a)cdjrlc.com>
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Rob Clark <robdclark(a)chromium.org>
drm/msm/rd: Fix FIFO-full deadlock
-------------
Diffstat:
Makefile | 4 ++--
drivers/gpu/drm/msm/msm_rd.c | 3 +++
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
drivers/net/ethernet/broadcom/tg3.c | 8 ++++++--
drivers/net/ieee802154/cc2520.c | 1 +
drivers/platform/x86/acer-wmi.c | 9 ++++++++-
fs/tracefs/inode.c | 31 +++++++++++++++++++++++--------
mm/mmap.c | 9 +++++++--
8 files changed, 51 insertions(+), 16 deletions(-)
This is the start of the stable review cycle for the 4.14.294 release.
There are 7 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 18 Sep 2022 10:04:31 +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.294-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.294-rc1
Brian Norris <briannorris(a)chromium.org>
tracefs: Only clobber mode/uid/gid on remount if asked
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
Li Qiong <liqiong(a)nfschina.com>
ieee802154: cc2520: add rc code in cc2520_tx()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
tg3: Disable tg3 device on system reboot to avoid triggering AER
Jason Wang <wangborong(a)cdjrlc.com>
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Rob Clark <robdclark(a)chromium.org>
drm/msm/rd: Fix FIFO-full deadlock
Jann Horn <jannh(a)google.com>
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
-------------
Diffstat:
Makefile | 4 ++--
drivers/gpu/drm/msm/msm_rd.c | 3 +++
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
drivers/net/ethernet/broadcom/tg3.c | 8 ++++++--
drivers/net/ieee802154/cc2520.c | 1 +
drivers/platform/x86/acer-wmi.c | 9 ++++++++-
fs/tracefs/inode.c | 31 +++++++++++++++++++++++--------
mm/mmap.c | 9 +++++++--
8 files changed, 51 insertions(+), 16 deletions(-)
This is the start of the stable review cycle for the 4.19.259 release.
There are 11 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 18 Sep 2022 10:04:31 +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.259-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.259-rc1
Brian Norris <briannorris(a)chromium.org>
tracefs: Only clobber mode/uid/gid on remount if asked
Enguerrand de Ribaucourt <enguerrand.de-ribaucourt(a)savoirfairelinux.com>
net: dp83822: disable rx error interrupt
Jann Horn <jannh(a)google.com>
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Hu Xiaoying <huxiaoying(a)kylinos.cn>
usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
Yu Zhe <yuzhe(a)nfschina.com>
perf/arm_pmu_platform: fix tests for platform_get_irq() failure
Greg Tulli <greg.iforce(a)gmail.com>
Input: iforce - add support for Boeder Force Feedback Wheel
Li Qiong <liqiong(a)nfschina.com>
ieee802154: cc2520: add rc code in cc2520_tx()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
tg3: Disable tg3 device on system reboot to avoid triggering AER
Jason Wang <wangborong(a)cdjrlc.com>
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Rob Clark <robdclark(a)chromium.org>
drm/msm/rd: Fix FIFO-full deadlock
-------------
Diffstat:
Documentation/input/joydev/joystick.rst | 1 +
Makefile | 4 ++--
drivers/gpu/drm/msm/msm_rd.c | 3 +++
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
drivers/input/joystick/iforce/iforce-main.c | 1 +
drivers/net/ethernet/broadcom/tg3.c | 8 ++++++--
drivers/net/ieee802154/cc2520.c | 1 +
drivers/net/phy/dp83822.c | 3 +--
drivers/perf/arm_pmu_platform.c | 2 +-
drivers/platform/x86/acer-wmi.c | 9 ++++++++-
drivers/usb/storage/unusual_uas.h | 7 +++++++
fs/tracefs/inode.c | 31 +++++++++++++++++++++--------
mm/mmap.c | 9 +++++++--
13 files changed, 62 insertions(+), 19 deletions(-)