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:   Thu, 9 Feb 2017 11:54:00 +0100
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.48

I'm announcing the release of the 4.4.48 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/arm64/crypto/aes-modes.S                       |   88 +++++++++-----------
 arch/powerpc/kernel/eeh_driver.c                    |    2 
 arch/powerpc/kernel/prom_init.c                     |    3 
 arch/x86/kernel/apic/io_apic.c                      |    2 
 arch/x86/kernel/hpet.c                              |    1 
 arch/x86/kvm/x86.c                                  |    1 
 crypto/algapi.c                                     |    1 
 drivers/ata/libata-core.c                           |    4 
 drivers/ata/sata_mv.c                               |    3 
 drivers/base/memory.c                               |   11 +-
 drivers/gpu/drm/nouveau/dispnv04/hw.c               |    3 
 drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c |    2 
 drivers/hid/wacom_wac.c                             |   28 +++---
 drivers/mmc/host/sdhci.c                            |    3 
 drivers/pci/pcie/aspm.c                             |   19 ++--
 drivers/usb/core/quirks.c                           |    4 
 drivers/usb/gadget/function/f_fs.c                  |   13 ++
 drivers/usb/serial/option.c                         |    1 
 drivers/usb/serial/pl2303.c                         |    1 
 drivers/usb/serial/pl2303.h                         |    1 
 drivers/usb/serial/qcserial.c                       |    1 
 fs/cifs/readdir.c                                   |    1 
 fs/ext4/super.c                                     |    9 ++
 fs/nfsd/nfs4layouts.c                               |    5 -
 fs/nfsd/nfs4state.c                                 |   19 +---
 fs/nfsd/state.h                                     |    4 
 include/linux/memory_hotplug.h                      |    3 
 include/linux/percpu-refcount.h                     |    4 
 kernel/events/core.c                                |   42 ++++-----
 mm/filemap.c                                        |    5 +
 mm/memory_hotplug.c                                 |   28 ++++--
 mm/zswap.c                                          |   30 ++++++
 net/can/bcm.c                                       |   23 +++--
 net/sunrpc/auth_gss/gss_rpc_xdr.c                   |    2 
 35 files changed, 235 insertions(+), 134 deletions(-)

Alastair Bridgewater (1):
      drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215

Aleksander Morgado (1):
      USB: serial: qcserial: add Dell DW5570 QDL

Ard Biesheuvel (1):
      crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes

Arvind Yadav (1):
      ata: sata_mv:- Handle return value of devm_ioremap.

Bjorn Helgaas (1):
      PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies

Bjørn Mork (1):
      USB: serial: option: add device ID for HP lt2523 (Novatel E371)

Dan Streetman (1):
      zswap: disable changing params if init fails

Darren Stevens (1):
      powerpc: Add missing error check to prom_find_boot_cpu()

Douglas Miller (1):
      percpu-refcount: fix reference leak during percpu-atomic transition

Eryu Guan (1):
      ext4: validate s_first_meta_bg at mount time

Gabriel Krisman Bertazi (1):
      mmc: sdhci: Ignore unexpected CARD_INT interrupts

Gavin Shan (1):
      powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()

Greg Kroah-Hartman (1):
      Linux 4.4.48

Ilia Mirkin (1):
      drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval

J. Bruce Fields (1):
      svcrpc: fix oops in absence of krb5 module

Jason Gerecke (1):
      HID: wacom: Fix poor prox handling in 'wacom_pl_irq'

Kinglong Mee (1):
      NFSD: Fix a null reference case in find_or_create_lock_stateid()

Lukáš Lalinský (1):
      USB: Add quirk for WORLDE easykey.25 MIDI keyboard

Marcel J.E. Mol (1):
      USB: serial: pl2303: add ATEN device ID

Michal Hocko (1):
      mm, fs: check for fatal signals in do_generic_file_read()

Oliver Hartkopp (1):
      can: bcm: fix hrtimer/tasklet termination in bcm op removal

Peter Zijlstra (1):
      perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory

Rabin Vincent (1):
      cifs: initialize file_info_lock

Radim Krčmář (1):
      KVM: x86: do not save guest-unsupported XSAVE state

Salvatore Benedetto (1):
      crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

Tejun Heo (1):
      libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices

Thomas Gleixner (1):
      x86/irq: Make irq activate operations symmetric

Toshi Kani (2):
      mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
      base/memory, hotplug: fix a kernel oops in show_valid_zones()

Vincent Pelletier (1):
      usb: gadget: f_fs: Assorted buffer overflow checks.


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