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.33
Date: Sat, 19 Nov 2016 09:50:40 +0100	[thread overview]
Message-ID: <20161119085040.GA22880@kroah.com> (raw)

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

I'm announcing the release of the 4.4.33 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

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

 Makefile                                               |    2 
 arch/arc/kernel/time.c                                 |   19 ++-
 arch/mips/include/asm/kvm_host.h                       |    7 -
 arch/mips/kvm/emulate.c                                |   24 +++-
 arch/s390/hypfs/hypfs_diag.c                           |    6 -
 drivers/acpi/apei/ghes.c                               |    2 
 drivers/block/drbd/drbd_main.c                         |    2 
 drivers/char/hw_random/core.c                          |    6 -
 drivers/clk/clk-qoriq.c                                |   13 +-
 drivers/dma/at_xdmac.c                                 |   18 +++
 drivers/gpu/drm/i915/intel_hdmi.c                      |   84 +++++++++--------
 drivers/iio/common/hid-sensors/hid-sensor-attributes.c |   56 +++++------
 drivers/iio/orientation/hid-sensor-rotation.c          |    1 
 drivers/iommu/amd_iommu.c                              |    3 
 drivers/iommu/intel-iommu.c                            |   14 ++
 drivers/media/usb/dvb-usb/dib0700_core.c               |    5 -
 drivers/misc/mei/bus-fixup.c                           |    2 
 drivers/mmc/host/mxs-mmc.c                             |    4 
 drivers/net/ethernet/intel/i40e/i40e_main.c            |    2 
 drivers/nfc/mei_phy.c                                  |    2 
 drivers/pinctrl/intel/pinctrl-cherryview.c             |   17 ++-
 drivers/platform/x86/toshiba-wmi.c                     |   26 +++--
 drivers/scsi/mpt3sas/mpt3sas_scsih.c                   |    4 
 drivers/scsi/qla2xxx/qla_os.c                          |    2 
 drivers/staging/iio/impedance-analyzer/ad5933.c        |   17 ++-
 drivers/staging/nvec/nvec_ps2.c                        |    8 -
 drivers/tty/serial/atmel_serial.c                      |   27 ++++-
 drivers/usb/class/cdc-acm.c                            |    2 
 drivers/usb/gadget/function/u_ether.c                  |    8 -
 fs/btrfs/inode.c                                       |    9 +
 fs/coredump.c                                          |    3 
 lib/genalloc.c                                         |    3 
 mm/swapfile.c                                          |    2 
 net/netfilter/nf_log.c                                 |    6 -
 sound/core/info.c                                      |    9 +
 sound/soc/codecs/cs4270.c                              |    8 -
 sound/soc/sunxi/sun4i-codec.c                          |    7 -
 37 files changed, 268 insertions(+), 162 deletions(-)

Alexander Usyskin (1):
      mei: bus: fix received data size check in NFC fixup

Andrew Lutomirski (1):
      hwrng: core - Don't use a stack buffer in add_early_randomness()

Andrey Ryabinin (1):
      coredump: fix unfreezable coredumping task

Arnd Bergmann (1):
      staging: iio: ad5933: avoid uninitialized variable in error case

Azael Avalos (1):
      toshiba-wmi: Fix loading the driver on non Toshiba laptops

Baoquan He (1):
      iommu/amd: Free domain id when free a domain of struct dma_ops_domain

Bill Kuzeja (1):
      scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init

Chen-Yu Tsai (1):
      ASoC: sun4i-codec: return error code instead of NULL when create_card fails

Daniel Mentz (1):
      lib/genalloc.c: start search from start of chunk

Fabio Estevam (1):
      mmc: mxs: Initialize the spinlock prior to using it

Felipe Balbi (1):
      usb: gadget: u_ether: remove interrupt throttling

Goldwyn Rodrigues (1):
      btrfs: qgroup: Prevent qgroup->reserved from going subzero

Greg Kroah-Hartman (1):
      Linux 4.4.33

Huaibin Wang (1):
      i40e: fix call of ndo_dflt_bridge_getlink()

James Hogan (1):
      KVM: MIPS: Precalculate MMIO load resume PC

Jann Horn (2):
      swapfile: fix memory corruption via malformed swapfile
      netfilter: fix namespace handling in nf_log_proc_dostring

Joerg Roedel (1):
      iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path

Johan Hovold (1):
      USB: cdc-acm: fix TIOCMIWAIT

Ludovic Desroches (1):
      dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers

Marc Dietrich (1):
      staging: nvec: remove managed resource from PS2 driver

Michael Holzheu (1):
      s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment

Mika Westerberg (2):
      pinctrl: cherryview: Serialize register access in suspend/resume
      pinctrl: cherryview: Prevent possible interrupt storm on resume

Paul Fertser (2):
      drivers: staging: nvec: remove bogus reset command for PS/2 interface
      Revert "staging: nvec: ps2: change serio type to passthrough"

Punit Agrawal (1):
      ACPI / APEI: Fix incorrect return value of ghes_proc()

Richard Genoud (1):
      tty/serial: at91: fix hardware handshake on Atmel platforms

Richard Weinberger (1):
      drbd: Fix kernel_sendmsg() usage - potential NULL deref

Scott Wood (1):
      clk: qoriq: Don't allow CPU clocks higher than starting value

Sean Young (1):
      dib0700: fix nec repeat handling

Song Hongyan (2):
      iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation.
      iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)

Sreekanth Reddy (1):
      scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk

Takashi Iwai (2):
      ALSA: info: Return error for invalid read/write
      ALSA: info: Limit the proc text input size

Ville Syrjälä (1):
      drm/i915: Respect alternate_ddc_pin for all DDI ports

Vineet Gupta (1):
      ARC: timer: rtc: implement read loop in "C" vs. inline asm

murray foster (1):
      ASoC: cs4270: fix DAPM stream name mismatch


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

             reply	other threads:[~2016-11-19  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-19  8:50 Greg KH [this message]
2016-11-19  8:50 ` Linux 4.4.33 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=20161119085040.GA22880@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.