[Bug 2037085] Re: Sync ethtool 1:6.5-1 (main) from Debian unstable (main)

Paolo Pisati 2037085 at bugs.launchpad.net
Mon Sep 25 15:00:24 UTC 2023


Succesfully built locally in a Mantic VM:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu Mantic Minotaur (development branch)
Release:	23.10
Codename:	mantic

$ ethtool --version
ethtool version 6.5

Upstream changes between v6.4 and v6.5:

$ git lg v6.4..v6.5
849ab26 (tag: v6.5) Release version 6.5.
7fd525f rxclass: fix a bug in rmgr when searching for empty slot
a1f71f8 hns3: add support dump registers for hns3 driver
9396cb2 update UAPI header copies
bb104b6 netlink: Allow nl_sset return -EOPNOTSUPP to fallback to do_sset

We keep the ethtool in sync with the kernel version, and since Mantic will ship with Linux 6.5, this should be part of Mantic/release.
In particular:

$ git show 9396cb2
commit 9396cb2bade7df94ec3a195acef2981855f119ce
Author: Michal Kubecek <mkubecek at suse.cz>
Date:   Mon Aug 28 01:13:51 2023 +0200

    update UAPI header copies
    
    Update to kernel v6.5.
    
    Signed-off-by: Michal Kubecek <mkubecek at suse.cz>

diff --git a/uapi/linux/if_link.h b/uapi/linux/if_link.h
index 94fb7ef..02af33c 100644
--- a/uapi/linux/if_link.h
+++ b/uapi/linux/if_link.h
@@ -826,6 +826,7 @@ enum {
        IFLA_VXLAN_TTL_INHERIT,
        IFLA_VXLAN_DF,
        IFLA_VXLAN_VNIFILTER, /* only applicable with COLLECT_METADATA mode */
+       IFLA_VXLAN_LOCALBYPASS,
        __IFLA_VXLAN_MAX
 };
 #define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
diff --git a/uapi/linux/types.h b/uapi/linux/types.h
index 6546100..e670013 100644
--- a/uapi/linux/types.h
+++ b/uapi/linux/types.h
@@ -8,6 +8,10 @@
 
 #include <linux/posix_types.h>
 
+#ifdef __SIZEOF_INT128__
+typedef __signed__ __int128 __s128 __attribute__((aligned(16)));
+typedef unsigned __int128 __u128 __attribute__((aligned(16)));
+#endif
 
 /*
  * Below are truly Linux-specific types that should never collide with

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2037085

Title:
  Sync ethtool 1:6.5-1 (main) from Debian unstable (main)

Status in ethtool package in Ubuntu:
  New
Status in ethtool source package in Mantic:
  New

Bug description:
  Please sync ethtool 1:6.5-1 (main) from Debian unstable (main)

  Changelog entries since current mantic version 1:6.4-1:

  ethtool (1:6.5-1) unstable; urgency=medium

    * New upstream release: 6.5
    * debian/copyright: Fix format error in license stanza
    * debian/copyright: Add new stanza for hns3 driver support
    * debian/copyright: Cleanup trailing whitespaces

   -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 13 Sep 2023
  07:27:18 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ethtool/+bug/2037085/+subscriptions




More information about the Ubuntu-sponsors mailing list