# git rev-parse -q --verify 0a957467c5fd46142bc9c52758ffc552d4c5e2f7^{commit} 0a957467c5fd46142bc9c52758ffc552d4c5e2f7 already have revision, skipping fetch # git checkout -q -f -B kisskb 0a957467c5fd46142bc9c52758ffc552d4c5e2f7 # git clean -qxdf # < git log -1 # commit 0a957467c5fd46142bc9c52758ffc552d4c5e2f7 # Author: Guenter Roeck # Date: Wed Aug 15 13:22:27 2018 -0700 # # x86: i8259: Add missing include file # # i8259.h uses inb/outb and thus needs to include asm/io.h to avoid the # following build error, as seen with x86_64:defconfig and CONFIG_SMP=n. # # In file included from drivers/rtc/rtc-cmos.c:45:0: # arch/x86/include/asm/i8259.h: In function 'inb_pic': # arch/x86/include/asm/i8259.h:32:24: error: # implicit declaration of function 'inb' # # arch/x86/include/asm/i8259.h: In function 'outb_pic': # arch/x86/include/asm/i8259.h:45:2: error: # implicit declaration of function 'outb' # # Reported-by: Sebastian Gottschall # Suggested-by: Sebastian Gottschall # Fixes: 447ae3166702 ("x86: Don't include linux/irq.h from asm/hardirq.h") # Signed-off-by: Guenter Roeck # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < git log --format=%s --max-count=1 0a957467c5fd46142bc9c52758ffc552d4c5e2f7 # < make -s -j 48 ARCH=nds32 O=/kisskb/build/linus_nds32-allnoconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allnoconfig # make -s -j 48 ARCH=nds32 O=/kisskb/build/linus_nds32-allnoconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- In function 'fill_kobj_path', inlined from 'kobject_get_path' at /kisskb/src/lib/kobject.c:155:2: /kisskb/src/lib/kobject.c:128:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path + length, kobject_name(parent), cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_get_path': /kisskb/src/lib/kobject.c:125:13: note: length computed here int cur = strlen(kobject_name(parent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_nds32-allnoconfig_nds32le # Build took: 0:00:13.377663