]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: bump fedora from 42 to 43
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Sep 2025 19:38:12 +0000 (04:38 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 26 Sep 2025 07:14:13 +0000 (09:14 +0200)
It seems
- the address sanitizer on fedora 42 reports false-positive, or
- probing partitions in libblkid 2.40.4 has a bug.

Not sure which causes the issue, but anyway the address sanitizer
kills udev-worker when sym_blkid_partition_get_name() is called
in udev-builtin-blkid.c.
```
systemd-udevd[488]: ==488==ERROR: AddressSanitizer: stack-buffer-underflow on address 0x7ffdd716e020 at pc 0x563e3ca66fcb bp 0x7ffdd716d970 sp 0x7ffdd716d968
systemd-udevd[488]: READ of size 8 at 0x7ffdd716e020 thread T0 ((udev-worker))
(snip)
systemd-udevd[488]: HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
systemd-udevd[488]:       (longjmp and C++ exceptions *are* supported)
systemd-udevd[488]: SUMMARY: AddressSanitizer: stack-buffer-underflow (/usr/bin/udevadm+0x187fca) (BuildId: 1fb56dbdf0447aba1185d6e34560b782b76098be)
(snip)
systemd-udevd[488]: Command: (udev-worker)
systemd-udevd[488]: ==488==ABORTING
```

Let's bump fedora from 42 to 43.

Fixes mkosi fedora 42 job failures after c349edfe49dc2c4b8a79e5d08ecf7c8e93c4c909.

.github/workflows/mkosi.yml

index 0a788fd1cd1e4ba8f5deb3f0b104e1ec60796f60..e5535043a5dc59943cd7a88cb1e7d0f23370bddb 100644 (file)
@@ -110,7 +110,7 @@ jobs:
             no_kvm: 0
             shim: 0
           - distro: fedora
-            release: "42"
+            release: "43"
             runner: ubuntu-24.04
             sanitizers: address,undefined
             llvm: 1