Buildresult: powerpc-fixes/ppc6xx_defconfig/powerpc-gcc5 built on Jan 29 2022, 01:01
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 29 2022, 01:01
Duration:
0:02:17.745703
Builder:
ka7
Revision:
KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure (
fe8a1487c462c9afb7a7da862b0747b1f57229e7)
Target:
powerpc-fixes/ppc6xx_defconfig/powerpc-gcc5
Branch:
powerpc-fixes
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
ppc6xx_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
drivers/net/ethernet/freescale/fec_mpc52xx.c:659:29: warning: passing argument 2 of 'mpc52xx_fec_set_paddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Full Log
# git rev-parse -q --verify fe8a1487c462c9afb7a7da862b0747b1f57229e7^{commit} fe8a1487c462c9afb7a7da862b0747b1f57229e7 already have revision, skipping fetch # git checkout -q -f -B kisskb fe8a1487c462c9afb7a7da862b0747b1f57229e7 # git clean -qxdf # < git log -1 # commit fe8a1487c462c9afb7a7da862b0747b1f57229e7 # Author: Fabiano Rosas <farosas@linux.ibm.com> # Date: Tue Jan 25 18:56:55 2022 -0300 # # KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure # # MMIO emulation can fail if the guest uses an instruction that we are # not prepared to emulate. Since these instructions can be and most # likely are valid ones, this is (slightly) closer to an access fault # than to an illegal instruction, so deliver a Data Storage interrupt # instead of a Program interrupt. # # BookE ignores bad faults, so it will keep using a Program interrupt # because a DSI would cause a fault loop in the guest. # # Suggested-by: Nicholas Piggin <npiggin@gmail.com> # Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> # Reviewed-by: Nicholas Piggin <npiggin@gmail.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20220125215655.1026224-6-farosas@linux.ibm.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 fe8a1487c462c9afb7a7da862b0747b1f57229e7 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc6xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc6xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc6xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc6xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c: In function 'mpc52xx_fec_start': /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c:659:29: warning: passing argument 2 of 'mpc52xx_fec_set_paddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mpc52xx_fec_set_paddr(dev, dev->dev_addr); ^ /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c:102:13: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'const unsigned char *' static void mpc52xx_fec_set_paddr(struct net_device *dev, u8 *mac) ^ Completed OK # rm -rf /kisskb/build/powerpc-fixes_ppc6xx_defconfig_powerpc-gcc5 # Build took: 0:02:17.745703
© Michael Ellerman 2006-2018.