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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DEB8BC88CB6 for ; Mon, 12 Jun 2023 16:36:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NuudDyIzIBz9oMUjGOIs6T6qB0cghkryvh5G4weUUHw=; b=SR6ZXtANEM6pQq 1A76wuXxgmotfmNBHiJ0n7zVgExVFhze7eluu+YHijUvjikwDMezOk+GbKLMqSU8KM9UR1Y/3oyor 1TPkm7g4xwJfLx2xODh7165s6PdRd92NSAor4WwVhfKDEFu5UiD9tu03Hl2fbRbx599TddRwNKtPH whWESN5QubdLpMxRoDDmPTYzfgOaMU4lEiLyW/3v5nkSfMyFfvfq/OrecCDUxtec0HHMB0Q8UN0yf ZaBl4tYvzoUJcBESmA5iF1za2ub0r1d9hGvjAqyFx+oIlsl2n7fD6/AnPsnRlKHiT/MQdesTSu0FH sABpocpvRoqr41Cx3NIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q8kW3-004dnh-2S; Mon, 12 Jun 2023 16:35:39 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q8kW0-004dn4-1Q; Mon, 12 Jun 2023 16:35:37 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 70F8061555; Mon, 12 Jun 2023 16:35:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81D31C4339B; Mon, 12 Jun 2023 16:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686587734; bh=36Y1yGu5gfOWPn6xSKcNNA1aWdW7YArMY1C/uB1LrtM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aLqwhcy+wm4Lcwh17ND6eB8+q6wGRlQnZ/1WWLTudIB+kremh4U7qL0nZJwBvCv61 SKBaOU97osftp5cWBP5+qCWQh1z+fwb6H7PRwu246vcvJY3L04WberLbyBNPH0YCdv l8dmSd5vufZ4SRWIdiup/kbShk3WBTuuxOIb8ht8= Date: Mon, 12 Jun 2023 18:35:32 +0200 From: Greg Kroah-Hartman To: "jim.tsai" Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Matthias Brugger , AngeloGioacchino Del Regno , wsd_upstream@mediatek.com, mel.lee@mediatek.com, ivan.tseng@mediatek.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v1 1/1] process: export symbols for fork/exit tracing functions Message-ID: <2023061212-multiple-baffling-7c4c@gregkh> References: <20230612151545.17810-1-Wei-chin.Tsai@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230612151545.17810-1-Wei-chin.Tsai@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230612_093536_523263_AA6EBC55 X-CRM114-Status: GOOD ( 20.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 12, 2023 at 11:15:41PM +0800, jim.tsai wrote: > Export the tracing function "sched_process_fork" and > "sched_process_exit" for process statistics. > > Change-Id: I67dcdcb26371cd7a495ff0b210361742b1a2088e > Signed-off-by: jim.tsai You might want to run scripts/checkpatch.pl on your patch before you send it out again, you don't need a change-id line. Also, here's what my bot says: Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - Your patch contains warnings and/or errors noticed by the scripts/checkpatch.pl tool. - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what is needed in order to properly describe the change. - You did not write a descriptive Subject: for the patch, allowing Greg, and everyone else, to know what this patch is all about. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what a proper Subject: line should look like. - It looks like you did not use your "real" name for the patch on either the Signed-off-by: line, or the From: line (both of which have to match). Please read the kernel file, Documentation/process/submitting-patches.rst for how to do this correctly. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel