# git rev-parse -q --verify ba3b759fb688c09cd9b09852d2728b012cf040ba^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify ba3b759fb688c09cd9b09852d2728b012cf040ba^{commit} ba3b759fb688c09cd9b09852d2728b012cf040ba # git checkout -q -f -B kisskb ba3b759fb688c09cd9b09852d2728b012cf040ba # git clean -qxdf # < git log -1 # commit ba3b759fb688c09cd9b09852d2728b012cf040ba # Author: Matthew Bystrin # Date: Fri Feb 16 17:10:14 2024 +0300 # # kconfig: lxdialog: fix cursor render in checklist # # When a checklist is opened, the cursor is rendered in a wrong position # (after the last list element on the screen). You can observe it by # opening any checklist in menuconfig. # # Added wmove() to set the cursor in the proper position, just like in # menubox.c. Removed wnoutrefresh(dialog) because dialog window has # already been updated in print_buttons(). Replaced wnoutrefresh(list) and # doupdate() calls with one wrefresh(list) call. # # Signed-off-by: Matthew Bystrin # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ba3b759fb688c09cd9b09852d2728b012cf040ba # make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/kbuild_defconfig_m68k-gcc11 # Build took: 0:01:06.035822