On Thu, Sep 06, 2018 at 06:01:18PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Commit 452331adc6c0 ("kernel-configs: enable virtio_9P and 9P_FS") > removed the explicit unsetting of CONFIG_64BIT from some of the i386 > kconfigs. So, they actually became x86_64. Fix it by syncing them back > up with the x86_64 configs. I also added the script I used to do this. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > kernel-configs/i386-config-3.18 | 1 + > kernel-configs/i386-config-4.1 | 5 +--- > kernel-configs/i386-config-4.14 | 3 +-- > kernel-configs/i386-config-4.4 | 4 +-- > kernel-configs/i386-config-4.9 | 3 +-- > kernel-configs/sync_i386_configs.sh | 38 +++++++++++++++++++++++++++++ > 6 files changed, 43 insertions(+), 11 deletions(-) > create mode 100755 kernel-configs/sync_i386_configs.sh > Hi Ted, are you planning to apply this? Thanks! - Eric