# git rev-parse -q --verify 2c669ef6979c370f98d4b876e54f19613c81e075^{commit} 2c669ef6979c370f98d4b876e54f19613c81e075 already have revision, skipping fetch # git checkout -q -f -B kisskb 2c669ef6979c370f98d4b876e54f19613c81e075 # git clean -qxdf # < git log -1 # commit 2c669ef6979c370f98d4b876e54f19613c81e075 # Author: Valentin Schneider # Date: Wed Jul 7 19:38:31 2021 +0100 # # powerpc/preempt: Don't touch the idle task's preempt_count during hotplug # # Powerpc currently resets a CPU's idle task preempt_count to 0 before # said task starts executing the secondary startup routine (and becomes an # idle task proper). # # This conflicts with commit f1a0a376ca0c ("sched/core: Initialize the # idle task with preemption disabled"). # # which initializes all of the idle tasks' preempt_count to # PREEMPT_DISABLED during smp_init(). Note that this was superfluous # before said commit, as back then the hotplug machinery would invoke # init_idle() via idle_thread_get(), which would have already reset the # CPU's idle task's preempt_count to PREEMPT_ENABLED. # # Get rid of this preempt_count write. # # Fixes: f1a0a376ca0c ("sched/core: Initialize the idle task with preemption disabled") # Reported-by: Bharata B Rao # Signed-off-by: Valentin Schneider # Tested-by: Guenter Roeck # Tested-by: Bharata B Rao # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20210707183831.2106509-1-valentin.schneider@arm.com # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 2c669ef6979c370f98d4b876e54f19613c81e075 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_ALTIVEC=n # Added to kconfig CONFIG_PPC_TRANSACTIONAL_MEM=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c: In function 'cxgb4_write_partial_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/powerpc-fixes_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 # Build took: 0:05:32.051070