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 X-Spam-Level: X-Spam-Status: No, score=-1.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A996FC2D0F7 for ; Tue, 12 May 2020 16:11:14 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6E34920752 for ; Tue, 12 May 2020 16:11:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="WRrmWf9c" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6E34920752 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 0751A9000CE; Tue, 12 May 2020 12:11:14 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 0257F900036; Tue, 12 May 2020 12:11:13 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id EAC339000CE; Tue, 12 May 2020 12:11:13 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0193.hostedemail.com [216.40.44.193]) by kanga.kvack.org (Postfix) with ESMTP id D2293900036 for ; Tue, 12 May 2020 12:11:13 -0400 (EDT) Received: from smtpin27.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 8070645AB for ; Tue, 12 May 2020 16:11:13 +0000 (UTC) X-FDA: 76808556426.27.ink07_7f0ff83c38a38 X-HE-Tag: ink07_7f0ff83c38a38 X-Filterd-Recvd-Size: 2471 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf03.hostedemail.com (Postfix) with ESMTP for ; Tue, 12 May 2020 16:11:13 +0000 (UTC) Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9D86D20736; Tue, 12 May 2020 16:11:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589299872; bh=B/QyDqBFh4UG8qEGIGYgPAZDeR/CDDdUH5vW17rFKwM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WRrmWf9clym3H/36B2kwMWll9n9DO3kvqC4cg+TmcoehPDQ4ywaSlneJniNSrR3PJ OkYmg7mokvmm9DlB+LDSjPawIIP/9cTKByX45R7qAmrZxqybHRrtR3fo+Gj1XYg4Eg qZcCYgj0LNrQvMXluXummnWZdG7kYNR6IcQ6gCug= Date: Tue, 12 May 2020 19:11:07 +0300 From: Leon Romanovsky To: Andrey Konovalov Cc: Andrew Morton , Andrey Konovalov , Andrey Ryabinin , Ingo Molnar , kasan-dev , LKML , Linux Memory Management List , Michal Marek , Peter Zijlstra Subject: Re: [PATCH rdma-next 0/2] Fix kasan compilation warnings Message-ID: <20200512161107.GL4814@unreal> References: <20200512063728.17785-1-leon@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, May 12, 2020 at 05:34:10PM +0200, Andrey Konovalov wrote: > On Tue, May 12, 2020 at 8:37 AM Leon Romanovsky wrote: > > > > From: Leon Romanovsky > > > > Hi, > > > > The following two fixes are adding missing function prototypes > > declarations to internal kasan header in order to eliminate compilation > > warnings. > > > > Thanks > > > > Leon Romanovsky (2): > > kasan: fix compilation warnings due to missing function prototypes > > kasan: add missing prototypes to fix compilation warnings > > Hi Leon, > > I've mailed a series with slightly different/fuller fixes for these issues. > > Thanks for the report! No problem, thanks for taking care.