# git rev-parse -q --verify eaba52d63bfcf0047ce3a1bb011b35d4f066df8e^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify eaba52d63bfcf0047ce3a1bb011b35d4f066df8e^{commit} eaba52d63bfcf0047ce3a1bb011b35d4f066df8e # git checkout -q -f -B kisskb eaba52d63bfcf0047ce3a1bb011b35d4f066df8e # git clean -qxdf # < git log -1 # commit eaba52d63bfcf0047ce3a1bb011b35d4f066df8e # Merge: 5cdfdd6da323 71c7a30442b7 # Author: Linus Torvalds # Date: Sun Mar 19 10:46:02 2023 -0700 # # Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace # # Pull tracing fixes from Steven Rostedt: # # - Fix setting affinity of hwlat threads in containers # # Using sched_set_affinity() has unwanted side effects when being # called within a container. Use set_cpus_allowed_ptr() instead # # - Fix per cpu thread management of the hwlat tracer: # - Do not start per_cpu threads if one is already running for the CPU # - When starting per_cpu threads, do not clear the kthread variable # as it may already be set to running per cpu threads # # - Fix return value for test_gen_kprobe_cmd() # # On error the return value was overwritten by being set to the result # of the call from kprobe_event_delete(), which would likely succeed, # and thus have the function return success # # - Fix splice() reads from the trace file that was broken by commit # 36e2c7421f02 ("fs: don't allow splice read/write without explicit # ops") # # - Remove obsolete and confusing comment in ring_buffer.c # # The original design of the ring buffer used struct page flags for # tricks to optimize, which was shortly removed due to them being # tricks. But a comment for those tricks remained # # - Set local functions and variables to static # # * tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: # tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr # ring-buffer: remove obsolete comment for free_buffer_page() # tracing: Make splice_read available again # ftrace: Set direct_ops storage-class-specifier to static # trace/hwlat: Do not start per-cpu thread if it is already running # trace/hwlat: Do not wipe the contents of per-cpu thread data # tracing/osnoise: set several trace_osnoise.c variables storage-class-specifier to static # tracing: Fix wrong return in kprobe_event_gen_test.c # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 eaba52d63bfcf0047ce3a1bb011b35d4f066df8e # < make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5730:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] 5730 | if (location.type == BTRFS_INODE_ITEM_KEY) { | ~~~~~~~~^~~~~ /kisskb/src/fs/btrfs/inode.c:5719:26: note: 'location' declared here 5719 | struct btrfs_key location; | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/btrfs/inode.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/btrfs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: fs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 # Build took: 0:25:28.520149