Viktor Mihajlovski
a496a238e8
udev: fix slot based network names on s390
...
The s390 PCI driver assigns the hotplug slot name from the
function_id attribute of the PCI device using a 8 char hexadecimal
format to match the underlying firmware/hypervisor notation.
Further, there's always a one-to-one mapping between a PCI
function and a hotplug slot, as individual functions can
hot plugged even for multi-function devices.
As the generic matching code will always try to parse the slot
name in /sys/bus/pci/slots as a positive decimal number, either
a wrong value might be produced for ID_NET_NAME_SLOT if
the slot name consists of decimal numbers only, or none at all
if a character in the range from 'a' to 'f' is encountered.
Additionally, the generic code assumes that two interfaces
share a hotplug slot, if they differ only in the function part
of the PCI address. E.g., for an interface with the PCI address
dddd:bb:aa.f, it will match the device to the first slot with
an address dddd:bb:aa. As more than one slot may have this address
for the s390 PCI driver, the wrong slot may be selected.
To resolve this we're adding a new naming schema version with the
flag NAMING_SLOT_FUNCTION_ID, which enables the correct matching
of hotplug slots if the device has an attribute named function_id.
The ID_NET_NAME_SLOT property will only be produced if there's
a file /sys/bus/pci/slots/<slotname> where <slotname> matches
the value of /sys/bus/pci/devices/.../function_id in 8 char
hex notation.
Fixes #19016
See also #19078
2021-04-02 18:08:23 +02:00
..
2021-03-12 09:04:59 +01:00
2018-12-08 10:14:28 +01:00
2019-04-12 08:30:31 +02:00
2017-04-30 20:26:56 -04:00
2020-11-09 13:23:58 +09:00
2020-11-25 09:48:17 +01:00
2021-01-15 11:06:11 -05:00
2020-11-09 13:23:58 +09:00
2021-03-02 09:48:20 +01:00
2020-11-09 13:23:58 +09:00
2021-02-28 11:29:21 +01:00
2020-12-23 11:07:48 +00:00
2020-10-27 16:02:18 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-01-15 11:06:11 -05:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-12-17 20:02:32 +01:00
2020-11-09 13:23:58 +09:00
2018-06-20 11:58:53 +02:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2020-12-16 10:54:57 +01:00
2021-02-25 21:14:04 +01:00
2021-01-27 09:10:25 +01:00
2020-04-21 11:44:49 +02:00
2020-11-09 13:23:58 +09:00
2018-08-02 15:45:24 +02:00
2018-06-06 13:09:36 +02:00
2018-03-24 14:15:48 +01:00
2018-08-02 15:45:24 +02:00
2018-03-24 14:14:12 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2021-03-05 06:57:14 +09:00
2021-01-15 11:06:11 -05:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2020-12-21 12:39:18 +00:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2021-03-01 13:40:52 +01:00
2021-01-27 09:10:25 +01:00
2021-01-27 09:10:25 +01:00
2020-11-09 13:23:58 +09:00
2021-01-29 08:42:39 +01:00
2021-02-03 14:32:26 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-02-18 22:40:47 +01:00
2020-11-09 13:23:58 +09:00
2021-02-22 20:10:55 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-31 10:48:48 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-31 09:56:44 +01:00
2021-02-05 09:23:05 +09:00
2021-03-31 10:26:07 +02:00
2020-11-09 13:23:58 +09:00
2021-03-31 10:46:22 +02:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-03-27 20:12:44 +01:00
2021-03-31 09:56:44 +01:00
2018-08-02 15:45:20 +02:00
2020-11-09 13:23:58 +09:00
2021-03-31 10:46:22 +02:00
2021-03-11 19:24:53 +01:00
2020-11-27 09:03:42 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-07 02:54:33 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-17 16:15:56 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-17 11:13:10 +01:00
2020-11-12 17:10:32 +09:00
2020-11-12 17:10:32 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-12-16 17:21:48 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-31 18:24:53 +02:00
2020-11-09 13:23:58 +09:00
2021-02-20 16:13:06 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-18 18:26:14 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-30 12:21:20 +01:00
2020-11-09 13:23:58 +09:00
2021-02-25 14:55:17 +01:00
2021-02-12 11:36:24 +01:00
2021-02-25 14:55:17 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2021-01-04 11:01:17 +00:00
2021-03-02 12:18:53 +01:00
2020-11-12 17:10:32 +09:00
2021-02-20 13:44:02 +09:00
2021-03-07 02:54:33 +09:00
2021-02-21 20:26:51 +01:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-02-21 19:20:47 +01:00
2020-11-09 13:23:58 +09:00
2020-11-12 16:33:14 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2021-01-04 11:01:17 +00:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-10 14:20:06 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-12-01 15:15:39 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-12-01 15:15:39 +01:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2021-02-16 22:16:17 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-10 13:14:42 +01:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2021-02-25 05:54:11 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-12 17:10:36 +09:00
2020-04-23 18:30:40 +02:00
2020-04-23 18:30:40 +02:00
2020-11-09 13:23:58 +09:00
2021-03-12 10:58:16 +01:00
2020-11-09 13:23:58 +09:00
2020-12-01 15:15:39 +01:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2018-08-02 15:44:25 +02:00
2020-11-09 13:23:58 +09:00
2021-02-19 14:05:42 +09:00
2021-02-17 21:09:14 +01:00
2021-03-31 10:46:22 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2021-03-26 12:21:56 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-04-02 10:53:26 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-02 11:03:44 +01:00
2020-12-18 12:59:29 +09:00
2020-12-17 20:02:32 +01:00
2020-12-17 20:02:32 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-01-15 10:33:28 +01:00
2021-01-29 08:42:39 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-26 12:21:18 +01:00
2020-11-09 13:23:58 +09:00
2021-03-03 12:16:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-23 22:15:36 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-12-16 10:54:57 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2020-12-01 14:17:47 +01:00
2020-12-01 14:17:47 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-31 10:35:31 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-26 12:21:37 +01:00
2021-01-24 01:59:03 -08:00
2020-11-09 13:23:58 +09:00
2021-02-15 21:34:00 +00:00
2021-01-29 08:42:39 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-12 11:22:58 +01:00
2020-11-09 13:23:58 +09:00
2021-01-21 18:21:41 +01:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-01-09 18:11:01 +09:00
2020-11-09 13:23:58 +09:00
2021-01-21 18:21:41 +01:00
2020-11-09 13:23:58 +09:00
2021-02-22 20:10:55 +01:00
2021-03-26 12:20:52 +01:00
2021-03-01 20:57:36 +01:00
2020-12-28 10:52:33 +01:00
2020-11-09 13:23:58 +09:00
2020-12-28 10:53:20 +01:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-02-06 00:00:44 +00:00
2020-11-09 13:23:58 +09:00
2021-02-19 09:28:13 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-12-09 18:25:32 +01:00
2021-03-22 21:48:45 +01:00
2021-03-31 10:46:22 +02:00
2020-11-09 13:23:58 +09:00
2021-03-26 12:20:29 +01:00
2021-02-23 22:44:05 +09:00
2020-11-12 17:10:36 +09:00
2020-11-09 13:23:58 +09:00
2021-03-05 08:09:01 +09:00
2020-11-09 13:23:58 +09:00
2021-04-02 18:08:23 +02:00
2021-03-12 10:58:16 +01:00
2021-03-31 10:38:37 +02:00
2020-12-07 19:56:59 +01:00
2020-12-31 11:43:44 +00:00
2020-11-09 13:23:58 +09:00
2021-02-04 19:17:50 +01:00
2021-02-25 21:14:04 +01:00
2020-11-09 13:23:58 +09:00
2021-03-31 10:26:07 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-02-26 09:31:11 +01:00
2020-12-09 18:25:32 +01:00
2021-03-01 20:57:36 +01:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-12-17 20:26:24 +01:00
2021-03-31 10:46:22 +02:00
2021-03-01 20:57:36 +01:00
2021-03-31 10:46:22 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2021-03-01 13:40:52 +01:00
2021-03-31 10:46:22 +02:00
2020-12-17 20:02:32 +01:00
2020-11-09 13:23:58 +09:00
2020-11-12 17:10:32 +09:00
2020-11-12 17:10:32 +09:00
2020-11-12 17:10:32 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2021-02-21 04:40:23 +09:00
2020-12-16 17:21:48 +01:00
2020-11-09 13:23:58 +09:00
2021-03-01 13:40:52 +01:00
2020-11-09 13:23:58 +09:00
2021-01-15 11:06:11 -05:00
2020-05-06 10:22:54 +02:00
2019-04-23 22:58:51 +02:00
2020-12-17 20:02:32 +01:00