merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][master][PATCH] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING on 13/12/2021 He Zhe wrote: > CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to > https://git.yoctoproject.org/linux-yocto-dev/commit/?h=standard/preempt-rt/base&id=554b0f3ca6f4948fdbab5f199858d902061318d0 > > and thus causes the following warnings on all preempt branches. > [NOTE]: 'CONFIG_NUMA_BALANCING' last val (y) and .config val (n) do not match > [NOTE]: 'CONFIG_NUMA_BALANCING_DEFAULT_ENABLED' last val (y) and .config val > (n) do not match > > Signed-off-by: He Zhe <[email protected]> > --- > bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + > intel-x86-64-preempt-rt.cfg | 4 ++++ > 2 files changed, 5 insertions(+) > create mode 100644 intel-x86-64-preempt-rt.cfg > > diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc > b/bsp/intel-x86/intel-x86-64-preempt-rt.scc > index e759c884..38331ac8 100644 > --- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc > +++ b/bsp/intel-x86/intel-x86-64-preempt-rt.scc > @@ -7,3 +7,4 @@ include ktypes/preempt-rt > > include intel-x86-64.scc > kconf hardware cfs-bandwidth.cfg > +kconf hardware intel-x86-64-preempt-rt.cfg > diff --git a/intel-x86-64-preempt-rt.cfg b/intel-x86-64-preempt-rt.cfg > new file mode 100644 > index 00000000..9880d740 > --- /dev/null > +++ b/intel-x86-64-preempt-rt.cfg > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: MIT > + > +# CONFIG_NUMA_BALANCING is not set > +# CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set > -- > 2.17.1 > In message: [linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING on 13/12/2021 He Zhe wrote: > CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to > https://git.yoctoproject.org/linux-yocto/commit/?h=v5.10/standard/preempt-rt/base&id=53ecacfc9c6861e44f4e0a3754f038224aa7fb23 > > and thus causes the following warnings on all preempt branches. > [NOTE]: 'CONFIG_NUMA_BALANCING' last val (y) and .config val (n) do not match > [NOTE]: 'CONFIG_NUMA_BALANCING_DEFAULT_ENABLED' last val (y) and .config val > (n) do not match > > Signed-off-by: He Zhe <[email protected]> > --- > bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + > intel-x86-64-preempt-rt.cfg | 4 ++++ > 2 files changed, 5 insertions(+) > create mode 100644 intel-x86-64-preempt-rt.cfg > > diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc > b/bsp/intel-x86/intel-x86-64-preempt-rt.scc > index bd31121b..197b5064 100644 > --- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc > +++ b/bsp/intel-x86/intel-x86-64-preempt-rt.scc > @@ -8,3 +8,4 @@ include ktypes/preempt-rt > include intel-x86-64.scc > include features/tsn/tsn.scc > kconf hardware cfs-bandwidth.cfg > +kconf hardware intel-x86-64-preempt-rt.cfg > diff --git a/intel-x86-64-preempt-rt.cfg b/intel-x86-64-preempt-rt.cfg > new file mode 100644 > index 00000000..9880d740 > --- /dev/null > +++ b/intel-x86-64-preempt-rt.cfg > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: MIT > + > +# CONFIG_NUMA_BALANCING is not set > +# CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set > -- > 2.17.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10740): https://lists.yoctoproject.org/g/linux-yocto/message/10740 Mute This Topic: https://lists.yoctoproject.org/mt/87707302/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
