Following the renaming of Xen build option.
Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
---
automation/eclair_analysis/xen_arm_config | 2 +-
automation/eclair_analysis/xen_x86_config | 2 +-
automation/gitlab-ci/build.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/automation/eclair_analysis/xen_arm_config b/automation/eclair_analysis/xen_arm_config
index ef140ceb73..4b01ef51c5 100644
--- a/automation/eclair_analysis/xen_arm_config
+++ b/automation/eclair_analysis/xen_arm_config
@@ -63,7 +63,7 @@ CONFIG_HAS_DEVICE_TREE=y
CONFIG_HAS_FAST_MULTIPLY=y
CONFIG_HAS_PDX=y
CONFIG_HAS_PMAP=y
-# CONFIG_MEM_ACCESS is not set
+# CONFIG_VM_EVENT is not set
CONFIG_STATIC_MEMORY=y
#
diff --git a/automation/eclair_analysis/xen_x86_config b/automation/eclair_analysis/xen_x86_config
index abc44d43e1..9da3264dd0 100644
--- a/automation/eclair_analysis/xen_x86_config
+++ b/automation/eclair_analysis/xen_x86_config
@@ -54,7 +54,7 @@ CONFIG_HAS_PDX=y
CONFIG_HAS_SCHED_GRANULARITY=y
CONFIG_HAS_UBSAN=y
CONFIG_MEM_ACCESS_ALWAYS_ON=y
-CONFIG_MEM_ACCESS=y
+CONFIG_VM_EVENT=y
CONFIG_NEEDS_LIBELF=y
CONFIG_NUMA=y
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index bc4a8a5ad2..ed65e2edd7 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -741,7 +741,7 @@ debian-12-riscv64-gcc:
CONFIG_EXPERT=y
CONFIG_GRANT_TABLE=n
CONFIG_LIVEPATCH=n
- CONFIG_MEM_ACCESS=n
+ CONFIG_VM_EVENT=n
CONFIG_QEMU_PLATFORM=y
CONFIG_XSM=n
--
2.25.1
On 21.01.2025 11:23, Sergiy Kibrik wrote: > Following the renaming of Xen build option. > > Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com> > --- > automation/eclair_analysis/xen_arm_config | 2 +- > automation/eclair_analysis/xen_x86_config | 2 +- > automation/gitlab-ci/build.yaml | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) This can't really be separated from the changes doing the actual rename, can it? Aiui the build (randconfig ones in particular) may break between the two patches, or what is being tested may end up being different. Jan
On 2025-01-21 11:23, Sergiy Kibrik wrote: > Following the renaming of Xen build option. > > Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com> For the ECLAIR part: Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com> > --- > automation/eclair_analysis/xen_arm_config | 2 +- > automation/eclair_analysis/xen_x86_config | 2 +- > automation/gitlab-ci/build.yaml | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/automation/eclair_analysis/xen_arm_config > b/automation/eclair_analysis/xen_arm_config > index ef140ceb73..4b01ef51c5 100644 > --- a/automation/eclair_analysis/xen_arm_config > +++ b/automation/eclair_analysis/xen_arm_config > @@ -63,7 +63,7 @@ CONFIG_HAS_DEVICE_TREE=y > CONFIG_HAS_FAST_MULTIPLY=y > CONFIG_HAS_PDX=y > CONFIG_HAS_PMAP=y > -# CONFIG_MEM_ACCESS is not set > +# CONFIG_VM_EVENT is not set > CONFIG_STATIC_MEMORY=y > > # > diff --git a/automation/eclair_analysis/xen_x86_config > b/automation/eclair_analysis/xen_x86_config > index abc44d43e1..9da3264dd0 100644 > --- a/automation/eclair_analysis/xen_x86_config > +++ b/automation/eclair_analysis/xen_x86_config > @@ -54,7 +54,7 @@ CONFIG_HAS_PDX=y > CONFIG_HAS_SCHED_GRANULARITY=y > CONFIG_HAS_UBSAN=y > CONFIG_MEM_ACCESS_ALWAYS_ON=y > -CONFIG_MEM_ACCESS=y > +CONFIG_VM_EVENT=y > CONFIG_NEEDS_LIBELF=y > CONFIG_NUMA=y > > diff --git a/automation/gitlab-ci/build.yaml > b/automation/gitlab-ci/build.yaml > index bc4a8a5ad2..ed65e2edd7 100644 > --- a/automation/gitlab-ci/build.yaml > +++ b/automation/gitlab-ci/build.yaml > @@ -741,7 +741,7 @@ debian-12-riscv64-gcc: > CONFIG_EXPERT=y > CONFIG_GRANT_TABLE=n > CONFIG_LIVEPATCH=n > - CONFIG_MEM_ACCESS=n > + CONFIG_VM_EVENT=n > CONFIG_QEMU_PLATFORM=y > CONFIG_XSM=n -- Nicola Vetrini, B.Sc. Software Engineer BUGSENG (https://bugseng.com) LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253
© 2016 - 2025 Red Hat, Inc.