Buildresult: linus/m68k-defconfig/m68k-gcc8 built on Sep 3 2021, 11:03
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 3 2021, 11:03
Duration:
0:02:46.934023
Builder:
blade4b
Revision:
Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (
7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73)
Target:
linus/m68k-defconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (5)
arch/m68k/mvme147/config.c:174:2: warning: #warning check me! [-Wcpp] #warning check me! arch/m68k/mvme16x/config.c:439:2: warning: #warning check me! [-Wcpp] #warning check me! block/mq-deadline.c:274:12: warning: 'dd_queued' defined but not used [-Wunused-function]
Full Log
# git rev-parse -q --verify 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73^{commit} 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73 already have revision, skipping fetch # git checkout -q -f -B kisskb 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73 # git clean -qxdf # < git log -1 # commit 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73 # Merge: 89b6b8cd92c0 0487d4fc42d7 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Sep 2 13:49:39 2021 -0700 # # Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 # # Pull x86 platform driver updates from Hans de Goede: # "Highlights: # # - Move all the Intel drivers into their own subdir(s) (mostly Kate's # work) # # - New meraki-mx100 platform driver # # - Asus WMI driver enhancements, including support for # /sys/firmware/acpi/platform_profile # # - New BIOS SAR driver for Intel M.2 WWAM modems # # - Alder Lake support for the Intel PMC driver # # - A whole bunch of cleanups + fixes all over the place" # # * tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (65 commits) # platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from run_smbios_call # platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning # platform/x86: ISST: use semi-colons instead of commas # platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatch warning # platform/x86: asus-wmi: Delete impossible condition # platform/x86: hp_accel: Convert to be a platform driver # platform/x86: hp_accel: Remove _INI method call # platform/mellanox: mlxbf-pmc: fix kernel-doc notation # platform/x86/intel: pmc/core: Add GBE Package C10 fix for Alder Lake PCH # platform/x86/intel: pmc/core: Add Alder Lake low power mode support for pmc core # platform/x86/intel: pmc/core: Add Latency Tolerance Reporting (LTR) support to Alder Lake # platform/x86/intel: pmc/core: Add Alderlake support to pmc core driver # platform/x86: intel-wmi-thunderbolt: Move to intel sub-directory # platform/x86: intel-wmi-sbl-fw-update: Move to intel sub-directory # platform/x86: intel-vbtn: Move to intel sub-directory # platform/x86: intel_oaktrail: Move to intel sub-directory # platform/x86: intel_int0002_vgpio: Move to intel sub-directory # platform/x86: intel-hid: Move to intel sub-directory # platform/x86: intel_atomisp2: Move to intel sub-directory # platform/x86: intel_speed_select_if: Move to intel sub-directory # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73 # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/arch/m68k/mvme147/config.c: In function 'mvme147_hwclk': /kisskb/src/arch/m68k/mvme147/config.c:174:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/arch/m68k/mvme16x/config.c: In function 'mvme16x_hwclk': /kisskb/src/arch/m68k/mvme16x/config.c:439:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/block/mq-deadline.c:274:12: warning: 'dd_queued' defined but not used [-Wunused-function] static u32 dd_queued(struct deadline_data *dd, enum dd_prio prio) ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m68k-defconfig_m68k-gcc8 # Build took: 0:02:46.934023
© Michael Ellerman 2006-2018.