All of lore.kernel.org
 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 5.1.1
Date: Sat, 11 May 2019 08:50:32 +0200	[thread overview]
Message-ID: <20190511065032.GA27580@kroah.com> (raw)

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

I'm announcing the release of the 5.1.1 kernel.

All users of the 5.1 kernel series must upgrade.

The updated 5.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.1.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                               |    2 
 arch/arm64/include/asm/futex.h         |   55 ++-
 drivers/acpi/acpi_lpss.c               |    4 
 drivers/bluetooth/hci_bcm.c            |   20 +
 drivers/cpufreq/armada-37xx-cpufreq.c  |   22 +
 drivers/hv/hv.c                        |    1 
 drivers/hwtracing/intel_th/pci.c       |    5 
 drivers/i3c/master.c                   |    5 
 drivers/iio/adc/qcom-spmi-adc5.c       |    1 
 drivers/scsi/lpfc/lpfc_attr.c          |  196 ++++++-------
 drivers/scsi/lpfc/lpfc_ct.c            |   12 
 drivers/scsi/lpfc/lpfc_debugfs.c       |  474 ++++++++++++++++-----------------
 drivers/scsi/lpfc/lpfc_debugfs.h       |    6 
 drivers/scsi/qla2xxx/qla_attr.c        |    4 
 drivers/scsi/qla2xxx/qla_nvme.c        |   19 -
 drivers/scsi/qla2xxx/qla_target.c      |    4 
 drivers/soc/sunxi/Kconfig              |    1 
 drivers/staging/greybus/power_supply.c |    2 
 drivers/staging/most/cdev/cdev.c       |    2 
 drivers/staging/most/sound/sound.c     |    2 
 drivers/staging/wilc1000/wilc_netdev.c |    2 
 drivers/usb/class/cdc-acm.c            |   32 +-
 drivers/usb/dwc3/Kconfig               |    6 
 drivers/usb/dwc3/core.c                |    2 
 drivers/usb/musb/Kconfig               |    2 
 drivers/usb/serial/f81232.c            |   39 ++
 drivers/usb/storage/scsiglue.c         |   26 -
 drivers/usb/storage/uas.c              |   35 +-
 include/net/bluetooth/hci_core.h       |    3 
 kernel/futex.c                         |  188 ++++++++-----
 kernel/irq/manage.c                    |    4 
 lib/ubsan.c                            |   49 +--
 net/bluetooth/hci_conn.c               |    8 
 net/bluetooth/hidp/sock.c              |    1 
 net/bluetooth/l2cap_core.c             |    9 
 sound/soc/intel/common/sst-firmware.c  |    8 
 36 files changed, 715 insertions(+), 536 deletions(-)

Alan Stern (1):
      usb-storage: Set virt_boundary_mask to avoid SG overflows

Alexander Shishkin (1):
      intel_th: pci: Add Comet Lake support

Andrew Vasquez (1):
      scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines

Andrey Ryabinin (1):
      ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings

Bjorn Andersson (1):
      iio: adc: qcom-spmi-adc5: Fix of-based module autoloading

Chen-Yu Tsai (1):
      Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs

Christian Gromm (1):
      staging: most: sound: pass correct device when creating a sound card

Dan Carpenter (1):
      i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()

Dexuan Cui (1):
      Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()

Giridhar Malavali (1):
      scsi: qla2xxx: Set remote port devloss timeout to 0

Greg Kroah-Hartman (1):
      Linux 5.1.1

Gregory CLEMENT (1):
      cpufreq: armada-37xx: fix frequency calculation for opp

Hans de Goede (1):
      ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for hibernate

Ji-Ze Hong (Peter Hong) (1):
      USB: serial: f81232: fix interrupt worker not stop

Johan Hovold (2):
      staging: greybus: power_supply: fix prop-descriptor request size
      USB: cdc-acm: fix unthrottle races

Luiz Augusto von Dentz (1):
      Bluetooth: Fix not initializing L2CAP tx_credits

Marc Gonzalez (1):
      usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON

Marcel Holtmann (1):
      Bluetooth: Align minimum encryption key size for LE and BR/EDR connections

Oliver Neukum (1):
      UAS: fix alignment of scatter/gather segments

Prasad Sodagudi (1):
      genirq: Prevent use-after-free and work list corruption

Quinn Tran (1):
      scsi: qla2xxx: Fix device staying in blocked state

Ross Zwisler (1):
      ASoC: Intel: avoid Oops if DMA setup fails

Samuel Holland (1):
      soc: sunxi: Fix missing dependency on REGMAP_MMIO

Silvio Cesare (1):
      scsi: lpfc: change snprintf to scnprintf for possible overflow

Suresh Udipi (1):
      staging: most: cdev: fix chrdev_region leak in mod_exit

Tetsuo Handa (1):
      staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.

Thinh Nguyen (1):
      usb: dwc3: Fix default lpm_nyet_threshold value

Will Deacon (2):
      locking/futex: Allow low-level atomic operations to return -EAGAIN
      arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP

Young Xiao (1):
      Bluetooth: hidp: fix buffer overflow


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

             reply	other threads:[~2019-05-11  6:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-11  6:50 Greg KH [this message]
2019-05-11  6:50 ` Linux 5.1.1 Greg KH
2019-05-11  6:58 ` Bhaskar Chowdhury

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=20190511065032.GA27580@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.