This is the start of the stable review cycle for the 4.9.248 release.
There are 45 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 Sat, 12 Dec 2020 14:25:47 +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.248-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-4.9.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gre...@linuxfoundation.org>
    Linux 4.9.248-rc1

Masami Hiramatsu <mhira...@kernel.org>
    x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes

Luo Meng <luomen...@huawei.com>
    Input: i8042 - fix error return code in i8042_setup_aux()

Zhihao Cheng <chengzhih...@huawei.com>
    i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

Bob Peterson <rpete...@redhat.com>
    gfs2: check for empty rgrp tree in gfs2_ri_update

Steven Rostedt (VMware) <rost...@goodmis.org>
    tracing: Fix userstacktrace option for instances

Peter Ujfalusi <peter.ujfal...@ti.com>
    spi: bcm2835: Release the DMA channel if probe fails after dma_init

Lukas Wunner <lu...@wunner.de>
    spi: bcm2835: Fix use-after-free on unbind

Lukas Wunner <lu...@wunner.de>
    spi: bcm-qspi: Fix use-after-free on unbind

Lukas Wunner <lu...@wunner.de>
    spi: Introduce device-managed SPI controller allocation

Suravee Suthikulpanit <suravee.suthikulpa...@amd.com>
    iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs

Christian Eggers <cegg...@arri.de>
    i2c: imx: Check for I2SR_IAL after every byte

Christian Eggers <cegg...@arri.de>
    i2c: imx: Fix reset of I2SR_IAL flag

Paulo Alcantara <p...@cjr.nz>
    cifs: fix potential use-after-free in cifs_echo_request()

Naveen N. Rao <naveen.n....@linux.vnet.ibm.com>
    ftrace: Fix updating FTRACE_FL_TRAMP

Jann Horn <ja...@google.com>
    tty: Fix ->session locking

Takashi Iwai <ti...@suse.de>
    ALSA: hda/generic: Add option to enforce preferred_dacs pairs

Kailang Yang <kail...@realtek.com>
    ALSA: hda/realtek - Add new codec supported for ALC897

Jann Horn <ja...@google.com>
    tty: Fix ->pgrp locking in tiocspgrp()

Giacinto Cifelli <gciof...@gmail.com>
    USB: serial: option: add support for Thales Cinterion EXS82

Vincent Palatin <vpala...@chromium.org>
    USB: serial: option: add Fibocom NL668 variants

Johan Hovold <jo...@kernel.org>
    USB: serial: ch341: sort device-id entries

Jan-Niklas Burfeind <ker...@aiyionpri.me>
    USB: serial: ch341: add new Product ID for CH341A

Johan Hovold <jo...@kernel.org>
    USB: serial: kl5kusb105: fix memleak on open

Vamsi Krishna Samavedam <vskri...@codeaurora.org>
    usb: gadget: f_fs: Use local copy of descriptors for userspace copy

Eric Dumazet <eduma...@google.com>
    geneve: pull IP header before ECN decapsulation

Toke Høiland-Jørgensen <t...@redhat.com>
    vlan: consolidate VLAN parsing code and limit max parsing depth

Hans de Goede <hdego...@redhat.com>
    pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., 
GPIOD_OUT_HIGH)

Hans de Goede <hdego...@redhat.com>
    pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq 
pin to output

Josef Bacik <jo...@toxicpanda.com>
    btrfs: sysfs: init devices outside of the chunk_mutex

Shiraz Saleem <shiraz.sal...@intel.com>
    RDMA/i40iw: Address an mmap handler exploit in i40iw

Lukas Wunner <lu...@wunner.de>
    spi: Fix controller unregister order harder

Po-Hsu Lin <po-hsu....@canonical.com>
    Input: i8042 - add ByteSpeed touchpad to noloop table

Sanjay Govind <sanjay.govi...@gmail.com>
    Input: xpad - support Ardwiino Controllers

Krzysztof Kozlowski <k...@kernel.org>
    dt-bindings: net: correct interrupt flags in examples

Eran Ben Elisha <era...@nvidia.com>
    net/mlx5: Fix wrong address reclaim when command interface is down

Zhang Changzhong <zhangchangzh...@huawei.com>
    net: pasemi: fix error return code in pasemi_mac_open()

Zhang Changzhong <zhangchangzh...@huawei.com>
    cxgb3: fix error return code in t3_sge_alloc_qset()

Dan Carpenter <dan.carpen...@oracle.com>
    net/x25: prevent a couple of overflows

Thomas Falcon <tlfal...@linux.ibm.com>
    ibmvnic: Fix TX completion error handling

Thomas Falcon <tlfal...@linux.ibm.com>
    ibmvnic: Ensure that SCRQ entry reads are correctly ordered

Antoine Tenart <aten...@kernel.org>
    netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal

Jamie Iles <ja...@nuviainc.com>
    bonding: wait for sysfs kobject destruction before freeing struct slave

Yves-Alexis Perez <cor...@corsac.net>
    usbnet: ipheth: fix connectivity with iOS 14

Anmol Karn <anmol.karan...@gmail.com>
    rose: Fix Null pointer dereference in rose_send_frame()

Julian Wiedmann <j...@linux.ibm.com>
    net/af_iucv: set correct sk_protocol for child sockets


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

Diffstat:

 .../devicetree/bindings/net/nfc/nxp-nci.txt        |  2 +-
 .../devicetree/bindings/net/nfc/pn544.txt          |  2 +-
 Makefile                                           |  4 +-
 arch/x86/include/asm/insn.h                        | 15 +++++
 arch/x86/kernel/uprobes.c                          | 10 ++--
 drivers/i2c/busses/i2c-imx.c                       | 30 ++++++++--
 drivers/i2c/busses/i2c-qup.c                       |  3 +-
 drivers/infiniband/hw/i40iw/i40iw_main.c           |  5 --
 drivers/infiniband/hw/i40iw/i40iw_verbs.c          | 36 +++---------
 drivers/input/joystick/xpad.c                      |  2 +
 drivers/input/serio/i8042-x86ia64io.h              |  4 ++
 drivers/input/serio/i8042.c                        |  3 +-
 drivers/iommu/amd_iommu.c                          |  2 +-
 drivers/net/bonding/bond_main.c                    | 61 ++++++++++++++------
 drivers/net/bonding/bond_sysfs_slave.c             | 18 +-----
 drivers/net/ethernet/chelsio/cxgb3/sge.c           |  1 +
 drivers/net/ethernet/ibm/ibmvnic.c                 | 22 ++++++-
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    | 21 ++++++-
 drivers/net/ethernet/pasemi/pasemi_mac.c           |  8 ++-
 drivers/net/geneve.c                               | 20 +++++--
 drivers/net/usb/ipheth.c                           |  2 +-
 drivers/pinctrl/intel/pinctrl-baytrail.c           | 67 +++++++++++++++++-----
 drivers/spi/spi-bcm-qspi.c                         | 34 ++++-------
 drivers/spi/spi-bcm2835.c                          | 22 +++----
 drivers/spi/spi.c                                  | 58 ++++++++++++++++++-
 drivers/tty/tty_io.c                               | 51 +++++++++++-----
 drivers/usb/gadget/function/f_fs.c                 |  6 +-
 drivers/usb/serial/ch341.c                         |  5 +-
 drivers/usb/serial/kl5kusb105.c                    | 10 ++--
 drivers/usb/serial/option.c                        |  5 +-
 fs/btrfs/volumes.c                                 |  7 ++-
 fs/cifs/connect.c                                  |  2 +
 fs/gfs2/rgrp.c                                     |  4 ++
 include/linux/if_vlan.h                            | 29 +++++++---
 include/linux/spi/spi.h                            |  2 +
 include/linux/tty.h                                |  4 ++
 include/net/bonding.h                              |  8 +++
 include/net/inet_ecn.h                             |  1 +
 kernel/trace/ftrace.c                              | 22 ++++++-
 kernel/trace/trace.c                               |  7 ++-
 kernel/trace/trace.h                               |  6 +-
 net/bridge/br_netfilter_hooks.c                    |  7 ++-
 net/iucv/af_iucv.c                                 |  4 +-
 net/rose/rose_loopback.c                           | 17 ++++--
 net/x25/af_x25.c                                   |  6 +-
 sound/pci/hda/hda_generic.c                        | 12 ++--
 sound/pci/hda/hda_generic.h                        |  1 +
 sound/pci/hda/patch_realtek.c                      |  2 +
 tools/objtool/arch/x86/include/asm/insn.h          | 15 +++++
 49 files changed, 481 insertions(+), 204 deletions(-)


Reply via email to