diff mbox series

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

Message ID 20220810050712.9539-3-lukas.bulwahn@gmail.com (mailing list archive)
State Accepted
Commit aa6d1e5b502866a4364dfeb2cdecf7c258c400ee
Headers show
Series update the xen config fragments | expand

Commit Message

Lukas Bulwahn Aug. 10, 2022, 5:07 a.m. UTC
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>
---
 kernel/configs/xen.config | 1 -
 1 file changed, 1 deletion(-)

Comments

Jürgen Groß Aug. 12, 2022, 8:41 a.m. UTC | #1
On 10.08.22 07:07, Lukas Bulwahn wrote:
> 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>


Juergen
Jürgen Groß Aug. 14, 2022, 8:38 a.m. UTC | #2
On 10.08.22 07:07, Lukas Bulwahn wrote:
> 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>

Pushed to xen/tip.git for-linus-6.0


Juergen
diff mbox series

Patch

diff --git a/kernel/configs/xen.config b/kernel/configs/xen.config
index ff756221f112..436f806aa1ed 100644
--- a/kernel/configs/xen.config
+++ b/kernel/configs/xen.config
@@ -34,7 +34,6 @@  CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
 CONFIG_XEN_SCSI_FRONTEND=m
 # others
 CONFIG_XEN_BALLOON=y
-CONFIG_XEN_SCRUB_PAGES=y
 CONFIG_XEN_DEV_EVTCHN=m
 CONFIG_XEN_BLKDEV_FRONTEND=m
 CONFIG_XEN_NETDEV_FRONTEND=m