lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 15 Feb 2017 12:18:08 +0530
From:   Sumit Semwal <sumit.semwal@...aro.org>
To:     Denys Dmytriyenko <denis@...ix.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        DRI mailing list <dri-devel@...ts.freedesktop.org>,
        Denys Dmytriyenko <denys@...com>,
        Ville Syrjälä <ville.syrjala@...ux.intel.com>,
        David Herrmann <dh.herrmann@...il.com>,
        Daniel Vetter <daniel.vetter@...el.com>,
        Tiago Vignatti <tiago.vignatti@...el.com>,
        Daniel Vetter <daniel.vetter@...ll.ch>
Subject: Re: [PATCH] uapi: add missing install of dma-buf.h

Hi Denys,

On 15 February 2017 at 01:30, Denys Dmytriyenko <denis@...ix.org> wrote:
> From: Denys Dmytriyenko <denys@...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@...aro.org>

> Signed-off-by: Denys Dmytriyenko <denys@...com>
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@...com>
> Cc: Ville Syrjälä <ville.syrjala@...ux.intel.com>
> Cc: David Herrmann <dh.herrmann@...il.com>
> Cc: Sumit Semwal <sumit.semwal@...aro.org>
> Cc: Daniel Vetter <daniel.vetter@...el.com>
> Cc: Tiago Vignatti <tiago.vignatti@...el.com>
> Cc: Daniel Vetter <daniel.vetter@...ll.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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ