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:   Sat, 11 May 2019 08:50:32 +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 5.1.1

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


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