|
|
|
|
Changelog for systemd-container-252-32.el9_4.7.x86_64.rpm :
* Tue Sep 03 2024 Release Engineering - 252-32- Set support URL to the wiki- Set sbat mail to securityAATTrockylinux.org * Thu Jul 18 2024 systemd maintenance team - 252-32.7- generator: \"uninline\" generator_open_unit_file and generator_add_symlink (RHEL-49495) * Wed Jun 12 2024 systemd maintenance team - 252-32.6- cryptsetup: do not assert when unsealing token without salt (RHEL-40119)- cryptsetup: check the existence of salt by salt_size > 0 (RHEL-40119)- bootspec: fix null-dereference-read (RHEL-40119) * Wed May 22 2024 Jan Macku - 252-32.5- spec: return selinux dependencies (RHEL-36471) * Mon May 20 2024 systemd maintenance team - 252-32.4- kernel-install: fix uki-copy deinstall (RHEL-35994) * Wed May 15 2024 Jan Macku - 252-32.3- remove selinux post-requires for python (RHEL-36471) * Fri Apr 26 2024 systemd maintenance team - 252-32.2- coredump: generate stacktraces also for processes running in containers w/o coredump forwarding (RHEL-34061)- test: add a couple of tests for systemd-coredump (RHEL-34061)- test: don\'t expand the subshell expression prematurely (RHEL-34061)- coredump filter: fix stack overflow with =all (RHEL-34061)- coredump filter: add mask for \'all\' using UINT32_MAX, not UINT64_MAX (RHEL-34061)- test: add coverage for CoredumpFilter=all (RHEL-34061)- test: rotate journal before storing coredumps (RHEL-34061)- test: sync with the fake binary before killing it (RHEL-34061)- test: check coredump handling in containers & namespaces (RHEL-34061)- ukify: make the test happy with the latest OpenSSL (RHEL-34061) * Thu Apr 11 2024 systemd maintenance team - 252-32.1- execute: Pass AT_FDCWD instead of -1 (RHEL-32259) * Mon Mar 18 2024 Jan Macku - 252-32- rebase rhel-net-naming-sysattrs to v0.5 * Fri Mar 15 2024 systemd maintenance team - 252-31- bootctl: rework random seed logic to use open_mkdir_at() and openat() (RHEL-16952)- bootctl: properly sync fs before/after moving random seed file into place (RHEL-16952)- bootctl: when updating EFI random seed file, hash old seed with new one (RHEL-16952)- sha256: add helper than hashes a buffer *and * its size (RHEL-16952)- random-seed: don\'t refresh EFI random seed from random-seed.c anymore (RHEL-16952)- bootctl: downgrade graceful messages to LOG_NOTICE (RHEL-16952)- units: rename/rework systemd-boot-system-token.service → systemd-boot-random-seed.service (RHEL-16952)- bootctl: split out setting of system token into function of its own (RHEL-16952) * Mon Mar 11 2024 systemd maintenance team - 252-30- resolved: limit the number of signature validations in a transaction (RHEL-26643)- resolved: reduce the maximum nsec3 iterations to 100 (RHEL-26643)- efi: alignment of the PE file has to be at least 512 bytes (RHEL-26133)- units: change assert to condition to skip running in initrd/os (RHEL-16182)- ci: add configuration for regression sniffer GA (RHEL-1086) * Mon Feb 26 2024 systemd maintenance team - 252-29- units: fix typo in Condition in systemd-boot-system-token (RHEL-16952) * Tue Feb 20 2024 systemd maintenance team - 252-28- random-seed: shorten a bit may_credit() (RHEL-16952)- random-seed: make one more use of random_write_entropy() (RHEL-16952)- random-seed: use getopt() (RHEL-16952)- random-seed: make the logic to calculate the number of bytes read from the random seed file clearer (RHEL-16952)- random-seed: no need to pass \'mode\' argument when opening /dev/urandom (RHEL-16952)- random-seed: split out run() (RHEL-16952)- random_seed: minor improvement in run() (RHEL-16952)- random-seed: downgrade some messages (RHEL-16952)- random-seed: clarify one comment (RHEL-16952)- random-seed: make sure to load machine id even if the seed file is missing (RHEL-16952)- chase-symlinks: add new flag for prohibiting any following of symlinks (RHEL-16952)- bootctl,bootspec: make use of CHASE_PROHIBIT_SYMLINKS whenever we access the ESP/XBOOTLDR (RHEL-16952)- boot: implement kernel EFI RNG seed protocol with proper hashing (RHEL-16952)- random-seed: refresh EFI boot seed when writing a new seed (RHEL-16952)- random-seed: handle post-merge review nits (RHEL-16952)- boot: do not truncate random seed file (RHEL-16952)- bootctl: install system token on virtualized systems (RHEL-16952)- boot: remove random-seed-mode (RHEL-16952)- stub: handle random seed like sd-boot does (RHEL-16952)- efi: add efi_guid_equal() helper (RHEL-16952)- efi: add common implementation for loop finding EFI configuration tables (RHEL-16952)- boot: Detect hypervisors using SMBIOS info (RHEL-16952)- boot: Skip soft-brick warning when in a VM (RHEL-16952)- boot: Replace UINTN with size_t (RHEL-16952)- boot: Use unsigned for beep counting (RHEL-16952)- boot: Use unicode literals (RHEL-16952)- macro: add generic IS_ALIGNED32() anf friends (RHEL-16952)- meson: use 0|1 for SD_BOOT (RHEL-16952)- boot: Add printf functions (RHEL-16952)- boot: Use printf for error logging (RHEL-16952)- boot: Introduce log_wait (RHEL-16952)- boot: Add log_trace debugging helper (RHEL-16952)- tree-wide: Use __func__ in asserts (RHEL-16952)- boot: Drop use of xpool_print/SPrint (RHEL-16952)- boot: Drop use of Print (RHEL-16952)- boot: Rework GUID handling (RHEL-16952)- efi-string: Fix strchr() null byte handling (RHEL-16952)- efi-string: Add startswith8() (RHEL-16952)- efi-string: Add efi_memchr() (RHEL-16952)- vmm: Add more const (RHEL-16952)- vmm: Add smbios_find_oem_string() (RHEL-16952)- stub: Read extra kernel command line items from SMBIOS (RHEL-16952)- vmm: Modernize get_smbios_table() (RHEL-16952)- stub: measure SMBIOS kernel-cmdline-extra in PCR12 (RHEL-16952)- efi: support passing empty cmdline to mangle_stub_cmdline() (RHEL-16952)- efi: set EFIVAR to stop Shim from uninstalling its protocol (RHEL-16952)- ukify: use empty stub for addons (RHEL-16952)- stub: allow loading and verifying cmdline addons (RHEL-16952)- TODO: remove fixed item (RHEL-16952)- fix: do not check/verify slice units if recursive errors are to be ignored (RHEL-1086) * Thu Feb 15 2024 systemd maintenance team - 252-27- test: merge TEST-20-MAINPIDGAMES into TEST-07-PID1 (fixup) (RHEL-1086)- test: use the default nsec3-iterations value (RHEL-1086)- test: explicitly set nsec3-iterations to 0 (RHEL-1086)- core: mount namespaces: Remove auxiliary bind mounts directory after unit termination (RHEL-19483)- ci: deploy systemd man to GitHub Pages (RHEL-1086)- doc: add missing `` to `systemd.net-naming-scheme.xml` (RHEL-7026)- man: reorder the list of supported naming schemes (RHEL-7026)- tree-wide: fix return value handling of base64mem() (RHEL-16182)- Consolidate various TAKE_ * into TAKE_GENERIC(), add TAKE_STRUCT() (RHEL-16182)- pcrphase: add $SYSTEMD_PCRPHASE_STUB_VERIFY env var for overriding stub check (RHEL-16182)- pcrphase: gracefully exit if TPM2 support is incomplete (RHEL-16182)- tpm2-util: split out code that derives \"good\" TPM2 banks into an strv from pcrphase and generalize it in tpm2-util.c (RHEL-16182)- tpm2-util: split out code that extends a PCR from pcrphase (RHEL-16182)- tpm2-util: optionally do HMAC in tpm2_extend_bytes() in case we process sensitive data (RHEL-16182)- cryptsetup: add tpm2-measure-pcr= and tpm2-measure-bank= crypttab options (RHEL-16182)- man: document the new crypttab measurement options (RHEL-16182)- gpt-auto-generator: automatically measure root/var volume keys into PCR 15 (RHEL-16182)- blkid-util: define enum for blkid_do_safeprobe() return values (RHEL-16182)- pcrphase: make tool more generic, reuse for measuring machine id/fs uuids (RHEL-16182)- units: measure /etc/machine-id into PCR 15 during early boot (RHEL-16182)- generators: optionally, measure file systems at boot (RHEL-16182)- tpm2: add common helper for checking if we are running on UKI with TPM measurements (RHEL-16182)- man: document new machine-id/fs measurement options (RHEL-16182)- test: add simple integration test for checking PCR extension works as it should (RHEL-16182)- update TODO (RHEL-16182)- cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (RHEL-16182)- boot: Simplify object erasure (RHEL-16182)- tree-wide: use CLEANUP_ERASE() at various places (RHEL-16182)- dlfcn: add new safe_dclose() helper (RHEL-16182)- tpm2: rename tpm2 alg id<->string functions (RHEL-16182)- tpm2: rename struct tpm2_context to Tpm2Context (RHEL-16182)- tpm2: use ref counter for Tpm2Context (RHEL-16182)- tpm2: use Tpm2Context * instead of ESYS_CONTEXT * (RHEL-16182)- tpm2: add Tpm2Handle with automatic cleanup (RHEL-16182)- tpm2: simplify tpm2_seal() blob creation (RHEL-16182)- tpm2: add salt to pin (RHEL-16182)- basic/macro: add macro to iterate variadic args (RHEL-16182)- test/test-macro: add tests for FOREACH_VA_ARGS() (RHEL-16182)- basic/bitfield: add bitfield operations (RHEL-16182)- test/test-bitfield: add tests for bitfield macros (RHEL-16182)- tpm2: add tpm2_get_policy_digest() (RHEL-16182)- tpm2: add TPM2_PCR_VALID() (RHEL-16182)- tpm2: add/rename functions to manage pcr selections (RHEL-16182)- test/test-tpm2: add tests for pcr selection functions (RHEL-16182)- tpm2: add tpm2_pcr_read() (RHEL-16182)- tpm2: move openssl-required ifdef code out of policy-building function (RHEL-16182)- tpm2: add tpm2_is_encryption_session() (RHEL-16182)- tpm2: move policy building out of policy session creation (RHEL-16182)- tpm2: add support for a trusted SRK (RHEL-16182)- tpm2: fix nits from PR #26185 (RHEL-16182)- tpm2: replace magic number (RHEL-16182)- tpm2: add tpm2_digest_ *() functions (RHEL-16182)- tpm2: replace hash_pin() with tpm2_digest_ *() functions (RHEL-16182)- tpm2: add tpm2_set_auth() (RHEL-16182)- tpm2: add tpm2_get_name() (RHEL-16182)- tpm2: rename pcr_values_size vars to n_pcr_values (RHEL-16182)- tpm2: add tpm2_policy_pcr() (RHEL-16182)- tpm2: add tpm2_policy_auth_value() (RHEL-16182)- tpm2: add tpm2_policy_authorize() (RHEL-16182)- tpm2: use tpm2_policy_authorize() (RHEL-16182)- tpm2: add tpm2_calculate_sealing_policy() (RHEL-16182)- tpm: remove external calls to dlopen_tpm2() (RHEL-16182)- tpm2: remove all extern tpm2-tss symbols (RHEL-16182)- tpm2: add tpm2_get_capability(), tpm2_cache_capabilities(), tpm2_capability_pcrs() (RHEL-16182)- tpm2: verify symmetric parms in tpm2_context_new() (RHEL-16182)- tpm2: replace _cleanup_tpm2_ * macros with _cleanup_() (RHEL-16182)- tpm2-util: use compound initialization when allocating tpm2 objects (RHEL-16182)- tpm2: add tpm2_get_capability_handle(), tpm2_esys_handle_from_tpm_handle() (RHEL-16182)- tpm2: add tpm2_read_public() (RHEL-16182)- tpm2: add tpm2_get_legacy_template() and tpm2_get_srk_template() (RHEL-16182)- tpm2: add tpm2_load() (RHEL-16182)- tpm2: add tpm2_load_external() (RHEL-16182)- tpm2: move local vars in tpm2_seal() to point of use (RHEL-16182)- tpm2: replace magic number in hmac_sensitive initialization (RHEL-16182)- tpm2: add tpm2_create() (RHEL-16182)- tpm2: replace tpm2_capability_pcrs() macro with direct c->capaiblity_pcrs use (RHEL-16182)- basic/alloc-util: add greedy_realloc_append() (RHEL-16182)- tpm2: cache the TPM supported commands, add tpm2_supports_command() (RHEL-16182)- tpm2: cache TPM algorithms (RHEL-16182)- tpm2: add tpm2_persist_handle() (RHEL-16182)- tpm2: add tpm2_get_or_create_srk() (RHEL-16182)- tpm2: move local vars in tpm2_unseal() to point of use (RHEL-16182)- tpm2: remove tpm2_make_primary() (RHEL-16182)- tpm2: use CreatePrimary() to create primary keys instead of Create() (RHEL-16182)- cryptsetup: downgrade a bunch of log messages that to LOG_WARNING (RHEL-16182)- boot/measure: replace TPM PolicyPCR session with calculation (RHEL-16182)- core: imply DeviceAllow=/dev/tpmrm0 with LoadCredentialEncrypted (RHEL-16182)- added more test cases (RHEL-16182)- test: fixed negative checks in TEST-70-TPM2. Use in-line error handling rather than redirections. Follow up on #27020 (RHEL-16182)- systemd-cryptenroll: add string aliases for tpm2 PCRs Fixes #26697. RFE. (RHEL-16182)- cryptenroll: fix an assertion with weak passwords (RHEL-16182)- man/systemd-cryptenroll: update list of PCRs, link to uapi docs (RHEL-16182)- tpm2: add debug logging to functions converting hash or asym algs to/from strings or ids (RHEL-16182)- tpm2: add tpm2_hash_alg_to_size() (RHEL-16182)- tpm2: change tpm2_tpm *_pcr_selection_to_mask() to return mask (RHEL-16182)- tpm2: add more helper functions for managing TPML_PCR_SELECTION and TPMS_PCR_SELECTION (RHEL-16182)- tpm2: add Tpm2PCRValue struct and associated functions (RHEL-16182)- tpm2: move declared functions in header lower down (RHEL-16182)- tpm2: declare tpm2_log_debug_ *() functions in tpm2_util.h (RHEL-16182)- tpm2: change tpm2_calculate_policy_pcr(), tpm2_calculate_sealing_policy() to use Tpm2PCRValue array (RHEL-16182)- tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue array (RHEL-16182)- tpm2: add TPM2B_ *_MAKE(), TPM2B_ *_CHECK_SIZE() macros (RHEL-16182)- tpm2: add tpm2_pcr_read_missing_values() (RHEL-16182)- openssl: add openssl_pkey_from_pem() (RHEL-16182)- openssl: add rsa_pkey_new(), rsa_pkey_from_n_e(), rsa_pkey_to_n_e() (RHEL-16182)- openssl: add ecc_pkey_new(), ecc_pkey_from_curve_x_y(), ecc_pkey_to_curve_x_y() (RHEL-16182)- test: add DEFINE_HEX_PTR() helper function (RHEL-16182)- openssl: add test-openssl (RHEL-16182)- tpm2: add functions to convert TPM2B_PUBLIC to/from openssl pkey or PEM (RHEL-16182)- tpm2: move policy calculation out of tpm2_seal() (RHEL-16182)- man: update systemd-cryptenroll man page with details on --tpm2-pcrs format change (RHEL-16182)- tpm2: update TEST-70-TPM2 to test passing PCR value to systemd-cryptenroll (RHEL-16182)- tpm2: change *alg_to_ * functions to use switch() (RHEL-16182)- tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functions (RHEL-16182)- tpm2: move cast from lhs to rhs in uint16_t/int comparison (RHEL-16182)- tpm2: in validator functions, return false instead of assert failure (RHEL-16182)- tpm2: in tpm2_pcr_values_valid() use FOREACH_ARRAY() (RHEL-16182)- tpm2: use SIZE_MAX instead of strlen() for unhexmem() (RHEL-16182)- tpm2: put !isempty() check inside previous !isempty() check (RHEL-16182)- tpm2: simplify call to asprintf() (RHEL-16182)- tpm2: check pcr value hash != 0 before looking up hash algorithm name (RHEL-16182)- tpm2: use strempty() (RHEL-16182)- tpm2: split TPM2_PCR_VALUE_MAKE() over multiple lines (RHEL-16182)- tpm2: remove ret_ prefix from input/output params (RHEL-16182)- tpm2: use memcpy_safe() instead of memcpy() (RHEL-16182)- openssl: use new(char, size) instead of malloc(size) (RHEL-16182)- tpm2: use table for openssl<->tpm2 ecc curve id mappings (RHEL-16182)- tpm2: use switch() instead of if-else (RHEL-16182)- tpm2: make logging level consistent at debug for some functions (RHEL-16182)- tpm2: remove unnecessary void * cast (RHEL-16182)- tpm2: add tpm2_pcr_values_has_(any|all)_values() functions (RHEL-16182)- tpm2: wrap (7) in UINT32_C() (RHEL-16182)- cryptenroll: change man page example to remove leading 0x and lowercase hex (RHEL-16182)- openssl: add log_openssl_errors() (RHEL-16182)- openssl: add openssl_digest_size() (RHEL-16182)- openssl: add openssl_digest_many() (RHEL-16182)- openssl: replace openssl_hash() with openssl_digest() (RHEL-16182)- openssl: add openssl_hmac_many() (RHEL-16182)- openssl: add rsa_oaep_encrypt_bytes() (RHEL-16182)- openssl: add kdf_kb_hmac_derive() (RHEL-16182)- openssl: add openssl_cipher_many() (RHEL-16182)- openssl: add ecc_edch() (RHEL-16182)- openssl: add kdf_ss_derive() (RHEL-16182)- dlfcn-util: add static asserts ensuring our sym_xyz() func ptrs match the types from the official headers (RHEL-16182)- tpm2: add tpm2_marshal_blob() and tpm2_unmarshal_blob() (RHEL-16182)- tpm2: add tpm2_serialize() and tpm2_deserialize() (RHEL-16182)- tpm2: add tpm2_index_to_handle() and tpm2_index_from_handle() (RHEL-16182)- tpm2: fix build failure without openssl (RHEL-16182)- tpm2-util: look for tpm2-pcr-signature.json directly in /.extra/ (RHEL-16182)- tpm2: downgrade most log functions from error to debug (RHEL-16182)- tpm2: handle older tpm enrollments without a saved pcr bank (RHEL-16182)- tpm2: allow tpm2_make_encryption_session() without bind key (RHEL-16182)- tpm2: update tpm2 test for supported commands (RHEL-16182)- tpm2: use GREEDY_REALLOC_APPEND() in tpm2_get_capability_handles(), cap max value (RHEL-16182)- tpm2: change tpm2_unseal() to accept Tpm2Context instead of device string (RHEL-16182)- tpm2: cache TPM\'s supported ECC curves (RHEL-16182)- tpm2-util: make tpm2_marshal_blob()/tpm2_unmarshal_blob() static (RHEL-16182)- tpm2-util: make tpm2_read_public() static, as we use it only internally in tpm2-util.c (RHEL-16182)- cryptenroll: allow specifying handle index of key to use for sealing (RHEL-16182)- test: add tests for systemd-cryptenroll --tpm2-seal-key-handle (RHEL-16182)- tpm2: do not call Esys_TR_Close() (RHEL-16182)- tpm2: don\'t use GetCapability() to check transient handles (RHEL-16182)- tpm2-util: pick up a few new symbols from tpm2-tss (RHEL-16182)- tpm2: add tpm2_get_pin_auth() (RHEL-16182)- tpm2: instead of adjusting authValue trailing 0(s), trim them as required by tpm spec (RHEL-16182)- tpm2-util: rename tpm2_calculate_name() → tpm2_calculate_pubkey_name() (RHEL-16182)- cryptenroll: do not implicitly verify with default tpm policy signature (RHEL-16182)- cryptenroll: drop deadcode (RHEL-16182)- tpm2: allow using tpm2_get_srk_template() without tpm (RHEL-16182)- tpm2: add test to verify srk templates (RHEL-16182)- tpm2: add tpm2_sym_alg_ *_string() and tpm2_sym_mode_ *_string() (RHEL-16182)- tpm2: add tpm2_calculate_seal() and helper functions (RHEL-16182)- tpm2: update test-tpm2 for tpm2_calculate_seal() (RHEL-16182)- cryptenroll: add support for calculated TPM2 enrollment (RHEL-16182)- test: update TEST-70 with systemd-cryptenroll calculated TPM2 enrollment (RHEL-16182)- openssl-util: avoid freeing invalid pointer (RHEL-16182)- creds-util: check for CAP_DAC_READ_SEARCH (RHEL-16182)- creds-util: do not try TPM2 if there is not support (RHEL-16182)- creds-util: merge the TPM2 detection for initrd (RHEL-16182)- cryptenroll: fix a memory leak (RHEL-16182)- sd-journal: introduce sd_journal_step_one() (RHEL-11591)- test: modernize test-journal-flush (RHEL-11591)- journal-file-util: do not fail when journal_file_set_offline() called more than once (RHEL-11591)- journal-file-util: Prefer punching holes instead of truncating (RHEL-11591)- test: add reproducer for SIGBUS issue caused by journal truncation (RHEL-11591) * Wed Jan 31 2024 systemd maintenance team - 252-26- spec: update rhel-net-naming-sysattrs to v0.4 (RHEL-22278) * Tue Jan 30 2024 systemd maintenance team - 252-25- spec: add new package with RHEL-specific network naming sysattrs (RHEL-22278) * Wed Jan 24 2024 systemd maintenance team - 252-24- ci: use source-git-automation composite Action (RHEL-1086)- ci: increase the cron interval to 45 minutes (RHEL-1086)- ci: add all Z-Stream versions to array of allowed versions (RHEL-1086)- udev/net_id: introduce naming scheme for RHEL-9.4 (RHEL-22427)- basic/errno-util: add wrappers which only accept negative errno (RHEL-22443)- errno-util: allow ERRNO_IS_ * to accept types wider than int (RHEL-22443)- udev: add new builtin net_driver (RHEL-22443)- udev/net_id: introduce naming scheme for RHEL-8.10 (RHEL-22427) * Fri Jan 12 2024 systemd maintenance team - 252-23- logind: don\'t setup idle session watch for lock-screen and greeter (RHEL-20757)- logind: don\'t make idle action timer accuracy more coarse than timeout (RHEL-20757)- logind: do TTY idle logic only for sessions marked as \"tty\" (RHEL-20757)- meson: Properly install 90-uki-copy.install (RHEL-16354) * Mon Jan 08 2024 systemd maintenance team - 252-22- Revert \"man: mention System Administrator\'s Guide in systemctl manpage\" (RHEL-19436)- man: mention RHEL documentation in systemctl\'s man page (RHEL-19436)- resolved: actually check authenticated flag of SOA transaction (RHEL-6216)- udev: allow/denylist for reading sysfs attributes when composing a NIC name (RHEL-1317)- man: environment value -> udev property (RHEL-1317) * Mon Dec 11 2023 systemd maintenance team - 252-21- meson: fix installation of ukify (RHEL-13199)- sd-id128: introduce id128_hash_ops_free (RHEL-5988)- udevadm-trigger: allow to fallback without synthetic UUID only first time (RHEL-5988)- udevadm-trigger: settle with synthetic UUID if the kernel support it (RHEL-5988)- udevadm-trigger: also check with the original syspath if device is renamed (RHEL-5988)- test: use \'udevadm trigger --settle\' even if device is renamed (RHEL-5988)- sd-event: don\'t mistake USEC_INFINITY passed in for overflow (RHEL-6090)- pid1: rework service_arm_timer() to optionally take a relative time value (RHEL-6090)- manager: add one more assert() (RHEL-6090)- pid1: add new Type=notify-reload service type (RHEL-6090)- man: document Type=notify-reload (RHEL-6090)- pid1: make sure we send our calling service manager RELOADING=1 when reloading (RHEL-6090)- networkd: implement Type=notify-reload protocol (RHEL-6090)- udevd: implement the full Type=notify-reload protocol (RHEL-6090)- logind: implement Type=notify-reload protocol properly (RHEL-6090)- notify: add --stopping + --reloading switches (RHEL-6090)- test: add Type=notify-reload testcase (RHEL-6090)- update TODO (RHEL-6090)- core: check for SERVICE_RELOAD_NOTIFY in manager_dbus_is_running (RHEL-6090) * Fri Dec 08 2023 systemd maintenance team - 252-20- udev/net: allow new link name as an altname before renaming happens (RHEL-5988)- sd-netlink: do not swap old name and alternative name (RHEL-5988)- sd-netlink: restore altname on error in rtnl_set_link_name (RHEL-5988)- udev: attempt device rename even if interface is up (RHEL-5988)- sd-netlink: add a test for rtnl_set_link_name() (RHEL-5988)- test-network: add a test for renaming device to current altname (RHEL-5988)- udev: align table (RHEL-5988)- sd-device: make device_set_syspath() clear sysname and sysnum (RHEL-5988)- sd-device: do not directly access entry in sd-device object (RHEL-5988)- udev: move device_rename() from device-private.c (RHEL-5988)- udev: restore syspath and properties on failure (RHEL-5988)- sd-device: introduce device_get_property_int() (RHEL-5988)- core/device: downgrade log level for ignored errors (RHEL-5988)- core/device: ignore failed uevents (RHEL-5988)- test: add tests for failure in renaming network interface (RHEL-5988)- test: modernize test-netlink.c (RHEL-5988)- test-netlink: use dummy interface to test assigning new interface name (RHEL-5988)- udev: use SYNTHETIC_ERRNO() at one more place (RHEL-5988)- udev: make udev_builtin_run() take UdevEvent * (RHEL-5988)- udev/net: verify ID_NET_XYZ before trying to assign it as an alternative name (RHEL-5988)- udev/net: generate new network interface name only on add uevent (RHEL-5988)- sd-netlink: make rtnl_set_link_name() optionally append alternative names (RHEL-5988)- udev/net: assign alternative names only on add uevent (RHEL-5988)- test: add tests for renaming network interface (RHEL-5988)- Backport ukify from upstream (RHEL-13199)- bootctl: make --json output normal json (RHEL-13199)- test: replace readfp() with read_file() (RHEL-13199)- stub/measure: document and measure .uname UKI section (RHEL-13199)- boot: measure .sbat section (RHEL-13199)- Revert \"test_ukify: no stinky root needed for signing\" (RHEL-13199)- ukify: move to /usr/bin and mark as non non-experimental (RHEL-13199)- kernel-install: Add uki layout (RHEL-16354)- kernel-install: remove math slang from man page (RHEL-16354)- kernel-install: handle uki installs automatically (RHEL-16354)- 90-uki-copy.install: create $BOOT/EFI/Linux directory if needed (RHEL-16354)- kernel-install: Log location that uki is installed in (RHEL-16354)- bootctl: fix errno logging (RHEL-16354)- bootctl: add kernel-identity command (RHEL-16354)- bootctl: add kernel-inspect command (RHEL-16354)- bootctl: add kernel-inspect to --help text (RHEL-16354)- bootctl: drop full stop at end of --help texts (RHEL-16354)- bootctl: change section title for kernel image commands (RHEL-16354)- bootctl: remove space that should not be there (RHEL-16354)- bootctl: kernel-inspect: print os info (RHEL-16354)- bootctl-uki: several coding style fixlets (RHEL-16354)- tree-wide: unify how we pick OS pretty name to display (RHEL-16354)- bootctl-uki: several follow-ups for inspect_osrel() (RHEL-16354)- bootctl: Add missing %m (RHEL-16354)- bootctl: tweak DOS header magic check (RHEL-16354) * Mon Nov 13 2023 systemd maintenance team - 252-19- ci: Extend source-git-automation (RHEL-1086)- netif-naming-scheme: let\'s also include rhel8 schemes (RHEL-7026)- systemd-analyze: Add table and JSON output implementation to plot (RHEL-5070)- systemd-analyze: Update man/systemd-analyze.xml with Plot JSON and table (RHEL-5070)- systemd-analyze: Add tab complete logic for plot (RHEL-5070)- systemd-analyze: Add --json=, --table and -no-legend tests for plot (RHEL-5070)- ci: enable source-git automation to validate reviews and ci results (RHEL-1086)- ci: remove Mergify config - replaced by Pull Request Validator (RHEL-1086)- ci: enable auto-merge GH Action (RHEL-1086)- ci: add missing permissions (RHEL-1086)- ci: `permissions: write-all` (RHEL-1086)- ci(lint): exclude `.in` files from ShellCheck lint (RHEL-1086)- udev: raise RLIMIT_NOFILE as high as we can (RHEL-11040) * Tue Aug 22 2023 systemd maintenance team - 252-18- doc: add downstream CONTRIBUTING document (#2170883)- doc: improve CONTRIBUTING document (#2170883)- doc: use link with prefilled Jira issue (#2170883)- docs: link downstream CONTRIBUTING in README (#2170883)- bpf: fix restrict_fs on s390x (#2230364)- udev/net_id: use naming scheme for RHEL-9.3 (#2231845)- core/timer: Always use inactive_exit_timestamp if it is set (#2211065)- timer: Use dual_timestamp_is_set() in one more place (#2211065)- loginctl: list-users: also show state (#2209912)- loginctl: list-sessions: minor modernization (#2209912)- loginctl: list-sessions: also show state (#2209912)- test: add test for state in loginctl list-{users,sessions} (#2209912)- test: add a missing session activation (#2209912)- test: extend test for loginctl list- * (#2209912)- loginctl: shorten variable name (#2209912)- loginctl: use bus_map_all_properties (#2209912)- loginctl: show session idle status in list-sessions (#2209912)- loginctl: some modernizations (#2209912)- loginctl: list-sessions: fix timestamp for idle hint (#2209912)- loginctl: list-users: use bus_map_all_properties (#2209912)- loginctl: also show idle hint in session-status (#2209912)- memory-util: make ArrayCleanup passed to array_cleanup() const (#2190226)- static-destruct: several cleanups (#2190226)- static-destruct: introduce STATIC_ARRAY_DESTRUCTOR_REGISTER() (#2190226)- macro: support the case that the number of elements has const qualifier (#2190226)- shared/generator: apply similar config reordering of generated units (#2190226)- nulstr-util: make ret_size in strv_make_nulstr() optional (#2190226)- generator: teach generator_add_symlink() to instantiate specified unit (#2190226)- units: rework growfs units to be just a regular unit that is instantiated (#2190226)- fstab-generator: use correct targets when /sysroot is specificied in fstab only (#2190226)- fstab-generator: add SYSTEMD_SYSFS_CHECK env var (#2190226)- test: add fstab file support for fstab-generator tests (#2190226)- test-fstab-generator: also check file contents (#2190226)- test-fstab-generator: add tests for mount options (#2190226)- fstab-generator: split out several functions from parse_fstab() (#2190226)- fstab-generator: call add_swap() earlier (#2190226)- fstab-generator: refuse to add swap earlier if disabled (#2190226)- fstab-generator: refuse invalid mount point path in fstab earlier (#2190226)- fstab-generator: fix error code propagation in run_generator() (#2190226)- fstab-generator: support defining mount units through kernel command line (#2190226)- test: add test cases for defining mount and swap units from kernel cmdline (#2190226)- generators: change TimeoutSec=0 to TimeoutSec=infinity (#2190226)- units: change TimeoutSec=0 to TimeoutSec=infinity (#2190226)- fstab-generator: use correct swap name var (#2190226)- fstab-generator: add more parameter name comments (#2190226)- fstab-generator: unify initrd-root-device.target dependency handling code (#2190226)- fstab-util: add fstab_is_bind (#2190226)- fstab-generator: resolve bind mount source when in initrd (#2190226)- fstab-generator: rename \'initrd\' flag to \'prefix_sysroot\' (#2190226)- fstab-generator: fix target of /sysroot/usr (#2190226)- fstab-generator: add rd.systemd.mount-extra= and friends (#2190226)- fstab-generator: add a flag to accept entry for \"/\" in initrd (#2190226)- test-fstab-generator: extract core part as a function (#2190226)- test-fstab-generator: also test with SYSTEMD_IN_INITRD=no (#2190226)- test-fstab-generator: add more tests for systemd.mount-extra= and friends (#2190226)- fstab-generator: enable fsck for block device mounts specified in systemd.mount-extra= (#2190226)- core: use correct scope of looking up units (#2226980)- test: merge unit file related tests into TEST-23-UNIT-FILE (#2213521)- test: rename TEST-07-ISSUE-1981 to TEST-07-PID1 (#2213521)- test: merge TEST-08-ISSUE-2730 into TEST-07-PID1 (#2213521)- test: merge TEST-09-ISSUE-2691 into TEST-07-PID1 (#2213521)- test: merge TEST-10-ISSUE-2467 with TEST-07-PID1 (#2213521)- test: merge TEST-11-ISSUE-3166 into TEST-07-PID1 (#2213521)- test: merge TEST-12-ISSUE-3171 into TEST-07-PID1 (#2213521)- test: move TEST-23\'s units into a dedicated subfolder (#2213521)- test: merge TEST-47-ISSUE-14566 into TEST-07-PID1 (#2213521)- test: merge TEST-51-ISSUE-16115 into TEST-07-PID1 (#2213521)- test: merge TEST-20-MAINPIDGAMES into TEST-07-PID1 (#2213521)- test: abstract the common test parts into a utility script (#2213521)- test: add tests for JoinsNamespaceOf= (#2213521)- core/unit: drop doubled empty line (#2213521)- core/unit: make JoinsNamespaceOf= implies the inverse dependency (#2213521)- core/unit: search shared namespace in transitive relation of JoinsNamespaceOf= (#2213521)- core/unit: update bidirectional dependency simultaneously (#2213521)- resolvectl: fix type of ifindex D-Bus field, and make sure to initialize to zero in all code paths (#2161260)- resolved: add some line-breaks/comments (#2161260)- resolvectl: don\'t filter loopback DNS server from global DNS server list (#2161260)- blockdev-util: add simple wrapper around BLKSSZGET (#2170883)- loop-util: insist on setting the sector size correctly (#2170883)- dissect-image: add probe_sector_size() helper for detecting sector size of a GPT disk image (#2170883)- loop-util: always tell kernel explicitly about loopback sector size (#2170883)- Revert \"Treat EPERM as \"not available\" too\" (#2178222)- Revert \"test: accept EPERM for unavailable idmapped mounts as well\" (#2178222) * Fri Aug 04 2023 systemd maintenance team - 252-17- Revert \"core/service: when resetting PID also reset known flag\" (#2225667- ci: explicitly install python3-lldb-$COMPILER_VERSION (#2225667) * Mon Jul 17 2023 systemd maintenance team - 252-16- ci: update permissions for source-git automation workflows (#2170883)- pstore: fixes for dmesg.txt reconstruction (#2170883)- pstore: explicitly set the base when converting record ID (#2170883)- pstore: avoid opening the dmesg.txt file if not requested (#2170883)- test: add a couple of tests for systemd-pstore (#2170883)- test: match all messages with the FILE field (#2170883)- test: build the SELinux test module on the host (#2170883)- test: make the stress test slightly less stressful on slower machines (#2170883)- coredump: use unaligned_read_ne{32,64}() to parse auxv (#2170883)- core/transaction: make merge_unit_ids() always return NUL-terminated string (#2170883)- core/transaction: make merge_unit_ids() return non-NULL on success (#2170883)- core/transaction: do not log \"(null)\" (#2170883)- ci: allow `RHEL-only` labels to mark downstream-only commits (#2170883)- elf-util: discard PT_LOAD segment early based on the start address. (#2215412)- elf-util: check for overflow when computing end of core\'s PT_LOAD segments (#2215412)- sulogin: use DEFINE_MAIN_FUNCTION() (#2169959)- sulogin: fix control lost of the current terminal when default.target is rescue.target (#2169959)- journal-vacuum: count size of all journal files (#2182632)- memory-util: add a concept for gcc cleanup attribute based array destruction (#2182632)- macro: introduce FOREACH_ARRAY() macro (#2182632)- journal-vacuum: rename function to match struct name (#2182632)- journal-vacuum: use CLEANUP_ARRAY (#2182632)- pam: add call to pam_umask (#2210145)- udev-builtin-net_id: align VF representor names with VF names (#2218886)- pam: add a call to pam_namespace (#2218184)- rules: online CPU automatically on IBM s390x platforms when configured (#2212612)- core/mount: escape invalid UTF8 char in dbus reply (#2208240)- Revert \"user: delegate cpu controller, assign weights to user slices\" (#2176899)- udev-rules: fix nvme symlink creation on namespace changes (#2172509)- rules: add whitespace after comma before the line continuation (#2172509)- udev: restore compat symlink for nvme devices (#2172509)- rules: drop doubled space (#2172509)- manager: don\'t taint the host if cgroups v1 is used (#2193456)- core/service: when resetting PID also reset known flag (#2210237)- ci: drop systemd-stable from advanced-commit-linter config (#2170883) * Thu May 18 2023 systemd maintenance team - 252-15- ci: trigger `differential-shellcheck` workflow on push (#2100440)- ci: workflow for gathering metadata for source-git automation (#2100440)- ci: first part of the source-git automation - commit linter (#2100440)- ci(Mergify): check CodeQL and build workflows based on changed files (#2100440)- ci: add NOTICE to also update regexp in `.mergify.yml` when updating `paths` property (#2100440)- Support /etc/system-update for OSTree systems (#2203133)- journal-def: fix type of signature to match the actual field in the Header structure (#2183546)- journal: use compound initialization for journal file Header structure (#2183546)- journald: fix log message (#2183546)- sd-journal: cache results of parsing environment variables (#2183546)- compress: introduce compression_supported() helper function (#2183546)- sd-journal: always use the compression algorithm specified in the header (#2183546)- sd-journal: allow to specify compression algorithm through env (#2183546)- test: add test case that journal file is created with the requested compression algorithm (#2183546)- rules: do not online CPU automatically on IBM platforms (#2143107) * Tue Mar 21 2023 systemd maintenance team - 252-14- systemd: Support OOMPolicy in scope units (#2176918)- systemd: Default to OOMPolicy=continue for login session scopes (#2176918)- man: rework description of OOMPolicy= a bit (#2176918)- core,man: add missing integration of OOMPolicy= in scopes (#2176918)- meson: Store fuzz tests in structured way (#2176918)- meson: Generate fuzzer inputs with directives (#2176918)- oss-fuzz: include generated corpora in the final zip file (#2176918)- unit: In cgroupv1, gracefully terminate delegated scopes again (#2180120) * Mon Feb 27 2023 systemd maintenance team - 252-8- journal-file: Fix return value in bump_entry_array() (#2173682) * Mon Feb 27 2023 systemd maintenance team - 252-7- test: add coverage for #24177 (#1985288)- logind-session: make stopping of idle session visible to admins (#2172401) * Wed Feb 22 2023 systemd maintenance team - 252-6- journalctl: actually run the static destructors (#2122500)- efi: drop executable-stack bit from .elf file (#2140646)- install: fail early if specifier expansion failed (#2138081)- test: add coverage for #26467 (#2138081) * Fri Feb 17 2023 systemd maintenance team - 252-5- nss-myhostname: fix inverted condition in (#2167468)- nss-myhostname: do not return empty result with NSS_STATUS_SUCCESS (#2167468)- sleep: rename hibernate_delay_sec -> _usec (#2151612)- sleep: fetch_batteries_capacity_by_name() does not return -ENOENT (#2151612)- sleep: drop unnecessary temporal vaiable and initialization (#2151612)- sleep: introduce SuspendEstimationSec= (#2151612)- sleep: coding style fixlets (#2151612)- sleep: simplify code a bit (#2151612)- sleep: fix indentation (#2151612)- sleep: enumerate only existing and non-device batteries (#2151612)- core: when isolating to a unit, also keep units running that are triggered by units we keep running (#1952378)- udev/net_id: introduce naming scheme for RHEL-9.2 (#2170500) * Mon Feb 06 2023 systemd maintenance team - 252-4- udev: make get_virtfn_info() provide physical PCI device (#2159448)- test: make helper_check_device_units() log unit name (#2138081)- test: add a testcase for lvextend (#2138081)- pid1: fix segv triggered by status query (#26279) (#2138081)- test: create config under /run (#2138081)- test: add tests for mDNS and LLMNR settings (#2138081)- resolved: introduce the _localdnsstub and _localdnsproxy special hostnames for 127.0.0.54 + 127.0.0.53 (#2138081)- test: wait for the monitoring service to become active (#2138081)- test: suppress echo in monitor_check_rr() (#2138081)- Revert \"test: wait for the monitoring service to become active\" (#2138081)- test: show and check almost all journal entries since the relevant command being invoked (#2138081)- test: cover IPv6 in the resolved test suite (#2138081)- test: add a couple of SRV records to check service resolution (#2138081)- test: add a test for the OPENPGPKEY RR (#2138081)- test: don\'t hang indefinitely on no match (#2138081)- test-ndisc: fix memleak and fd leak (#2138081)- test-unit-name: fix fd leak (#2138081)- test: bump D-Bus service start timeout if we run without accel (#2138081)- test: bump the client-side timeout in sd-bus as well (#2138081)- test: bump the container spawn timeout to 60s (#2138081)- network: fix memleak (#2138081)- busctl: fix introspecting DBus properties (#2138081)- busctl: simplify peeking the type (#2138081)- resolve: drop redundant call of socket_ipv6_is_supported() (#2138081)- resolve: introduce link_get_llmnr_support() and link_get_mdns_support() (#2138081)- resolve: provide effective supporting levels of mDNS and LLMNR (#2138081)- resolvectl: warn if the global mDNS or LLMNR support level is lower than the requested one (#2138081)- resolve: enable per-link mDNS setting by default (#2138081) * Mon Jan 16 2023 systemd maintenance team - 252-3- swap: tell swapon to reinitialize swap if needed (#2151993)- coredump: adjust whitespace (#2155517)- coredump: do not allow user to access coredumps with changed uid/gid/capabilities (#2155517)- Revert \"basic: add fallback in chase_symlinks_and_opendir() for cases when /proc is not mounted\" (#2138081)- glyph-util: add warning sign special glyph (#2138081)- chase-symlink: when converting directory O_PATH fd to real fd, don\'t bother with /proc/ (#2138081)- systemctl: print a clear warning if people invoke systemctl without /proc/ (#2138081)- TEST-65: check cat-config operation in chroot (#2138081)- TEST-65: use [[ -v ]] more (#2138081)- systemctl: warn if trying to disable a unit with no install info (#2141979)- systemctl: allow suppress the warning of no install info using --no-warn (#2141979)- rpm/systemd-update-helper: use --no-warn when disabling units (#2141979)- systemctl: suppress warning about missing /proc/ when --no-warn (#2141979)- shell-completion: systemctl: add --no-warn (#2141979)- core/unit: drop doubled empty line (#2160477)- core/unit: drop dependency to the unit being merged (#2160477)- core/unit: fix logic of dropping self-referencing dependencies (#2160477)- core/unit: merge two loops into one (#2160477)- test: add test case for sysv-generator and invalid dependency (#2160477)- core/unit: merge unit names after merging deps (#2160477)- core/unit: fix log message (#2160477)- test: explicitly create the /etc/init.d directory (#2160477)- test: support a non-default SysV directory (#2160477) * Fri Dec 09 2022 systemd maintenance team - 252-2- test: check if we can use SHA1 MD for signing before using it (#2141979)- boot: cleanups for efivar_get() and friends (#2141979)- boot: fix false maybe-uninitialized warning (#2141979)- tree-wide: modernizations with RET_NERRNO() (#2137584)- sd-bus: handle -EINTR return from bus_poll() (#2137584)- stdio-bridge: don\'t be bothered with EINTR (#2137584)- varlink: also handle EINTR gracefully when waiting for EIO via ppoll() (#2137584)- sd-netlink: handle EINTR from poll() gracefully, as success (#2137584)- resolved: handle -EINTR returned from fd_wait_for_event() better (#2137584)- homed: handle EINTR gracefully when waiting for device node (#2137584)- utmp-wtmp: fix error in case isatty() fails (#2137584)- utmp-wtmp: handle EINTR gracefully when waiting to write to tty (#2137584)- io-util: document EINTR situation a bit (#2137584)- terminal-util: Set OPOST when setting ONLCR (#2138081)- cgtop: Do not rewrite -P or -k options (#2138081)- test: Add tests for systemd-cgtop args parsing (#2138081)- resolved: remove inappropriate assert() (#2138081)- boot: Add xstrn8_to_16 (#2138081)- boot: Use xstr8_to_16 (#2138081)- boot: Use xstr8_to_16 for path conversion (#2138081)- stub: Fix cmdline handling (#2138081)- stub: Detect empty LoadOptions when run from EFI shell (#2138081)- boot: Use EFI_BOOT_MANAGER_POLICY_PROTOCOL to connect console devices (#2138081)- boot: Make sure all partitions drivers are connected (#2138081)- boot: improve support for qemu (#2138081)- systemd-boot man page: add section for virtual machines (#2138081)- boot: Only do full driver initialization in VMs (#2138081)- dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PARTITION_DEVICES (#2138081)- ci(Mergify): v252 configuration update (#2138081)- ci: Run GitHub workflows on rhel branches (#2138081)- ci: Drop scorecards workflow, not relevant (#2138081) * Fri Dec 02 2022 systemd maintenance team - 252-1- Rebase to systemd v252 + systemd-stable v252.2 (#2138081) * Fri Dec 02 2022 systemd maintenance team - 250-13- build systemd-boot EFI tools (#2140646)
|
|
|