mbox series

[F,0/1] UBUNTU: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU

Message ID 20200224064721.126455-1-frank.heimes@canonical.com
Headers show
Series UBUNTU: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU | expand

Message

Frank Heimes Feb. 24, 2020, 6:47 a.m. UTC
Buglink: https://bugs.launchpad.net/bugs/1864198

Starting with focal Ubuntu for s390x gets compiled for z13.
This allows an increase (actually doubling) of the CONFIG_NR_CPUS option value - and with that CONFIG_NUMA_EMU should be unset.
These config changes are now the default for focal and higher on s390x.

Frank Heimes (1):
  Ubuntu: [Config] Adjusting CPU and NUMA kernel config options on s390x
    starting with focal

 debian.master/config/annotations               | 6 ++++--
 debian.master/config/s390x/config.common.s390x | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Seth Forshee Feb. 26, 2020, 2:40 a.m. UTC | #1
On Mon, Feb 24, 2020 at 07:47:20AM +0100, frank.heimes@canonical.com wrote:
> Buglink: https://bugs.launchpad.net/bugs/1864198
> 
> Starting with focal Ubuntu for s390x gets compiled for z13.
> This allows an increase (actually doubling) of the CONFIG_NR_CPUS option value - and with that CONFIG_NUMA_EMU should be unset.
> These config changes are now the default for focal and higher on s390x.

After applying this patch updateconfigs generated additional config
changes, mostly moving things around. Applied to focal/master-next and
unstable/master with these changes, thanks!