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-next>] [day] [month] [year] [list]
Date:	Fri, 3 Apr 2009 08:46:40 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Eric Sandeen <sandeen@...hat.com>
Cc:	git-commits-head@...r.kernel.org
Subject: Re: add fiemap.h to header-y

On Fri, Apr 03, 2009 at 04:59:31AM +0000, Linux Kernel Mailing List wrote:
> Gitweb:     http://git.kernel.org/linus/8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3
> Commit:     8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3
> Parent:     c90bfeb80f00c765a57f17442fea1a57756b9034
> Author:     Eric Sandeen <sandeen@...hat.com>
> AuthorDate: Thu Apr 2 16:56:44 2009 -0700
> Committer:  Linus Torvalds <torvalds@...ux-foundation.org>
> CommitDate: Thu Apr 2 19:04:49 2009 -0700
> 
>     add fiemap.h to header-y
>     
>     Include fiemap.h in header-y; it defines the interface for the
>     FS_IOC_FIEMAP file mapping ioctl.
>     
>     Signed-off-by: Eric Sandeen <sandeen@...hat.com>
>     Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
>     Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
> ---
>  include/linux/Kbuild |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index a67b622..ca9b9b9 100644
> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -67,6 +67,7 @@ header-y += falloc.h
>  header-y += fd.h
>  header-y += fdreg.h
>  header-y += fib_rules.h
> +header-y += fiemap.h
>  header-y += firewire-cdev.h
>  header-y += firewire-constants.h
>  header-y += fuse.h

Before adding a new headers as an exported headers please fix it up.
This headers uses __u32/__u64 but fails to include <linux/types.h>

	Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ