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 7856DC4167D for ; Sat, 28 Oct 2023 21:10:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229833AbjJ1VKG (ORCPT ); Sat, 28 Oct 2023 17:10:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbjJ1VKF (ORCPT ); Sat, 28 Oct 2023 17:10:05 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54DBAD3 for ; Sat, 28 Oct 2023 14:10:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 212DDC433C8; Sat, 28 Oct 2023 21:10:02 +0000 (UTC) Date: Sat, 28 Oct 2023 17:09:59 -0400 From: Steven Rostedt To: Yujie Liu Cc: kernel test robot , Tom Zanussi , , Subject: Re: kernel/trace/trace_kprobe.c:952: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start' Message-ID: <20231028170959.39ae1ea2@rorschach.local.home> In-Reply-To: References: <202310190437.paI6LYJF-lkp@intel.com> <20231019092207.7d2fa545@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Oct 2023 13:19:21 +0800 Yujie Liu wrote: > > Hi Steven, the fix patch is sent at [1] to fix this kernel-doc warning. > > [1] https://lore.kernel.org/all/20231027041315.2613166-1-yujie.liu@intel.com/ > Masami is now co-maintainer of the tracing subsystem and handles the probes side of things. Looks like he's picking it up. Thanks, -- Steve