Skip to content

Commit aa6d1e5

Browse files
bulwahnjgross1
authored andcommitted
xen: remove XEN_SCRUB_PAGES in xen.config
Commit 197ecb3 ("xen/balloon: add runtime control for scrubbing ballooned out pages") changed config XEN_SCRUB_PAGES to config XEN_SCRUB_PAGES_DEFAULT. As xen.config sets 'XEN_BALLOON=y' and XEN_SCRUB_PAGES_DEFAULT defaults to yes, there is no further need to set this config 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 <lukas.bulwahn@gmail.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20220810050712.9539-3-lukas.bulwahn@gmail.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent ced3c74 commit aa6d1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/configs/xen.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
3434
CONFIG_XEN_SCSI_FRONTEND=m
3535
# others
3636
CONFIG_XEN_BALLOON=y
37-
CONFIG_XEN_SCRUB_PAGES=y
3837
CONFIG_XEN_DEV_EVTCHN=m
3938
CONFIG_XEN_BLKDEV_FRONTEND=m
4039
CONFIG_XEN_NETDEV_FRONTEND=m

0 commit comments

Comments
 (0)