* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 15:31 [PATCH 6.1 00/96] 6.1.100-rc1 review Greg Kroah-Hartman
@ 2024-07-16 18:38 ` SeongJae Park
2024-07-16 18:42 ` Florian Fainelli
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: SeongJae Park @ 2024-07-16 18:38 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: SeongJae Park, stable, patches, linux-kernel, torvalds, akpm,
linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie, damon
Hello,
On Tue, 16 Jul 2024 17:31:11 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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, 18 Jul 2024 15:27:21 +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.100-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.
This rc kernel passes DAMON functionality test[1] on my test machine.
Attaching the test results summary below. Please note that I retrieved the
kernel from linux-stable-rc tree[2].
Tested-by: SeongJae Park <sj@kernel.org>
[1] https://github.com/awslabs/damon-tests/tree/next/corr
[2] 928b1b7691e1 ("Linux 6.1.100-rc1")
Thanks,
SJ
[...]
---
ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: sysfs.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_arm64.sh
ok 12 selftests: damon-tests: build_m68k.sh
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
[33m
[92mPASS [39m
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 15:31 [PATCH 6.1 00/96] 6.1.100-rc1 review Greg Kroah-Hartman
2024-07-16 18:38 ` SeongJae Park
@ 2024-07-16 18:42 ` Florian Fainelli
2024-07-16 19:01 ` Pavel Machek
2024-07-17 6:24 ` Greg Kroah-Hartman
2024-07-17 15:51 ` Shuah Khan
2024-07-17 16:57 ` Allen
3 siblings, 2 replies; 8+ messages in thread
From: Florian Fainelli @ 2024-07-16 18:42 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable, Paulo Alcantara
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, sudipm.mukherjee, srw, rwarsow,
conor, allen.lkml, broonie
On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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, 18 Jul 2024 15:27:21 +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.100-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
Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
path in dfs_get_automount_devname()") causes the following build failure
on bmips_stb_defconfig:
In file included from ./include/linux/build_bug.h:5,
from ./include/linux/container_of.h:5,
from ./include/linux/list.h:5,
from ./include/linux/module.h:12,
from fs/smb/client/cifsfs.c:13:
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
if (unlikely(!server->origin_fullpath))
^~
./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
# define unlikely(x) __builtin_expect(!!(x), 0)
^
In file included from fs/smb/client/cifsfs.c:35:
fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
server->origin_fullpath,
^~
fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
strlen(server->origin_fullpath),
^~
fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
len = strlen(server->origin_fullpath);
^~
fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
memcpy(s, server->origin_fullpath, len);
^~
In file included from ./include/linux/build_bug.h:5,
from ./include/linux/container_of.h:5,
from ./include/linux/list.h:5,
from ./include/linux/wait.h:7,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from fs/smb/client/cifs_debug.c:8:
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
if (unlikely(!server->origin_fullpath))
^~
./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
# define unlikely(x) __builtin_expect(!!(x), 0)
^
In file included from fs/smb/client/cifs_debug.c:16:
fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
server->origin_fullpath,
^~
fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
strlen(server->origin_fullpath),
^~
fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
len = strlen(server->origin_fullpath);
^~
fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
memcpy(s, server->origin_fullpath, len);
^~
host-make[6]: *** [scripts/Makefile.build:250: fs/smb/client/cifsfs.o]
Error 1
host-make[6]: *** Waiting for unfinished jobs....
--
Florian
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 18:42 ` Florian Fainelli
@ 2024-07-16 19:01 ` Pavel Machek
2024-07-16 20:29 ` Naresh Kamboju
2024-07-17 6:24 ` Greg Kroah-Hartman
1 sibling, 1 reply; 8+ messages in thread
From: Pavel Machek @ 2024-07-16 19:01 UTC (permalink / raw)
To: Florian Fainelli
Cc: Greg Kroah-Hartman, stable, Paulo Alcantara, patches,
linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage,
pavel, jonathanh, sudipm.mukherjee, srw, rwarsow, conor,
allen.lkml, broonie
[-- Attachment #1: Type: text/plain, Size: 3697 bytes --]
On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
> On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.100 release.
> > There are 96 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, 18 Jul 2024 15:27:21 +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.100-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.
> Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> path in dfs_get_automount_devname()") causes the following build failure on
> bmips_stb_defconfig:
>
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/module.h:12,
> from fs/smb/client/cifsfs.c:13:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
We see same problem.
CC [M] sound/soc/soc-ops.o
3131
In file included from ./include/linux/build_bug.h:5,
3132
from ./include/linux/container_of.h:5,
3133
from ./include/linux/list.h:5,
3134
from ./include/linux/module.h:12,
3135
from fs/smb/client/cifsfs.c:13:
3136
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
3137
fs/smb/client/cifsproto.h:74:29: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3138
74 | if (unlikely(!server->origin_fullpath))
3139
| ^~
3140
./include/linux/compiler.h:78:45: note: in definition of macro 'unlikely'
3141
78 | # define unlikely(x) __builtin_expect(!!(x), 0)
3142
| ^
3143
In file included from fs/smb/client/cifsfs.c:35:
3144
fs/smb/client/cifsproto.h:78:63: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3145
78 | server->origin_fullpath,
3146
| ^~
3147
fs/smb/client/cifsproto.h:79:70: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3148
79 | strlen(server->origin_fullpath),
3149
| ^~
3150
fs/smb/client/cifsproto.h:88:28: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3151
88 | len = strlen(server->origin_fullpath);
3152
| ^~
3153
fs/smb/client/cifsproto.h:93:25: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3154
93 | memcpy(s, server->origin_fullpath, len);
3155
| ^~
3156
CC [M] net/netfilter/nf_conntrack_standalone.o
3157
CC [M] net/netfilter/nf_conntrack_expect.o
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 19:01 ` Pavel Machek
@ 2024-07-16 20:29 ` Naresh Kamboju
0 siblings, 0 replies; 8+ messages in thread
From: Naresh Kamboju @ 2024-07-16 20:29 UTC (permalink / raw)
To: Pavel Machek
Cc: Florian Fainelli, Greg Kroah-Hartman, stable, Paulo Alcantara,
patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, jonathanh, sudipm.mukherjee, srw, rwarsow, conor,
allen.lkml, broonie
On Wed, 17 Jul 2024 at 00:31, Pavel Machek <pavel@denx.de> wrote:
>
> On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
> > On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 6.1.100 release.
> > > There are 96 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, 18 Jul 2024 15:27:21 +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.100-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.
>
> > Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> > path in dfs_get_automount_devname()") causes the following build failure on
> > bmips_stb_defconfig:
> >
> > In file included from ./include/linux/build_bug.h:5,
> > from ./include/linux/container_of.h:5,
> > from ./include/linux/list.h:5,
> > from ./include/linux/module.h:12,
> > from fs/smb/client/cifsfs.c:13:
> > fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> > fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> > member named 'origin_fullpath'
> > if (unlikely(!server->origin_fullpath))
>
>
> We see same problem.
Same problem as others have already reported on the
arm, parisc and powerpc.
+
The old s390 build failures which were reported from
the previous stable-rc 6.1 release.
* arm, build
- clang-18-nhk8815_defconfig
- clang-18-s3c2410_defconfig
- clang-nightly-nhk8815_defconfig
- clang-nightly-s3c2410_defconfig
- gcc-13-nhk8815_defconfig
- gcc-13-s3c2410_defconfig
- gcc-8-nhk8815_defconfig
* parisc, build
- gcc-11-defconfig
* powerpc, build
- clang-18-defconfig
- clang-18-ppc64e_defconfig
- clang-nightly-defconfig
- clang-nightly-ppc64e_defconfig
- gcc-13-defconfig
- gcc-13-ppc64e_defconfig
- gcc-8-defconfig
- gcc-8-ppc64e_defconfig
and
* s390, build
- clang-18-allnoconfig
- clang-18-defconfig
- clang-18-tinyconfig
- clang-nightly-allnoconfig
- clang-nightly-defconfig
- clang-nightly-tinyconfig
- gcc-13-allnoconfig
- gcc-13-defconfig
- gcc-13-tinyconfig
- gcc-8-allnoconfig
- gcc-8-defconfig-fe40093d
- gcc-8-tinyconfig
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 18:42 ` Florian Fainelli
2024-07-16 19:01 ` Pavel Machek
@ 2024-07-17 6:24 ` Greg Kroah-Hartman
1 sibling, 0 replies; 8+ messages in thread
From: Greg Kroah-Hartman @ 2024-07-17 6:24 UTC (permalink / raw)
To: Florian Fainelli
Cc: stable, Paulo Alcantara, patches, linux-kernel, torvalds, akpm,
linux, shuah, patches, lkft-triage, pavel, jonathanh,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie
On Tue, Jul 16, 2024 at 11:42:39AM -0700, Florian Fainelli wrote:
> On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.100 release.
> > There are 96 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, 18 Jul 2024 15:27:21 +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.100-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
>
> Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> path in dfs_get_automount_devname()") causes the following build failure on
> bmips_stb_defconfig:
>
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/module.h:12,
> from fs/smb/client/cifsfs.c:13:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
> ^~
> ./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
> # define unlikely(x) __builtin_expect(!!(x), 0)
> ^
> In file included from fs/smb/client/cifsfs.c:35:
> fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> server->origin_fullpath,
> ^~
> fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> strlen(server->origin_fullpath),
> ^~
> fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> len = strlen(server->origin_fullpath);
> ^~
> fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> memcpy(s, server->origin_fullpath, len);
> ^~
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/wait.h:7,
> from ./include/linux/wait_bit.h:8,
> from ./include/linux/fs.h:6,
> from fs/smb/client/cifs_debug.c:8:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
> ^~
> ./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
> # define unlikely(x) __builtin_expect(!!(x), 0)
> ^
> In file included from fs/smb/client/cifs_debug.c:16:
> fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> server->origin_fullpath,
> ^~
> fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> strlen(server->origin_fullpath),
> ^~
> fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> len = strlen(server->origin_fullpath);
> ^~
> fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> memcpy(s, server->origin_fullpath, len);
> ^~
> host-make[6]: *** [scripts/Makefile.build:250: fs/smb/client/cifsfs.o] Error
> 1
> host-make[6]: *** Waiting for unfinished jobs....
Ugh, this was because I had to add a fixup patch for a different patch
here. I'll go drop both of them for now, thanks.
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 15:31 [PATCH 6.1 00/96] 6.1.100-rc1 review Greg Kroah-Hartman
2024-07-16 18:38 ` SeongJae Park
2024-07-16 18:42 ` Florian Fainelli
@ 2024-07-17 15:51 ` Shuah Khan
2024-07-17 16:57 ` Allen
3 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2024-07-17 15:51 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, allen.lkml, broonie, Shuah Khan
On 7/16/24 09:31, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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, 18 Jul 2024 15:27:21 +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.100-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
>
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 6.1 00/96] 6.1.100-rc1 review
2024-07-16 15:31 [PATCH 6.1 00/96] 6.1.100-rc1 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2024-07-17 15:51 ` Shuah Khan
@ 2024-07-17 16:57 ` Allen
3 siblings, 0 replies; 8+ messages in thread
From: Allen @ 2024-07-17 16:57 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, broonie
>
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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, 18 Jul 2024 15:27:21 +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.100-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
>
Compiled and booted on my x86_64 and ARM64 test systems. No errors or
regressions.
Tested-by: Allen Pais <apais@linux.microsoft.com>
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread