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, 30 Jun 2022 15:47:05 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        stable@...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, slade@...dewatkins.com
Subject: [PATCH 5.10 00/12] 5.10.128-rc1 review

This is the start of the stable review cycle for the 5.10.128 release.
There are 12 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 Sat, 02 Jul 2022 13:32:22 +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.10.128-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.10.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Vladimir Oltean <vladimir.oltean@....com>
    net: mscc: ocelot: allow unregistered IP multicast flooding

Naveen N. Rao <naveen.n.rao@...ux.vnet.ibm.com>
    powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

Dave Chinner <dchinner@...hat.com>
    xfs: check sb_meta_uuid for dabuf buffer recovery

Darrick J. Wong <djwong@...nel.org>
    xfs: remove all COW fork extents when remounting readonly

Yang Xu <xuyang2018.jy@...itsu.com>
    xfs: Fix the free logic of state in xfs_attr_node_hasname

Brian Foster <bfoster@...hat.com>
    xfs: punch out data fork delalloc blocks on COW writeback failure

Rustam Kovhaev <rkovhaev@...il.com>
    xfs: use kmem_cache_free() for kmem_cache objects

Coly Li <colyli@...e.de>
    bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    clocksource/drivers/ixp4xx: remove __init from ixp4xx_timer_setup()

Masahiro Yamada <masahiroy@...nel.org>
    tick/nohz: unexport __init-annotated tick_nohz_full_setup()

Christoph Hellwig <hch@....de>
    drm: remove drm_fb_helper_modinit

Amir Goldstein <amir73il@...il.com>
    MAINTAINERS: add Amir as xfs maintainer for 5.10.y


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

Diffstat:

 MAINTAINERS                                |  3 ++-
 Makefile                                   |  4 ++--
 arch/powerpc/include/asm/ftrace.h          |  4 +++-
 arch/powerpc/kernel/trace/ftrace.c         | 15 ++++++++++++---
 arch/powerpc/mm/mem.c                      |  2 ++
 drivers/clocksource/mmio.c                 |  2 +-
 drivers/clocksource/timer-ixp4xx.c         | 10 ++++------
 drivers/gpu/drm/drm_crtc_helper_internal.h | 10 ----------
 drivers/gpu/drm/drm_fb_helper.c            | 21 ---------------------
 drivers/gpu/drm/drm_kms_helper_common.c    | 25 ++++++++++++-------------
 drivers/md/bcache/btree.c                  |  1 +
 drivers/md/bcache/writeback.c              |  1 +
 drivers/net/ethernet/mscc/ocelot.c         |  8 ++++++--
 fs/xfs/libxfs/xfs_attr.c                   | 13 +++++--------
 fs/xfs/xfs_aops.c                          | 15 ++++++++++++---
 fs/xfs/xfs_buf_item_recover.c              |  2 +-
 fs/xfs/xfs_extfree_item.c                  |  6 +++---
 fs/xfs/xfs_super.c                         | 14 +++++++++++---
 include/linux/platform_data/timer-ixp4xx.h |  5 ++---
 kernel/time/tick-sched.c                   |  1 -
 20 files changed, 80 insertions(+), 82 deletions(-)


Powered by blists - more mailing lists