From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 984C1372B48 for ; Sun, 17 May 2026 13:01:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779022910; cv=none; b=CHIh9OXECMXoVcd8Grvuv3fKNzn8yG1+zzdBabbGfBQ1Ri+R8k23rWdu4/BfeJU6qdsCFA1bZ08ZVCWP1DJoUqyDB18EZ2es3mDEVVRzznZXRi0N+jhA7hscH5nWJMJdkrxkLQ2TjIaLzPr1kwvBvmOOzPiG846XFNNpSxFjvag= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779022910; c=relaxed/simple; bh=3HDPs78RsL39VYsLYjTjBsxrHp0C0gjXY504JWtgj9k=; h=Message-ID:Date:From:To:Cc:Subject; b=Gq10rjfyNpqqFzfkBlpyPGjYYGiyfFtlYfufILdleDT1NCsjU+wRM3m6kmC5FdR0JIYwM29+86LEYfZ0zn11+aSv0BXsY+EXq4OntHCYfvrTHNWIwtZ0GkzywRsj9gffm1o4M9329n/PX8hZY1kSpX/bHnx83NHpJ0iForweR0c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L9gdPa0a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="L9gdPa0a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 139CDC2BCC6; Sun, 17 May 2026 13:01:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779022910; bh=3HDPs78RsL39VYsLYjTjBsxrHp0C0gjXY504JWtgj9k=; h=Date:From:To:Cc:Subject:From; b=L9gdPa0aH6oCcNUf5z1uT6ZWXdszqrUmqcDxX2Wnm5Znl5YeDwAXRQrWWkM1PNxiX nXBEpdTkQKVhZlhiK+0rsD8IXTcHBCCmquaywYbKK0deFPPIMy5YuPe0ZHs8S0MHml 93hpwHI5MGAFb1DGLxk0UTycBgdJfRbsoLxCD+fw1+kNw7kSLcqBb6slk8CPwsCBGg ztuaw57rjHzehc+XlFKpkMMg4R6kMCU2GrxXB35Em/Q69yaioGQbE2IKHL6lSMTMKr QkfSWQJN0ivu5kNrQq2FnOGyqAFKbm6Hb3XAcuciFHomM8OE1expFmPpz2623MRVfD 2UeCcr8cKAY5Q== Received: from rostedt by gandalf with local (Exim 4.99.2) (envelope-from ) id 1wOb86-00000002sxr-0UzN; Sun, 17 May 2026 09:02:02 -0400 Message-ID: <20260517130150.399923268@kernel.org> User-Agent: quilt/0.69 Date: Sun, 17 May 2026 09:01:50 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton Subject: [for-linus][PATCH 0/2] tracing: Fixes for 7.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: tracing fixes for 7.1: - Add more functions to the remote allowed list randconfig found more functions that are allowed for the remote code for s390 and arm. Add them to the allowed list. - Fix remote_test error path If one of the simple ring buffers fails to load, the code is supposed to rollback its initialized buffers. Instead of rolling back the buffers for the failed load, it uses the global variable and rolls back all the successfully loaded buffers. git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git trace/fixes Head SHA1: 55a0005518195fdea1fd2991b07644f8dc97ea8e Arnd Bergmann (1): ring-buffer remote: Avoid unexpected symbol warnings (arm, s390) Vincent Donnefort (1): tracing: Fix desc in error path for the trace remote test module ---- kernel/trace/Makefile | 4 ++-- kernel/trace/remote_test.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)