[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] xen: randconfig fixes
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Date: Wed, 22 Oct 2025 16:20:52 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=EBDo8oO7K/oh0KcAL7ZLWPFe2u1tB5p2aAe84ja1/3c=; b=F3C4JdBnskdaIMIcjjAynBoiweF+Jje8lX/A2ZzGse630z9ijkhnr1mSsp8O62sRQFuCn/IECyHtCeWUIs64HOmzrU78g3mOPf6mN4cg7zkxz+nyKkYXAcdLRbnzMs2TDHC5u2jdaqgiVOcgvtANRGaOnTZRwVVzGVJpY00Azr9l1cKXDpwWm+MTFB9XMDgAIjvXdZ1WcRoknFyECxeTd9+PhJ3HFbLHux8/JUgIV84EPWr4tm9EBT8ABAesqBD3J78IzGN7eAns/++SZr/gUFqJIvUuBNtSupOtSrHOmItPzaT0aYPnYKtfTeTeKrIZXkmqZFftaeWdU2UcTDIzPw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=RLg3q0sRgMkDjM8WbhaExhtp3v7oFkWPM2iz7qrKkDnsLprbtXQHNO40vXEd/KleF+HxuC+jWRFcfR2vHdiER95jvWeS/5nJO6OJQXqYe2ghnQXiIsUb/ctsqtQeAR/2hwiKsBDTwo5jy017kI4jMAK2H6I5KSIYAaO+3Ohz3xyov4JNOnJLtRWgSibvWLeF4W7I82EtYaqAzbcVH6WZzzDvyjf4IWgx0I6pc+/yQ69YhHb7Dew3TQ3SbjYYgB+KG4BJGqnCwsROh5zvIb47tbx8ktX6RKcMYr2IrZ8eSZLA+zEK8nF2PGacd8pUW5YCLS2VOqdzP+vwTLopVa2Yug==
- Cc: <stefano.stabellini@xxxxxxx>, <jbeulich@xxxxxxxx>, <andrew.cooper3@xxxxxxxxxx>, <roger.pau@xxxxxxxxxx>, <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Wed, 22 Oct 2025 23:21:18 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi all,
I tested the two fixes together for 1000 randconfig build tests here:
https://gitlab.com/xen-project/people/sstabellini/xen/-/pipelines/2114931367
And also locally on my workstation for a full day successfully.
Jan Beulich (1):
x86/mm: correct PG_log_dirty definition again
Stefano Stabellini (1):
xen: fix randconfig build problems after introducing SYSCTL
xen/arch/x86/hvm/Kconfig | 1 +
xen/arch/x86/include/asm/paging.h | 2 +-
xen/common/Kconfig | 1 +
xen/include/hypercall-defs.c | 4 ++--
4 files changed, 5 insertions(+), 3 deletions(-)
|