public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
@ 2020-02-07 21:59 Joseph Myers
  2020-02-13 20:44 ` Ping " Joseph Myers
  2020-02-13 21:49 ` H.J. Lu
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Myers @ 2020-02-07 21:59 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Ping Re: Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
  2020-02-07 21:59 Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h Joseph Myers
@ 2020-02-13 20:44 ` Joseph Myers
  2020-02-13 21:49 ` H.J. Lu
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Myers @ 2020-02-13 20:44 UTC (permalink / raw)
  To: libc-alpha

Ping.  This patch 
<https://sourceware.org/ml/libc-alpha/2020-02/msg00172.html> is pending 
review.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
  2020-02-07 21:59 Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h Joseph Myers
  2020-02-13 20:44 ` Ping " Joseph Myers
@ 2020-02-13 21:49 ` H.J. Lu
  1 sibling, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2020-02-13 21:49 UTC (permalink / raw)
  To: Joseph Myers; +Cc: GNU C Library

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-13 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 21:59 Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h Joseph Myers
2020-02-13 20:44 ` Ping " Joseph Myers
2020-02-13 21:49 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).