2023-07-03 19:35:48

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 00/11] 6.1.38-rc1 review

This is the start of the stable review cycle for the 6.1.38 release.
There are 11 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 Wed, 05 Jul 2023 18:45:08 +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-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 <[email protected]>
Linux 6.1.38-rc1

Bas Nieuwenhuizen <[email protected]>
drm/amdgpu: Validate VM ioctl flags.

Ahmed S. Darwish <[email protected]>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5

Ahmed S. Darwish <[email protected]>
scripts/tags.sh: Resolve gtags empty index generation

Krister Johansen <[email protected]>
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext

Finn Thain <[email protected]>
nubus: Partially revert proc_create_single_data() conversion

Linus Torvalds <[email protected]>
execve: always mark stack as growing down during early stack setup

Mario Limonciello <[email protected]>
PCI/ACPI: Call _REG when transitioning D-states

Bjorn Helgaas <[email protected]>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter

Aric Cyr <[email protected]>
drm/amd/display: Do not update DRR while BW optimizations pending

Alvin Lee <[email protected]>
drm/amd/display: Remove optimization for VRR updates

Max Filippov <[email protected]>
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 | 49 ++++++++++++++++-------------
drivers/nubus/proc.c | 22 ++++++++++---
drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++--------
include/linux/mm.h | 4 ++-
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/perf/util/symbol.c | 17 ++++++++--
10 files changed, 130 insertions(+), 46 deletions(-)




2023-07-03 23:07:39

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/11] 6.1.38-rc1 review

Hi Greg

On Tue, Jul 4, 2023 at 3:57 AM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.38 release.
> There are 11 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 Wed, 05 Jul 2023 18:45:08 +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-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
>

6.1.38-rc1 tested.

Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.

Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64), arch linux)

Thanks

Tested-by: Takeshi Ogasawara <[email protected]>