This is the start of the stable review cycle for the 4.4.45 release.
There are 42 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 Thu Jan 26 07:54:50 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
        kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.45-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.45-rc1

Mark Rutland <[email protected]>
    arm64: avoid returning from bad_mode

Madhavan Srinivasan <[email protected]>
    selftest/powerpc: Wrong PMC initialized in pmc56_overflow test

Marek Szyprowski <[email protected]>
    dmaengine: pl330: Fix runtime PM support for terminated transfers

Nicolas Iooss <[email protected]>
    ite-cir: initialize use_demodulator before using it

Dan Carpenter <[email protected]>
    blackfin: check devm_pinctrl_get() for errors

Linus Walleij <[email protected]>
    ARM: 8613/1: Fix the uaccess crash on PB11MPCore

Arnd Bergmann <[email protected]>
    ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation

Gary Bisson <[email protected]>
    ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init

Dave Martin <[email protected]>
    arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields

Dave Martin <[email protected]>
    arm64/ptrace: Avoid uninitialised struct padding in fpr_set()

Dave Martin <[email protected]>
    arm64/ptrace: Preserve previous registers for short regset write - 3

Dave Martin <[email protected]>
    arm64/ptrace: Preserve previous registers for short regset write - 2

Dave Martin <[email protected]>
    arm64/ptrace: Preserve previous registers for short regset write

Fabien Parent <[email protected]>
    ARM: dts: da850-evm: fix read access to SPI flash

Jeff Layton <[email protected]>
    ceph: fix bad endianness handling in parse_reply_info_extra

Mark Rutland <[email protected]>
    ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs

Sriharsha Basavapatna <[email protected]>
    svcrdma: avoid duplicate dma unmapping during error recovery

Joonyoung Shim <[email protected]>
    clocksource/exynos_mct: Clear interrupt when cpu is shut down

Richard Weinberger <[email protected]>
    ubifs: Fix journal replay wrt. xattr nodes

Quinn Tran <[email protected]>
    qla2xxx: Fix crash due to null pointer access

Ruslan Ruslichenko <[email protected]>
    x86/ioapic: Restore IO-APIC irq_chip retrigger callback

Hauke Mehrtens <[email protected]>
    mtd: nand: xway: disable module support

Stefan Schmidt <[email protected]>
    ieee802154: atusb: do not use the stack for buffers to make them DMA able

Stefan Wahren <[email protected]>
    mmc: mxs-mmc: Fix additional cycles after transmission stop

Johan Hovold <[email protected]>
    HID: corsair: fix control-transfer error handling

Johan Hovold <[email protected]>
    HID: corsair: fix DMA buffers on stack

Bjorn Helgaas <[email protected]>
    PCI: Enumerate switches below PCI-to-PCIe bridges

Tahsin Erdogan <[email protected]>
    fuse: clear FR_PENDING flag when moving requests out of pending queue

J. Bruce Fields <[email protected]>
    svcrpc: don't leak contexts on PROC_DESTROY

Bjorn Helgaas <[email protected]>
    x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F

Gu Zheng <[email protected]>
    tmpfs: clear S_ISGID when setting posix ACLs

Vladimir Zapolskiy <[email protected]>
    ARM: dts: imx31: fix AVIC base address

Vladimir Zapolskiy <[email protected]>
    ARM: dts: imx31: move CCM device node to AIPS2 bus devices

Vladimir Zapolskiy <[email protected]>
    ARM: dts: imx31: fix clock control module interrupts description

Arnaldo Carvalho de Melo <[email protected]>
    perf scripting: Avoid leaking the scripting_context variable

Kamal Heib <[email protected]>
    IB/IPoIB: Remove can't use GFP_NOIO warning

Eran Ben Elisha <[email protected]>
    IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs

Saeed Mahameed <[email protected]>
    IB/mlx4: Fix port query for 56Gb Ethernet links

Jack Morgenstein <[email protected]>
    IB/mlx4: Fix out-of-range array index in destroy qp flow

Maor Gottlieb <[email protected]>
    IB/mlx4: Set traffic class in AH

Eli Cohen <[email protected]>
    IB/mlx5: Wait for all async command completions to complete

Steven Rostedt <[email protected]>
    ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps 
to it


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

Diffstat:

 .../devicetree/bindings/clock/imx31-clock.txt      |  2 +-
 Makefile                                           |  4 +-
 arch/arm/boot/dts/da850-evm.dts                    |  1 +
 arch/arm/boot/dts/imx31.dtsi                       | 18 +++----
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi       |  4 +-
 arch/arm/include/asm/cputype.h                     |  3 ++
 arch/arm/kernel/hw_breakpoint.c                    | 16 ++++++
 arch/arm/kernel/smp_tlb.c                          |  7 +++
 arch/arm/mach-ux500/pm.c                           |  4 +-
 arch/arm64/include/uapi/asm/ptrace.h               |  1 +
 arch/arm64/kernel/entry.S                          |  2 +-
 arch/arm64/kernel/ptrace.c                         | 16 ++++--
 arch/arm64/kernel/traps.c                          | 28 ++++++++--
 arch/x86/kernel/apic/io_apic.c                     |  2 +
 arch/x86/kernel/mcount_64.S                        |  3 +-
 arch/x86/pci/acpi.c                                | 10 ++++
 drivers/clocksource/exynos_mct.c                   |  1 +
 drivers/dma/pl330.c                                | 11 ++++
 drivers/hid/hid-corsair.c                          | 60 ++++++++++++++++------
 drivers/infiniband/hw/mlx4/ah.c                    |  6 ++-
 drivers/infiniband/hw/mlx4/main.c                  | 29 +++++++----
 drivers/infiniband/hw/mlx4/qp.c                    |  3 +-
 drivers/infiniband/hw/mlx5/mr.c                    | 28 ++++++++++
 drivers/infiniband/ulp/ipoib/ipoib_cm.c            |  2 -
 drivers/media/platform/blackfin/ppi.c              |  2 +
 drivers/media/rc/ite-cir.c                         |  2 +
 drivers/mmc/host/mxs-mmc.c                         |  6 ++-
 drivers/mtd/nand/Kconfig                           |  2 +-
 drivers/net/ieee802154/atusb.c                     | 31 +++++++++--
 drivers/pci/probe.c                                | 12 +++--
 drivers/scsi/qla2xxx/qla_os.c                      | 16 ++++--
 fs/ceph/mds_client.c                               |  9 ++--
 fs/fuse/dev.c                                      |  3 +-
 fs/posix_acl.c                                     |  9 ++--
 fs/ubifs/tnc.c                                     | 25 ++++++++-
 net/sunrpc/auth_gss/svcauth_gss.c                  |  2 +-
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c            |  2 -
 tools/perf/util/trace-event-scripting.c            |  6 ++-
 .../powerpc/pmu/ebb/pmc56_overflow_test.c          |  2 +-
 39 files changed, 298 insertions(+), 92 deletions(-)


Reply via email to