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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98424C433F5 for ; Sun, 10 Oct 2021 12:42:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5206C60ED4 for ; Sun, 10 Oct 2021 12:42:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5206C60ED4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9D6D36E323; Sun, 10 Oct 2021 12:42:15 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 927016E323 for ; Sun, 10 Oct 2021 12:42:14 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id C42B560E9B; Sun, 10 Oct 2021 12:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633869734; bh=Bpy6PoeXSREAwPQ0KcOu32aZSxTiBSBrVaAh6SrEQFI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FxbNIA7lfuxW1Is4/zht8jBaWGaBkTbxAVU0xxna4LeFF89ZKaxT5p2Zkx5WlaTCd 4IYJ02oEBRZ4+NwHoF0HaxZW3xebMMOeD/C81pMhuCLnOZFF8l7hbO+6XhRuByYTo9 oKKIswcBFig4LUq9HHluZs5/ETup12NyjW5H5MLs= Date: Sun, 10 Oct 2021 14:42:11 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Sumit Semwal , Christian =?iso-8859-1?Q?K=F6nig?= , Alex Deucher , "Pan, Xinhui" , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Mauro Carvalho Chehab , dri-devel , Linux Kernel Mailing List Subject: Re: [PATCH] dma-buf: move dma-buf symbols into the DMA_BUF module namespace Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Sep 27, 2021 at 11:39:21AM +0200, Arnd Bergmann wrote: > On Sat, Sep 25, 2021 at 7:41 PM Arnd Bergmann wrote: > > On Sat, Sep 25, 2021 at 3:47 PM Greg Kroah-Hartman wrote: > > > > Only test-built on x86 allmodconfig, don't know what other arches will > > > pick up, will let 0-day run on it for a bit... > > > > I've added it to my build box doing arm32/arm64/x86 randconfig tests, > > if it doesn't report anything by Monday, it's probably good in that regard. > > It found these two, please fold into your patch: Now folded in, odd that 0-day didn't find it... Thanks for the ack as well, I'll send out a v2 soon. greg k-h