All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK
@ 2021-01-16 15:06 Alejandro Colomar
  2021-01-17 20:43 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2021-01-16 15:06 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Pali Rohár, linux-man, Alejandro Colomar

From: Pali Rohár <pali@kernel.org>

NETLINK_CAP_ACK option was introduced in commit 0a6a3a23ea6e which first
appeared in Linux version 4.3 and not 4.2.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/netlink.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/netlink.7 b/man7/netlink.7
index b14e981d1..ec5d0e71f 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -491,7 +491,7 @@ The
 .I nsid
 is sent to user space via an ancillary data.
 .TP
-.BR NETLINK_CAP_ACK " (since Linux 4.2)"
+.BR NETLINK_CAP_ACK " (since Linux 4.3)"
 .\"	commit 0a6a3a23ea6efde079a5b77688541a98bf202721
 .\"	Author: Christophe Ricard <christophe.ricard@gmail.com>
 The kernel may fail to allocate the necessary room for the acknowledgment
-- 
2.30.0


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

* Re: [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK
  2021-01-16 15:06 [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK Alejandro Colomar
@ 2021-01-17 20:43 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-01-17 20:43 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, Pali Rohár, linux-man

Hi Alex and Pali,

On 1/16/21 4:06 PM, Alejandro Colomar wrote:
> From: Pali Rohár <pali@kernel.org>
> 
> NETLINK_CAP_ACK option was introduced in commit 0a6a3a23ea6e which first
> appeared in Linux version 4.3 and not 4.2.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

Thanks. Patch applied.

Cheers,

Michael

> ---
>  man7/netlink.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/netlink.7 b/man7/netlink.7
> index b14e981d1..ec5d0e71f 100644
> --- a/man7/netlink.7
> +++ b/man7/netlink.7
> @@ -491,7 +491,7 @@ The
>  .I nsid
>  is sent to user space via an ancillary data.
>  .TP
> -.BR NETLINK_CAP_ACK " (since Linux 4.2)"
> +.BR NETLINK_CAP_ACK " (since Linux 4.3)"
>  .\"	commit 0a6a3a23ea6efde079a5b77688541a98bf202721
>  .\"	Author: Christophe Ricard <christophe.ricard@gmail.com>
>  The kernel may fail to allocate the necessary room for the acknowledgment
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK
  2021-01-10 14:00 Pali Rohár
@ 2021-01-10 14:49 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-01-10 14:49 UTC (permalink / raw)
  To: Pali Rohár, Michael Kerrisk; +Cc: linux-man

On 1/10/21 3:00 PM, Pali Rohár wrote:
> NETLINK_CAP_ACK option was introduced in commit 0a6a3a23ea6e which first
> appeared in Linux version 4.3 and not 4.2.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Hi Pali, patch applied.

Thanks,

Alex

> ---
>  man7/netlink.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/netlink.7 b/man7/netlink.7
> index b14e981d1..ec5d0e71f 100644
> --- a/man7/netlink.7
> +++ b/man7/netlink.7
> @@ -491,7 +491,7 @@ The
>  .I nsid
>  is sent to user space via an ancillary data.
>  .TP
> -.BR NETLINK_CAP_ACK " (since Linux 4.2)"
> +.BR NETLINK_CAP_ACK " (since Linux 4.3)"
>  .\"	commit 0a6a3a23ea6efde079a5b77688541a98bf202721
>  .\"	Author: Christophe Ricard <christophe.ricard@gmail.com>
>  The kernel may fail to allocate the necessary room for the acknowledgment
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

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

* [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK
@ 2021-01-10 14:00 Pali Rohár
  2021-01-10 14:49 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Pali Rohár @ 2021-01-10 14:00 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar, Michael Kerrisk

NETLINK_CAP_ACK option was introduced in commit 0a6a3a23ea6e which first
appeared in Linux version 4.3 and not 4.2.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 man7/netlink.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/netlink.7 b/man7/netlink.7
index b14e981d1..ec5d0e71f 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -491,7 +491,7 @@ The
 .I nsid
 is sent to user space via an ancillary data.
 .TP
-.BR NETLINK_CAP_ACK " (since Linux 4.2)"
+.BR NETLINK_CAP_ACK " (since Linux 4.3)"
 .\"	commit 0a6a3a23ea6efde079a5b77688541a98bf202721
 .\"	Author: Christophe Ricard <christophe.ricard@gmail.com>
 The kernel may fail to allocate the necessary room for the acknowledgment
-- 
2.20.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-16 15:06 [PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK Alejandro Colomar
2021-01-17 20:43 ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2021-01-10 14:00 Pali Rohár
2021-01-10 14:49 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.