# git rev-parse -q --verify 51595e3b4943b0079638b2657f603cf5c8ea3a66^{commit} 51595e3b4943b0079638b2657f603cf5c8ea3a66 already have revision, skipping fetch # git checkout -q -f -B kisskb 51595e3b4943b0079638b2657f603cf5c8ea3a66 # git clean -qxdf # < git log -1 # commit 51595e3b4943b0079638b2657f603cf5c8ea3a66 # Merge: 2059c40aded7 c76fba33467b # Author: Linus Torvalds # Date: Fri May 7 12:11:05 2021 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull more arm64 updates from Catalin Marinas: # "A mix of fixes and clean-ups that turned up too late for the first # pull request: # # - Restore terminal stack frame records. Their previous removal caused # traces which cross secondary_start_kernel to terminate one entry # too late, with a spurious "0" entry. # # - Fix boot warning with pseudo-NMI due to the way we manipulate the # PMR register. # # - ACPI fixes: avoid corruption of interrupt mappings on watchdog # probe failure (GTDT), prevent unregistering of GIC SGIs. # # - Force SPARSEMEM_VMEMMAP as the only memory model, it saves with # having to test all the other combinations. # # - Documentation fixes and updates: tagged address ABI exceptions on # brk/mmap/mremap(), event stream frequency, update booting # requirements on the configuration of traps" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: kernel: Update the stale comment # arm64: Fix the documented event stream frequency # arm64: entry: always set GIC_PRIO_PSR_I_SET during entry # arm64: Explicitly document boot requirements for SVE # arm64: Explicitly require that FPSIMD instructions do not trap # arm64: Relax booting requirements for configuration of traps # arm64: cpufeatures: use min and max # arm64: stacktrace: restore terminal records # arm64/vdso: Discard .note.gnu.property sections in vDSO # arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI Exceptions # psci: Remove unneeded semicolon # ACPI: irq: Prevent unregistering of GIC SGIs # ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure # arm64: Show three registers per line # arm64: remove HAVE_DEBUG_BUGVERBOSE # arm64: alternative: simplify passing alt_region # arm64: Force SPARSEMEM_VMEMMAP as the only memory management model # arm64: vdso32: drop -no-integrated-as flag # < /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 51595e3b4943b0079638b2657f603cf5c8ea3a66 # < make -s -j 120 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 # 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 120 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 120 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:5656:warning: override: reassigning to symbol STANDALONE .config:5666:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH # make -s -j 120 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/security/landlock/ruleset.c: In function 'insert_rule': /kisskb/src/security/landlock/ruleset.c:196:34: warning: passing argument 2 of 'create_rule' from incompatible pointer type new_rule = create_rule(object, &this->layers, this->num_layers, ^ /kisskb/src/security/landlock/ruleset.c:69:30: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static struct landlock_rule *create_rule( ^ /kisskb/src/security/landlock/ruleset.c: In function 'landlock_insert_rule': /kisskb/src/security/landlock/ruleset.c:240:38: warning: passing argument 3 of 'insert_rule' from incompatible pointer type return insert_rule(ruleset, object, &layers, ARRAY_SIZE(layers)); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'merge_ruleset': /kisskb/src/security/landlock/ruleset.c:300:47: warning: passing argument 3 of 'insert_rule' from incompatible pointer type err = insert_rule(dst, walker_rule->object, &layers, ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'inherit_ruleset': /kisskb/src/security/landlock/ruleset.c:330:5: warning: passing argument 3 of 'insert_rule' from incompatible pointer type &walker_rule->layers, walker_rule->num_layers); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /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] WARNING: 4 bad relocations c0000000000188ee R_PPC64_ADDR16_HIGHEST .head.text+0x0000000000018908 c0000000000188f2 R_PPC64_ADDR16_HIGH .head.text+0x0000000000018908 c0000000000188f6 R_PPC64_ADDR16_HIGHER .head.text+0x0000000000018908 c0000000000188fa R_PPC64_ADDR16_LO .head.text+0x0000000000018908 Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:02:58.389528