public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
@ 2023-01-09 22:24 Joseph Myers
  2023-01-17 17:49 ` Ping " Joseph Myers
  2023-01-17 20:08 ` Adhemerval Zanella Netto
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Myers @ 2023-01-09 22:24 UTC (permalink / raw)
  To: libc-alpha

Linux 6.1 adds a new STATX_DIOALIGN constant.  Add it to glibc's
bits/statx-generic.h.

Tested for x86_64.

diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
index 6869855ee7..3a02a84ce9 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.h
@@ -41,6 +41,7 @@
 # define STATX_ALL 0x0fffU
 # define STATX_BTIME 0x0800U
 # define STATX_MNT_ID 0x1000U
+# define STATX_DIOALIGN 0x2000U
 # define STATX__RESERVED 0x80000000U
 
 # define STATX_ATTR_COMPRESSED 0x0004

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Ping Re: Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
  2023-01-09 22:24 Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h Joseph Myers
@ 2023-01-17 17:49 ` Joseph Myers
  2023-01-17 20:08 ` Adhemerval Zanella Netto
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Myers @ 2023-01-17 17:49 UTC (permalink / raw)
  To: libc-alpha

Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2023-January/144565.html> is 
pending review.

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
  2023-01-09 22:24 Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h Joseph Myers
  2023-01-17 17:49 ` Ping " Joseph Myers
@ 2023-01-17 20:08 ` Adhemerval Zanella Netto
  1 sibling, 0 replies; 3+ messages in thread
From: Adhemerval Zanella Netto @ 2023-01-17 20:08 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha



On 09/01/23 19:24, Joseph Myers wrote:
> Linux 6.1 adds a new STATX_DIOALIGN constant.  Add it to glibc's
> bits/statx-generic.h.
> 
> Tested for x86_64.

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> 
> diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
> index 6869855ee7..3a02a84ce9 100644
> --- a/io/bits/statx-generic.h
> +++ b/io/bits/statx-generic.h
> @@ -41,6 +41,7 @@
>  # define STATX_ALL 0x0fffU
>  # define STATX_BTIME 0x0800U
>  # define STATX_MNT_ID 0x1000U
> +# define STATX_DIOALIGN 0x2000U
>  # define STATX__RESERVED 0x80000000U
>  
>  # define STATX_ATTR_COMPRESSED 0x0004
> 

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

end of thread, other threads:[~2023-01-17 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09 22:24 Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h Joseph Myers
2023-01-17 17:49 ` Ping " Joseph Myers
2023-01-17 20:08 ` Adhemerval Zanella Netto

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).