From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8FCFC43334 for ; Thu, 30 Jun 2022 14:09:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236430AbiF3OJI (ORCPT ); Thu, 30 Jun 2022 10:09:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236727AbiF3OH1 (ORCPT ); Thu, 30 Jun 2022 10:07:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 548BA72EF5; Thu, 30 Jun 2022 06:54:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C6CA862152; Thu, 30 Jun 2022 13:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7A19C34115; Thu, 30 Jun 2022 13:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656597265; bh=MsT6bAXMxy3BBJuQ+eQJx81JIY1mMrFyvXy7QNY985o=; h=From:To:Cc:Subject:Date:From; b=TxeyRi/y/40/9WRBKN+3xEKhfUENFam9OwKaR0S3cgEu3cO7nmpwPRYpaw1OVpl/R 8Q+ZO/OHfLYLitYomgWN7MolS3absAszyW8enoxPCVvbCb0wjuR2UjCkXd9s8sYv5B 7udi8FhAMX+HdX5ptG4tUbb8j0xCAUTu+Al79KeI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: [PATCH 5.10 00/12] 5.10.128-rc1 review Date: Thu, 30 Jun 2022 15:47:05 +0200 Message-Id: <20220630133230.676254336@linuxfoundation.org> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.128-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.10.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.10.128-rc1 X-KernelTest-Deadline: 2022-07-02T13:32+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Linux 5.10.128-rc1 Vladimir Oltean net: mscc: ocelot: allow unregistered IP multicast flooding Naveen N. Rao powerpc/ftrace: Remove ftrace init tramp once kernel init is complete Dave Chinner xfs: check sb_meta_uuid for dabuf buffer recovery Darrick J. Wong xfs: remove all COW fork extents when remounting readonly Yang Xu xfs: Fix the free logic of state in xfs_attr_node_hasname Brian Foster xfs: punch out data fork delalloc blocks on COW writeback failure Rustam Kovhaev xfs: use kmem_cache_free() for kmem_cache objects Coly Li bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init() Greg Kroah-Hartman clocksource/drivers/ixp4xx: remove __init from ixp4xx_timer_setup() Masahiro Yamada tick/nohz: unexport __init-annotated tick_nohz_full_setup() Christoph Hellwig drm: remove drm_fb_helper_modinit Amir Goldstein 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(-)