lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 27 Oct 2017 10:54:09 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.4.95

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


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ