Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1580840 > unrolled thread
| Started by | Denys Dmytriyenko <denis@denix.org> |
|---|---|
| First post | 2017-02-14 21:20 +0100 |
| Last post | 2017-02-15 07:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] uapi: add missing install of dma-buf.h Denys Dmytriyenko <denis@denix.org> - 2017-02-14 21:20 +0100
Re: [PATCH] uapi: add missing install of dma-buf.h Sumit Semwal <sumit.semwal@linaro.org> - 2017-02-15 07:50 +0100
| From | Denys Dmytriyenko <denis@denix.org> |
|---|---|
| Date | 2017-02-14 21:20 +0100 |
| Subject | [PATCH] uapi: add missing install of dma-buf.h |
| Message-ID | <taRJU-6oO-17@gated-at.bofh.it> |
From: Denys Dmytriyenko <denys@ti.com> As part of c11e391da2a8fe973c3c2398452000bed505851e "dma-buf: Add ioctls to allow userspace to flush" a new uapi header file dma-buf.h was added, but an entry was not added on Kbuild to install it. This patch resolves this omission so that "make headers_install" installs this header. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: David Herrmann <dh.herrmann@gmail.com> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Daniel Vetter <daniel.vetter@intel.com> Cc: Tiago Vignatti <tiago.vignatti@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f330ba4..900129c 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -109,6 +109,7 @@ header-y += dlm_netlink.h header-y += dlm_plock.h header-y += dm-ioctl.h header-y += dm-log-userspace.h +header-y += dma-buf.h header-y += dn.h header-y += dqblk_xfs.h header-y += edd.h -- 2.7.4
[toc] | [next] | [standalone]
| From | Sumit Semwal <sumit.semwal@linaro.org> |
|---|---|
| Date | 2017-02-15 07:50 +0100 |
| Message-ID | <tb1zz-4ES-1@gated-at.bofh.it> |
| In reply to | #1580840 |
Hi Denys, On 15 February 2017 at 01:30, Denys Dmytriyenko <denis@denix.org> wrote: > From: Denys Dmytriyenko <denys@ti.com> > > As part of c11e391da2a8fe973c3c2398452000bed505851e "dma-buf: Add ioctls to > allow userspace to flush" a new uapi header file dma-buf.h was added, but an > entry was not added on Kbuild to install it. This patch resolves this omission > so that "make headers_install" installs this header. > Thanks for the patch; please feel free to add my Acked-by: Sumit Semwal <sumit.semwal@linaro.org> > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> > Cc: David Herrmann <dh.herrmann@gmail.com> > Cc: Sumit Semwal <sumit.semwal@linaro.org> > Cc: Daniel Vetter <daniel.vetter@intel.com> > Cc: Tiago Vignatti <tiago.vignatti@intel.com> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > --- > include/uapi/linux/Kbuild | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild > index f330ba4..900129c 100644 > --- a/include/uapi/linux/Kbuild > +++ b/include/uapi/linux/Kbuild > @@ -109,6 +109,7 @@ header-y += dlm_netlink.h > header-y += dlm_plock.h > header-y += dm-ioctl.h > header-y += dm-log-userspace.h > +header-y += dma-buf.h > header-y += dn.h > header-y += dqblk_xfs.h > header-y += edd.h > -- > 2.7.4 > Best, Sumit.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web