This is the start of the stable review cycle for the 4.9.141 release.
There are 46 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 Nov 28 10:50:18 UTC 2018.
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.141-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 <[email protected]>
    Linux 4.9.141-rc1

Ilya Dryomov <[email protected]>
    libceph: fall back to sendmsg for slab pages

Eric Biggers <[email protected]>
    HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges

Al Viro <[email protected]>
    new helper: uaccess_kernel()

Hans de Goede <[email protected]>
    ACPI / platform: Add SMB0001 HID to forbidden_id_list

Gustavo A. R. Silva <[email protected]>
    drivers/misc/sgi-gru: fix Spectre v1 vulnerability

Mattias Jacobsson <[email protected]>
    USB: misc: appledisplay: add 20" Apple Cinema Display

Nathan Chancellor <[email protected]>
    misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

Emmanuel Pescosta <[email protected]>
    usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB

Kai-Heng Feng <[email protected]>
    USB: quirks: Add no-lpm quirk for Raydium touchscreens

Maarten Jacobs <[email protected]>
    usb: cdc-acm: add entry for Hiro (Conexant) modem

Dan Carpenter <[email protected]>
    uio: Fix an Oops on load

Sakari Ailus <[email protected]>
    media: v4l: event: Add subscription to list before calling "add" operation

Greg Kroah-Hartman <[email protected]>
    Revert "Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV"

Hans Verkuil <[email protected]>
    Revert "media: videobuf2-core: don't call memop 'finish' when queueing"

Lu Fengqi <[email protected]>
    btrfs: fix pinned underflow after transaction aborted

Qu Wenruo <[email protected]>
    btrfs: Ensure btrfs_trim_fs can trim the whole filesystem

Qu Wenruo <[email protected]>
    btrfs: Enhance btrfs_trim_fs function to handle error better

Mika Westerberg <[email protected]>
    ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM

Mika Westerberg <[email protected]>
    ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70

Andreas Gruenbacher <[email protected]>
    gfs2: Put bitmap buffers in put_super

YueHaibing <[email protected]>
    SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()

Minchan Kim <[email protected]>
    zram: close udev startup race condition as default groups

Denis Bolotin <[email protected]>
    qed: Fix blocking/unlimited SPQ entries leak

Denis Bolotin <[email protected]>
    qed: Fix memory/entry leak in qed_init_sp_request()

Vignesh R <[email protected]>
    i2c: omap: Enable for ARCH_K3

Jeremy Linton <[email protected]>
    lib/raid6: Fix arm64 test build

Ricardo Ribalda Delgado <[email protected]>
    clk: fixed-factor: fix of_node_get-put imbalance

Geert Uytterhoeven <[email protected]>
    hwmon: (ibmpowernv) Remove bogus __init annotations

Julian Wiedmann <[email protected]>
    s390/qeth: fix HiperSockets sniffer

Taehee Yoo <[email protected]>
    netfilter: xt_IDLETIMER: add sysfs filename checking routine

Jozsef Kadlecsik <[email protected]>
    netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()

Justin M. Forbes <[email protected]>
    s390/mm: Fix ERROR: "__node_distance" undefined!

Eric Westbrook <[email protected]>
    netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net

Vasily Gorbik <[email protected]>
    s390/vdso: add missing FORCE to build targets

Nathan Chancellor <[email protected]>
    arm64: percpu: Initialize ret in the default case

Paul Gortmaker <[email protected]>
    platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307

Marek Szyprowski <[email protected]>
    clk: samsung: exynos5420: Enable PERIS clocks for suspend

Chengguang Xu <[email protected]>
    fs/exofs: fix potential memory leak in mount option parsing

Alan Tull <[email protected]>
    clk: fixed-rate: fix of_node_get-put imbalance

Rajneesh Bhardwaj <[email protected]>
    platform/x86: intel_telemetry: report debugfs failure

Lee, Shawn C <[email protected]>
    drm/edid: Add 6 bpc quirk for BOE panel.

Richard Weinberger <[email protected]>
    um: Give start_idle_thread() a return code

Ernesto A. Fernández <[email protected]>
    hfsplus: prevent btree data loss on root split

Ernesto A. Fernández <[email protected]>
    hfs: prevent btree data loss on root split

Jann Horn <[email protected]>
    reiserfs: propagate errors from fill_with_dentries() properly

Colin Ian King <[email protected]>
    cifs: don't dereference smb_file_target before null check


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

Diffstat:

 Makefile                                          |  4 +-
 arch/arm64/include/asm/percpu.h                   |  3 +
 arch/s390/kernel/vdso32/Makefile                  |  6 +-
 arch/s390/kernel/vdso64/Makefile                  |  6 +-
 arch/s390/numa/numa.c                             |  1 +
 arch/um/os-Linux/skas/process.c                   |  5 ++
 drivers/acpi/acpi_platform.c                      |  1 +
 drivers/acpi/acpi_watchdog.c                      | 77 ++++++++++++++++++++---
 drivers/block/zram/zram_drv.c                     | 26 ++------
 drivers/bluetooth/Kconfig                         |  1 -
 drivers/clk/clk-fixed-factor.c                    |  1 +
 drivers/clk/clk-fixed-rate.c                      |  1 +
 drivers/clk/samsung/clk-exynos5420.c              |  1 +
 drivers/gpu/drm/drm_edid.c                        |  3 +
 drivers/hid/uhid.c                                | 13 ++++
 drivers/hwmon/ibmpowernv.c                        |  7 +--
 drivers/i2c/busses/Kconfig                        |  2 +-
 drivers/media/v4l2-core/v4l2-event.c              | 43 +++++++------
 drivers/media/v4l2-core/videobuf2-core.c          |  9 +--
 drivers/misc/atmel-ssc.c                          |  2 +-
 drivers/misc/sgi-gru/grukdump.c                   |  4 ++
 drivers/net/ethernet/qlogic/qed/qed_sp.h          |  3 +
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 16 ++++-
 drivers/net/ethernet/qlogic/qed/qed_spq.c         | 57 +++++++++--------
 drivers/platform/x86/acerhdf.c                    |  1 +
 drivers/platform/x86/intel_telemetry_debugfs.c    |  8 ++-
 drivers/s390/net/qeth_l3_main.c                   |  8 ++-
 drivers/uio/uio.c                                 |  7 ++-
 drivers/usb/class/cdc-acm.c                       |  3 +
 drivers/usb/core/quirks.c                         |  8 +++
 drivers/usb/misc/appledisplay.c                   |  1 +
 fs/btrfs/disk-io.c                                | 19 ++++--
 fs/btrfs/extent-tree.c                            | 63 ++++++++++++-------
 fs/btrfs/ioctl.c                                  | 11 ++--
 fs/cifs/cifsfs.c                                  |  7 ++-
 fs/exofs/super.c                                  |  5 +-
 fs/gfs2/rgrp.c                                    |  3 +-
 fs/hfs/brec.c                                     |  4 ++
 fs/hfsplus/brec.c                                 |  4 ++
 fs/reiserfs/xattr.c                               |  7 +++
 include/linux/netfilter/ipset/ip_set_comment.h    |  4 +-
 include/linux/uaccess.h                           |  3 +
 lib/raid6/test/Makefile                           |  4 +-
 net/ceph/messenger.c                              | 12 +++-
 net/netfilter/ipset/ip_set_hash_netportnet.c      |  8 +--
 net/netfilter/xt_IDLETIMER.c                      | 20 ++++++
 net/sunrpc/xdr.c                                  |  2 +-
 47 files changed, 352 insertions(+), 152 deletions(-)


Reply via email to