# git rev-parse -q --verify cfb61b5e3e09f8b49bc4d685429df75f45127adc^{commit} cfb61b5e3e09f8b49bc4d685429df75f45127adc already have revision, skipping fetch # git checkout -q -f -B kisskb cfb61b5e3e09f8b49bc4d685429df75f45127adc # git clean -qxdf # < git log -1 # commit cfb61b5e3e09f8b49bc4d685429df75f45127adc # Author: David S. Miller # Date: Thu Mar 15 14:18:00 2018 -0700 # # sparc64: Fix regression in pmdp_invalidate(). # # pmdp_invalidate() was changed to update the pmd atomically # (to not lose dirty/access bits) and return the original pmd # value. # # However, in doing so, we lost a lot of the essential work that # set_pmd_at() does, namely to update hugepage mapping counts and # queuing up the batched TLB flush entry. # # Thus we were not flushing entries out of the TLB when making # such PMD changes. # # Fix this by abstracting the accounting work of set_pmd_at() out into a # separate function, and call it from pmdp_establish(). # # Fixes: a8e654f01cb7 ("sparc64: update pmdp_invalidate() to return old pmd value") # Signed-off-by: David S. Miller # < /opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux-gcc --version # < git log --format=%s --max-count=1 cfb61b5e3e09f8b49bc4d685429df75f45127adc # < make -s -j 8 ARCH=i386 O=/kisskb/build/linus_i386-allnoconfig_i386 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- allnoconfig # make -s -j 8 ARCH=i386 O=/kisskb/build/linus_i386-allnoconfig_i386 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- CONFIG_CC_STACKPROTECTOR_AUTO: -fstack-protector available but compiler is broken: disabling /kisskb/src/arch/x86/kernel/e820.c: In function 'e820__setup_pci_gap': /kisskb/src/arch/x86/kernel/e820.c:650:16: warning: 'gapstart' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/linus_i386-allnoconfig_i386 # Build took: 0:00:18.138306