This is the start of the stable review cycle for the 4.4.169 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 Sat Dec 22 08:58:16 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.4.169-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Dan Carpenter <[email protected]>
    ALSA: isa/wavefront: prevent some out of bound writes

Trent Piepho <[email protected]>
    rtc: snvs: Add timeouts to avoid kernel lockups

Guy Shapiro <[email protected]>
    rtc: snvs: add a missing write sync

Hans de Goede <[email protected]>
    i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node

Adamski, Krzysztof (Nokia - PL/Wroclaw) <[email protected]>
    i2c: axxia: properly handle master timeout

Steve French <[email protected]>
    cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

Chris Cole <[email protected]>
    ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address 
handling

Anderson Luiz Alves <[email protected]>
    mv88e6060: disable hardware level MAC learning

Juha-Matti Tilli <[email protected]>
    libata: whitelist all SAMSUNG MZ7KM* solid-state disks

Tony Lindgren <[email protected]>
    Input: omap-keypad - fix keyboard debounce configuration

Dan Carpenter <[email protected]>
    clk: mmp: Off by one in mmp_clk_add()

Yangtao Li <[email protected]>
    ide: pmac: add of_node_put()

Yangtao Li <[email protected]>
    drivers/tty: add missing of_node_put()

Yangtao Li <[email protected]>
    drivers/sbus/char: add of_node_put()

Yangtao Li <[email protected]>
    sbus: char: add of_node_put()

Trond Myklebust <[email protected]>
    SUNRPC: Fix a potential race in xprt_connect()

Toni Peltonen <[email protected]>
    bonding: fix 802.3ad state sent to partner when unbinding slave

Jose Abreu <[email protected]>
    ARC: io.h: Implement reads{x}()/writes{x}()

Sean Paul <[email protected]>
    drm/msm: Grab a vblank reference when waiting for commit_done

YiFei Zhu <[email protected]>
    x86/earlyprintk/efi: Fix infinite loop on some screen widths

Cathy Avery <[email protected]>
    scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during 
unload

Fred Herard <[email protected]>
    scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset

Alexey Khoroshilov <[email protected]>
    mac80211_hwsim: fix module init error paths for netlink

Ilan Peer <[email protected]>
    mac80211: Fix condition validating WMM IE

Emmanuel Grumbach <[email protected]>
    mac80211: don't WARN on bad WMM parameters from buggy APs

Yunlei He <[email protected]>
    f2fs: fix a panic caused by NULL flush_cmd_control

Brian Norris <[email protected]>
    Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"

Radu Rendec <[email protected]>
    powerpc/msi: Fix NULL pointer access in teardown code

Steven Rostedt (VMware) <[email protected]>
    tracing: Fix memory leak of instance function hash filters

Steven Rostedt (VMware) <[email protected]>
    tracing: Fix memory leak in set_trigger_filter()

Aaro Koskinen <[email protected]>
    MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310

Jeff Moyer <[email protected]>
    aio: fix spectre gadget in lookup_ioctx

Chen-Yu Tsai <[email protected]>
    pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11

Guenter Roeck <[email protected]>
    powerpc/boot: Fix random libfdt related build errors

Ingo Molnar <[email protected]>
    timer/debug: Change /proc/timer_list from 0444 to 0400

Davidlohr Bueso <[email protected]>
    lib/interval_tree_test.c: allow users to limit scope of endpoint

Davidlohr Bueso <[email protected]>
    lib/rbtree-test: lower default params

Davidlohr Bueso <[email protected]>
    lib/rbtree_test.c: make input module parameters

Davidlohr Bueso <[email protected]>
    lib/interval_tree_test.c: allow full tree search

Davidlohr Bueso <[email protected]>
    lib/interval_tree_test.c: make test options module parameters


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

Diffstat:

 Makefile                                    |   4 +-
 arch/arc/include/asm/io.h                   |  72 +++++++++++++++++++
 arch/arm/mm/cache-v7.S                      |   8 ++-
 arch/powerpc/boot/Makefile                  |   3 +-
 arch/powerpc/kernel/msi.c                   |   7 +-
 arch/x86/platform/efi/early_printk.c        |   2 +-
 drivers/ata/libata-core.c                   |   1 +
 drivers/clk/mmp/clk.c                       |   2 +-
 drivers/gpu/drm/msm/msm_atomic.c            |   5 ++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |   6 --
 drivers/i2c/busses/i2c-axxia.c              |  40 ++++++++---
 drivers/i2c/busses/i2c-scmi.c               |  10 ++-
 drivers/ide/pmac.c                          |   1 +
 drivers/input/keyboard/omap4-keypad.c       |  18 +++--
 drivers/mmc/host/omap.c                     |  11 ++-
 drivers/net/bonding/bond_3ad.c              |   3 +
 drivers/net/dsa/mv88e6060.c                 |  10 +--
 drivers/net/wireless/mac80211_hwsim.c       |  12 ++--
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c  |   2 +-
 drivers/rtc/rtc-snvs.c                      | 104 +++++++++++++++++++---------
 drivers/sbus/char/display7seg.c             |   1 +
 drivers/sbus/char/envctrl.c                 |   2 +
 drivers/scsi/libiscsi.c                     |   4 +-
 drivers/scsi/vmw_pvscsi.c                   |   4 +-
 drivers/tty/serial/suncore.c                |   1 +
 fs/aio.c                                    |   2 +
 fs/cifs/Kconfig                             |   2 +-
 fs/f2fs/segment.c                           |   5 +-
 kernel/time/timer_list.c                    |   2 +-
 kernel/trace/ftrace.c                       |   1 +
 kernel/trace/trace_events_trigger.c         |   6 +-
 lib/interval_tree_test.c                    |  93 ++++++++++++++++---------
 lib/rbtree_test.c                           |  55 +++++++++------
 net/mac80211/mlme.c                         |   3 +-
 net/sunrpc/xprt.c                           |  11 ++-
 sound/isa/wavefront/wavefront_synth.c       |   9 +++
 36 files changed, 376 insertions(+), 146 deletions(-)


Reply via email to