From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239603AbiEZOk3 (ORCPT ); Thu, 26 May 2022 10:40:29 -0400 Received: from mx0b-00069f02.pphosted.com (mx0b-00069f02.pphosted.com [205.220.177.32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45167CC156 for ; Thu, 26 May 2022 07:40:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : content-type : in-reply-to : mime-version; s=corp-2021-07-09; bh=pf05j2VQpPgxnaJMlCWLQP8VmF+0iEpm8Kw1eGQI7hQ=; b=r2646RuMJg+e10fhgTRid07Uo4mhfQNREv+/zVWJy4v5G7bHtgxU9SQ8RYA0KVrgKmlV waIyoZLRNnDlsCVzz0NlMIpdJj4RRNcbobg3Kb3JOOWoMpeMIVzEZoFVfx4Jv19qeE9/ YTD17ExPwpa5tpP0Z4sd1aI0zYGFzH5MxnOJv+4nRY1MfmTq0srfmODAZtGuUarik50C 7xnfo213m6q9pJCBV/o2bc7zGkjjN6hVwd5P+Xw9l1k1KbtfY+yAt/IpRKIawgJYWSsP /Mv2Aapwp/Sdy9wjWeYA5USCmCuuJBvqHicQzhTH5zMMwl++p5aDkB1EQTloIxrikM8R jQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.onmicrosoft.com; s=selector2-oracle-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=pf05j2VQpPgxnaJMlCWLQP8VmF+0iEpm8Kw1eGQI7hQ=; b=NWXOTAhshpujsG4VeW69gLp2dg3KzSzp/sCsWL5tRoSQsjixWcD6pb5uuVdCHrtLcgJ8AZyXtwbt+wQKRG81A4Qgxz4Zp09+nI2SVYhrxo7B0mEjzSJqsQDXkeeUa6LSW3xINMvPKy6iFUDHwhWove10gyqDkXrqbQaKbbx9yfQ= Date: Thu, 26 May 2022 17:40:03 +0300 From: Dan Carpenter Subject: Re: [PATCH] Remove pci_alloc_consistent() and pci_alloc_coherent() checks Message-ID: <20220526144003.GH2146@kadam> References: <1a332f98a13dd0717355fea69862c6dd0817f3e5.1653574724.git.christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a332f98a13dd0717355fea69862c6dd0817f3e5.1653574724.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 List-ID: To: Christophe JAILLET Cc: smatch@vger.kernel.org On Thu, May 26, 2022 at 04:18:55PM +0200, Christophe JAILLET wrote: > pci_alloc_consistent() and pci_alloc_coherent() are no more part of the > kernel. > > Remove the corresponding code that can never match and add > dma_alloc_coherent() in places where it was missing. > > Signed-off-by: Christophe JAILLET Applied! regards, dan carpenter