# git rev-parse -q --verify fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3^{commit} fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3 already have revision, skipping fetch # git checkout -q -f -B kisskb fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3 # git clean -qxdf # < git log -1 # commit fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3 # Merge: 706ce3caea1c da9619a30e73 # Author: Linus Torvalds # Date: Sat May 6 11:43:08 2023 -0700 # # Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull dmapool updates - again - from Andrew Morton: # "Reinstate the dmapool changes which were accidentally removed by a # mishap on the last commit in the previous attempt at the series" # # Fixes: 2d55c16c0c54 ("dmapool: create/destroy cleanup"). # # [ The whole old series: def8574308ed..2d55c16c0c54 results in an empty # diff because that last commit ended up being just a revert of all that # came everything before it. - Linus ] # # * tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: # dmapool: link blocks across pages # dmapool: don't memset on free twice # dmapool: simplify freeing # dmapool: consolidate page initialization # dmapool: rearrange page alloc failure handling # dmapool: move debug code to own functions # dmapool: speedup DMAPOOL_DEBUG with init_on_alloc # dmapool: cleanup integer types # dmapool: use sysfs_emit() instead of scnprintf() # dmapool: remove checks for dev == NULL # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3 # < make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c: In function 'mtk_hdmi_pll_prepare': /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:357:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code static int mtk_hdmi_pll_prepare(struct clk_hw *hw) ^ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:357:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c: In function 'mtk_hdmi_pll_set_rate': /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:408:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code static int mtk_hdmi_pll_set_rate(struct clk_hw *hw, unsigned long rate, ^ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:408:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:408:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:408:12: sorry, unimplemented: '-mgeneral-regs-only' and floating point code make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/phy/mediatek/phy-mtk-hdmi-mt8195.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/phy/mediatek] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/phy] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/trace/define_trace.h:102:0, from /kisskb/src/fs/xfs/scrub/trace.h:989, from /kisskb/src/fs/xfs/scrub/trace.c:40: /kisskb/src/fs/xfs/./scrub/trace.h: In function 'trace_raw_output_xchk_fsgate_class': /kisskb/src/fs/xfs/scrub/scrub.h:112:28: error: initializer element is not constant #define XREP_ALREADY_FIXED (1 << 31) /* checking our repair work */ ^ /kisskb/src/include/trace/trace_events.h:203:27: note: in definition of macro 'DECLARE_EVENT_CLASS' trace_event_printf(iter, print); \ ^ /kisskb/src/fs/xfs/./scrub/trace.h:165:2: note: in expansion of macro 'TP_printk' TP_printk("dev %d:%d type %s fsgates '%s'", ^ /kisskb/src/fs/xfs/./scrub/trace.h:168:5: note: in expansion of macro '__print_flags' __print_flags(__entry->fsgate_flags, "|", XFS_SCRUB_STATE_STRINGS)) ^ /kisskb/src/fs/xfs/./scrub/trace.h:104:4: note: in expansion of macro 'XREP_ALREADY_FIXED' { XREP_ALREADY_FIXED, "already_fixed" } ^ /kisskb/src/fs/xfs/./scrub/trace.h:168:47: note: in expansion of macro 'XFS_SCRUB_STATE_STRINGS' __print_flags(__entry->fsgate_flags, "|", XFS_SCRUB_STATE_STRINGS)) ^ /kisskb/src/fs/xfs/scrub/scrub.h:112:28: note: (near initialization for '__flags[4].mask') #define XREP_ALREADY_FIXED (1 << 31) /* checking our repair work */ ^ /kisskb/src/include/trace/trace_events.h:203:27: note: in definition of macro 'DECLARE_EVENT_CLASS' trace_event_printf(iter, print); \ ^ /kisskb/src/fs/xfs/./scrub/trace.h:165:2: note: in expansion of macro 'TP_printk' TP_printk("dev %d:%d type %s fsgates '%s'", ^ /kisskb/src/fs/xfs/./scrub/trace.h:168:5: note: in expansion of macro '__print_flags' __print_flags(__entry->fsgate_flags, "|", XFS_SCRUB_STATE_STRINGS)) ^ /kisskb/src/fs/xfs/./scrub/trace.h:104:4: note: in expansion of macro 'XREP_ALREADY_FIXED' { XREP_ALREADY_FIXED, "already_fixed" } ^ /kisskb/src/fs/xfs/./scrub/trace.h:168:47: note: in expansion of macro 'XFS_SCRUB_STATE_STRINGS' __print_flags(__entry->fsgate_flags, "|", XFS_SCRUB_STATE_STRINGS)) ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/xfs/scrub/trace.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/xfs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: fs] Error 2 make[1]: *** [/kisskb/src/Makefile:2026: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 160 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc5 # Build took: 0:04:34.153151