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:   Wed, 15 Mar 2017 11:04:55 +0800
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.54

I'm announcing the release of the 4.4.54 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/s390/include/asm/processor.h         |    3 
 arch/s390/kernel/setup.c                  |    8 -
 arch/s390/kvm/kvm-s390.c                  |    3 
 arch/x86/kvm/vmx.c                        |    4 
 arch/xtensa/kernel/setup.c                |    4 
 drivers/bluetooth/ath3k.c                 |    2 
 drivers/bluetooth/btusb.c                 |    1 
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c    |    6 +
 drivers/gpu/drm/ast/ast_post.c            |   48 +++++++---
 drivers/gpu/drm/drm_atomic_helper.c       |    2 
 drivers/gpu/drm/drm_edid.c                |    3 
 drivers/gpu/drm/i915/intel_pm.c           |   13 ++
 drivers/gpu/drm/ttm/ttm_bo.c              |    4 
 drivers/hv/hv.c                           |    2 
 drivers/infiniband/ulp/ipoib/ipoib_cm.c   |   12 +-
 drivers/infiniband/ulp/ipoib/ipoib_main.c |   36 +++----
 drivers/infiniband/ulp/srp/ib_srp.c       |   49 ++++++----
 drivers/infiniband/ulp/srp/ib_srp.h       |    1 
 drivers/net/ethernet/marvell/mvpp2.c      |    2 
 drivers/net/ieee802154/fakelb.c           |   14 +-
 drivers/pwm/pwm-pca9685.c                 |   11 --
 drivers/s390/block/dcssblk.c              |    2 
 drivers/s390/cio/qdio_thinint.c           |    8 -
 drivers/target/target_core_device.c       |   10 +-
 drivers/target/target_core_tpg.c          |    3 
 drivers/target/target_core_transport.c    |   31 ++++++
 drivers/tty/n_hdlc.c                      |  143 ++++++++++++++----------------
 drivers/tty/serial/8250/8250_pci.c        |   13 ++
 fs/ceph/mds_client.c                      |    5 -
 fs/fat/inode.c                            |   13 ++
 fs/mount.h                                |    1 
 fs/namespace.c                            |  109 ++++++++++++----------
 fs/pnode.c                                |   61 ++++++++++--
 fs/pnode.h                                |    2 
 include/linux/ceph/osdmap.h               |    2 
 include/linux/lockd/lockd.h               |    3 
 include/target/target_core_base.h         |    1 
 net/mac80211/pm.c                         |    1 
 tools/testing/ktest/ktest.pl              |    2 
 40 files changed, 405 insertions(+), 235 deletions(-)

Alex Deucher (1):
      drm/amdgpu: add more cases to DCE11 possible crtc mask setup

Alexander Aring (1):
      fakelb: fix schedule while atomic

Alexander Popov (1):
      tty: n_hdlc: get rid of racy n_hdlc.tbuf

Arnd Bergmann (1):
      libceph: use BUG() instead of BUG_ON(1)

Bart Van Assche (2):
      IB/srp: Avoid that duplicate responses trigger a kernel bug
      IB/srp: Fix race conditions related to task management

Chao Peng (1):
      KVM: VMX: use correct vmcs_read/write for guest segment selector/base

Clemens Gruber (1):
      pwm: pca9685: Fix period change with same duty cycle

Dan Carpenter (1):
      drm/atomic: fix an error code in mode_fixup()

Dmitry Tunin (1):
      Bluetooth: Add another AR3012 04ca:3018 device

Erez Shitrit (1):
      IB/IPoIB: Add destination address when re-queue packet

Eric W. Biederman (1):
      mnt: Tuck mounts under others instead of creating shadow/side mounts.

Feras Daoud (1):
      IB/ipoib: Fix deadlock between rmmod and set_mode

Gerald Schaefer (1):
      s390/dcssblk: fix device size calculation in dcssblk_direct_access()

Greg Kroah-Hartman (1):
      Linux 4.4.54

Hans de Goede (1):
      drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating

Heiko Carstens (2):
      s390: make setup_randomness work
      s390: use correct input data address for setup_randomness

Ian Abbott (1):
      serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards

Janosch Frank (1):
      KVM: s390: Disable dirty log retrieval for UCONTROL guests

Jeff Layton (1):
      ceph: remove req from unsafe list when unregistering it

Jiri Slaby (1):
      TTY: n_hdlc, fix lockdep false positive

Julian Wiedmann (1):
      s390/qdio: clear DSCI prior to scanning multiple input queues

K. Y. Srinivasan (1):
      drivers: hv: Turn off write permission on the hypercall page

Martin Schwidefsky (1):
      s390: TASK_SIZE for kernel threads

Matt Chen (1):
      mac80211: flush delayed work when entering suspend

Max Filippov (1):
      xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD

Michel Dänzer (1):
      drm/ttm: Make sure BOs being swapped out are cacheable

Nicholas Bellinger (1):
      target: Fix NULL dereference during LUN lookup + active I/O shutdown

OGAWA Hirofumi (1):
      fat: fix using uninitialized fields of fat_inode/fsinfo_inode

Steven Rostedt (VMware) (1):
      ktest: Fix child exit code processing

Thomas Petazzoni (1):
      net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()

Tomeu Vizoso (1):
      drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058

Trond Myklebust (1):
      nlm: Ensure callback code also checks that the files match

Y.C. Chen (3):
      drm/ast: Fix test for VGA enabled
      drm/ast: Call open_key before enable_mmio in POST code
      drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS


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