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 0C89BC54EBC for ; Thu, 12 Jan 2023 13:56:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231559AbjALN4k (ORCPT ); Thu, 12 Jan 2023 08:56:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbjALN4g (ORCPT ); Thu, 12 Jan 2023 08:56:36 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6CA148CE6; Thu, 12 Jan 2023 05:56:35 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 6DCCE6202B; Thu, 12 Jan 2023 13:56:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5289BC433D2; Thu, 12 Jan 2023 13:56:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673531794; bh=XjnPNbpo8wZwjaiWpJO9k4JM0ll8s/YEgOAYL+rpehU=; h=From:To:Cc:Subject:Date:From; b=t8W3j0J+od6sMCkV8IsUIE0xZGBC9Y4HnxHZ4/tFCBzx/2B1VM3PcMaH5TWu/1qYq Ww3eTYSFE65fGI9MrKPczpo75uWBrXVZVJJZx/Er8+Y272guhyV9z6tyYNdovbHM9c E/GcfL0GufkZ5TlQUw+G/THTOzxoaONb+6buqhn0= 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.1 00/10] 6.1.6-rc1 review Date: Thu, 12 Jan 2023 14:56:21 +0100 Message-Id: <20230112135326.981869724@linuxfoundation.org> X-Mailer: git-send-email 2.39.0 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.1.6-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.1.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.1.6-rc1 X-KernelTest-Deadline: 2023-01-14T13:53+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.1.6 release. There are 10 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, 14 Jan 2023 13:53:18 +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.1.6-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-6.1.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.1.6-rc1 Frederick Lawler net: sched: disallow noqueue for qdisc classes Linus Torvalds gcc: disable -Warray-bounds for gcc-11 too Chuck Lever Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" Kyle Huey selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace Kyle Huey x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set Kyle Huey x86/fpu: Allow PKRU to be (once again) written by ptrace. Kyle Huey x86/fpu: Add a pkru argument to copy_uabi_to_xstate() Kyle Huey x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate(). Kyle Huey x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() Helge Deller parisc: Align parisc MADV_XXX constants with all other architectures ------------- Diffstat: Makefile | 4 +- arch/parisc/include/uapi/asm/mman.h | 29 +++--- arch/parisc/kernel/sys_parisc.c | 28 ++++++ arch/parisc/kernel/syscalls/syscall.tbl | 2 +- arch/x86/kernel/fpu/core.c | 19 ++-- arch/x86/kernel/fpu/regset.c | 2 +- arch/x86/kernel/fpu/signal.c | 2 +- arch/x86/kernel/fpu/xstate.c | 52 ++++++++++- arch/x86/kernel/fpu/xstate.h | 4 +- fs/nfsd/nfs4proc.c | 7 +- fs/nfsd/nfs4xdr.c | 2 +- init/Kconfig | 6 +- net/sched/sch_api.c | 5 + net/sunrpc/auth_gss/svcauth_gss.c | 4 +- net/sunrpc/svc.c | 6 +- net/sunrpc/svc_xprt.c | 2 +- net/sunrpc/svcsock.c | 8 +- net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +- tools/arch/parisc/include/uapi/asm/mman.h | 12 +-- tools/perf/bench/bench.h | 12 --- tools/testing/selftests/vm/pkey-x86.h | 12 +++ tools/testing/selftests/vm/protection_keys.c | 131 ++++++++++++++++++++++++++- 22 files changed, 276 insertions(+), 75 deletions(-)