* [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
@ 2026-02-07 19:18 наб
2026-02-09 22:37 ` Alejandro Colomar
2026-02-10 19:47 ` Alejandro Colomar
0 siblings, 2 replies; 5+ messages in thread
From: наб @ 2026-02-07 19:18 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2258 bytes --]
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
man/man2const/FUTEX_WAIT.2const | 10 +---------
man/man2const/FUTEX_WAIT_BITSET.2const | 10 +---------
man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
3 files changed, 3 insertions(+), 27 deletions(-)
diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
index 7d6681c1c..94cf4a997 100644
--- man/man2const/FUTEX_WAIT.2const
+++ man/man2const/FUTEX_WAIT.2const
@@ -102,20 +102,12 @@ .SH ERRORS
See
.BR futex (2).
.TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
The value pointed to by
.I uaddr
was not equal to the expected value
.I val
at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
.TP
.B EFAULT
.I timeout
diff --git man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
index be40d57c6..5f165adb4 100644
--- man/man2const/FUTEX_WAIT_BITSET.2const
+++ man/man2const/FUTEX_WAIT_BITSET.2const
@@ -147,21 +147,13 @@ .SH ERRORS
See
.BR futex (2).
.TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
.RB ( FUTEX_WAIT_BITSET )
The value pointed to by
.I uaddr
was not equal to the expected value
.I val
at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
.TP
.B EFAULT
.I timeout
diff --git man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
index 0ac1cebe5..4fa1520f6 100644
--- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
+++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
@@ -72,20 +72,12 @@ .SH ERRORS
See
.BR futex (2).
.TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
The value pointed to by
.I uaddr
was not equal to the expected value
.I val
at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
.TP
.B EFAULT
.I uaddr2
--
2.39.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
2026-02-07 19:18 [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix наб
@ 2026-02-09 22:37 ` Alejandro Colomar
2026-02-09 22:44 ` Alejandro Colomar
2026-02-10 19:47 ` Alejandro Colomar
1 sibling, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2026-02-09 22:37 UTC (permalink / raw)
To: наб; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2668 bytes --]
On 2026-02-07T20:18:38+0100, наб wrote:
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
I see the same issue applying this patch. I'm apt-get upgrading to see
if that's fixed. I'll come back in a moment.
Cheers,
Alex
> ---
> man/man2const/FUTEX_WAIT.2const | 10 +---------
> man/man2const/FUTEX_WAIT_BITSET.2const | 10 +---------
> man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
> 3 files changed, 3 insertions(+), 27 deletions(-)
>
> diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
> index 7d6681c1c..94cf4a997 100644
> --- man/man2const/FUTEX_WAIT.2const
> +++ man/man2const/FUTEX_WAIT.2const
> @@ -102,20 +102,12 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I timeout
> diff --git man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
> index be40d57c6..5f165adb4 100644
> --- man/man2const/FUTEX_WAIT_BITSET.2const
> +++ man/man2const/FUTEX_WAIT_BITSET.2const
> @@ -147,21 +147,13 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> .RB ( FUTEX_WAIT_BITSET )
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I timeout
> diff --git man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> index 0ac1cebe5..4fa1520f6 100644
> --- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> +++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> @@ -72,20 +72,12 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I uaddr2
> --
> 2.39.5
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
2026-02-09 22:37 ` Alejandro Colomar
@ 2026-02-09 22:44 ` Alejandro Colomar
2026-02-10 13:56 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2026-02-09 22:44 UTC (permalink / raw)
To: наб; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 3181 bytes --]
On 2026-02-09T23:37:18+0100, Alejandro Colomar wrote:
> On 2026-02-07T20:18:38+0100, наб wrote:
> > Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
>
> I see the same issue applying this patch. I'm apt-get upgrading to see
> if that's fixed. I'll come back in a moment.
Humm. No new git version is available. I don't know where the problem
is coming from. Would you mind trying your own patch? If it works,
I might need to report a bug to git(1).
Cheers,
Alex
>
>
> Cheers,
> Alex
>
> > ---
> > man/man2const/FUTEX_WAIT.2const | 10 +---------
> > man/man2const/FUTEX_WAIT_BITSET.2const | 10 +---------
> > man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
> > 3 files changed, 3 insertions(+), 27 deletions(-)
> >
> > diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
> > index 7d6681c1c..94cf4a997 100644
> > --- man/man2const/FUTEX_WAIT.2const
> > +++ man/man2const/FUTEX_WAIT.2const
> > @@ -102,20 +102,12 @@ .SH ERRORS
> > See
> > .BR futex (2).
> > .TP
> > -.B EAGAIN
> > +.BR EAGAIN " or " EWOULDBLOCK
> > The value pointed to by
> > .I uaddr
> > was not equal to the expected value
> > .I val
> > at the time of the call.
> > -.IP
> > -.BR Note :
> > -on Linux, the symbolic names
> > -.B EAGAIN
> > -and
> > -.B EWOULDBLOCK
> > -(both of which appear in different parts of the kernel futex code)
> > -have the same value.
> > .TP
> > .B EFAULT
> > .I timeout
> > diff --git man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
> > index be40d57c6..5f165adb4 100644
> > --- man/man2const/FUTEX_WAIT_BITSET.2const
> > +++ man/man2const/FUTEX_WAIT_BITSET.2const
> > @@ -147,21 +147,13 @@ .SH ERRORS
> > See
> > .BR futex (2).
> > .TP
> > -.B EAGAIN
> > +.BR EAGAIN " or " EWOULDBLOCK
> > .RB ( FUTEX_WAIT_BITSET )
> > The value pointed to by
> > .I uaddr
> > was not equal to the expected value
> > .I val
> > at the time of the call.
> > -.IP
> > -.BR Note :
> > -on Linux, the symbolic names
> > -.B EAGAIN
> > -and
> > -.B EWOULDBLOCK
> > -(both of which appear in different parts of the kernel futex code)
> > -have the same value.
> > .TP
> > .B EFAULT
> > .I timeout
> > diff --git man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > index 0ac1cebe5..4fa1520f6 100644
> > --- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > +++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > @@ -72,20 +72,12 @@ .SH ERRORS
> > See
> > .BR futex (2).
> > .TP
> > -.B EAGAIN
> > +.BR EAGAIN " or " EWOULDBLOCK
> > The value pointed to by
> > .I uaddr
> > was not equal to the expected value
> > .I val
> > at the time of the call.
> > -.IP
> > -.BR Note :
> > -on Linux, the symbolic names
> > -.B EAGAIN
> > -and
> > -.B EWOULDBLOCK
> > -(both of which appear in different parts of the kernel futex code)
> > -have the same value.
> > .TP
> > .B EFAULT
> > .I uaddr2
> > --
> > 2.39.5
>
>
>
> --
> <https://www.alejandro-colomar.es>
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
2026-02-09 22:44 ` Alejandro Colomar
@ 2026-02-10 13:56 ` Alejandro Colomar
0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2026-02-10 13:56 UTC (permalink / raw)
To: наб; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 3690 bytes --]
Hi наб,
On 2026-02-09T23:44:37+0100, Alejandro Colomar wrote:
> On 2026-02-09T23:37:18+0100, Alejandro Colomar wrote:
> > On 2026-02-07T20:18:38+0100, наб wrote:
> > > Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> >
> > I see the same issue applying this patch. I'm apt-get upgrading to see
> > if that's fixed. I'll come back in a moment.
>
> Humm. No new git version is available. I don't know where the problem
> is coming from. Would you mind trying your own patch? If it works,
> I might need to report a bug to git(1).
I can apply patches from others, but for some reason, your patches can't
be applied. :/
I still don't see anything obviously wrong in the patch below, so
I don't know why this is happening.
Have a lovely day!
Alex
> > > ---
> > > man/man2const/FUTEX_WAIT.2const | 10 +---------
> > > man/man2const/FUTEX_WAIT_BITSET.2const | 10 +---------
> > > man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
> > > 3 files changed, 3 insertions(+), 27 deletions(-)
> > >
> > > diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
> > > index 7d6681c1c..94cf4a997 100644
> > > --- man/man2const/FUTEX_WAIT.2const
> > > +++ man/man2const/FUTEX_WAIT.2const
> > > @@ -102,20 +102,12 @@ .SH ERRORS
> > > See
> > > .BR futex (2).
> > > .TP
> > > -.B EAGAIN
> > > +.BR EAGAIN " or " EWOULDBLOCK
> > > The value pointed to by
> > > .I uaddr
> > > was not equal to the expected value
> > > .I val
> > > at the time of the call.
> > > -.IP
> > > -.BR Note :
> > > -on Linux, the symbolic names
> > > -.B EAGAIN
> > > -and
> > > -.B EWOULDBLOCK
> > > -(both of which appear in different parts of the kernel futex code)
> > > -have the same value.
> > > .TP
> > > .B EFAULT
> > > .I timeout
> > > diff --git man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
> > > index be40d57c6..5f165adb4 100644
> > > --- man/man2const/FUTEX_WAIT_BITSET.2const
> > > +++ man/man2const/FUTEX_WAIT_BITSET.2const
> > > @@ -147,21 +147,13 @@ .SH ERRORS
> > > See
> > > .BR futex (2).
> > > .TP
> > > -.B EAGAIN
> > > +.BR EAGAIN " or " EWOULDBLOCK
> > > .RB ( FUTEX_WAIT_BITSET )
> > > The value pointed to by
> > > .I uaddr
> > > was not equal to the expected value
> > > .I val
> > > at the time of the call.
> > > -.IP
> > > -.BR Note :
> > > -on Linux, the symbolic names
> > > -.B EAGAIN
> > > -and
> > > -.B EWOULDBLOCK
> > > -(both of which appear in different parts of the kernel futex code)
> > > -have the same value.
> > > .TP
> > > .B EFAULT
> > > .I timeout
> > > diff --git man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > > index 0ac1cebe5..4fa1520f6 100644
> > > --- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > > +++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> > > @@ -72,20 +72,12 @@ .SH ERRORS
> > > See
> > > .BR futex (2).
> > > .TP
> > > -.B EAGAIN
> > > +.BR EAGAIN " or " EWOULDBLOCK
> > > The value pointed to by
> > > .I uaddr
> > > was not equal to the expected value
> > > .I val
> > > at the time of the call.
> > > -.IP
> > > -.BR Note :
> > > -on Linux, the symbolic names
> > > -.B EAGAIN
> > > -and
> > > -.B EWOULDBLOCK
> > > -(both of which appear in different parts of the kernel futex code)
> > > -have the same value.
> > > .TP
> > > .B EFAULT
> > > .I uaddr2
> > > --
> > > 2.39.5
> >
> >
> >
> > --
> > <https://www.alejandro-colomar.es>
>
>
>
> --
> <https://www.alejandro-colomar.es>
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
2026-02-07 19:18 [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix наб
2026-02-09 22:37 ` Alejandro Colomar
@ 2026-02-10 19:47 ` Alejandro Colomar
1 sibling, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2026-02-10 19:47 UTC (permalink / raw)
To: наб; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2602 bytes --]
Hi,
On 2026-02-07T20:18:38+0100, наб wrote:
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Thanks! I've applied the patch.
Have a lovely night!
Alex
> ---
> man/man2const/FUTEX_WAIT.2const | 10 +---------
> man/man2const/FUTEX_WAIT_BITSET.2const | 10 +---------
> man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
> 3 files changed, 3 insertions(+), 27 deletions(-)
>
> diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
> index 7d6681c1c..94cf4a997 100644
> --- man/man2const/FUTEX_WAIT.2const
> +++ man/man2const/FUTEX_WAIT.2const
> @@ -102,20 +102,12 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I timeout
> diff --git man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
> index be40d57c6..5f165adb4 100644
> --- man/man2const/FUTEX_WAIT_BITSET.2const
> +++ man/man2const/FUTEX_WAIT_BITSET.2const
> @@ -147,21 +147,13 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> .RB ( FUTEX_WAIT_BITSET )
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I timeout
> diff --git man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> index 0ac1cebe5..4fa1520f6 100644
> --- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> +++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> @@ -72,20 +72,12 @@ .SH ERRORS
> See
> .BR futex (2).
> .TP
> -.B EAGAIN
> +.BR EAGAIN " or " EWOULDBLOCK
> The value pointed to by
> .I uaddr
> was not equal to the expected value
> .I val
> at the time of the call.
> -.IP
> -.BR Note :
> -on Linux, the symbolic names
> -.B EAGAIN
> -and
> -.B EWOULDBLOCK
> -(both of which appear in different parts of the kernel futex code)
> -have the same value.
> .TP
> .B EFAULT
> .I uaddr2
> --
> 2.39.5
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-02-10 19:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-07 19:18 [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix наб
2026-02-09 22:37 ` Alejandro Colomar
2026-02-09 22:44 ` Alejandro Colomar
2026-02-10 13:56 ` Alejandro Colomar
2026-02-10 19:47 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox