From: Linus Torvalds Date: Tue, 30 Jan 2024 02:42:34 +0000 (-0800) Subject: Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... X-Git-Tag: v6.8-rc3~43 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=9b7bd05bebfcd3d369272d41ef32a379708ec933;p=sfrench%2Fcifs-2.6.git Merge tag 'trace-v6.8-rc1-2' of git://git./linux/kernel/git/trace/linux-trace Pull tracing fixes from Steven Rostedt: "Two small fixes for tracefs and eventfs: - Fix register_snapshot_trigger() on allocation error If the snapshot fails to allocate, the register_snapshot_trigger() can still return success. If the call to tracing_alloc_snapshot_instance() returned anything but 0, it returned 0, but it should have been returning the error code from that allocation function. - Remove leftover code from tracefs doing a dentry walk on remount. The update_gid() function was called by the tracefs code on remount to update the gid of eventfs, but that is no longer the case, but that code wasn't deleted. Nothing calls it. Remove it" * tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: tracefs: remove stale 'update_gid' code tracing/trigger: Fix to return error if failed to alloc snapshot --- 9b7bd05bebfcd3d369272d41ef32a379708ec933