From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56FF0C38145 for ; Thu, 8 Sep 2022 21:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229971AbiIHVMp (ORCPT ); Thu, 8 Sep 2022 17:12:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbiIHVMl (ORCPT ); Thu, 8 Sep 2022 17:12:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7D62B5304 for ; Thu, 8 Sep 2022 14:12:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 725FFB8219F for ; Thu, 8 Sep 2022 21:12:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FD5BC433C1; Thu, 8 Sep 2022 21:12:38 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.96) (envelope-from ) id 1oWOps-00DB3Z-1c; Thu, 08 Sep 2022 17:13:20 -0400 Message-ID: <20220908211302.262245973@goodmis.org> User-Agent: quilt/0.66 Date: Thu, 08 Sep 2022 17:13:02 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-linus][PATCH 0/2] tracing: Some more fixes for 6.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Brian Norris (1): tracefs: Only clobber mode/uid/gid on remount if asked Christian A. Ehrhardt (1): kprobes: Prohibit probes in gate area ---- fs/tracefs/inode.c | 31 +++++++++++++++++++++++-------- kernel/kprobes.c | 1 + 2 files changed, 24 insertions(+), 8 deletions(-)