Package: rust-virtiofsd / 1.13.2-2
Metadata
Package | Version | Patches format |
---|---|---|
rust-virtiofsd | 1.13.2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
relax env logger deps.diff | (download) |
Cargo.toml |
4 3 + 1 - 0 ! |
disable color in logs After the update to env_logger v0.11, virtiofsd started causing virtualized systems to hang at boot time. This was determined to be caused by env_logger issuing ioctl syscalls when the 'auto-color' feature is enabled, which in turn are blocked by virtiofsd's seccomp filter. While we determine if ioctl calls can be allowlisted we disable color in logs. |
ignore tests.patch | (download) |
src/descriptor_utils.rs |
3 2 + 1 - 0 ! |
--- |
relax deps syslog.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
relax libseccomp.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
1