From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: xen-devel@lists.xenproject.org,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH v4 0/2] Add API for making parts of a MMIO page R/O and use it in XHCI console
Date: Thu, 23 May 2024 16:22:01 +0200 [thread overview]
Message-ID: <Zk9RChKHBa4mQAVj@mail-itl> (raw)
In-Reply-To: <cover.68462f37276d69ab6e268be94d049f866a321f73.1716392340.git-series.marmarek@invisiblethingslab.com>
[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]
On Wed, May 22, 2024 at 05:39:02PM +0200, Marek Marczykowski-Górecki wrote:
> On older systems, XHCI xcap had a layout that no other (interesting) registers
> were placed on the same page as the debug capability, so Linux was fine with
> making the whole page R/O. But at least on Tiger Lake and Alder Lake, Linux
> needs to write to some other registers on the same page too.
>
> Add a generic API for making just parts of an MMIO page R/O and use it to fix
> USB3 console with share=yes or share=hwdom options. More details in commit
> messages.
>
> Marek Marczykowski-Górecki (2):
> x86/mm: add API for marking only part of a MMIO page read only
> drivers/char: Use sub-page ro API to make just xhci dbc cap RO
Does any other x86 maintainer feel comfortable ack-ing this series? Jan
already reviewed 2/2 here (but not 1/2 in this version), but also said
he is not comfortable with letting this in without a second maintainer
approval: https://lore.kernel.org/xen-devel/7655e401-b927-4250-ae63-05361a5ee71d@suse.com/
>
> xen/arch/x86/hvm/emulate.c | 2 +-
> xen/arch/x86/hvm/hvm.c | 4 +-
> xen/arch/x86/include/asm/mm.h | 25 +++-
> xen/arch/x86/mm.c | 273 +++++++++++++++++++++++++++++++++-
> xen/arch/x86/pv/ro-page-fault.c | 6 +-
> xen/drivers/char/xhci-dbc.c | 36 ++--
> 6 files changed, 327 insertions(+), 19 deletions(-)
>
> base-commit: b0082b908391b29b7c4dd5e6c389ebd6481926f8
> --
> git-series 0.9.1
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2024-05-23 14:22 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-22 15:39 [PATCH v4 0/2] Add API for making parts of a MMIO page R/O and use it in XHCI console Marek Marczykowski-Górecki
2024-05-22 15:39 ` [PATCH v4 1/2] x86/mm: add API for marking only part of a MMIO page read only Marek Marczykowski-Górecki
2024-06-07 7:01 ` Jan Beulich
2024-06-11 11:00 ` Marek Marczykowski-Górecki
2024-06-11 10:40 ` Roger Pau Monné
2024-06-11 11:26 ` Jan Beulich
2024-06-11 11:38 ` Marek Marczykowski-Górecki
2024-06-11 12:55 ` Roger Pau Monné
2024-06-11 13:15 ` Marek Marczykowski-Górecki
2024-06-11 14:07 ` Roger Pau Monné
2024-06-11 15:01 ` Marek Marczykowski-Górecki
2024-05-22 15:39 ` [PATCH v4 2/2] drivers/char: Use sub-page ro API to make just xhci dbc cap RO Marek Marczykowski-Górecki
2024-05-23 8:22 ` Jan Beulich
2024-05-23 14:22 ` Marek Marczykowski-Górecki [this message]
2024-05-23 14:28 ` [PATCH v4 0/2] Add API for making parts of a MMIO page R/O and use it in XHCI console Jan Beulich
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=Zk9RChKHBa4mQAVj@mail-itl \
--to=marmarek@invisiblethingslab.com \
--cc=andrew.cooper3@citrix.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.