From 2ad700c42fe288825795fad13c3f4eaad3d91ab4 Mon Sep 17 00:00:00 2001 From: "Alexander M. Merritt" Date: Thu, 17 Sep 2026 15:09:34 -0500 Subject: [PATCH] fix(patches): rebase xen balloon patch over upstream breakage Signed-off-by: Alexander M. Merritt --- patches/0001-feat-xen-deflate-balloon-via-oom-notifier.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/0001-feat-xen-deflate-balloon-via-oom-notifier.patch b/patches/0001-feat-xen-deflate-balloon-via-oom-notifier.patch index 88c9b7db..c97bdb89 100644 --- a/patches/0001-feat-xen-deflate-balloon-via-oom-notifier.patch +++ b/patches/0001-feat-xen-deflate-balloon-via-oom-notifier.patch @@ -80,7 +80,7 @@ index 8c44a25a7d2b..85b6cfe53b28 100644 + .notifier_call = balloon_oom_notify, +}; + - static int __init balloon_add_regions(void) + static int __init balloon_add_regions(bool append) { unsigned long start_pfn, pages; @@ -773,6 +829,8 @@ static int __init balloon_init(void)