[PATCH] xen: Kconfig: Drop reference to obsolete configs MCORE2 and MK8

2025-03-03 Thread Lukas Bulwahn
From: Lukas Bulwahn Commit f388f60ca904 ("x86/cpu: Drop configuration options for early 64-bit CPUs") removes the config symbols MCORE2 and MK8. With that, the references to those two config symbols in xen's x86 Kconfig are obsolete. Drop them. Signed-off-by: Lukas Bulwahn --

[PATCH] xen: Fix config option reference in XEN_PRIVCMD definition

2024-09-30 Thread Lukas Bulwahn
From: Lukas Bulwahn Commit 2fae6bb7be32 ("xen/privcmd: Add new syscall to get gsi from dev") adds a weak reverse dependency to the config XEN_PRIVCMD definition, referring to CONFIG_XEN_PCIDEV_BACKEND. In Kconfig files, one refers to config options without the CONFIG prefix, though.

[PATCH v2] xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY

2022-08-16 Thread Lukas Bulwahn
config in xen.config. Just remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY. Signed-off-by: Lukas Bulwahn --- arch/x86/configs/xen.config | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/configs/xen.config b/arch/x86/configs/xen.config index d9fc7139fd46..581296255b39 100644

Re: [PATCH 1/4] xen: x86: set the config XEN_512GB after config change

2022-08-16 Thread Lukas Bulwahn
On Wed, Aug 10, 2022 at 9:07 AM Jan Beulich wrote: > > On 10.08.2022 07:07, Lukas Bulwahn wrote: > > --- a/arch/x86/configs/xen.config > > +++ b/arch/x86/configs/xen.config > > @@ -14,7 +14,7 @@ CONFIG_CPU_FREQ=y > > > > # x86 xen specific

Re: [PATCH 3/4] xen: move XEN_BALLOON_MEMORY_HOTPLUG to generic config

2022-08-16 Thread Lukas Bulwahn
On Wed, Aug 10, 2022 at 1:32 PM Oleksandr Tyshchenko wrote: > > > On 10.08.22 08:07, Lukas Bulwahn wrote: > > Hello Lukas, all > > > While reviewing arch/x86/configs/xen.config, I noticed the following > > note in this file: > > > >'# depends o

[PATCH 1/4] xen: x86: set the config XEN_512GB after config change

2022-08-09 Thread Lukas Bulwahn
Commit c70727a5bc18 ("xen: allow more than 512 GB of RAM for 64 bit pv-domains") from July 2015 replaces the config XEN_MAX_DOMAIN_MEMORY with a new config XEN_512GB, but misses to adjust arch/x86/configs/xen.config. Adjust this config fragment now. Signed-off-by: Lukas Bulwahn ---

[PATCH 2/4] xen: remove XEN_SCRUB_PAGES in xen.config

2022-08-09 Thread Lukas Bulwahn
ig in the xen.config file. Remove setting XEN_SCRUB_PAGES in xen.config, which is without effect since the commit above anyway. Signed-off-by: Lukas Bulwahn --- kernel/configs/xen.config | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/configs/xen.config b/kernel/configs/xen.confi

[PATCH 4/4] MAINTAINERS: add xen config fragments to XEN HYPERVISOR sections

2022-08-09 Thread Lukas Bulwahn
Make changes to the xen config fragments reach the XEN HYPERVISOR maintainers and mailing list. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ee2098fc6f7c..6c2516b3da21 100644 --- a/MAINTAINERS +++ b

[PATCH 3/4] xen: move XEN_BALLOON_MEMORY_HOTPLUG to generic config

2022-08-09 Thread Lukas Bulwahn
the generic xen.config now. Signed-off-by: Lukas Bulwahn --- arch/x86/configs/xen.config | 3 --- kernel/configs/xen.config | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/x86/configs/xen.config b/arch/x86/configs/xen.config index 8a6c88f48e75..024817bc4f0e 100644 ---

[PATCH 0/4] update the xen config fragments

2022-08-09 Thread Lukas Bulwahn
Lukas Bulwahn (4): xen: x86: set the config XEN_512GB after config change xen: remove XEN_SCRUB_PAGES in xen.config xen: move XEN_BALLOON_MEMORY_HOTPLUG to generic config MAINTAINERS: add xen config fragments to XEN HYPERVISOR sections MAINTAINERS | 2 ++ arch/x86/configs

[PATCH] MAINTAINERS: remove typo from XEN PVUSB DRIVER section

2021-12-15 Thread Lukas Bulwahn
vious typo. Signed-off-by: Lukas Bulwahn --- applies on next-20211215 Juergen, please ack. Greg, please pick this minor clean-up on top of the commit above. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 97215d89df4e..a5df6e1219b6 10

Re: [RFC] MAINTAINERS tag for cleanup robot

2020-11-23 Thread Lukas Bulwahn
On Mon, Nov 23, 2020 at 4:52 PM Jani Nikula wrote: > > On Sat, 21 Nov 2020, James Bottomley > wrote: > > On Sat, 2020-11-21 at 08:50 -0800, t...@redhat.com wrote: > >> A difficult part of automating commits is composing the subsystem > >> preamble in the commit log. For the ongoing effort of a

[Xen-devel] [PATCH] MAINTAINERS: unify reference to xen-devel list

2019-01-12 Thread Lukas Bulwahn
he mailing list above. Signed-off-by: Lukas Bulwahn --- Juergen, please include this in the xen tree. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 14b991ebf2c1..d9d088e0677f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5179,11 +51

[Xen-devel] Two xen-devel mailing list addresses mentioned in MAINTAINERS

2019-01-11 Thread Lukas Bulwahn
Dear xen-devel mailing list, (I know I am not subscribed; so this must be let through by a moderator.) In the linux kernel MAINTAINERS file, largely xen-devel@lists.xenproject.org (moderated for non-subscribers) is mentioned as the xen-devel mailing list. However, the DRM DRIVERS FOR XEN mention