# git rev-parse -q --verify 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9^{commit} 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9 already have revision, skipping fetch # git checkout -q -f -B kisskb 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9 # git clean -qxdf # < git log -1 # commit 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9 # Merge: 2911ed9f47b4 4996b4610767 # Author: Linus Torvalds # Date: Tue Dec 15 14:18:40 2020 -0800 # # Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging # # Pull staging / IIO driver updates from Greg KH: # "Here is the big staging and IIO driver pull request for 5.11-rc1 # # Lots of different things in here: # # - loads of driver updates # # - so many coding style cleanups # # - new IIO drivers # # - Android ION code is finally removed from the tree # # - wimax drivers are moved to staging on their way out of the kernel # # Nothing really exciting, just the constant grind of kernel development :) # # All have been in linux-next for a while with no reported issues" # # * tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (341 commits) # staging: olpc_dcon: Do not call platform_device_unregister() in dcon_probe() # staging: most: Fix spelling mistake "tranceiver" -> "transceiver" # staging: qlge: remove duplicate word in comment # staging: comedi: mf6x4: Fix AI end-of-conversion detection # staging: greybus: Add TODO item about modernizing the pwm code # pinctrl: ralink: add a pinctrl driver for the rt2880 family # dt-bindings: pinctrl: rt2880: add binding document # staging: rtl8723bs: remove ELEMENT_ID enum # staging: rtl8723bs: remove unused macros # staging: rtl8723bs: replace EID_EXTCapability # staging: rtl8723bs: replace EID_BSSIntolerantChlReport # staging: rtl8723bs: replace EID_BSSCoexistence # staging: rtl8723bs: replace _MME_IE_ # staging: rtl8723bs: replace _WAPI_IE_ # staging: rtl8723bs: replace _EXT_SUPPORTEDRATES_IE_ # staging: rtl8723bs: replace _ERPINFO_IE_ # staging: rtl8723bs: replace _CHLGETXT_IE_ # staging: rtl8723bs: replace _COUNTRY_IE_ # staging: rtl8723bs: replace _IBSS_PARA_IE_ # staging: rtl8723bs: replace _TIM_IE_ # ... # < /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 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x557F72FA # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5049:warning: override: reassigning to symbol STANDALONE .config:5056:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1056:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1056:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] /kisskb/src/drivers/video/fbdev/controlfb.c:70:0: warning: "pgprot_cached_wthru" redefined #define pgprot_cached_wthru(prot) (prot) ^ In file included from /kisskb/src/arch/powerpc/include/asm/pgtable.h:20:0, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/include/linux/mm.h:33, from /kisskb/src/drivers/video/fbdev/controlfb.c:37: /kisskb/src/arch/powerpc/include/asm/nohash/pgtable.h:243:0: note: this is the location of the previous definition #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ ^ /kisskb/src/drivers/gpu/drm/xlnx/zynqmp_dp.c: In function 'zynqmp_dp_update_vs_emph': /kisskb/src/drivers/gpu/drm/xlnx/zynqmp_dp.c:667:9: warning: missing braces around initializer [-Wmissing-braces] union phy_configure_opts opts = { 0 }; ^ /kisskb/src/drivers/gpu/drm/xlnx/zynqmp_dp.c:667:9: warning: (near initialization for 'opts.mipi_dphy') [-Wmissing-braces] WARNING: 4 bad relocations c000000000013666 R_PPC64_ADDR16_HIGHEST .head.text+0x0000000000013680 c00000000001366a R_PPC64_ADDR16_HIGH .head.text+0x0000000000013680 c00000000001366e R_PPC64_ADDR16_HIGHER .head.text+0x0000000000013680 c000000000013672 R_PPC64_ADDR16_LO .head.text+0x0000000000013680 Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:02:54.863696