Buildresult: linus/sun3_defconfig/m68k-gcc11 built on Aug 3 2022, 06:52
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 3 2022, 06:52
Duration:
0:01:32.429949
Builder:
ka7
Revision:
Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (
c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a)
Target:
linus/sun3_defconfig/m68k-gcc11
Branch:
linus
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
sun3_defconfig
(
download
)
Log:
Download original
Possible warnings (2)
arch/m68k/include/asm/string.h:68:25: warning: '__builtin_memset' offset [0, 11] is out of the bounds [0, 0] [-Warray-bounds] drivers/net/ethernet/i825xx/sun3_82586.c:989:122: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds]
Full Log
# git rev-parse -q --verify c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a^{commit} c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a already have revision, skipping fetch # git checkout -q -f -B kisskb c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # git clean -qxdf # < git log -1 # commit c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # Merge: a771ea6413c0 da9d01794e31 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Aug 2 11:27:53 2022 -0700 # # Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull thermal control updates from Rafael Wysocki: # "These start a rework of the handling of trip points in the thermal # core, improve the cpufreq/devfreq cooling device handling, update some # thermal control drivers and the tmon utility and clean up code. # # Specifics: # # - Consolidate the thermal core code by beginning to move the thermal # trip structure from the thermal OF code as a generic structure to # be used by the different sensors when registering a thermal zone # (Daniel Lezcano). # # - Make per cpufreq / devfreq cooling device ops instead of using a # global variable, fix comments and rework the trace information # (Lukasz Luba). # # - Add the include/dt-bindings/thermal.h under the area covered by the # thermal maintainer in the MAINTAINERS file (Lukas Bulwahn). # # - Improve the error output by giving the sensor identification when a # thermal zone failed to initialize, the DT bindings by changing the # positive logic and adding the r8a779f0 support on the rcar3 # (Wolfram Sang). # # - Convert the QCom tsens DT binding to the dtsformat format # (Krzysztof Kozlowski). # # - Remove the pointless get_trend() function in the QCom, Ux500 and # tegra thermal drivers, along with the unused DROP_FULL and # RAISE_FULL trends definitions. Simplify the code by using clamp() # macros (Daniel Lezcano). # # - Fix ref_table memory leak at probe time on the k3_j72xx bandgap # (Bryan Brattlof). # # - Fix array underflow in prep_lookup_table (Dan Carpenter). # # - Add static annotation to the k3_j72xx_bandgap_j7* data structure # (Jin Xiaoyun). # # - Fix typos in comments detected on sun8i by Coccinelle (Julia # Lawall). # # - Fix typos in comments on rzg2l (Biju Das). # # - Remove as unnecessary call to dev_err() as the error is already # printed by the failing function on u8500 (Yang Li). # # - Register the thermal zones as hwmon sensors for the Qcom thermal # sensors (Dmitry Baryshkov). # # - Fix 'tmon' tool compilation issue by adding phtread.h include # (Markus Mayer). # # - Fix typo in the comments for the 'tmon' tool (Slark Xiao). # # - Make the thermal core use ida_alloc()/free() directly instead of # ida_simple_get()/ida_simple_remove() that have been deprecated # (keliu). # # - Drop ACPI_FADT_LOW_POWER_S0 check from the Intel PCH thermal # control driver (Rafael Wysocki)" # # * tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (39 commits) # thermal/of: Initialize trip points separately # thermal/of: Use thermal trips stored in the thermal zone # thermal/core: Add thermal_trip in thermal_zone # thermal/core: Rename 'trips' to 'num_trips' # thermal/core: Move thermal_set_delay_jiffies to static # thermal/core: Remove unneeded EXPORT_SYMBOLS # thermal/of: Move thermal_trip structure to thermal.h # thermal/of: Remove the device node pointer for thermal_trip # thermal/of: Replace device node match with device node search # thermal/core: Remove duplicate information when an error occurs # thermal/core: Avoid calling ->get_trip_temp() unnecessarily # thermal/tools/tmon: Fix typo 'the the' in comment # thermal/tools/tmon: Include pthread and time headers in tmon.h # thermal/ti-soc-thermal: Fix comment typo # thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensors # thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensors # thermal/drivers/u8500: Remove unnecessary print function dev_err() # thermal/drivers/rzg2l: Fix comments # thermal/drivers/sun8i: Fix typo in comment # thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72xx_bandgap_j7200_data static # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/mm_types_task.h:14, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: In function 'check586', inlined from 'sun3_82586_probe1' at /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:365:6, inlined from 'sun3_82586_probe' at /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:311:8: /kisskb/src/arch/m68k/include/asm/string.h:68:25: warning: '__builtin_memset' offset [0, 11] is out of the bounds [0, 0] [-Warray-bounds] 68 | #define memset(d, c, n) __builtin_memset(d, c, n) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:218:9: note: in expansion of macro 'memset' 218 | memset((char *)p->scp,0, sizeof(struct scp_struct)); | ^~~~~~ In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:122: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] 989 | printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); | ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:19: note: in definition of macro '__swab16' 107 | __fswab16(x)) | ^ /kisskb/src/include/linux/printk.h:464:26: note: in expansion of macro 'printk_index_wrap' 464 | #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:17: note: in expansion of macro 'printk' 989 | printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); | ^~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:155:46: note: while referencing 'xmit_cmds' 155 | volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS]; | ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc11 # Build took: 0:01:32.429949
© Michael Ellerman 2006-2018.