This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 13 Feb 2020 13:48:29 -0800
- Subject: Re: Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
- References: <alpine.DEB.2.21.2002072158290.3924@digraph.polyomino.org.uk>
On Fri, Feb 7, 2020 at 1:59 PM Joseph Myers <joseph@codesourcery.com> wrote:
>
> This patch adds the new STATX_ATTR_VERITY macro from Linux 5.5 to
> glibc's bits/statx-generic.h. (This only does anything if glibc is
> being used with old kernel headers.)
>
> Tested for x86_64.
>
> diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
> index 932887bd89..7a09e94be2 100644
> --- a/io/bits/statx-generic.h
> +++ b/io/bits/statx-generic.h
> @@ -48,6 +48,7 @@
> # define STATX_ATTR_NODUMP 0x0040
> # define STATX_ATTR_ENCRYPTED 0x0800
> # define STATX_ATTR_AUTOMOUNT 0x1000
> +# define STATX_ATTR_VERITY 0x100000
> #endif /* !STATX_TYPE */
>
> __BEGIN_DECLS
>
> --
> Joseph S. Myers
> joseph@codesourcery.com
LGTM.
--
H.J.