From: gregkh at linuxfoundation.org (Greg KH)
Subject: [PATCH v2] Add udmabuf misc device
Date: Fri, 16 Mar 2018 08:56:42 +0100 [thread overview]
Message-ID: <20180316075642.GB11982@kroah.com> (raw)
In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com>
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 <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <string.h>
> +#include <errno.h>
> +#include <fcntl.h>
> +#include <malloc.h>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg KH)
Subject: [PATCH v2] Add udmabuf misc device
Date: Fri, 16 Mar 2018 08:56:42 +0100 [thread overview]
Message-ID: <20180316075642.GB11982@kroah.com> (raw)
Message-ID: <20180316075642.b7igBSbbo7metCIHDMNHe1nTjPznxtrhcDsScLHXkPE@z> (raw)
In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com>
On Fri, Mar 16, 2018@08:46:49AM +0100, Gerd Hoffmann wrote:
> --- /dev/null
> +++ b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
> @@ -0,0 +1,69 @@
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <string.h>
> +#include <errno.h>
> +#include <fcntl.h>
> +#include <malloc.h>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: "open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@vger.kernel.org>,
Tomeu Vizoso <tomeu.vizoso@collabora.com>,
David Airlie <airlied@linux.ie>,
qemu-devel@nongnu.org, dri-devel@lists.freedesktop.org,
open list <linux-kernel@vger.kernel.org>,
"moderated list:DMA BUFFER SHARING FRAMEWORK"
<linaro-mm-sig@lists.linaro.org>, Shuah Khan <shuah@kernel.org>,
"open list:DMA BUFFER SHARING FRAMEWORK"
<linux-media@vger.kernel.org>
Subject: Re: [PATCH v2] Add udmabuf misc device
Date: Fri, 16 Mar 2018 08:56:42 +0100 [thread overview]
Message-ID: <20180316075642.GB11982@kroah.com> (raw)
In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com>
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 <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <string.h>
> +#include <errno.h>
> +#include <fcntl.h>
> +#include <malloc.h>
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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: dri-devel@lists.freedesktop.org, qemu-devel@nongnu.org,
David Airlie <airlied@linux.ie>,
Tomeu Vizoso <tomeu.vizoso@collabora.com>,
Daniel Vetter <daniel@ffwll.ch>,
Sumit Semwal <sumit.semwal@linaro.org>,
Shuah Khan <shuah@kernel.org>,
open list <linux-kernel@vger.kernel.org>,
"open list:DMA BUFFER SHARING FRAMEWORK"
<linux-media@vger.kernel.org>,
"moderated list:DMA BUFFER SHARING FRAMEWORK"
<linaro-mm-sig@lists.linaro.org>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@vger.kernel.org>
Subject: Re: [PATCH v2] Add udmabuf misc device
Date: Fri, 16 Mar 2018 08:56:42 +0100 [thread overview]
Message-ID: <20180316075642.GB11982@kroah.com> (raw)
In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com>
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 <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <string.h>
> +#include <errno.h>
> +#include <fcntl.h>
> +#include <malloc.h>
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
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: dri-devel@lists.freedesktop.org, qemu-devel@nongnu.org,
David Airlie <airlied@linux.ie>,
Tomeu Vizoso <tomeu.vizoso@collabora.com>,
Daniel Vetter <daniel@ffwll.ch>,
Sumit Semwal <sumit.semwal@linaro.org>,
Shuah Khan <shuah@kernel.org>,
open list <linux-kernel@vger.kernel.org>,
"open list:DMA BUFFER SHARING FRAMEWORK"
<linux-media@vger.kernel.org>,
"moderated list:DMA BUFFER SHARING FRAMEWORK"
<linaro-mm-sig@lists.linaro.org>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH v2] Add udmabuf misc device
Date: Fri, 16 Mar 2018 08:56:42 +0100 [thread overview]
Message-ID: <20180316075642.GB11982@kroah.com> (raw)
In-Reply-To: <20180316074650.5415-1-kraxel@redhat.com>
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 <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <string.h>
> +#include <errno.h>
> +#include <fcntl.h>
> +#include <malloc.h>
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
next prev parent reply other threads:[~2018-03-16 7:56 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-16 7:46 [PATCH v2] Add udmabuf misc device kraxel
2018-03-16 7:46 ` [Qemu-devel] " Gerd Hoffmann
2018-03-16 7:46 ` Gerd Hoffmann
2018-03-16 7:46 ` Gerd Hoffmann
2018-03-16 7:46 ` Gerd Hoffmann
2018-03-16 7:55 ` gregkh
2018-03-16 7:55 ` [Qemu-devel] " Greg KH
2018-03-16 7:55 ` Greg KH
2018-03-16 7:55 ` Greg KH
2018-03-16 7:55 ` Greg KH
2018-03-16 7:56 ` gregkh [this message]
2018-03-16 7:56 ` [Qemu-devel] " Greg KH
2018-03-16 7:56 ` Greg KH
2018-03-16 7:56 ` Greg KH
2018-03-16 7:56 ` Greg KH
2018-03-16 12:30 `
2018-03-16 12:30 ` [Qemu-devel] " Christian König
2018-03-16 12:30 ` Christian König
2018-03-16 12:30 ` Christian König
2018-03-16 12:30 ` Christian König
2018-04-06 9:33 ` kraxel
2018-04-06 9:33 ` [Qemu-devel] " Gerd Hoffmann
2018-04-06 9:33 ` Gerd Hoffmann
2018-04-06 9:33 ` Gerd Hoffmann
2018-04-06 9:33 ` Gerd Hoffmann
2018-04-06 12:24 `
2018-04-06 12:24 ` [Qemu-devel] " Christian König
2018-04-06 12:24 ` Christian König
2018-04-06 12:24 ` Christian König
2018-04-06 12:24 ` Christian König
2018-04-09 8:21 ` daniel
2018-04-09 8:21 ` [Qemu-devel] " Daniel Vetter
2018-04-09 8:21 ` Daniel Vetter
2018-04-09 8:21 ` Daniel Vetter
2018-04-09 8:21 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180316075642.GB11982@kroah.com \
--to=unknown@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.