public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH 5.16 00/37] 5.16.17-rc1 review
@ 2022-03-21 13:52 Greg Kroah-Hartman
  0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman @ 2022-03-21 13:52 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

This is the start of the stable review cycle for the 5.16.17 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 Wed, 23 Mar 2022 13:32:09 +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.16.17-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.16.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <[email protected]>
    Linux 5.16.17-rc1

Filipe Manana <[email protected]>
    btrfs: skip reserved bytes warning on unmount after log cleanup failure

Kalle Valo <[email protected]>
    Revert "ath10k: drop beacon and probe response which leak from other channel"

Vladimir Oltean <[email protected]>
    Revert "arm64: dts: freescale: Fix 'interrupt-map' parent address cells"

Michael Petlan <[email protected]>
    perf symbols: Fix symbol size calculation condition

Arnd Bergmann <[email protected]>
    arm64: errata: avoid duplicate field initializer

Pavel Skripkin <[email protected]>
    Input: aiptek - properly check endpoint type

Matt Lupfer <[email protected]>
    scsi: mpt3sas: Page fault in reply q processing

Alan Stern <[email protected]>
    usb: usbtmc: Fix bug in pipe direction for control transfers

Alan Stern <[email protected]>
    usb: gadget: Fix use-after-free bug by not setting udc->dev.driver

Dan Carpenter <[email protected]>
    usb: gadget: rndis: prevent integer overflow in rndis_set_response()

Arnd Bergmann <[email protected]>
    arm64: fix clang warning about TRAMP_VALIAS

Ivan Vecera <[email protected]>
    iavf: Fix hang during reboot/shutdown

Vladimir Oltean <[email protected]>
    net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower offload

Doug Berger <[email protected]>
    net: bcmgenet: skip invalid partial checksums

Manish Chopra <[email protected]>
    bnx2x: fix built-in kernel driver load failure

Juerg Haefliger <[email protected]>
    net: phy: mscc: Add MODULE_FIRMWARE macros

Miaoqian Lin <[email protected]>
    net: dsa: Add missing of_node_put() in dsa_port_parse_of

Thomas Zimmermann <[email protected]>
    drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS

Nicolas Dichtel <[email protected]>
    net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()

Marek Vasut <[email protected]>
    drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings

Christoph Niedermaier <[email protected]>
    drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check()

Jiasheng Jiang <[email protected]>
    hv_netvsc: Add check for kvmalloc_array

Przemyslaw Patynowski <[email protected]>
    iavf: Fix double free in iavf_reset_task

Maciej Fijalkowski <[email protected]>
    ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()

Jiasheng Jiang <[email protected]>
    atm: eni: Add check for dma_map_single

Hannes Reinecke <[email protected]>
    nvmet: revert "nvmet: make discovery NQN configurable"

Eric Dumazet <[email protected]>
    net/packet: fix slab-out-of-bounds access in packet_recvmsg()

Kurt Cancemi <[email protected]>
    net: phy: marvell: Fix invalid comparison in the resume and suspend functions

Sabrina Dubroca <[email protected]>
    esp6: fix check on ipv6_skip_exthdr's return value

Jiyong Park <[email protected]>
    vsock: each transport cycles only on its own sockets

Niels Dossche <[email protected]>
    alx: acquire mutex for alx_reinit in alx_change_mtu

Randy Dunlap <[email protected]>
    efi: fix return value of __setup handlers

Jocelyn Falempe <[email protected]>
    drm/mgag200: Fix PLL setup for g200wb and g200ew

Ming Lei <[email protected]>
    block: release rq qos structures for queue without disk

Guo Ziliang <[email protected]>
    mm: swap: get rid of livelock in swapin readahead

Joseph Qi <[email protected]>
    ocfs2: fix crash when initialize filecheck kobj fails

Brian Masney <[email protected]>
    crypto: qcom-rng - ensure buffer for generate is completely filled


-------------

Diffstat:

 Makefile                                         |  4 +--
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi   | 24 +++++++--------
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi   | 24 +++++++--------
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi   | 24 +++++++--------
 arch/arm64/include/asm/vectors.h                 |  4 +--
 arch/arm64/kernel/cpu_errata.c                   |  1 -
 block/blk-core.c                                 |  4 +++
 drivers/atm/eni.c                                |  2 ++
 drivers/crypto/qcom-rng.c                        | 17 ++++++-----
 drivers/firmware/efi/apple-properties.c          |  2 +-
 drivers/firmware/efi/efi.c                       |  2 +-
 drivers/gpu/drm/bridge/Kconfig                   |  2 +-
 drivers/gpu/drm/imx/parallel-display.c           |  8 -----
 drivers/gpu/drm/mgag200/mgag200_pll.c            |  6 ++--
 drivers/gpu/drm/panel/Kconfig                    |  1 +
 drivers/gpu/drm/panel/panel-simple.c             |  2 +-
 drivers/input/tablet/aiptek.c                    | 10 +++---
 drivers/net/ethernet/atheros/alx/main.c          |  5 ++-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h      |  2 --
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c  | 28 ++++++++++-------
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 15 ++-------
 drivers/net/ethernet/broadcom/genet/bcmgenet.c   |  6 ++--
 drivers/net/ethernet/intel/iavf/iavf_main.c      | 15 ++++++++-
 drivers/net/ethernet/intel/ice/ice_main.c        |  5 +--
 drivers/net/ethernet/mscc/ocelot_flower.c        | 16 +++++++++-
 drivers/net/hyperv/netvsc_drv.c                  |  3 ++
 drivers/net/phy/marvell.c                        |  8 ++---
 drivers/net/phy/mscc/mscc_main.c                 |  3 ++
 drivers/net/wireless/ath/ath10k/wmi.c            | 27 +---------------
 drivers/nvme/target/configfs.c                   | 39 ------------------------
 drivers/nvme/target/core.c                       |  3 +-
 drivers/scsi/mpt3sas/mpt3sas_base.c              |  5 +--
 drivers/usb/class/usbtmc.c                       | 13 ++++++--
 drivers/usb/gadget/function/rndis.c              |  1 +
 drivers/usb/gadget/udc/core.c                    |  3 --
 drivers/vhost/vsock.c                            |  3 +-
 fs/btrfs/block-group.c                           | 26 ++++++++++++++--
 fs/btrfs/ctree.h                                 |  7 +++++
 fs/btrfs/tree-log.c                              | 23 ++++++++++++++
 fs/ocfs2/super.c                                 | 22 ++++++-------
 include/linux/if_arp.h                           |  1 +
 include/net/af_vsock.h                           |  3 +-
 mm/swap_state.c                                  |  2 +-
 net/dsa/dsa2.c                                   |  1 +
 net/ipv6/esp6.c                                  |  3 +-
 net/packet/af_packet.c                           | 11 ++++++-
 net/vmw_vsock/af_vsock.c                         |  9 ++++--
 net/vmw_vsock/virtio_transport.c                 |  7 +++--
 net/vmw_vsock/vmci_transport.c                   |  5 ++-
 tools/perf/util/symbol.c                         |  2 +-
 50 files changed, 253 insertions(+), 206 deletions(-)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-21 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 13:52 [PATCH 5.16 00/37] 5.16.17-rc1 review Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox