stable.vger.kernel.org archive mirror
 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.95
Date: Fri, 27 Oct 2017 10:54:09 +0200	[thread overview]
Message-ID: <20171027085409.GA28368@kroah.com> (raw)

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

I'm announcing the release of the 4.4.95 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/parisc/kernel/syscall.S                        |   55 ++---
 crypto/asymmetric_keys/pkcs7_parser.c               |    3 
 drivers/bus/mvebu-mbus.c                            |    2 
 drivers/clocksource/cs5535-clockevt.c               |    3 
 drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c       |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c      |    2 
 drivers/i2c/busses/i2c-ismt.c                       |    5 
 drivers/net/can/usb/esd_usb2.c                      |    2 
 drivers/net/can/usb/gs_usb.c                        |   10 -
 drivers/net/wireless/brcm80211/brcmsmac/phy/phy_n.c |  197 +++++++++-----------
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c |    2 
 drivers/usb/class/cdc-acm.c                         |    3 
 drivers/usb/core/config.c                           |    6 
 drivers/usb/core/devio.c                            |    6 
 drivers/usb/core/hub.c                              |   11 -
 drivers/usb/core/quirks.c                           |    4 
 drivers/usb/musb/musb_core.c                        |    6 
 drivers/usb/musb/sunxi.c                            |    2 
 drivers/usb/serial/metro-usb.c                      |    1 
 fs/ext4/crypto_key.c                                |    6 
 fs/f2fs/crypto.c                                    |    1 
 fs/f2fs/crypto_fname.c                              |    2 
 fs/f2fs/crypto_key.c                                |   25 ++
 fs/f2fs/file.c                                      |    6 
 fs/fscache/object-list.c                            |    7 
 include/linux/key.h                                 |   49 +++-
 include/linux/mbus.h                                |    4 
 kernel/sched/auto_group.c                           |   23 +-
 lib/digsig.c                                        |    6 
 net/dns_resolver/dns_key.c                          |    2 
 security/keys/big_key.c                             |    4 
 security/keys/encrypted-keys/encrypted.c            |    9 
 security/keys/gc.c                                  |    8 
 security/keys/key.c                                 |   41 +++-
 security/keys/keyctl.c                              |    9 
 security/keys/keyring.c                             |   10 -
 security/keys/proc.c                                |    7 
 security/keys/process_keys.c                        |    2 
 security/keys/request_key.c                         |    7 
 security/keys/request_key_auth.c                    |    2 
 security/keys/trusted.c                             |    2 
 security/keys/user_defined.c                        |    4 
 sound/core/seq/seq_lock.c                           |    4 
 sound/core/seq/seq_lock.h                           |   12 -
 sound/pci/hda/hda_codec.c                           |    2 
 sound/usb/quirks.c                                  |    1 
 47 files changed, 325 insertions(+), 254 deletions(-)

Alan Stern (1):
      USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()

Arnd Bergmann (1):
      brcmsmac: make some local variables 'static const' to reduce stack size

Ben Hutchings (1):
      ALSA: seq: Enable 'use' locking in all configurations

Ben Skeggs (1):
      drm/nouveau/mmu: flush tlbs before deleting page tables

David Howells (2):
      KEYS: don't let add_key() update an uninstantiated key
      KEYS: Fix race between updating and finding a negative key

David Kozub (1):
      clockevents/drivers/cs5535: Improve resilience to spurious interrupts

Eric Biggers (5):
      KEYS: encrypted: fix dereference of NULL user_key_payload
      lib/digsig: fix dereference of NULL user_key_payload
      fscrypt: fix dereference of NULL user_key_payload
      fscrypto: require write access to mount to set encryption policy
      FS-Cache: fix dereference of NULL user_key_payload

Eric Sesterhenn (1):
      pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.

Felipe Balbi (1):
      usb: quirks: add quirk for WORLDE MINI MIDI keyboard

Greg Kroah-Hartman (1):
      Linux 4.4.95

Hans de Goede (1):
      USB: devio: Revert "USB: devio: Don't corrupt user memory"

Ilia Mirkin (1):
      drm/nouveau/bsp/g92: disable by default

Jaegeuk Kim (2):
      f2fs crypto: replace some BUG_ON()'s with error checks
      f2fs crypto: add missing locking for keyring_key access

Jan Luebbe (1):
      bus: mbus: fix window size calculation for 4GB windows

Johan Hovold (1):
      USB: serial: metro-usb: add MS7820 device id

John David Anglin (2):
      parisc: Avoid trashing sr2 and sr3 in LWS code
      parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels

Jonathan Liu (2):
      usb: musb: sunxi: Explicitly release USB PHY on exit
      usb: musb: Check for host-mode using is_host_active() on reset interrupt

Jussi Laako (1):
      ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital

Larry Finger (1):
      rtlwifi: rtl8821ae: Fix connection lost problem

Maksim Salau (1):
      usb: cdc_acm: Add quirk for Elatec TWN3

Mathias Nyman (1):
      usb: hub: Allow reset retry for USB2 devices on connect bounce

Oleg Nesterov (1):
      sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()

Pontus Andersson (1):
      i2c: ismt: Separate I2C block read from SMBus block read

Stefan Mätje (1):
      can: esd_usb2: Fix can_dlc value for received RTR, frames

Takashi Iwai (1):
      ALSA: hda: Remove superfluous '-' added by printk conversion

Wolfgang Grandegger (1):
      can: gs_usb: fix busy loop if no more TX context is available


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

             reply	other threads:[~2017-10-27  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27  8:54 Greg KH [this message]
2017-10-27  8:54 ` Linux 4.4.95 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=20171027085409.GA28368@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).