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 2160FC64ED6 for ; Thu, 23 Feb 2023 14:16:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234722AbjBWOQV (ORCPT ); Thu, 23 Feb 2023 09:16:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234326AbjBWOQP (ORCPT ); Thu, 23 Feb 2023 09:16:15 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A64580F3; Thu, 23 Feb 2023 06:16:13 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 9CAC4B81A3D; Thu, 23 Feb 2023 14:16:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5C3CC433EF; Thu, 23 Feb 2023 14:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677161771; bh=n5lLF48zao6NpX2/boUarV1jQqNQRnmYvign2Kja02g=; h=From:To:Cc:Subject:Date:From; b=eGJdoXPySPMWyy2dfQXi5uEGOVFYjkWsjFW7gNo4fd1OljeB6nFKcCAK4cBebYKiv jNjZdHgmD88+RQWgiFGeoKSKz5tt7EAPiBKHSGMSC6yvcxK1nVqSsrrPUV5UrNGkaz 8g+6v9wKA2jC7P0zvtB+rLdC19c34C7m4RxpH27M= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de Subject: [PATCH 6.2 00/12] 6.2.1-rc2 review Date: Thu, 23 Feb 2023 15:16:08 +0100 Message-Id: <20230223141539.893173089@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.2.1-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.2.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.2.1-rc2 X-KernelTest-Deadline: 2023-02-25T14:15+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 6.2.1 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, 25 Feb 2023 14:15:30 +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/v6.x/stable-review/patch-6.2.1-rc2.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.2.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.2.1-rc2 Linus Torvalds bpf: add missing header file include Eric Biggers randstruct: disable Clang 15 support Kees Cook ext4: Fix function prototype mismatch for ext4_feat_ktype Hans de Goede platform/x86: nvidia-wmi-ec-backlight: Add force module parameter Shyam Sundar S K platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY Paul Moore audit: update the mailing list in MAINTAINERS Lukas Wunner wifi: mwifiex: Add missing compatible string for SD8787 Benjamin Tissoires HID: mcp-2221: prevent UAF in delayed work Peter Zijlstra x86/static_call: Add support for Jcc tail-calls Peter Zijlstra x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions Peter Zijlstra x86/alternatives: Introduce int3_emulate_jcc() Dave Hansen uaccess: Add speculation barrier to copy_from_user() ------------- Diffstat: MAINTAINERS | 2 +- Makefile | 4 +- arch/x86/include/asm/text-patching.h | 31 +++++++++++++ arch/x86/kernel/alternative.c | 62 +++++++++++++++++++------- arch/x86/kernel/kprobes/core.c | 38 ++++------------ arch/x86/kernel/static_call.c | 50 +++++++++++++++++++-- drivers/hid/hid-mcp2221.c | 3 ++ drivers/net/wireless/marvell/mwifiex/sdio.c | 1 + drivers/platform/x86/amd/pmf/Kconfig | 1 + drivers/platform/x86/nvidia-wmi-ec-backlight.c | 6 ++- fs/ext4/sysfs.c | 7 ++- include/linux/nospec.h | 4 ++ kernel/bpf/core.c | 3 +- lib/usercopy.c | 7 +++ security/Kconfig.hardening | 3 ++ 15 files changed, 167 insertions(+), 55 deletions(-)