From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0751826327870626069==" MIME-Version: 1.0 From: Christoph Hellwig To: kbuild-all@lists.01.org Subject: Re: [PATCH 09/12] dma-direct: remove __dma_to_phys Date: Fri, 11 Sep 2020 09:12:44 +0200 Message-ID: <20200911071244.GD22394@lst.de> In-Reply-To: <20200910094539.GD12635@kadam> List-Id: --===============0751826327870626069== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Thu, Sep 10, 2020 at 12:45:39PM +0300, Dan Carpenter wrote: > Hi Christoph, > = > url: https://github.com/0day-ci/linux/commits/Christoph-Hellwig/MIPS-m= ake-dma_sync_-_for_cpu-a-little-less-overzealous/20200909-120508 > base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git= next > config: x86_64-randconfig-m001-20200909 (attached as .config) > compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > Reported-by: Dan Carpenter > = > smatch warnings: > drivers/xen/swiotlb-xen.c:315 xen_swiotlb_alloc_coherent() error: we prev= iously assumed 'hwdev' could be null (see line 308) Yeah, we'll need to clean up all these device NULL checks as support for NULL devices is long gone. But I'd rather do that in a separate cleanups pass. --===============0751826327870626069==--