public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h
@ 2023-05-17 22:32 Joseph Myers
  2023-05-25 21:35 ` Joseph Myers
  2023-05-26  6:48 ` Florian Weimer
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Myers @ 2023-05-17 22:32 UTC (permalink / raw)
  To: libc-alpha

Linux 6.3 adds a new constant IP_LOCAL_PORT_RANGE.  Add it to the
corresponding bits/in.h in glibc.

Tested for x86_64.

diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index 9f6f0f182e..6bf2fded21 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -128,6 +128,7 @@
 #define IP_MSFILTER			41
 #define IP_MULTICAST_ALL		49
 #define IP_UNICAST_IF			50
+#define IP_LOCAL_PORT_RANGE		51
 
 /* To select the IP level.  */
 #define SOL_IP	0

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h
  2023-05-17 22:32 Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h Joseph Myers
@ 2023-05-25 21:35 ` Joseph Myers
  2023-05-26  6:48 ` Florian Weimer
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Myers @ 2023-05-25 21:35 UTC (permalink / raw)
  To: libc-alpha

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

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h
  2023-05-17 22:32 Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h Joseph Myers
  2023-05-25 21:35 ` Joseph Myers
@ 2023-05-26  6:48 ` Florian Weimer
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Weimer @ 2023-05-26  6:48 UTC (permalink / raw)
  To: Joseph Myers; +Cc: libc-alpha

* Joseph Myers:

> Linux 6.3 adds a new constant IP_LOCAL_PORT_RANGE.  Add it to the
> corresponding bits/in.h in glibc.
>
> Tested for x86_64.
>
> diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
> index 9f6f0f182e..6bf2fded21 100644
> --- a/sysdeps/unix/sysv/linux/bits/in.h
> +++ b/sysdeps/unix/sysv/linux/bits/in.h
> @@ -128,6 +128,7 @@
>  #define IP_MSFILTER			41
>  #define IP_MULTICAST_ALL		49
>  #define IP_UNICAST_IF			50
> +#define IP_LOCAL_PORT_RANGE		51
>  
>  /* To select the IP level.  */
>  #define SOL_IP	0

Okay.

Thanks,
Florian


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

end of thread, other threads:[~2023-05-26  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 22:32 Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h Joseph Myers
2023-05-25 21:35 ` Joseph Myers
2023-05-26  6:48 ` Florian Weimer

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