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: Mon,  4 Mar 2024 21:23:36 +0000
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: stable@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	patches@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org,
	linux@...ck-us.net,
	shuah@...nel.org,
	patches@...nelci.org,
	lkft-triage@...ts.linaro.org,
	pavel@...x.de,
	jonathanh@...dia.com,
	f.fainelli@...il.com,
	sudipm.mukherjee@...il.com,
	srw@...dewatkins.net,
	rwarsow@....de,
	conor@...nel.org,
	allen.lkml@...il.com
Subject: [PATCH 5.4 00/25] 5.4.271-rc1 review

This is the start of the stable review cycle for the 5.4.271 release.
There are 25 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed, 06 Mar 2024 21:15:26 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.271-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 5.4.271-rc1

Arturas Moskvinas <arturas.moskvinas@...il.com>
    gpio: 74x164: Enable output pins after registers are reset

Oscar Salvador <osalvador@...e.de>
    fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super

Baokun Li <libaokun1@...wei.com>
    cachefiles: fix memory leak in cachefiles_add_cache()

Paolo Bonzini <pbonzini@...hat.com>
    x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers

Ivan Semenov <ivan@...enov.dev>
    mmc: core: Fix eMMC initialization with 1-bit bus connection

Curtis Klein <curtis.klein@....com>
    dmaengine: fsl-qdma: init irq after reg initialization

Peng Ma <peng.ma@....com>
    dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read

David Sterba <dsterba@...e.com>
    btrfs: dev-replace: properly validate device names

Johannes Berg <johannes.berg@...el.com>
    wifi: nl80211: reject iftype change with mesh ID change

Alexander Ofitserov <oficerovas@...linux.org>
    gtp: fix use-after-free and null-ptr-deref in gtp_newlink()

David Howells <dhowells@...hat.com>
    afs: Fix endless loop in directory parsing

Takashi Iwai <tiwai@...e.de>
    ALSA: Drop leftover snd-rtctimer stuff from Makefile

Hans de Goede <hdegoede@...hat.com>
    power: supply: bq27xxx-i2c: Do not free non existing IRQ

Arnd Bergmann <arnd@...db.de>
    efi/capsule-loader: fix incorrect allocation size

Lin Ma <linma@....edu.cn>
    rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back

Ignat Korchagin <ignat@...udflare.com>
    netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()

Kai-Heng Feng <kai.heng.feng@...onical.com>
    Bluetooth: Enforce validation on max value of connection interval

Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
    Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST

Ying Hsu <yinghsu@...omium.org>
    Bluetooth: Avoid potential use-after-free in hci_error_reset

Javier Carrasco <javier.carrasco.cruz@...il.com>
    net: usb: dm9601: fix wrong return value in dm9601_mdio_read

Oleksij Rempel <linux@...pel-privat.de>
    lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected

Eric Dumazet <edumazet@...gle.com>
    ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()

Yunjian Wang <wangyunjian@...wei.com>
    tun: Fix xdp_rxq_info's queue_index when detaching

Florian Westphal <fw@...len.de>
    net: ip_tunnel: prevent perpetual headroom growth

Ryosuke Yasuoka <ryasuoka@...hat.com>
    netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter


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

Diffstat:

 Makefile                                   |   4 +-
 arch/x86/kernel/cpu/intel.c                | 178 +++++++++++++++--------------
 drivers/dma/fsl-qdma.c                     |  25 ++--
 drivers/firmware/efi/capsule-loader.c      |   2 +-
 drivers/gpio/gpio-74x164.c                 |   4 +-
 drivers/mmc/core/mmc.c                     |   2 +
 drivers/net/gtp.c                          |  12 +-
 drivers/net/tun.c                          |   1 +
 drivers/net/usb/dm9601.c                   |   2 +-
 drivers/net/usb/lan78xx.c                  |   3 +-
 drivers/power/supply/bq27xxx_battery_i2c.c |   4 +-
 fs/afs/dir.c                               |   4 +-
 fs/btrfs/dev-replace.c                     |  24 +++-
 fs/cachefiles/bind.c                       |   3 +
 fs/hugetlbfs/inode.c                       |   6 +-
 net/bluetooth/hci_core.c                   |   7 +-
 net/bluetooth/hci_event.c                  |   9 +-
 net/bluetooth/l2cap_core.c                 |   8 +-
 net/core/rtnetlink.c                       |  11 +-
 net/ipv4/ip_tunnel.c                       |  28 +++--
 net/ipv6/addrconf.c                        |   7 +-
 net/netfilter/nft_compat.c                 |  20 ++++
 net/netlink/af_netlink.c                   |   2 +-
 net/wireless/nl80211.c                     |   2 +
 sound/core/Makefile                        |   1 -
 25 files changed, 226 insertions(+), 143 deletions(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ