From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41546 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbeCPH4n (ORCPT ); Fri, 16 Mar 2018 03:56:43 -0400 Date: Fri, 16 Mar 2018 08:56:42 +0100 From: Greg KH To: Gerd Hoffmann Cc: dri-devel@lists.freedesktop.org, qemu-devel@nongnu.org, David Airlie , Tomeu Vizoso , Daniel Vetter , Sumit Semwal , Shuah Khan , open list , "open list:DMA BUFFER SHARING FRAMEWORK" , "moderated list:DMA BUFFER SHARING FRAMEWORK" , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH v2] Add udmabuf misc device Message-ID: <20180316075642.GB11982@kroah.com> References: <20180316074650.5415-1-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com> Sender: linux-media-owner@vger.kernel.org List-ID: On Fri, Mar 16, 2018 at 08:46:49AM +0100, Gerd Hoffmann wrote: > --- /dev/null > +++ b/tools/testing/selftests/drivers/dma-buf/udmabuf.c > @@ -0,0 +1,69 @@ > +#include > +#include > +#include > +#include > +#include > +#include > +#include No license text at all? Come on, I already made one commit in the tree that touched 11k files, I don't want to have to do it again :) thanks, greg k-h