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:   Thu, 2 Apr 2020 22:27:01 +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.5.15

I'm announcing the release of the 5.5.15 kernel.

All users of the 5.5 kernel series must upgrade.

The updated 5.5.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.5.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/arm/boot/dts/bcm2835-rpi-zero-w.dts          |    1 
 arch/arm/boot/dts/bcm2835-rpi.dtsi                |    1 
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi |    4 -
 arch/arm/boot/dts/omap3-n900.dts                  |   44 ++++++++----
 arch/arm/boot/dts/ox810se.dtsi                    |    4 -
 arch/arm/boot/dts/ox820.dtsi                      |    4 -
 arch/arm/boot/dts/sun8i-r40.dtsi                  |   21 ++----
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts |    4 -
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts |    4 -
 arch/arm64/include/asm/alternative.h              |    2 
 drivers/clk/imx/clk-scu.c                         |    8 +-
 drivers/clk/ti/clk-43xx.c                         |    2 
 drivers/gpio/gpiolib-acpi.c                       |   15 ++++
 drivers/net/ethernet/micrel/ks8851_mll.c          |   56 +++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/fw/acpi.c      |   14 ++--
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h      |   14 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c       |    9 ++
 drivers/platform/x86/pmc_atom.c                   |    8 ++
 drivers/tty/serial/sprd_serial.c                  |    3 
 drivers/tty/vt/selection.c                        |    5 +
 drivers/tty/vt/vt.c                               |   30 +++++++-
 drivers/tty/vt/vt_ioctl.c                         |   75 +++++++++++-----------
 include/linux/ceph/messenger.h                    |    7 +-
 include/linux/selection.h                         |    4 -
 include/linux/vt_kern.h                           |    2 
 kernel/bpf/btf.c                                  |    3 
 kernel/bpf/syscall.c                              |    9 +-
 net/ceph/messenger.c                              |    9 ++
 net/ceph/osd_client.c                             |   14 ----
 net/mac80211/tx.c                                 |   20 +++++
 tools/perf/util/map.c                             |    2 
 tools/testing/selftests/bpf/verifier/jmp32.c      |    9 +-
 33 files changed, 280 insertions(+), 129 deletions(-)

Arthur Demchenkov (1):
      ARM: dts: N900: fix onenand timings

Chen-Yu Tsai (1):
      ARM: dts: sun8i: r40: Move AHCI device node based on address order

Daniel Borkmann (1):
      bpf: update jmp32 test cases to fix range bound deduction

Eric Biggers (3):
      vt: vt_ioctl: remove unnecessary console allocation checks
      vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
      vt: vt_ioctl: fix use-after-free in vt_in_use()

Georg Müller (1):
      platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table

Golan Ben Ami (1):
      iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table

Greg Kroah-Hartman (3):
      bpf: Explicitly memset the bpf_attr structure
      bpf: Explicitly memset some bpf info structures declared on the stack
      Linux 5.5.15

Hans de Goede (1):
      gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model

Ilie Halip (1):
      arm64: alternative: fix build with clang integrated assembler

Ilya Dryomov (1):
      libceph: fix alloc_msg_with_page_vector() memory leaks

Jiri Slaby (3):
      vt: selection, introduce vc_is_sel
      vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
      vt: switch vt_dont_switch to bool

Johannes Berg (1):
      mac80211: fix authentication with iwlwifi/mvm

Jouni Malinen (1):
      mac80211: Check port authorization in the ieee80211_tx_dequeue() case

Lanqing Liu (1):
      serial: sprd: Fix a dereference warning

Leonard Crestez (2):
      clk: imx: Align imx sc clock msg structs to 4
      clk: imx: Align imx sc clock parent msg structs to 4

Madalin Bucur (2):
      arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
      arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode

Marco Felsch (1):
      ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage

Marek Vasut (1):
      net: ks8851-ml: Fix IO operations, again

Nick Hudson (1):
      ARM: bcm2835-rpi-zero-w: Add missing pinctrl name

Nicolas Saenz Julienne (1):
      ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations

Sungbo Eo (1):
      ARM: dts: oxnas: Fix clear-mask property

Tony Lindgren (1):
      clk: ti: am43xx: Fix clock parent for RTC clock

disconnect3d (1):
      perf map: Fix off by one in strncpy() size argument


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