Skip to content
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

V254 stable batch #329

Merged
merged 8 commits into from
Sep 22, 2023
Merged

V254 stable batch #329

merged 8 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. man/kernel-install: document missing $KERNEL_INSTALL_IMAGE_TYPE

    Available since systemd/systemd@3d5f0bfe
    
    (cherry picked from commit cb5f21d)
    aafeijoo-suse authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ea69c12 View commit details
    Browse the repository at this point in the history
  2. test: check return value of sd_journal_next() and friends

    (cherry picked from commit 836809d)
    yuwata authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    44de992 View commit details
    Browse the repository at this point in the history
  3. test: add more testcases for seeking journal entries

    This is mostly for issue #29216.
    
    (cherry picked from commit 45689fd)
    yuwata authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dd1c89a View commit details
    Browse the repository at this point in the history
  4. sd-journal: also clear saved direction on seek

    Otherwise, sd_journal_previous() -> real_journal_next(DIRECTION_UP) ->
    next_beyond_location() wrongly handles that previously we hit EOF of
    the file, and returns 0 without finding a matching entry.
    
    Fixes #29216.
    
    (cherry picked from commit 4aa33df)
    yuwata authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dfcccf0 View commit details
    Browse the repository at this point in the history
  5. elf2efi: fix a typo

    (cherry picked from commit 1365355)
    YHNdnzj authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f054f7c View commit details
    Browse the repository at this point in the history
  6. sd-journal: refuse entry objects with an empty boot ID

    Otherwise, e.g. sd_journal_get_monotonic_usec() return an empty boot ID
    when called for such a broken entry object.
    
    Such a broken object may be stored when the system was not cleanly shutdown.
    
    Fixes #29167.
    
    (cherry picked from commit c650d4c)
    yuwata authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    83459a6 View commit details
    Browse the repository at this point in the history
  7. mkfs-util: Only unshare mount namespace if needed

    We only need a separate mount namespace if we're operating on a
    btrfs block device so let's make sure we only unshare the mount
    namespace if that's the case.
    
    Replaces #29214
    
    (cherry picked from commit e078490)
    DaanDeMeyer authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    685b45f View commit details
    Browse the repository at this point in the history
  8. network/sr-iov: ignore -EINVAL in reading dev_port sysfs attribute

    Fixes #27369.
    
    (cherry picked from commit 4b12a8d)
    yuwata authored and keszybz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b4eaaae View commit details
    Browse the repository at this point in the history