
To add some context we start by referencing [1]. More lab tests are enabled now, which reveal more systemd naming inconsistencies: searching parent slots ([2] vs [3]), usage of port_name for path and slot ([4] vs [5], [6] vs [7]). Based on previous observations infer that port_name[8] has to be dropped from [9], even though it is not yet observed in any lab. We observe we can't rely on a particular naming scheme already implemented in systemd, thus we must create a custom one. Name based on upcoming STX7.0 release. Align naming to CentOS for discovered differences. There may be more issues uncovered, as more labs are coverted to Debian. [1]: https://review.opendev.org/c/starlingx/kernel/+/841369 [2]: https://github.com/systemd/systemd/blob/v247/src/udev/ udev-builtin-net_id.c#L362,L373 [3]: https://github.com/systemd/systemd/blob/v219/src/udev/ udev-builtin-net_id.c#L229,L237 [4]: https://github.com/systemd/systemd/blob/v247/src/udev/ udev-builtin-net_id.c#L321-L324 [5]: https://github.com/systemd/systemd/blob/v219/src/udev/ udev-builtin-net_id.c#L198-L199 [6]: https://github.com/systemd/systemd/blob/v247/src/udev/ udev-builtin-net_id.c#L391-L394 [7]: https://github.com/systemd/systemd/blob/v219/src/udev/ udev-builtin-net_id.c#L248-L249 [8]: https://github.com/systemd/systemd/commit/ 4887b656c22af059d4e833de7b56544f24951184 [9]: https://github.com/systemd/systemd/blob/v247/src/udev/ udev-builtin-net_id.c#L204-L207 Test on AIO-SX Debian: PASS: Naming in sync with CentOS Story: 2009964 Task: 45403 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: Ifdfd098634feaa5cfafa84b72d3308029cfdd70c
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
# STX Patches
|
|
851-inject-millisec-in-syslog-date.patch
|
|
|
|
# This cluster of patches relates to fixing redhat bug #1819868
|
|
# "systemd excessively reads mountinfo and udev in dense container environments"
|
|
|
|
# Patch (3) for solving #1819868
|
|
909-sd-event-split-clock-data-allocation-out-of-sd_event.patch
|
|
# Patch (4) for solving #1819868
|
|
910-sd-event-split-out-code-to-add-remove-timer-event-so.patch
|
|
# Patch (6) for solving #1819868
|
|
913-sd-event-remove-earliest_index-latest_index-into-com.patch
|
|
# Patch (9) for solving #1819868
|
|
919-sd-event-add-ability-to-ratelimit-event-sources.patch
|
|
# Patch (10) for solving #1819868
|
|
920-core-prevent-excessive-proc-self-mountinfo-parsing.patch
|
|
skip-some-testcases.patch
|
|
|
|
# This cluster of patches relates to fixing redhat bug #1968528
|
|
# "fix rate-limiting of mount events"
|
|
922-sd-event-change-ordering-of-pending-ratelimited-even.patch
|
|
923-sd-event-drop-unnecessary-else.patch
|
|
924-sd-event-use-CMP-macro.patch
|
|
925-sd-event-use-usec_add.patch
|
|
926-sd-event-make-event_source_time_prioq_reshuffle-acce.patch
|
|
927-sd-event-always-reshuffle-time-prioq-on-changing-onl.patch
|
|
|
|
# Keep NIC naming in sync with CentOS
|
|
0014-Introduce-and-use-custom-NIC-naming-scheme.patch
|