97ab0c47f9
RHEL 9.4 will ship with iproute v6.2.0, so we cannot release
iproute-6.7.0-1.el8 for RHEL 8.10, as this will bring to a downgrade on
the upgrade path to RHEL 8.10 -> RHEL 9.4.
As it is not going to be part of an errata, let's reverts commit
90f50155cb
.
Related: RHEL-21222
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
From 6a3ecf4fd80f7dcecb72b6c83781f5aed463a75b Mon Sep 17 00:00:00 2001
|
|
Message-Id: <6a3ecf4fd80f7dcecb72b6c83781f5aed463a75b.1683117490.git.aclaudi@redhat.com>
|
|
From: Andrea Claudi <aclaudi@redhat.com>
|
|
Date: Wed, 3 May 2023 11:19:24 +0200
|
|
Subject: [PATCH] Update kernel headers
|
|
|
|
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2188134
|
|
Upstream Status: iproute2-next.git commit 88786cd1
|
|
|
|
commit 88786cd1a96a89427bc22061c7736eb2eac31121
|
|
Author: David Ahern <dsahern@kernel.org>
|
|
Date: Thu Mar 30 09:43:49 2023 -0600
|
|
|
|
Update kernel headers
|
|
|
|
Update kernel headers to commit:
|
|
da617cd8d906 ("smsc911x: remove superfluous variable init")
|
|
|
|
Signed-off-by: David Ahern <dsahern@kernel.org>
|
|
---
|
|
include/uapi/linux/if_link.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
|
|
index 147ad0a3..644d3554 100644
|
|
--- a/include/uapi/linux/if_link.h
|
|
+++ b/include/uapi/linux/if_link.h
|
|
@@ -628,6 +628,7 @@ enum {
|
|
IFLA_MACVLAN_MACADDR_COUNT,
|
|
IFLA_MACVLAN_BC_QUEUE_LEN,
|
|
IFLA_MACVLAN_BC_QUEUE_LEN_USED,
|
|
+ IFLA_MACVLAN_BC_CUTOFF,
|
|
__IFLA_MACVLAN_MAX,
|
|
};
|
|
|
|
--
|
|
2.40.1
|
|
|