mirror of https://lore.kernel.org/lkml/
 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.57
Date: Mon, 27 Mar 2017 12:41:23 +0200	[thread overview]
Message-ID: <20170327104123.GA13594@kroah.com> (raw)

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

I'm announcing the release of the 4.4.57 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/powerpc/boot/zImage.lds.S             |    1 
 arch/powerpc/kvm/emulate.c                 |    1 
 arch/s390/pci/pci_dma.c                    |   16 ++++--
 arch/x86/crypto/ghash-clmulni-intel_glue.c |   26 +++++++++++
 arch/x86/xen/spinlock.c                    |    6 ++
 crypto/cryptd.c                            |    1 
 crypto/mcryptd.c                           |    1 
 drivers/acpi/acpi_video.c                  |    3 +
 drivers/char/tpm/tpm_tis.c                 |    2 
 drivers/cpufreq/cpufreq.c                  |    8 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c    |    1 
 drivers/hv/hv.c                            |    8 ++-
 drivers/hv/hv_balloon.c                    |    4 -
 drivers/hv/hyperv_vmbus.h                  |    2 
 drivers/hv/vmbus_drv.c                     |    8 +--
 drivers/isdn/gigaset/bas-gigaset.c         |    3 +
 drivers/md/raid10.c                        |   18 +++++++
 drivers/net/hyperv/netvsc_drv.c            |   67 +----------------------------
 drivers/pinctrl/intel/pinctrl-cherryview.c |    5 --
 drivers/scsi/cxlflash/common.h             |    8 ++-
 drivers/scsi/cxlflash/main.c               |    2 
 drivers/scsi/libiscsi.c                    |   26 ++++++++++-
 drivers/scsi/lpfc/lpfc_init.c              |    1 
 drivers/target/target_core_pscsi.c         |   47 +++++---------------
 drivers/target/target_core_sbc.c           |   10 +++-
 drivers/usb/core/hcd.c                     |   26 +++++++----
 drivers/usb/core/hub.c                     |    8 +--
 fs/ext4/super.c                            |    2 
 fs/gfs2/incore.h                           |    2 
 include/linux/log2.h                       |   13 -----
 include/linux/usb.h                        |    3 -
 include/linux/usb/hcd.h                    |    1 
 include/scsi/libiscsi.h                    |    1 
 kernel/events/core.c                       |    5 +-
 kernel/fork.c                              |   15 +++---
 mm/percpu.c                                |    5 +-
 tools/include/linux/log2.h                 |   13 -----
 38 files changed, 192 insertions(+), 179 deletions(-)

Alan Stern (1):
      USB: don't free bandwidth_mutex too early

Alex Hung (1):
      ACPI / video: skip evaluating _DOD when it does not exist

Andi Kleen (1):
      kernek/fork.c: allocate idle task for a CPU always on its local node

Andreas Gruenbacher (1):
      gfs2: Avoid alignment hole in struct lm_lockname

Anton Blanchard (1):
      scsi: lpfc: Add shutdown method for kexec

Chris Bainbridge (1):
      usb: core: hub: hub_port_init lock controller instead of bus

Chris Leech (1):
      scsi: libiscsi: add lock around task lists to fix list corruption regression

Dave Airlie (1):
      drm/amdgpu: add missing irq.h include

Greg Kroah-Hartman (1):
      Linux 4.4.57

Jason Gunthorpe (1):
      tpm_tis: Use devm_free_irq not free_irq

Johan Hovold (1):
      isdn/gigaset: fix NULL-deref at probe

Linus Torvalds (1):
      give up on gcc ilog2() constant optimizations

Manoj N. Kumar (1):
      cxlflash: Increase cmd_per_lun for better throughput

Max Lohrmann (1):
      target: Fix VERIFY_16 handling in sbc_parse_cdb

Michael Ellerman (1):
      powerpc/boot: Fix zImage TOC alignment

Mika Westerberg (1):
      pinctrl: cherryview: Do not mask all interrupts in probe

Nicholas Bellinger (1):
      target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export

Peter Zijlstra (1):
      perf/core: Fix event inheritance on fork()

Rafael J. Wysocki (1):
      cpufreq: Fix and clean up show_cpuinfo_cur_freq()

Ross Lagerwall (1):
      xen/qspinlock: Don't kick CPU if IRQ is not initialized

Sebastian Ott (1):
      s390/pci: fix use after free in dma_init

Shaohua Li (1):
      md/raid1/10: fix potential deadlock

Tahsin Erdogan (1):
      percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages

Theodore Ts'o (1):
      ext4: fix fencepost in s_first_meta_bg validation

Thomas Huth (1):
      KVM: PPC: Book3S PR: Fix illegal opcode emulation

Vitaly Kuznetsov (3):
      Drivers: hv: balloon: don't crash when memory is added in non-sorted order
      Drivers: hv: avoid vfree() on crash
      hv_netvsc: use skb_get_hash() instead of a homegrown implementation

Wang, Rui Y (3):
      crypto: ghash-clmulni - Fix load failure
      crypto: cryptd - Assign statesize properly
      crypto: mcryptd - Fix load failure


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

             reply	other threads:[~2017-03-27 10:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27 10:41 Greg KH [this message]
2017-03-27 10:41 ` 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=20170327104123.GA13594@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

all inboxes | Powered by JetHome®