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, 1 Feb 2020 09:57:18 +0000
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.19.101

I'm announcing the release of the 4.19.101 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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/arc/plat-eznps/Kconfig                            |    2 
 arch/arm64/kvm/debug.c                                 |    6 
 block/blk-lib.c                                        |   23 --
 crypto/af_alg.c                                        |    6 
 drivers/atm/eni.c                                      |    4 
 drivers/base/component.c                               |    8 
 drivers/char/random.c                                  |   62 ++++++
 drivers/crypto/chelsio/chcr_algo.c                     |   16 -
 drivers/gpio/Kconfig                                   |    1 
 drivers/hid/hid-ids.h                                  |    3 
 drivers/hid/hid-ite.c                                  |    3 
 drivers/hid/hid-multitouch.c                           |    5 
 drivers/hid/hid-quirks.c                               |    1 
 drivers/hid/hid-steam.c                                |    4 
 drivers/hid/i2c-hid/i2c-hid-core.c                     |   16 +
 drivers/iio/gyro/st_gyro_core.c                        |   75 ++++++++
 drivers/iommu/amd_iommu.c                              |   37 +++-
 drivers/misc/mei/hw-me-regs.h                          |    4 
 drivers/misc/mei/pci-me.c                              |    2 
 drivers/net/ethernet/broadcom/b44.c                    |    9 -
 drivers/net/wan/sdla.c                                 |    2 
 drivers/net/wireless/ath/ath9k/hif_usb.c               |    2 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c |    4 
 drivers/net/wireless/intersil/orinoco/orinoco_usb.c    |    4 
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c  |    2 
 drivers/net/wireless/rsi/rsi_91x_hal.c                 |   12 -
 drivers/net/wireless/rsi/rsi_91x_usb.c                 |   19 +-
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c           |    2 
 drivers/pci/quirks.c                                   |   34 +++
 drivers/phy/motorola/phy-cpcap-usb.c                   |   18 +-
 drivers/phy/qualcomm/phy-qcom-qmp.c                    |    2 
 drivers/platform/x86/dell-laptop.c                     |   26 ++
 drivers/spi/spi-dw.c                                   |   15 +
 drivers/spi/spi-dw.h                                   |    1 
 drivers/staging/most/net/net.c                         |   10 +
 drivers/staging/vt6656/device.h                        |    2 
 drivers/staging/vt6656/int.c                           |    6 
 drivers/staging/vt6656/main_usb.c                      |    1 
 drivers/staging/vt6656/rxtx.c                          |   26 +-
 drivers/staging/wlan-ng/prism2mgmt.c                   |    2 
 drivers/tty/serial/8250/8250_bcm2835aux.c              |    2 
 drivers/usb/dwc3/core.c                                |    3 
 drivers/usb/dwc3/dwc3-pci.c                            |    4 
 drivers/usb/serial/ir-usb.c                            |  136 +++++++++++----
 drivers/usb/storage/unusual_uas.h                      |    7 
 drivers/watchdog/Kconfig                               |    1 
 drivers/watchdog/rn5t618_wdt.c                         |    1 
 fs/cifs/smb2misc.c                                     |    2 
 include/linux/power/smartreflex.h                      |    3 
 include/linux/usb/irda.h                               |   13 +
 include/net/pkt_cls.h                                  |   33 ++-
 include/net/sch_generic.h                              |    3 
 kernel/sched/fair.c                                    |  153 ++++++++++-------
 net/sched/cls_basic.c                                  |   11 -
 net/sched/cls_bpf.c                                    |   11 -
 net/sched/cls_flower.c                                 |   11 -
 net/sched/cls_fw.c                                     |   11 -
 net/sched/cls_matchall.c                               |   11 -
 net/sched/cls_route.c                                  |   11 -
 net/sched/cls_rsvp.h                                   |   11 -
 net/sched/cls_tcindex.c                                |   11 -
 net/sched/cls_u32.c                                    |   11 -
 net/sched/ematch.c                                     |    3 
 net/sched/sch_api.c                                    |    6 
 65 files changed, 709 insertions(+), 239 deletions(-)

Aaron Ma (1):
      HID: multitouch: Add LG MELF0410 I2C touchscreen support

Andreas Kemnade (1):
      watchdog: rn5t618_wdt: fix module aliases

Andrew Murray (1):
      KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHE

Andrey Shvetsov (1):
      staging: most: net: fix buffer overflow

Andy Shevchenko (1):
      iio: st_gyro: Correct data for LSM9DS0 gyro

Arnd Bergmann (1):
      atm: eni: fix uninitialized variable warning

Ben Dooks (1):
      ARM: OMAP2+: SmartReflex: add omap_sr_pdata definition

Bin Liu (1):
      usb: dwc3: turn off VBUS when leaving host mode

Bjorn Andersson (1):
      phy: qcom-qmp: Increase PHY ready timeout

Colin Ian King (1):
      staging: wlan-ng: ensure error return is actually returned

Cong Wang (1):
      net_sched: fix ops->bind_class() implementations

Dave Chinner (1):
      block: fix 32 bit overflow in __blkdev_issue_discard()

David Engraf (1):
      watchdog: max77620_wdt: fix potential build errors

Dmitry Osipenko (1):
      gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIP

Eric Biggers (1):
      crypto: chelsio - fix writing tfm flags to wrong place

Eric Dumazet (1):
      net_sched: ematch: reject invalid TCF_EM_SIMPLE

Fenghua Yu (1):
      drivers/net/b44: Change to non-atomic bit operations on pwol_mask

Greg Kroah-Hartman (1):
      Linux 4.19.101

Hans de Goede (1):
      HID: ite: Add USB id match for Acer SW5-012 keyboard dock

Heikki Krogerus (1):
      usb: dwc3: pci: add ID for the Intel Comet Lake -V variant

Herbert Xu (1):
      crypto: af_alg - Use bh_lock_sock in sk_destruct

Johan Hovold (12):
      orinoco_usb: fix interface sanity check
      rsi_91x_usb: fix interface sanity check
      USB: serial: ir-usb: add missing endpoint sanity check
      USB: serial: ir-usb: fix link-speed handling
      USB: serial: ir-usb: fix IrLAP framing
      ath9k: fix storage endpoint lookup
      brcmfmac: fix interface sanity check
      rtl8xxxu: fix interface sanity check
      zd1211rw: fix storage endpoint lookup
      rsi: fix use-after-free on probe errors
      rsi: fix memory leak on failed URB submission
      rsi: fix non-atomic allocation in completion handler

Krzysztof Kozlowski (1):
      net: wan: sdla: Fix cast from pointer to integer of different size

Laura Abbott (1):
      usb-storage: Disable UAS on JMicron SATA enclosure

Linus Torvalds (1):
      random: try to actively add entropy rather than passively wait for it

Logan Gunthorpe (1):
      iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping

Lubomir Rintel (1):
      component: do not dereference opaque pointer in debugfs

Lukas Wunner (1):
      serial: 8250_bcm2835aux: Fix line mismatch on driver unbind

Malcolm Priestley (3):
      staging: vt6656: correct packet types for CTS protect, mode.
      staging: vt6656: use NULLFUCTION stack on mac80211
      staging: vt6656: Fix false Tx excessive retries reporting.

Ming Lei (1):
      block: cleanup __blkdev_issue_discard()

Pacien TRAN-GIRARD (1):
      platform/x86: dell-laptop: disable kbd backlight on Inspiron 10xx

Pan Zhang (1):
      drivers/hid/hid-multitouch.c: fix a possible null pointer access.

Paulo Alcantara (SUSE) (1):
      cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()

Pavel Balan (1):
      HID: Add quirk for incorrect input length on Lenovo Y720

Peter Zijlstra (1):
      sched/fair: Add tmp_alone_branch assertion

Priit Laes (1):
      HID: Add quirk for Xin-Mo Dual Controller

Randy Dunlap (1):
      arc: eznps: fix allmodconfig kconfig warning

Rodrigo Rivas Costa (1):
      HID: steam: Fix input device disappearing

Slawomir Pawlowski (1):
      PCI: Add DMA alias quirk for Intel VCA NTB

Tomas Winkler (1):
      mei: me: add comet point (lake) H device ids

Tony Lindgren (1):
      phy: cpcap-usb: Prevent USB line glitches from waking up modem

Vincent Guittot (1):
      sched/fair: Fix insertion in rq->leaf_cfs_rq_list

wuxu.wu (1):
      spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls


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