All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.4.45
Date: Thu, 26 Jan 2017 08:48:21 +0100	[thread overview]
Message-ID: <20170126074820.GA16737@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6746 bytes --]

I'm announcing the release of the 4.4.45 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Documentation/devicetree/bindings/clock/imx31-clock.txt       |    2 
 Makefile                                                      |    2 
 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 -
 tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c |    2 
 39 files changed, 297 insertions(+), 91 deletions(-)

Arnaldo Carvalho de Melo (1):
      perf scripting: Avoid leaking the scripting_context variable

Arnd Bergmann (1):
      ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation

Bjorn Helgaas (2):
      x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
      PCI: Enumerate switches below PCI-to-PCIe bridges

Dan Carpenter (1):
      blackfin: check devm_pinctrl_get() for errors

Dave Martin (5):
      arm64/ptrace: Preserve previous registers for short regset write
      arm64/ptrace: Preserve previous registers for short regset write - 2
      arm64/ptrace: Preserve previous registers for short regset write - 3
      arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
      arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields

Eli Cohen (1):
      IB/mlx5: Wait for all async command completions to complete

Eran Ben Elisha (1):
      IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs

Fabien Parent (1):
      ARM: dts: da850-evm: fix read access to SPI flash

Gary Bisson (1):
      ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init

Greg Kroah-Hartman (1):
      Linux 4.4.45

Gu Zheng (1):
      tmpfs: clear S_ISGID when setting posix ACLs

Hauke Mehrtens (1):
      mtd: nand: xway: disable module support

J. Bruce Fields (1):
      svcrpc: don't leak contexts on PROC_DESTROY

Jack Morgenstein (1):
      IB/mlx4: Fix out-of-range array index in destroy qp flow

Jeff Layton (1):
      ceph: fix bad endianness handling in parse_reply_info_extra

Johan Hovold (2):
      HID: corsair: fix DMA buffers on stack
      HID: corsair: fix control-transfer error handling

Joonyoung Shim (1):
      clocksource/exynos_mct: Clear interrupt when cpu is shut down

Kamal Heib (1):
      IB/IPoIB: Remove can't use GFP_NOIO warning

Linus Walleij (1):
      ARM: 8613/1: Fix the uaccess crash on PB11MPCore

Madhavan Srinivasan (1):
      selftest/powerpc: Wrong PMC initialized in pmc56_overflow test

Maor Gottlieb (1):
      IB/mlx4: Set traffic class in AH

Marek Szyprowski (1):
      dmaengine: pl330: Fix runtime PM support for terminated transfers

Mark Rutland (2):
      ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs
      arm64: avoid returning from bad_mode

Nicolas Iooss (1):
      ite-cir: initialize use_demodulator before using it

Quinn Tran (1):
      qla2xxx: Fix crash due to null pointer access

Richard Weinberger (1):
      ubifs: Fix journal replay wrt. xattr nodes

Ruslan Ruslichenko (1):
      x86/ioapic: Restore IO-APIC irq_chip retrigger callback

Saeed Mahameed (1):
      IB/mlx4: Fix port query for 56Gb Ethernet links

Sriharsha Basavapatna (1):
      svcrdma: avoid duplicate dma unmapping during error recovery

Stefan Schmidt (1):
      ieee802154: atusb: do not use the stack for buffers to make them DMA able

Stefan Wahren (1):
      mmc: mxs-mmc: Fix additional cycles after transmission stop

Steven Rostedt (1):
      ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to it

Tahsin Erdogan (1):
      fuse: clear FR_PENDING flag when moving requests out of pending queue

Vladimir Zapolskiy (3):
      ARM: dts: imx31: fix clock control module interrupts description
      ARM: dts: imx31: move CCM device node to AIPS2 bus devices
      ARM: dts: imx31: fix AVIC base address


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-01-26  7:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26  7:48 Greg KH [this message]
2017-01-26  7:48 ` Linux 4.4.45 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170126074820.GA16737@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.