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]
Message-ID: <20241217170519.006786596@linuxfoundation.org>
Date: Tue, 17 Dec 2024 18:06:58 +0100
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,
	hargar@...rosoft.com,
	broonie@...nel.org
Subject: [PATCH 5.4 00/24] 5.4.288-rc1 review

This is the start of the stable review cycle for the 5.4.288 release.
There are 24 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 Thu, 19 Dec 2024 17:05:03 +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.288-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.288-rc1

Dan Carpenter <dan.carpenter@...aro.org>
    ALSA: usb-audio: Fix a DMA to stack memory bug

Juergen Gross <jgross@...e.com>
    xen/netfront: fix crash when removing device

Nikolay Kuratov <kniv@...dex-team.ru>
    tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()

Raghavendra Rao Ananta <rananta@...gle.com>
    KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status

Nathan Chancellor <nathan@...nel.org>
    blk-iocost: Avoid using clamp() on inuse in __propagate_weights()

Tejun Heo <tj@...nel.org>
    blk-iocost: fix weight updates of inner active iocgs

Tejun Heo <tj@...nel.org>
    blk-iocost: clamp inuse and skip noops in __propagate_weights()

Daniil Tatianin <d-tatianin@...dex-team.ru>
    ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired

Martin Ottens <martin.ottens@....de>
    net/sched: netem: account for backlog updates from child qdisc

Stefan Wahren <wahrenst@....net>
    qca_spi: Make driver probing reliable

Stefan Wahren <wahrenst@....net>
    qca_spi: Fix clock speed for multiple QCA7000

Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
    ACPI: resource: Fix memory resource type union access

Eric Dumazet <edumazet@...gle.com>
    net: lapb: increase LAPB_HEADER_LEN

Eric Dumazet <edumazet@...gle.com>
    tipc: fix NULL deref in cleanup_bearer()

Remi Pommarel <repk@...plefau.lt>
    batman-adv: Do not let TT changes list grows indefinitely

Remi Pommarel <repk@...plefau.lt>
    batman-adv: Remove uninitialized data in full table TT response

Remi Pommarel <repk@...plefau.lt>
    batman-adv: Do not send uninitialized TT changes

Michal Luczaj <mhal@...x.co>
    bpf, sockmap: Fix update element with same

Darrick J. Wong <djwong@...nel.org>
    xfs: don't drop errno values when we fail to ficlone the entire range

Lianqin Hu <hulianqin@...o.com>
    usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer

Vitalii Mordan <mordan@...ras.ru>
    usb: ehci-hcd: fix call balance of clocks handling routines

Stefan Wahren <wahrenst@....net>
    usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature

Joe Hattori <joe@...is.s.u-tokyo.ac.jp>
    ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()

Mark Tomlinson <mark.tomlinson@...iedtelesis.co.nz>
    usb: host: max3421-hcd: Correctly abort a USB request.


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

Diffstat:

 Makefile                                |  4 +--
 block/blk-iocost.c                      | 24 ++++++++++++--
 drivers/acpi/acpica/evxfregn.c          |  2 --
 drivers/acpi/resource.c                 |  6 ++--
 drivers/ata/sata_highbank.c             |  1 +
 drivers/net/ethernet/qualcomm/qca_spi.c | 26 +++++++--------
 drivers/net/ethernet/qualcomm/qca_spi.h |  1 -
 drivers/net/xen-netfront.c              |  5 ++-
 drivers/usb/dwc2/hcd.c                  | 16 ++++-----
 drivers/usb/gadget/function/u_serial.c  |  9 +++--
 drivers/usb/host/ehci-sh.c              |  9 +++--
 drivers/usb/host/max3421-hcd.c          | 16 ++++++---
 fs/xfs/xfs_file.c                       |  8 +++++
 include/net/lapb.h                      |  2 +-
 kernel/trace/trace_kprobe.c             |  2 +-
 net/batman-adv/translation-table.c      | 58 +++++++++++++++++++++++----------
 net/core/sock_map.c                     |  1 +
 net/sched/sch_netem.c                   | 22 +++++++++----
 net/tipc/udp_media.c                    |  7 +++-
 sound/usb/quirks.c                      | 31 ++++++++++++------
 virt/kvm/arm/pmu.c                      |  1 -
 21 files changed, 167 insertions(+), 84 deletions(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ