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 854B5C32771 for ; Fri, 19 Aug 2022 15:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349831AbiHSPji (ORCPT ); Fri, 19 Aug 2022 11:39:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349834AbiHSPje (ORCPT ); Fri, 19 Aug 2022 11:39:34 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14E4ED5981; Fri, 19 Aug 2022 08:39: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 ams.source.kernel.org (Postfix) with ESMTPS id B4877B8277D; Fri, 19 Aug 2022 15:39:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCDFFC433C1; Fri, 19 Aug 2022 15:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660923570; bh=H0vxhM7HL4/AGDOJs2mfHmG05H0DqsPisMmOkoJIHzk=; h=From:To:Cc:Subject:Date:From; b=b7Tyx78U9TuaEmCugNElBWRq0TYJU+NbN3uiMWAinixBY16SAL/HelGanGZmZOkbS NtK8X9nz4M4vipm+1++QcCaiyvJGy23ULghPNHmVbv5Jj6DnELy21nwoh3GkwO7UsS VY49Kaj/SB1vEVZ0PRmbKxm8Gbookbk77QhMS6fM= 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.19 0/7] 5.19.3-rc1 review Date: Fri, 19 Aug 2022 17:39:16 +0200 Message-Id: <20220819153711.552247994@linuxfoundation.org> X-Mailer: git-send-email 2.37.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/v5.x/stable-review/patch-5.19.3-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.19.3-rc1 X-KernelTest-Deadline: 2022-08-21T15:37+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.19.3 release. There are 7 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 Sun, 21 Aug 2022 15:36:59 +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.19.3-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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.19.3-rc1 Coiby Xu arm64: kexec_file: use more system keyrings to verify kernel image signature Coiby Xu kexec, KEYS: make the code in bzImage64_verify_sig generic Qu Wenruo btrfs: raid56: don't trust any cached sector in __raid56_parity_recover() Qu Wenruo btrfs: only write the sectors in the vertical stripe which has data stripes Jamal Hadi Salim net_sched: cls_route: disallow handle of 0 Jens Wiklander tee: add overflow check in register_shm_helper() Marco Elver Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool" ------------- Diffstat: Makefile | 4 +-- arch/arm64/kernel/kexec_image.c | 11 +------ arch/x86/kernel/kexec-bzimage64.c | 20 +----------- drivers/tee/tee_shm.c | 3 ++ fs/btrfs/raid56.c | 68 +++++++++++++++++++++++++++++++-------- include/linux/kexec.h | 7 ++++ kernel/kexec_file.c | 17 ++++++++++ mm/kfence/core.c | 18 +++++------ net/sched/cls_route.c | 10 ++++++ 9 files changed, 105 insertions(+), 53 deletions(-)