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 C7341EB64DA for ; Tue, 4 Jul 2023 08:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231748AbjGDItA (ORCPT ); Tue, 4 Jul 2023 04:49:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231776AbjGDIsj (ORCPT ); Tue, 4 Jul 2023 04:48:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23711127; Tue, 4 Jul 2023 01:48:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AD6146117C; Tue, 4 Jul 2023 08:48:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EBBCC433C8; Tue, 4 Jul 2023 08:48:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688460515; bh=WWSgsOgFFf8qQMAExcLq7Ng9tvSRuSINxOZ4luI+ZrY=; h=From:To:Cc:Subject:Date:From; b=zU6QhPXSeJ4nqIl2vqwx7z0z4Y5AA97HAvVnzVzoJiOZ/t79lvKiSt93/0cxfabtB zVDyhgoCuGT/9uVIkAIse0oFhngvd1qjoB0afRRV48+qsg8Yv1j2hAAq9FsqBsNy2t q7J0uniO3bKbqWlncLNLGEfyTNnMya+bB/EjwnGY= 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, conor@kernel.org Subject: [PATCH 6.1 00/13] 6.1.38-rc2 review Date: Tue, 4 Jul 2023 09:48:32 +0100 Message-ID: <20230704084611.071971014@linuxfoundation.org> X-Mailer: git-send-email 2.41.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.38-rc2.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.38-rc2 X-KernelTest-Deadline: 2023-07-06T08:46+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.38 release. There are 13 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 Thu, 06 Jul 2023 08:46:01 +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.38-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.1.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.1.38-rc2 Linus Torvalds gup: avoid stack expansion warning for known-good case Rodrigo Siqueira drm/amd/display: Ensure vmin and vmax adjust for DCE Bas Nieuwenhuizen drm/amdgpu: Validate VM ioctl flags. Ahmed S. Darwish docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 Ahmed S. Darwish scripts/tags.sh: Resolve gtags empty index generation Krister Johansen perf symbols: Symbol lookup with kcore can fail if multiple segments match stext Finn Thain nubus: Partially revert proc_create_single_data() conversion Linus Torvalds execve: always mark stack as growing down during early stack setup Mario Limonciello PCI/ACPI: Call _REG when transitioning D-states Bjorn Helgaas PCI/ACPI: Validate acpi_pci_set_power_state() parameter Aric Cyr drm/amd/display: Do not update DRR while BW optimizations pending Alvin Lee drm/amd/display: Remove optimization for VRR updates Max Filippov xtensa: fix lock_mm_and_find_vma in case VMA not found ------------- Diffstat: Documentation/process/changes.rst | 7 +++++ Makefile | 4 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++ drivers/gpu/drm/amd/display/dc/core/dc.c | 50 +++++++++++++++++------------- drivers/nubus/proc.c | 22 ++++++++++--- drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++-------- include/linux/mm.h | 4 ++- mm/memory.c | 4 +++ mm/nommu.c | 7 ++++- scripts/tags.sh | 9 +++++- tools/perf/util/symbol.c | 17 ++++++++-- 11 files changed, 135 insertions(+), 46 deletions(-)