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 3D808C7EE2E for ; Mon, 12 Jun 2023 16:36:19 +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=2FZMxBv2uO4K4DFQ0KMf7YxEExNcY5IvbtRZtOvAyF0=; b=ru9kFH1F7qLSJ7 eYhT8XKWOOGnj9W3dpzg7niJ4q/ER4FSFb+xKqw3REIMj+i/oqgAe6hHCmB3a+x3/s/otZysoNRFf J3xowwplnZ9rNN2osFC4FbrrcXmiOnk2Eso/O6nKjgF1LulwdrLBgSZI0FEOtqsomRmKk3/eU+wIJ oBZnMQKvI1+BpHEm2Dj0TVFFs3QGvNrdj61ViWFCkBnfoSeQHY7wIWVV0zlmoMn9SeXOD39T6px9B RRezm42GYkOqR3hD1iRHt8I3kQVOjIjSATSjPOoLYALjx297AEmV+ww7mOPGI9tFJ3Z5+Aurh2PMq yAiZpZfPmywtyYgCrjbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q8kWO-004dsv-00; Mon, 12 Jun 2023 16:36:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q8kWL-004drj-2Z; Mon, 12 Jun 2023 16:35:58 +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 52B8862BA1; Mon, 12 Jun 2023 16:35:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64224C433EF; Mon, 12 Jun 2023 16:35:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686587756; bh=YXskNKDnS8PL+igoKTVbf5ZOxuOr8fTyflj3bBxSWR8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EQpEez1t1UEb4cVAE2ds4firPYWwr4CQw/co9tJ4emRm1C5x5D71gcGJsWifMpQZJ 1NeNIdFpH+lO7x5bO0bzjrXws/Luor3VVzie3GEozEIdrGNLE22vxa5ODVbtqFxK5W hK/s6uXVw7RgTtEu4akO6GP+C4UohoepTuql+a4M= Date: Mon, 12 Jun 2023 18:35:54 +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: <2023061238-hatching-easily-5564@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_093557_883206_677271D8 X-CRM114-Status: GOOD ( 10.40 ) 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: > --- /dev/null > +++ b/drivers/misc/mediatek_mbraink/mbraink_data.c > @@ -0,0 +1,417 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (c) 2022 MediaTek Inc. It's 2023 :) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel