# git rev-parse -q --verify f6f360aef0e70a45cbf43db1dd9df5a5e96d9836^{commit} f6f360aef0e70a45cbf43db1dd9df5a5e96d9836 already have revision, skipping fetch # git checkout -q -f -B kisskb f6f360aef0e70a45cbf43db1dd9df5a5e96d9836 # git clean -qxdf # < git log -1 # commit f6f360aef0e70a45cbf43db1dd9df5a5e96d9836 # Merge: 2d70de4ee593 7df778be2f61 # Author: Linus Torvalds # Date: Sat Sep 25 15:51:08 2021 -0700 # # Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block # # Pull io_uring fixes from Jens Axboe: # "This one looks a bit bigger than it is, but that's mainly because 2/3 # of it is enabling IORING_OP_CLOSE to close direct file descriptors. # # We've had a few folks using them and finding it confusing that the way # to close them is through using -1 for file update, this just brings # API symmetry for direct descriptors. Hence I think we should just do # this now and have a better API for 5.15 release. There's some room for # de-duplicating the close code, but we're leaving that for the next # merge window. # # Outside of that, just small fixes: # # - Poll race fixes (Hao) # # - io-wq core dump exit fix (me) # # - Reschedule around potentially intensive tctx and buffer iterators # on teardown (me) # # - Fix for always ending up punting files update to io-wq (me) # # - Put the provided buffer meta data under memcg accounting (me) # # - Tweak for io_write(), removing dead code that was added with the # iterator changes in this release (Pavel)" # # * tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block: # io_uring: make OP_CLOSE consistent with direct open # io_uring: kill extra checks in io_write() # io_uring: don't punt files update to io-wq unconditionally # io_uring: put provided buffer meta data under memcg accounting # io_uring: allow conditional reschedule for intensive iterators # io_uring: fix potential req refcount underflow # io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow # io_uring: fix race between poll completion and cancel_hash insertion # io-wq: ensure we exit if thread group is exiting # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 f6f360aef0e70a45cbf43db1dd9df5a5e96d9836 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected GOT/PLT entries detected! /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected run-time procedure linkages detected! drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend': drm_fb_helper.c:(.text+0x568): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_resume_worker': drm_fb_helper.c:(.text+0x59c): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_unregister_fbi': drm_fb_helper.c:(.text+0x5dc): undefined reference to `unregister_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_read': drm_fb_helper.c:(.text+0x67c): undefined reference to `fb_sys_read' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_fillrect': drm_fb_helper.c:(.text+0x15c0): undefined reference to `sys_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_copyarea': drm_fb_helper.c:(.text+0x1600): undefined reference to `sys_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_imageblit': drm_fb_helper.c:(.text+0x1640): undefined reference to `sys_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_fillrect': drm_fb_helper.c:(.text+0x1680): undefined reference to `cfb_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_copyarea': drm_fb_helper.c:(.text+0x1730): undefined reference to `cfb_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_imageblit': drm_fb_helper.c:(.text+0x17e0): undefined reference to `cfb_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_fini': drm_fb_helper.c:(.text+0x18f0): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0x18fc): undefined reference to `framebuffer_release' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fbdev_cleanup': drm_fb_helper.c:(.text+0x1a54): undefined reference to `fb_deferred_io_cleanup' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_write': drm_fb_helper.c:(.text+0x1b2c): undefined reference to `fb_sys_write' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend_unlocked': drm_fb_helper.c:(.text+0x1bf8): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `__drm_fb_helper_initial_config_and_unlock': drm_fb_helper.c:(.text+0x2c14): undefined reference to `register_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_alloc_fbi': drm_fb_helper.c:(.text+0x3dd0): undefined reference to `framebuffer_alloc' drm_fb_helper.c:(.text+0x3df0): undefined reference to `fb_alloc_cmap' drm_fb_helper.c:(.text+0x3e80): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0x3e90): undefined reference to `framebuffer_release' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_generic_probe': drm_fb_helper.c:(.text+0x4048): undefined reference to `fb_deferred_io_init' make[1]: *** [/kisskb/src/Makefile:1183: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:05:30.988708