Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc11 built on Apr 23 2022, 09:05
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 23 2022, 09:05
Duration:
0:02:55.006315
Builder:
blade46
Revision:
gpio: Request interrupts after IRQ is initialized (
06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc11
Branch:
linus-rand
Compiler:
x86_64-gcc11
(x86_64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (10)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. .config:4101:warning: override: reassigning to symbol STANDALONE .config:4102:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4107:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:4108:warning: override: reassigning to symbol BPF_PRELOAD vmlinux.o: warning: objtool: enter_from_user_mode()+0x13: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0x1c: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x13: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x13: call to __kcsan_check_access() leaves .noinstr.text section
Full Log
# git rev-parse -q --verify 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9^{commit} 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9 # git checkout -q -f -B kisskb 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9 # git clean -qxdf # < git log -1 # commit 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9 # Author: Mario Limonciello <mario.limonciello@amd.com> # Date: Fri Apr 22 08:14:52 2022 -0500 # # gpio: Request interrupts after IRQ is initialized # # Commit 5467801f1fcb ("gpio: Restrict usage of GPIO chip irq members # before initialization") attempted to fix a race condition that lead to a # NULL pointer, but in the process caused a regression for _AEI/_EVT # declared GPIOs. # # This manifests in messages showing deferred probing while trying to # allocate IRQs like so: # # amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517 # amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x002C to IRQ, err -517 # amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517 # [ .. more of the same .. ] # # The code for walking _AEI doesn't handle deferred probing and so this # leads to non-functional GPIO interrupts. # # Fix this issue by moving the call to `acpi_gpiochip_request_interrupts` # to occur after gc->irc.initialized is set. # # Fixes: 5467801f1fcb ("gpio: Restrict usage of GPIO chip irq members before initialization") # Link: https://lore.kernel.org/linux-gpio/BL1PR12MB51577A77F000A008AA694675E2EF9@BL1PR12MB5157.namprd12.prod.outlook.com/ # Link: https://bugzilla.suse.com/show_bug.cgi?id=1198697 # Link: https://bugzilla.kernel.org/show_bug.cgi?id=215850 # Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1979 # Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1976 # Reported-by: Mario Limonciello <mario.limonciello@amd.com> # Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> # Reviewed-by: Shreeya Patel <shreeya.patel@collabora.com> # Tested-By: Samuel Čavoj <samuel@cavoj.net> # Tested-By: lukeluk498@gmail.com Link: # Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> # Acked-by: Linus Walleij <linus.walleij@linaro.org> # Reviewed-and-tested-by: Takashi Iwai <tiwai@suse.de> # Cc: Shreeya Patel <shreeya.patel@collabora.com> # Cc: stable@vger.kernel.org # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 06fb4ecfeac7e00d6704fa5ed19299f2fefb3cc9 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4101:warning: override: reassigning to symbol STANDALONE .config:4102:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4107:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:4108:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- vmlinux.o: warning: objtool: enter_from_user_mode()+0x13: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0x1c: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x13: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x13: call to __kcsan_check_access() leaves .noinstr.text section Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:02:55.006315
© Michael Ellerman 2006-2018.