From: Christian Kujau <lists@nerdbynature.de>
To: linux-kernel@vger.kernel.org
Cc: Juergen Gross <jgross@suse.com>,
"Borislav Petkov (AMD)" <bp@alien8.de>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [tip: x86/urgent] x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")
Date: Sat, 18 Feb 2023 10:47:46 +0100 (CET) [thread overview]
Message-ID: <8a1fd8b7-9fe3-b2b5-406e-fa6f5e03e7c0@nerdbynature.de> (raw)
In-Reply-To: <167636735608.4906.4788207020350311572.tip-bot2@tip-bot2>
On Tue, 14 Feb 2023, tip-bot2 for Juergen Gross wrote:
> The following commit has been merged into the x86/urgent branch of tip:
Sorry for being dense but I couldn't figure this out from the tip tree
handbook[0]: will this be included in 6.2 or has this ship sailed? If so,
I'll start bugging the Alpine folks to maybe carry this around until the
next release.
Thanks,
Christian.
[0] https://www.kernel.org/doc/html/latest/process/maintainer-tip.html
>
> Commit-ID: f9f57da2c2d119dbf109e3f6e1ceab7659294046
> Gitweb: https://git.kernel.org/tip/f9f57da2c2d119dbf109e3f6e1ceab7659294046
> Author: Juergen Gross <jgross@suse.com>
> AuthorDate: Thu, 09 Feb 2023 08:22:17 +01:00
> Committer: Borislav Petkov (AMD) <bp@alien8.de>
> CommitterDate: Tue, 14 Feb 2023 10:16:34 +01:00
>
> x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")
>
> Commit
>
> 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")
>
> broke the use case of running Xen dom0 kernels on machines with an
> external disk enclosure attached via USB, see Link tag.
>
> What this commit was originally fixing - SEV-SNP guests on Hyper-V - is
> a more specialized situation which has other issues at the moment anyway
> so reverting this now and addressing the issue properly later is the
> prudent thing to do.
>
> So revert it in time for the 6.2 proper release.
>
> [ bp: Rewrite commit message. ]
>
> Reported-by: Christian Kujau <lists@nerdbynature.de>
> Tested-by: Christian Kujau <lists@nerdbynature.de>
> Signed-off-by: Juergen Gross <jgross@suse.com>
> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
> Link: https://lore.kernel.org/r/4fe9541e-4d4c-2b2a-f8c8-2d34a7284930@nerdbynature.de
> ---
> arch/x86/mm/pat/memtype.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/x86/mm/pat/memtype.c b/arch/x86/mm/pat/memtype.c
> index fb4b1b5..46de9cf 100644
> --- a/arch/x86/mm/pat/memtype.c
> +++ b/arch/x86/mm/pat/memtype.c
> @@ -387,8 +387,7 @@ static unsigned long pat_x_mtrr_type(u64 start, u64 end,
> u8 mtrr_type, uniform;
>
> mtrr_type = mtrr_type_lookup(start, end, &uniform);
> - if (mtrr_type != MTRR_TYPE_WRBACK &&
> - mtrr_type != MTRR_TYPE_INVALID)
> + if (mtrr_type != MTRR_TYPE_WRBACK)
> return _PAGE_CACHE_MODE_UC_MINUS;
>
> return _PAGE_CACHE_MODE_WB;
>
--
BOFH excuse #155:
Dumb terminal
next prev parent reply other threads:[~2023-02-18 9:47 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-30 3:46 External USB disks not recognized with v6.1.8 when using Xen Christian Kujau
2023-01-30 5:17 ` Greg KH
2023-01-30 12:01 ` Linux kernel regression tracking (#adding)
2023-01-31 22:50 ` Christian Kujau
2023-02-01 8:14 ` Juergen Gross
2023-02-01 9:37 ` Christian Kujau
2023-02-02 11:38 ` Christian Kujau
2023-02-02 20:24 ` Linus Torvalds
2023-02-03 16:50 ` Christian Kujau
2023-02-03 17:29 ` Christian Kujau
2023-02-05 13:20 ` Borislav Petkov
2023-02-05 17:17 ` Christian Kujau
2023-02-05 20:21 ` Linus Torvalds
2023-02-06 6:33 ` Juergen Gross
2023-02-06 9:54 ` Juergen Gross
2023-02-06 9:43 ` Borislav Petkov
2023-02-05 10:40 ` Linux kernel regression tracking (#update)
2023-02-14 9:35 ` [tip: x86/urgent] x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case") tip-bot2 for Juergen Gross
2023-02-18 9:47 ` Christian Kujau [this message]
2023-02-18 9:59 ` Borislav Petkov
2023-05-08 13:41 ` [tip: x86/cleanups] Documentation/process: Explain when tip branches get merged into mainline tip-bot2 for Christian Kujau
2023-05-15 15:28 ` tip-bot2 for Christian Kujau
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=8a1fd8b7-9fe3-b2b5-406e-fa6f5e03e7c0@nerdbynature.de \
--to=lists@nerdbynature.de \
--cc=bp@alien8.de \
--cc=jgross@suse.com \
--cc=linux-kernel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).