From: "Barry K. Nathan" <barryn@pobox.com>
To: Woody Suwalski <terraluna977@gmail.com>,
Ronald Warsow <rwarsow@gmx.de>, Sasha Levin <sashal@kernel.org>,
linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: gregkh@linuxfoundation.org, patches@lists.linux.dev,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@nabladev.com,
jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, conor@kernel.org,
hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
sr@sladewatkins.com
Subject: Re: [PATCH 6.19 000/844] 6.19.6-rc1 review
Date: Sat, 28 Feb 2026 15:41:25 -0800 [thread overview]
Message-ID: <2a740a8d-e5f8-4922-bd2b-04bc76893bbc@pobox.com> (raw)
In-Reply-To: <879487cc-c667-8cc6-4775-02c7de3b8c27@gmail.com>
On 2/28/26 14:13, Woody Suwalski wrote:
> Ronald Warsow wrote:
>> On 28.02.26 18:18, Sasha Levin wrote:
>>>
>>> This is the start of the stable review cycle for the 6.19.6 release.
>>> There are 844 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 Mon Mar 2 05:32:25 PM UTC 2026.
>>> Anything received after that time might be too late.
>>>
>>> The whole patch series can be found in one patch at:
>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-
>>> rc.git/patch/?id=linux-6.19.y&id2=v6.19.5
>>> or in the git tree and branch at:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-
>>> rc.git linux-6.19.y
>>> and the diffstat can be found below.
>>>
>>
>> It would be nice to have a download link to an patch-*.gz what Greg
>> usually provides.
>>
>> ron
>>
> I second this request. Trying to setup a build for 5.10.252-rc1 was
> tricky...
> We need something similar to
>
> https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/
> patch-5.10.251-rc1.gz
>
> Thanks, Woody
I didn't find things particularly difficult for 5.10.252-rc1 through
6.12.75-rc1 (the "hardest" part was renaming the file after each
download), but I get this while trying to apply the patches for
6.18.16-rc1/6.19.6-rc1:
patching file arch/powerpc/platforms/pseries/msi.c
patching file arch/x86/kvm/x86.c
(Patch is indented 2 spaces.)
can't find file to patch at input line 41896
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--
|cgit 1.2.3-korg
|
|
|From 1d0d76474aeadb174d9fbd27b9f2e9b5cfc124c6 Mon Sep 17 00:00:00 2001
|From: Sean Christopherson <seanjc@google.com>
|Date: Tue, 16 Dec 2025 08:17:54 -0800
|Subject: KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3()
| succeeding
|
|[ Upstream commit fc3ba56385d03501eb582e4b86691ba378e556f9 ]
|
|Drop the WARN in svm_set_nested_state() on nested_svm_load_cr3() failing
|as it is trivially easy to trigger from userspace by modifying CPUID after
|loading CR3. E.g. modifying the state restoration selftest like so:
|
| --- tools/testing/selftests/kvm/x86/state_test.c
| +++ tools/testing/selftests/kvm/x86/state_test.c
--------------------------
File to patch:
As it turns out, GNU patch (v2.7.6 on Debian 12 bookworm, or v2.8 on
Debian 13 trixie, I tested both) is misinterpreting part of the commit
comment for vm-nsvm-remove-a-user-triggerable-warn-on-nested_sv.patch
and trying to apply that part of the commit description as a patch.
Pressing Enter twice at this prompt causes patch to skip this
incorrectly detected hunk, and all of the actual patches end up being
applied correctly, but it's still an unexpected surprise and I had to
stop and figure out what was going on.
With the way the stable rc patches are usually posted on kernel.org,
the patch file would've omitted the commit comments, thus avoiding
this problem.
--
-Barry K. Nathan <barryn@pobox.com>
next prev parent reply other threads:[~2026-02-28 23:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 17:18 [PATCH 6.19 000/844] 6.19.6-rc1 review Sasha Levin
2026-02-28 18:12 ` Ronald Warsow
2026-02-28 22:13 ` Woody Suwalski
2026-02-28 23:41 ` Barry K. Nathan [this message]
2026-03-01 0:33 ` Peter Schneider
2026-03-01 1:17 ` Sasha Levin
2026-03-01 2:46 ` Peter Schneider
2026-03-01 8:36 ` Takeshi Ogasawara
2026-03-01 8:49 ` Barry K. Nathan
2026-03-01 16:43 ` Barry K. Nathan
2026-03-02 0:49 ` Sasha Levin
2026-03-02 6:34 ` Barry K. Nathan
2026-03-01 8:54 ` Brett A C Sheffield
2026-03-01 12:05 ` Mark Brown
2026-03-01 15:15 ` Peter Schneider
2026-03-01 16:11 ` Sasha Levin
2026-03-01 16:20 ` Mark Brown
2026-03-01 21:49 ` Ron Economos
2026-03-01 23:48 ` Miguel Ojeda
2026-03-02 0:53 ` Hardik Garg
2026-03-02 13:13 ` Jon Hunter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2a740a8d-e5f8-4922-bd2b-04bc76893bbc@pobox.com \
--to=barryn@pobox.com \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@nabladev.com \
--cc=rwarsow@gmx.de \
--cc=sashal@kernel.org \
--cc=shuah@kernel.org \
--cc=sr@sladewatkins.com \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=terraluna977@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox