Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xen: remove XEN_SCRUB_PAGES in xen.config

Commit 197ecb3802c0 ("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>

authored by

Lukas Bulwahn and committed by
Juergen Gross
aa6d1e5b ced3c742

-1
-1
kernel/configs/xen.config
··· 34 34 CONFIG_XEN_SCSI_FRONTEND=m 35 35 # others 36 36 CONFIG_XEN_BALLOON=y 37 - CONFIG_XEN_SCRUB_PAGES=y 38 37 CONFIG_XEN_DEV_EVTCHN=m 39 38 CONFIG_XEN_BLKDEV_FRONTEND=m 40 39 CONFIG_XEN_NETDEV_FRONTEND=m