public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-16 15:38:45 to 2026-03-22 11:47:42 UTC [more...]

[ANNOUNCE] util-linux v2.42-rc1
 2026-03-22 11:37 UTC  (11+ messages)
` unshare regression in 2.42-rc1

[PATCH 1/2] copyfilerange: wrap some overlong lines (in a tabsize-independent way)
 2026-03-19  9:42 UTC  (3+ messages)
` [PATCH 2/2] copyfilerange: simply report "too few arguments", not misleading messages

[PATCH 1/2] lsmem: correct the grammar of an error message
 2026-03-16 10:58 UTC  (12+ messages)
` [PATCH 2/2] lsmem: (man) correct the markup of column names, and improve some grammar

[PATCH 1/2 V2] copyfilerange: (usage) correct the markup and improve the wording
 2026-03-16 10:57 UTC  (3+ messages)
` [PATCH 2/2] copyfilerange: (man) correct the markup and improve the wordings

[PATCH 1/2] copyfilerange: (usage) correct the markup and improve the wording
 2026-03-12 15:52 UTC  (5+ messages)
` [PATCH 2/2] copyfilerange: (man) correct the markup and improve the wordings

[PATCH] findfs: (man) improve the markup, the layout, and the wording
 2026-03-12 15:34 UTC  (10+ messages)
` [PATCH] terminal-colors.d: (man) do not show 'type' as an optional part
    ` improvements to terminal-colors.d.5.adoc were undone

[PATCH] waitpid: consistently write the abbreviation "PID" in all-uppercase
 2026-03-12 10:14 UTC  (2+ messages)

[PATCH 1/3] nsenter: (usage) correct the formatting of eight option arguments
 2026-03-12 10:14 UTC  (5+ messages)
` [PATCH 2/3] nsenter: (usage) improve the alignment of the option descriptions
` [PATCH 3/3] nsenter: (man) correct the markup and improve the formatting

[PATCH] pam_lastlog2: add -lpam to Makemodule.am
 2026-03-09 10:51 UTC  (2+ messages)

[PATCH] fdisk: (man) correct the markup + punctuation of two option descriptions
 2026-02-25 11:59 UTC  (2+ messages)

[PATCH] Various subsystems: avoid UB from ref counts
 2026-02-25 10:18 UTC  (2+ messages)

[PATCH] nsenter: Support specifying namespace by ID
 2026-02-18 11:44 UTC  (2+ messages)

[PATCH] lsblk: improve error reporting for invalid device paths
 2026-02-18 10:01 UTC  (4+ messages)

[PATCH 1/2] lscpu-arm: Allow externally sourced model name
 2026-02-11 21:23 UTC  (11+ messages)
` [PATCH 2/2] lscpu-arm: Remove the "Ampere-1a" part
        ` [PATCH v2 1/2] lscpu-arm: Include the ARM SMC CC SOC_ID name
        ` [PATCH v2 2/2] lscpu-arm: Correct Ampere part name strings

v2.42 branch
 2026-02-04 12:48 UTC 

Security issue in util-linux: out-of-bounds read in ul_parse_size()
 2026-02-01 14:47 UTC 

[PATCH 0/5] unshare: fix signal forwarding to child processes
 2026-01-21  8:37 UTC  (18+ messages)
` [PATCH 1/5] unshare: add global child_pid variable for signal forwarding
` [PATCH 2/5] unshare: add signal forwarding handler
` [PATCH 3/5] unshare: replace signal blocking with signal handlers
` [PATCH 4/5] unshare: store child PID in global variable
` [PATCH 5/5] unshare: handle EINTR in waitpid loop
  ` [Patch V2 0/4] unshare: fix signal forwarding to child processes
    ` [V2 1/4] unshare: add --forward-signals option to argument parser
    ` [V2 2/4] unshare: implement signal forwarding when --forward-signals is used
    ` [V2 3/4] unshare: document --forward-signals in man page
    ` [V2 4/4] tests: add tests for unshare --forward-signals
      ` [PATCH V3 0/4] unshare: add --forward-signals option
        ` [Patch V3 1/4] unshare: add --forward-signals option to argument parser
        ` [Patch V3 2/4] unshare: implement signal forwarding when --forward-signals is used
        ` [Patch V3 3/4] unshare: document --forward-signals in man page
        ` [Patch V3 4/4] tests: add tests for unshare --forward-signals

[PATCH v2 0/3] blkpr: add read-keys and read-reservations commands
 2026-01-14  9:30 UTC  (5+ messages)
` [PATCH v2 1/3] blkpr: prepare for _IOR() ioctls
` [PATCH v2 2/3] blkpr: add read-keys command
` [PATCH v2 3/3] blkpr: add read-reservation command

[PATCH] mount: (manpage) add CephFS kernel client mount options
 2026-01-14  9:29 UTC  (4+ messages)

[PATCH v2] mount: (manpage) add CephFS filesystem-specific manual page
 2026-01-13 20:16 UTC 

[PATCH 1/3] losetup: snip --verbose from bash-completion, and 'v' from options string
 2026-01-12 14:08 UTC  (5+ messages)
` [PATCH 2/3] chmem: do not word a configuration failure as an instruction to the user
` [PATCH 3/3] treewide: consistently use tabs for indentation where it is the rule

[PATCH v5 0/4] libuuid: Fix pre-1970 UUID timestamp overflow
 2026-01-05 13:35 UTC  (6+ messages)
` [PATCH v5 1/4] libuuid: simplify gregorian-to-unix offset calculation
` [PATCH v5 2/4] libuuid: refactor gregorian_to_unix to populate timeval directly
` [PATCH v5 3/4] libuuid: fix timestamp overflow for pre-1970 dates
` [PATCH v5 4/4] tests: correct UUID timestamp test expectations

[PATCH] libuuid: Fix pre-1970 UUID v1 timestamp wraparound
 2025-12-28  8:47 UTC  (19+ messages)
` [PATCH v2] "
        ` [PATCH v3 1/2] libuuid: Refactor UUID time conversion for pre-epoch dates
            ` [PATCH v4 0/4] libuuid: Fix pre-1970 UUID timestamp overflow
              ` [PATCH v4 1/4] libuuid: simplify gregorian-to-unix offset calculation
              ` [PATCH v4 2/4] libuuid: refactor gregorian_to_unix to populate timeval directly
            ` [PATCH v4 3/4] libuuid: fix timestamp overflow for pre-1970 dates
            ` [PATCH v4 4/4] tests: correct UUID timestamp test expectations

Inconsistent results from script test case
 2025-12-18 20:20 UTC 

[PATCH 0/3] blkpr: add read-keys and read-reservations commands
 2025-12-17 18:26 UTC  (6+ messages)
` [PATCH 1/3] blkpr: prepare for _IOR() ioctls
` [PATCH 2/3] blkpr: add read-keys command
` [PATCH 3/3] blkpr: add read-reservation command

[ANNOUNCE] util-linux v2.41.3
 2025-12-15 15:02 UTC 

Partition incorrectly identified as LUKS
 2025-12-12  7:35 UTC  (4+ messages)

v2.41.3 planning
 2025-12-10  9:40 UTC  (5+ messages)

[PATCH v1] Call prctl(2) with long integers, specify 5 arguments, and avoid casts
 2025-12-08 22:41 UTC  (19+ messages)
      ` [PATCH] x32: Switch back to assembly syscall wrapper for prctl
          ` [PATCH v2] x32: Implement prctl in assembly
                      ` [PATCH v3] "
` [PATCH v2 0/1] Call prctl(2) with signed long integers, and avoid casts
  ` [PATCH v2 1/1] "

[PATCH 0/1] copyfilerange: new command to call copy-file-range
 2025-12-03 19:25 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Consistent shell resolution across util-linux
 2025-11-26 12:40 UTC  (6+ messages)
` [PATCH 1/3] lib: introduce ul_default_shell() for consistent shell resolution
` [PATCH 2/3] *: use ul_default_shell() for interactive shell spawning
` [PATCH 3/3] login-utils, sys-utils: use _PATH_BSHELL consistently

[PATCH] treewide: consistently use tabs for indentation where it is the rule
 2025-11-17  9:50 UTC 

[PATCH 1/2] losetup: snip --verbose from bash-completion, and 'v' from options string
 2025-11-15 10:35 UTC  (2+ messages)
` [PATCH 2/2] chmem: do not word a configuration failure as an instruction to the user

Fwd: lsclocks and tai
 2025-11-13 15:51 UTC  (2+ messages)

Experimental pager: lsp
 2025-11-08 22:41 UTC 

`losetup --remove` is confusing, and misuse silently fails
 2025-11-07 11:21 UTC  (10+ messages)

[PATCH v2 2/3] losetup: remove the --verbose flag, as it doesn't actually do anything
 2025-11-05  7:15 UTC 

reflink utils
 2025-11-03 13:55 UTC  (4+ messages)

[PATCH 1/3] losetup: sort 'O' correctly for the mutual-exclusive check to work
 2025-11-03 12:59 UTC  (5+ messages)
` [PATCH 2/3] losetup: remove the --verbose flag, as it doesn't actually do anything
` [PATCH 3/3] losetup: (man) put the synopses in a better order, the name-giver first

[PATCH] wdctl: remove -d option leftover
 2025-11-03 12:52 UTC  (2+ messages)

[PATCH v2 0/6] chmem/lsmem: dynamic (de)configuration of memory
 2025-10-16 15:38 UTC  (4+ messages)
` [PATCH v2 2/6] lsmem: add support to display "
` [PATCH v2 4/6] chmem: add chmem documentation for "
` [PATCH v2 5/6] lsmem: add doc for dynamic (de)configuration and memmap-on-memory support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox