# git rev-parse -q --verify f3dfe925f9548a4337883926db542ccf4ca55fe1^{commit} f3dfe925f9548a4337883926db542ccf4ca55fe1 already have revision, skipping fetch # git checkout -q -f -B kisskb f3dfe925f9548a4337883926db542ccf4ca55fe1 # git clean -qxdf # < git log -1 # commit f3dfe925f9548a4337883926db542ccf4ca55fe1 # Merge: 890f242084c9 69d517e6e210 # Author: Linus Torvalds # Date: Mon Oct 3 10:23:32 2022 -0700 # # Merge tag 'docs-6.1' of git://git.lwn.net/linux # # Pull documentation updates from Jonathan Corbet: # "There's not a huge amount of activity in the docs tree this time # around, but a few significant changes even so: # # - A complete rewriting of the top-level index.rst file, which mostly # reflects itself in a redone top page in the HTML-rendered docs. The # hope is that the new organization will be a friendlier starting # point for both users and developers. # # - Some math-rendering improvements. # # - A coding-style.rst update on the use of BUG() and WARN() # # - A big maintainer-PHP guide update. # # - Some code-of-conduct updates # # - More Chinese translation work # # Plus the usual pile of typo fixes, corrections, and updates" # # * tag 'docs-6.1' of git://git.lwn.net/linux: (66 commits) # checkpatch: warn on usage of VM_BUG_ON() and other BUG variants # coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel") # Documentation: devres: add missing IO helper # Documentation: devres: update IRQ helper # Documentation/mm: modify page_referenced to folio_referenced # Documentation/CoC: Reflect current CoC interpretation and practices # docs/doc-guide: Add documentation on SPHINX_IMGMATH # docs: process/5.Posting.rst: clarify use of Reported-by: tag # docs, kprobes: Fix the wrong location of Kprobes # docs: add a man-pages link to the front page # docs: put atomic*.txt and memory-barriers.txt into the core-api book # docs: move asm-annotations.rst into core-api # docs: remove some index.rst cruft # docs: reconfigure the HTML left column # docs: Rewrite the front page # docs: promote the title of process/index.rst # Documentation: devres: add missing SPI helper # Documentation: devres: add missing PINCTRL helpers # docs: hugetlbpage.rst: fix a typo of hugepage size # docs/zh_CN: Add new translation of admin-guide/bootconfig.rst # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 f3dfe925f9548a4337883926db542ccf4ca55fe1 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/thread_info.h:27, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/m68k/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/m68k/include/asm/irqflags.h:6, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/arch/m68k/include/asm/atomic.h:6, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/net/ipa/ipa_mem.c:10: /kisskb/src/drivers/net/ipa/ipa_mem.c: In function 'ipa_mem_init': /kisskb/src/arch/m68k/include/asm/bitops.h:344:20: error: array subscript 2 is above array bounds of 'long unsigned int[1]' [-Werror=array-bounds] while (!(num = ~*p++)) { ~^~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/net/ipa/ipa_mem.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/net/ipa] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1852: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 # Build took: 0:10:14.922005