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 40A26C4332F for ; Thu, 15 Dec 2022 18:13:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229736AbiLOSMg (ORCPT ); Thu, 15 Dec 2022 13:12:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229524AbiLOSM3 (ORCPT ); Thu, 15 Dec 2022 13:12:29 -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 E08192ED5B; Thu, 15 Dec 2022 10:12:28 -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 7FB2C61EA0; Thu, 15 Dec 2022 18:12:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55BE0C433D2; Thu, 15 Dec 2022 18:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671127947; bh=yAx6lHKjcRkOlQXpdcdxuKo/z+G9WfEZCw83EwdLEYU=; h=From:To:Cc:Subject:Date:From; b=X8EKBJkx90QFgKQGMaPpfETKSzLjrBDc/OHglO4svYa2cHp8TBm8pl+oUyHw6em+s usLX5TZS//njBtIitM8Kas+2oiVEKwtbd46bb7lzO4hErAp76u/abUw4XUeb0dVzAx 2F5hcqLeao1UUBCo67pKdXjQlkAftVCZugZhjQfc= 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 5.15 00/14] 5.15.84-rc1 review Date: Thu, 15 Dec 2022 19:10:36 +0100 Message-Id: <20221215172906.338769943@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/v5.x/stable-review/patch-5.15.84-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.15.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.15.84-rc1 X-KernelTest-Deadline: 2022-12-17T17:29+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.15.84 release. There are 14 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, 17 Dec 2022 17:28:57 +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.15.84-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.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.15.84-rc1 Lei Rao nvme-pci: clear the prp2 field when not used Peter Zijlstra perf: Fix perf_pending_task() UaF Charles Keepax ASoC: cs42l51: Correct PGA Volume minimum value Rasmus Villemoes net: fec: don't reset irq coalesce settings to defaults on "ip link up" Yasushi SHOJI can: mcba_usb: Fix termination command argument Heiko Schocher can: sja1000: fix size of OCR_MODE_MASK define Ricardo Ribalda pinctrl: meditatek: Startup with the IRQs disabled Hou Tao libbpf: Use page size as max_entries when probing ring buffer map Mark Brown ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() Shengjiu Wang ASoC: fsl_micfil: explicitly clear CHnF flags Shengjiu Wang ASoC: fsl_micfil: explicitly clear software reset bit Jialiang Wang nfp: fix use-after-free in area_cache_get() Amir Goldstein vfs: fix copy_file_range() averts filesystem freeze protection Nathan Chancellor x86/vdso: Conditionally export __vdso_sgx_enter_enclave() ------------- Diffstat: Makefile | 4 ++-- arch/x86/entry/vdso/vdso.lds.S | 2 ++ drivers/net/can/usb/mcba_usb.c | 10 +++++++--- drivers/net/ethernet/freescale/fec_main.c | 22 ++++++---------------- .../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c | 3 ++- drivers/nvme/host/pci.c | 2 ++ drivers/pinctrl/mediatek/mtk-eint.c | 9 ++++++--- fs/ksmbd/vfs.c | 6 +++--- fs/nfsd/vfs.c | 4 ++-- fs/read_write.c | 17 +++++++++++++---- include/linux/can/platform/sja1000.h | 2 +- include/linux/fs.h | 8 ++++++++ kernel/events/core.c | 17 +++++++++++++---- sound/soc/codecs/cs42l51.c | 2 +- sound/soc/fsl/fsl_micfil.c | 19 +++++++++++++++++++ sound/soc/soc-ops.c | 6 ++++++ tools/lib/bpf/libbpf_probes.c | 2 +- 17 files changed, 94 insertions(+), 41 deletions(-)