-
-
Notifications
You must be signed in to change notification settings - Fork 108
v253 batch up to da2d44a3d9c4af642dabef12b8d81887b3cfbec2 #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The docs previously stated that RandomizedDelaySec is applied onto the next scheduled time, but after 9fa326b this is no longer the case. I also reworded FixedRandomDelay= slightly, to make it a bit clearer (cherry picked from commit fca20a1be69d0ffe3067e5c8676d75b5f8af1a5d) (cherry picked from commit 0930949e64cd91e366865e104a295ddc83170fdd) (cherry picked from commit a37d96386a3f8ded382164ad85e458e848853499) (cherry picked from commit fe859ba) (cherry picked from commit 47ed4d5)
…no master When an interface leaved from the master interface, then reading IFLA_MASTER attribute causes ENODATA. When the interface was previously enslaved to another interface, we need to remove reference to the interface from the previous master interface. This is especially important when ``` ip link set dev eth0 nomaster ``` is called. Fixes a bug introduced by 0d411b7 (v249). Fixes #37629. (cherry picked from commit f44b20b7b6c6b0a089a3ec2392ac85e4772e0357) (cherry picked from commit 2ad46c06069ad4241c94124dd5a3a73da7828048) (cherry picked from commit c584dfb2051207af017ea1437b3d255023c902f5) (cherry picked from commit a023d22) (cherry picked from commit 61f69d4)
If master ifindex is non-zero, then the carrier state and operational state of the interface may be the enslaved state. As the operational state is saved in link state file, and read by wait-online, we need to update the state file when the master ifindex is changed. (cherry picked from commit 7dde00ca57cf20a5d71e580d0bc6173f454095e5) (cherry picked from commit e9655c7865d632bd05437f8ebd4264a13b8011e4) (cherry picked from commit 018e874b84c53ef5b8c2f4835a2f9e554c5fe409) (cherry picked from commit 2057199) (cherry picked from commit 936aa69)
Otherwise after the service exits it will still show "Installing 'foobar'" as the status, which is confusing (cherry picked from commit 5cfc9c34f4a38cc82c233e453373d48231944d81) (cherry picked from commit 0e502d986b724f195385ad99f7f214d8586fec7f) (cherry picked from commit 8d7dce9a534cf14a2587145590ddea01eeb84291) (cherry picked from commit 43e73a7) (cherry picked from commit f82b4cc)
A new core was added to the test, but the loop counter was not increased to wait for it, so the test races against systemd-coredump's processing. This failed at least once in debci: 8015s [ 32.227813] TEST-87-AUX-UTILS-VM.sh[1038]: + coredumpctl info COREDUMP_TIMESTAMP=1679509902000000 8015s [ 32.228684] TEST-87-AUX-UTILS-VM.sh[1723]: No coredumps found. Follow-up for 0c49e0049b7665bb7769a13ef346fef92e1ad4d6 Fixes systemd/systemd#37666 (cherry picked from commit 703fbb0bba7f1a1b46342d6efedda30e51d46135) (cherry picked from commit ccbad62c42ab8e00b824aaa22036cc5cc65ab203) (cherry picked from commit 5ef906f002ec50fa62232a83dc974620fd6b046c) (cherry picked from commit 12f4ba1) (cherry picked from commit 08280df)
In function `tc_init`, hz is parsed from the content of file `"/proc/net/psched"` and can be 0. In function `hierarchy_token_bucket_class_verify`, hz is directly used as a divisor in `htb->buffer = htb->rate / hz + htb->mtu;` without any check. This adds a check on hz before using it as a divisor. Co-authored-by: jinyaoguo <[email protected]> (cherry picked from commit 1a596054a0f937bfc244580f07510759a0e45657) (cherry picked from commit e2c9fdd5c0f84eb234e122fe8fce9c4d949882cd) (cherry picked from commit 64206ad1372a7df4c96c1fd8cd363a6032eaeadf) (cherry picked from commit b53cf28) (cherry picked from commit f5fdc85)
If the first call to `loop_read()` returns 0 (no input), `total_in` remains 0, causing `total_out/total_in` to potential divide by zero. We add a check before logging the compression ratio to skip the percentage calculation when total_in is zero. Co-authored-by: jinyaoguo <[email protected]> (cherry picked from commit 2584f745e0509472e68449bd81c60c26056d514a) (cherry picked from commit 18a42e321d699e7f3ae46930fa070228d02774ed) (cherry picked from commit eaffe6679b6bcf6d5ba4d468332079a9ac82da43) (cherry picked from commit 93f677f) (cherry picked from commit cb57cbc)
…e of grain size See partition_min_size_with_padding(). Fixes #37178. (cherry picked from commit cb109e00c45c8e92b1020e6249aac4a212e7f72d) (cherry picked from commit 4e6d6d885d320c27deb63b8a5ae5b330c00a174c) (cherry picked from commit ee9434f7022fdbb48a2f1466d9531da2a30c35cd) (cherry picked from commit 8e76eab) (cherry picked from commit 4c3fecc)
Fixes: #33300 Replaces: #35102 (cherry picked from commit 959d7f1759d67994e3bed7b9d2f23e063475a872) (cherry picked from commit 8f1b7ec9edd4ce7d5ced86d29e659fda95dd95f3) (cherry picked from commit b5d7d32d6575f28bc447576e1da52f8f41805c79) (cherry picked from commit cf3d93b) (cherry picked from commit dd2e419)
Kernel 6.16 started returning EOPNOTSUPP when a required kconfig is disabled. Downgrade to debug level in that case. Fixes systemd/systemd#37783 (cherry picked from commit bb887cf22e68b6c83ff8a9c9bccda04d95ac23b3) (cherry picked from commit 42cc4991976821d33b094a4d3787cd6b80a8fbdb) (cherry picked from commit 1613414ac0a5a370e8754943c273f49ba37edaf3) (cherry picked from commit b97861d) (cherry picked from commit 17cccd3)
…egenerated Fixes #37458. (cherry picked from commit 5814acca9aa4354d121de4bf174851f092a6b643) (cherry picked from commit e40fbaa18e747ee213303cd0ff780d95f5c812e9) (cherry picked from commit 579b59ac1db32ed5848474c59300419f28126117) (cherry picked from commit ce1d728) (cherry picked from commit e316f1e)
If mode= is not set in rootflags= add mode=0755 when a tmpfs is used on the rootfs, otherwise it will be group/world writable as that's the default mode for tmpfs filesystems. Follow-up for 725ad3b (cherry picked from commit d3a57a0853de1a4a03b4ae1fbfa8bc59dc01b217) (cherry picked from commit 0e8f13faf3fafc3679131713915a56c74403f3a3) (cherry picked from commit 69beb94574ba41b167396fdcd651e9f59f2d8d75) (cherry picked from commit 0fc39fe) (cherry picked from commit e1560b3)
We now consider link-local addresses routable when we have configured unicast link-local dns servers. This allows creating the DNS scope, even when the interface doesn't get a routable address. (cherry picked from commit c60d2a626b88aec24e6f029f799b6631c1aaeee2) (cherry picked from commit bd9a51fc67faead42dcaac819f5c432741b4a32a) (cherry picked from commit 807e18536ad96a28d041ce57b760cfb81c980cd6) (cherry picked from commit 1272e28) (cherry picked from commit 81afa81)
Current text hints that machine-id in template image should be empty if the system is read-only. But most of the bare metal systems and regular VMs have /etc read-only at this phase of boot. (cherry picked from commit 64fcb07199f8409a074575eda5abb69b0caab06f) (cherry picked from commit 5f55879673b119ebc98280518a9ab5bb7f4b1c5d) (cherry picked from commit 8ee0c2ee0ca8be0a34e9528b11e912735e8b5a33) (cherry picked from commit 6e9eba2) (cherry picked from commit df71727)
systemd-homed[3443]: Sending to worker: { "enforcePasswordPolicy": false, "userName": "foobarbaz", "perMachine": [ { "storage": "directory", "matchMachineId": "c1082742b92c4f7e8d30d6b17f9d3351" } ], "disposition": "regular", "lastChangeUSec": 1750606709833174, "lastPasswordChangeUSec": 1750606709833174, "privileged": { "hashedPassword": [ "$y$j9T$ai2Fshq0ev9W05WL4SoRJ1$EFfe41ACrJKXMCQ83A05n6UW.HrRr9/O4b1x0CXgAXD" ] }, "binding": { "c1082742b92c4f7e8d30d6b17f9d3351": { "blobDirectory": "/var/cache/systemd/home/foobarbaz", "uid": 60056, "gid": 60056 } }, "secret": { "password": [ "test" ] }, "__systemd_homework_internal_blob_fdmap": {} } (cherry picked from commit e248790263b63822cdffa399b593a272d7abddc8) (cherry picked from commit a283e832dabd35d9f6e6aace0525ecf4f6372b57) (cherry picked from commit bd71224be1cce183ea0b862ae702d0bb62873479) (cherry picked from commit 49d2797) (cherry picked from commit 528a943)
… for the next So far we already had a logic in place to go for the next mode if some mode doesn't work – but it was only applied if we'd actively cycle through resolutions. Let's extend the logic and always apply it: whenever we try to switch to a mode, and it doesn't work, go to the next one until we find one that works. Fixes: #37324 (cherry picked from commit b53c3af3fe968fc2fc7631c9dab6737b08f0156a) (cherry picked from commit 66235376a48d2d94bba6c5db0b9f5448243c2041) (cherry picked from commit 5b3ab2f8a6650841cbac5823e0c6ccbd78096c84) (cherry picked from commit b869d19) (cherry picked from commit 261ae1f)
It will otherwise interpret characters such as '+' as if they were regex, and break matching. For example TEST-71-HOSTNAME started failing when uname -r started including a '+': FAIL: 'Kernel: Linux 6.12.33+deb13-amd64' not found in: Static hostname: host Icon name: computer-vm Chassis: vm 🖴 Machine ID: e6471c1f95ab49098827498ed816cdf7 Boot ID: 231da987f64d4af59f2076fbb638c611 Virtualization: kvm Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.33+deb13-amd64 Architecture: x86-64 (cherry picked from commit a0dfb0245662e31ded34730010e0e92be9bd9f1a) (cherry picked from commit de5642b63e5c9210052b97105457a3debf5cc309) (cherry picked from commit c6e94cb7910d5f12bd64c21cd4ed36499c6addf1) (cherry picked from commit 359fed1) (cherry picked from commit 5006511)
We were not able to find or create Copr project
Unless the HTTP status code above is >= 500, please check your configuration for:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.