You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
JIRA: https://issues.redhat.com/browse/RHEL-77936
upstream
========
commit 23b7633
Author: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Date: Fri Mar 14 22:41:54 2025 +0100
description
===========
This also fixes a wrong definitions for SCM_TS_OPT_ID & SO_RCVPRIORITY.
Accidentally found while working on another patchset.
Cc: linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Cc: Willem de Bruijn <willemb@google.com>
Cc: Jason Xing <kerneljasonxing@gmail.com>
Cc: Anna Emese Nyiri <annaemesenyiri@gmail.com>
Cc: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Fixes: a89568e ("selftests: txtimestamp: add SCM_TS_OPT_ID test")
Fixes: e45469e ("sock: Introduce SO_RCVPRIORITY socket option")
Link: https://lore.kernel.org/netdev/20250314195257.34854-1-kuniyu@amazon.com/
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Link: https://patch.msgid.link/20250314214155.16046-1-aleksandr.mikhalitsyn@canonical.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Conflicts:
==========
The patch do not match exactly, but it does not matter in this case.
We cannot exactly follow upstream changes in the tools' copy of linux
headers, since we don't usually take all the changes they react to.
Since the tools' headers updates usually come in batches and squash
several linux commits in one. So in order to keep them synced, it's
needed to update them manually by RHEL-only commits around the end
of RHEL minor development phase right against their downstream counter-
parts.
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
0 commit comments