]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
6 months agoinclude/c: add BIT()
Karel Zak [Wed, 14 Aug 2024 15:03:51 +0000 (17:03 +0200)] 
include/c: add BIT()

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: use unique ID in utab
Karel Zak [Wed, 12 Jun 2024 11:14:18 +0000 (13:14 +0200)] 
libmount: use unique ID in utab

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: add API to read ID by statx()
Karel Zak [Wed, 14 Aug 2024 14:28:48 +0000 (16:28 +0200)] 
libmount: add API to read ID by statx()

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: Add API to get/set unique IDs
Karel Zak [Tue, 11 Jun 2024 09:55:39 +0000 (11:55 +0200)] 
libmount: Add API to get/set unique IDs

Since the Linux kernel version 6.8, there are two types of IDs
available: the "old" ID used in /proc/self/mountinfo, and a new 64-bit
unique ID that is never recycled. This new ID is provided by the
statx(STATX_MNT_ID_UNIQUE) and statmount() syscalls.

Note that this patch only adds the API for retrieving these unique
IDs, but the backing code has not been implemented yet.

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: remember parsed propagation
Karel Zak [Thu, 13 Jun 2024 08:30:24 +0000 (10:30 +0200)] 
libmount: remember parsed propagation

This change allows propagation flags to be retained from another
source, such as statmount().

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: add statmount to features list
Karel Zak [Thu, 18 Jul 2024 09:26:13 +0000 (11:26 +0200)] 
libmount: add statmount to features list

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agolibmount: add mount-api-utils.h to mountP.h
Karel Zak [Mon, 22 Jul 2024 12:12:37 +0000 (14:12 +0200)] 
libmount: add mount-api-utils.h to mountP.h

The new syscalls (statmount and fd-based mount) are already being
utilized in various areas within the library. Therefore, it would be
more efficient to include the syscalls header file in the private main
library header file.

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agoinclude/mount-api-utils: add statmount and listmount
Karel Zak [Wed, 14 Aug 2024 13:33:44 +0000 (15:33 +0200)] 
include/mount-api-utils: add statmount and listmount

* Make the includes and ifdefs in the file more generic, to cover
  other interfaces besides just HAVE_MOUNTFD_API.

* Add #ifdef HAVE_STATMOUNT_API to the header file.

* Add fallbacks for statmount and listmount masks and flags.

* Add a local definition of the structs mnt_id_req and statmount.

  We do not want to depend on kernel headers for now, as all of this is
  still under development. Installed headers may provide old versions,
  and a solution based on #ifdef will still require local definition of
  the structs.

* Add wrappers for the statmount() and listmount() syscalls.

* Add sys_statmount(), a wrapper for statmount() that reallocates the
  statmount buffer (on EOVERFLOW errno) if it is not large enough.

Note that for now, we are directly using syscalls and do not require
libc support for statmount() and listmount(). The kernel API is very
extensible, as it is based on structs rather than syscall arguments.
Therefore, I doubt we will see any libc support in the near future.

The code uses the "ul_" prefix for locally defined variables and
functions to prevent conflicts with kernel headers and potential
future versions of libc.

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agomeson: check for statmount and listmount syscalls
Karel Zak [Wed, 14 Aug 2024 13:31:57 +0000 (15:31 +0200)] 
meson: check for statmount and listmount syscalls

... keep statx stuff on one place.

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agoautotools: check for statmount and listmount syscalls
Karel Zak [Wed, 14 Aug 2024 13:26:17 +0000 (15:26 +0200)] 
autotools: check for statmount and listmount syscalls

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agoMerge branch 'pam' of https://github.com/kekek2/util-linux
Karel Zak [Wed, 8 Jan 2025 12:35:30 +0000 (13:35 +0100)] 
Merge branch 'pam' of https://github.com/kekek2/util-linux

* 'pam' of https://github.com/kekek2/util-linux:
  meson: add checking build-findfs.
  meson: Fix checking options build-bits.
  meson: Check options for building lib_pam_misc

6 months agoMerge branch 'master' of https://github.com/mjsir911/util-linux
Karel Zak [Wed, 8 Jan 2025 12:29:53 +0000 (13:29 +0100)] 
Merge branch 'master' of https://github.com/mjsir911/util-linux

* 'master' of https://github.com/mjsir911/util-linux:
  Fix table formatting

6 months agoMerge branch 'revise--test-cases' of https://github.com/masatake/util-linux
Karel Zak [Wed, 8 Jan 2025 11:40:30 +0000 (12:40 +0100)] 
Merge branch 'revise--test-cases' of https://github.com/masatake/util-linux

* 'revise--test-cases' of https://github.com/masatake/util-linux:
  tests: (lsfd::mkfds_vsock) skip if diag socket for AF_VSOCK is unavailable
  tests: (test_mkfds::sockdiag) support AF_VSOCK family
  tests: (lsns::filter) skip if /proc/self/uid_map is not writable

6 months agoMerge branch 'meson-disabler' of https://github.com/thesamesam/util-linux
Karel Zak [Wed, 8 Jan 2025 11:39:29 +0000 (12:39 +0100)] 
Merge branch 'meson-disabler' of https://github.com/thesamesam/util-linux

* 'meson-disabler' of https://github.com/thesamesam/util-linux:
  meson: add missing `is_disabler` checks

6 months agoci: bump coveralls compiler version to gcc 13
Karel Zak [Wed, 8 Jan 2025 10:35:03 +0000 (11:35 +0100)] 
ci: bump coveralls compiler version to gcc 13

coverall CI output:

COMPILER=gcc
COMPILER_VERSION=10
...
Found gcov version: 13.2.0
...
geninfo: ERROR: Incompatible GCC/GCOV version found

Signed-off-by: Karel Zak <kzak@redhat.com>
6 months agomeson: add missing `is_disabler` checks
Sam James [Wed, 8 Jan 2025 06:49:40 +0000 (06:49 +0000)] 
meson: add missing `is_disabler` checks

Noticed this when looking at why the `check` target isn't created
with `-Dauto_features=disabled`. This doesn't fix that but it does
fix a bunch of issues I noticed along the way after a hint from Eli Schwartz.

6 months agotests: (lsfd::mkfds_vsock) skip if diag socket for AF_VSOCK is unavailable
Masatake YAMATO [Mon, 6 Jan 2025 12:04:09 +0000 (21:04 +0900)] 
tests: (lsfd::mkfds_vsock) skip if diag socket for AF_VSOCK is unavailable

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
6 months agotests: (test_mkfds::sockdiag) support AF_VSOCK family
Masatake YAMATO [Mon, 6 Jan 2025 12:01:46 +0000 (21:01 +0900)] 
tests: (test_mkfds::sockdiag) support AF_VSOCK family

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
6 months agotests: (lsns::filter) skip if /proc/self/uid_map is not writable
Masatake YAMATO [Mon, 6 Jan 2025 08:34:19 +0000 (17:34 +0900)] 
tests: (lsns::filter) skip if /proc/self/uid_map is not writable

On some platforms, lsns::filter test failed with the following
message:

   +test_mkfds: failed to write to /proc/self/uid_map: -1: Operation
   not permitted

This change is to skip the test case on such platforms.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
6 months agoFix table formatting
M Sirabella [Mon, 6 Jan 2025 06:23:39 +0000 (22:23 -0800)] 
Fix table formatting

asciidoctor-2.0.23 was giving an error:

    asciidoctor: ERROR: fsck.minix.8.adoc: line 29: dropping cells from incomplete row detected end of table

6 months agoMerge branch 'lsfd--vsock' of https://github.com/masatake/util-linux
Karel Zak [Fri, 3 Jan 2025 09:48:25 +0000 (10:48 +0100)] 
Merge branch 'lsfd--vsock' of https://github.com/masatake/util-linux

* 'lsfd--vsock' of https://github.com/masatake/util-linux:
  lsfd: support AF_VSOCK sockets
  tests: (lsfd-functions.bash) add a missing constant
  tests: (lsfd) quote '$' in patterns in a case/esac block

6 months agoMerge branch 'PR/hardlink-mem-issues' of https://github.com/karelzak/util-linux-work
Karel Zak [Fri, 3 Jan 2025 09:44:47 +0000 (10:44 +0100)] 
Merge branch 'PR/hardlink-mem-issues' of https://github.com/karelzak/util-linux-work

* 'PR/hardlink-mem-issues' of https://github.com/karelzak/util-linux-work:
  hardlink: fix memory corruption (size calculation)

6 months agoMerge branch 'PR/fstab-space-notes' of https://github.com/karelzak/util-linux-work
Karel Zak [Fri, 3 Jan 2025 09:43:30 +0000 (10:43 +0100)] 
Merge branch 'PR/fstab-space-notes' of https://github.com/karelzak/util-linux-work

* 'PR/fstab-space-notes' of https://github.com/karelzak/util-linux-work:
  fstab.5 mount.8: add note about field separator

6 months agolibsmartcol docs: Format samples, lists, tables
FeRD (Frank Dana) [Thu, 2 Jan 2025 09:43:27 +0000 (04:43 -0500)] 
libsmartcol docs: Format samples, lists, tables

Use gtk-doc constructs to mark up formatted sections of documentation
so that they display properly in the rendered output.

- Enclose code samples with informalexample+programlisting tags
- Enclose preformatted blocks of text (tables) in same
- Present numbered lists in markdown format (leading 1., 2., etc.)
  so that they're translated into HTML ordered lists

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
7 months agolsfd: support AF_VSOCK sockets
Masatake YAMATO [Mon, 23 Dec 2024 15:38:25 +0000 (00:38 +0900)] 
lsfd: support AF_VSOCK sockets

Example output:

    # ./lsfd -p 121067 -Q "TYPE == 'AF_VSOCK'"
    COMMAND       PID USER ASSOC  XMODE     TYPE SOURCE MNTID    INODE NAME
    test_mkfds 121067 root     4 rw---- AF_VSOCK sockfs    10 39400798 state=listen type=stream laddr=local:12345
    test_mkfds 121067 root     5 rw---- AF_VSOCK sockfs    10 39400799 state=established type=stream laddr=local:23456 raddr=local:12345
    test_mkfds 121067 root     6 rw---- AF_VSOCK sockfs    10 39400800 state=established type=stream laddr=local:12345 raddr=local:23456

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agotests: (lsfd-functions.bash) add a missing constant
Masatake YAMATO [Fri, 27 Dec 2024 04:30:18 +0000 (13:30 +0900)] 
tests: (lsfd-functions.bash) add a missing constant

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agotests: (lsfd) quote '$' in patterns in a case/esac block
Masatake YAMATO [Sun, 29 Dec 2024 08:44:29 +0000 (17:44 +0900)] 
tests: (lsfd) quote '$' in patterns in a case/esac block

Suggested by github-advanced-security bot.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agomeson: add checking build-findfs.
Alexander Shursha [Mon, 16 Dec 2024 11:46:58 +0000 (14:46 +0300)] 
meson: add checking build-findfs.

On FreeBSD run --auto-features=disabled -Dbuild-libblkid=enabled
-Dprogram-tests=false

builded sbin/findfs

Sponsored by: Future Crew, LLC

7 months agomeson: Fix checking options build-bits.
Alexander Shursha [Mon, 9 Dec 2024 09:59:40 +0000 (12:59 +0300)] 
meson: Fix checking options build-bits.

On FreeBSD run --auto-features=disabled -Dbuild-libblkid=enabled
-Dprogram-tests=false

builded bin/bits

Sponsored by: Future Crew, LLC

7 months agomeson: Check options for building lib_pam_misc
Alexander Shursha [Fri, 6 Dec 2024 13:45:20 +0000 (16:45 +0300)] 
meson: Check options for building lib_pam_misc

On FreeBSD run --auto-features=disabled -Dbuild-libblkid=enabled
-Dprogram-tests=false

meson failure:
meson.build:378:20: ERROR: C shared or static library 'pam_misc' not
found

Sponsored by: Future Crew, LLC

7 months agohardlink: fix memory corruption (size calculation)
Karel Zak [Thu, 26 Dec 2024 11:45:31 +0000 (12:45 +0100)] 
hardlink: fix memory corruption (size calculation)

The current code rounds down the values for readsiz and blocksmax,
which is incorrect. The sizes must be large enough to match the files.

Addresses: https://github.com/util-linux/util-linux/issues/3330
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agoMerge branch 'lsclocks/ptp' of https://github.com/t-8ch/util-linux
Karel Zak [Thu, 26 Dec 2024 11:10:42 +0000 (12:10 +0100)] 
Merge branch 'lsclocks/ptp' of https://github.com/t-8ch/util-linux

* 'lsclocks/ptp' of https://github.com/t-8ch/util-linux:
  lsclocks: fix dynamic clock ids

7 months agoMerge branch 'lsfd--hyperlinks' of https://github.com/masatake/util-linux
Karel Zak [Thu, 26 Dec 2024 11:06:08 +0000 (12:06 +0100)] 
Merge branch 'lsfd--hyperlinks' of https://github.com/masatake/util-linux

* 'lsfd--hyperlinks' of https://github.com/masatake/util-linux:
  lsfd: don't enable hyperlinks for deleted files
  lsfd: enable hyperlinks only for regular files and directories
  lsfd: add --hyperlink command line option
  tests: (test_sysinfo) add a helper to call xgethostname
  lsfd: consolidate add_column()

7 months agoMerge branch 'lscpu_monaka_support' of https://github.com/Emi-Kisanuki/util-linux
Karel Zak [Thu, 26 Dec 2024 11:03:02 +0000 (12:03 +0100)] 
Merge branch 'lscpu_monaka_support' of https://github.com/Emi-Kisanuki/util-linux

* 'lscpu_monaka_support' of https://github.com/Emi-Kisanuki/util-linux:
  lscpu: Add FUJITSU aarch64 MONAKA cpupart

7 months agoMerge branch 'alpha-fincore' of https://github.com/glaubitz/util-linux
Karel Zak [Thu, 26 Dec 2024 11:01:03 +0000 (12:01 +0100)] 
Merge branch 'alpha-fincore' of https://github.com/glaubitz/util-linux

* 'alpha-fincore' of https://github.com/glaubitz/util-linux:
  fincore: Use correct syscall number for cachestat on alpha

7 months agoMerge branch 'alpha-fdisk-bsd' of https://github.com/glaubitz/util-linux
Karel Zak [Thu, 26 Dec 2024 10:58:23 +0000 (11:58 +0100)] 
Merge branch 'alpha-fdisk-bsd' of https://github.com/glaubitz/util-linux

* 'alpha-fdisk-bsd' of https://github.com/glaubitz/util-linux:
  tests: fdisk/bsd: Update expected output for alpha

7 months agofstab.5 mount.8: add note about field separator
Karel Zak [Thu, 26 Dec 2024 10:34:10 +0000 (11:34 +0100)] 
fstab.5 mount.8: add note about field separator

The value of the mount option X-mount.idmap= can contain spaces as
separators between mappings. Unfortunately, this conflicts with the
fstab format where fields are separated by spaces. Using quotes does
not solve this issue because fields are separated before they are
parsed.

This limitation of the fstab parser within libmount is due to backward
compatibility. The fstab format is a de-facto standard and is parsed
by many tools and libraries, including third-party shell scripts. It
would not be practical to introduce any improvements in libmount that
would make fstabs unparseable in other places.

Users must understand that in-field spaces must be escaped by \040.
For example, X-mount.idmap="0:0:1\040500:1000:1".

Addresses: https://github.com/util-linux/util-linux/issues/2829
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agofincore: Use correct syscall number for cachestat on alpha
John Paul Adrian Glaubitz [Wed, 25 Dec 2024 15:21:13 +0000 (16:21 +0100)] 
fincore: Use correct syscall number for cachestat on alpha

Fixes #3331, #3333

Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
7 months agotests: fdisk/bsd: Update expected output for alpha
John Paul Adrian Glaubitz [Wed, 25 Dec 2024 13:08:32 +0000 (14:08 +0100)] 
tests: fdisk/bsd: Update expected output for alpha

Fixes #3332

Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
7 months agolscpu: Add FUJITSU aarch64 MONAKA cpupart
Emi, Kisanuki [Tue, 24 Dec 2024 06:27:51 +0000 (06:27 +0000)] 
lscpu: Add FUJITSU aarch64 MONAKA cpupart

Add an entry for FUJITSU aarch64 part MONAKA.

Signed-off-by: Emi, Kisanuki <fj0570is@fujitsu.com>
7 months agolsclocks: fix dynamic clock ids
Thomas Weißschuh [Mon, 23 Dec 2024 23:56:12 +0000 (00:56 +0100)] 
lsclocks: fix dynamic clock ids

Without an explicitly specified clock id, lsclocks would always use
clock id 0 (CLOCK_REALTIME) for the dynamic/PTP clocks.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
7 months agofstrim: fix SYNOPSIS/usage (mandatory fstrim -A|-a|mountpoint)
наб [Mon, 23 Dec 2024 04:54:03 +0000 (05:54 +0100)] 
fstrim: fix SYNOPSIS/usage (mandatory fstrim -A|-a|mountpoint)

7 months agoMerge branch 'gitignore-tests-failures' of https://github.com/LiviaMedeiros/util...
Karel Zak [Mon, 16 Dec 2024 10:44:21 +0000 (11:44 +0100)] 
Merge branch 'gitignore-tests-failures' of https://github.com/LiviaMedeiros/util-linux

* 'gitignore-tests-failures' of https://github.com/LiviaMedeiros/util-linux:
  gitignore: ignore `test/failures`

7 months agotests: add skips when IPv6 is not supported
LiviaMedeiros [Mon, 16 Dec 2024 10:40:37 +0000 (11:40 +0100)] 
tests: add skips when IPv6 is not supported

Before this change on systems with disabled IPv6 (e.g. `CONFIG_IPV6 is
not set` in kernel config), `lsfd/mkfds-tcp6` and `lsfd/mkfds-udp6` were
failing, and `lsfd/option-inet` was hanging forever, making it
impossible to complete the tests.

Signed-off-by: LiviaMedeiros <livia@cirno.name>
Reviewed-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agolsfd: don't enable hyperlinks for deleted files
Masatake YAMATO [Fri, 13 Dec 2024 16:16:25 +0000 (01:16 +0900)] 
lsfd: don't enable hyperlinks for deleted files

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agolsfd: enable hyperlinks only for regular files and directories
Masatake YAMATO [Fri, 6 Dec 2024 17:17:36 +0000 (02:17 +0900)] 
lsfd: enable hyperlinks only for regular files and directories

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agolsfd: add --hyperlink command line option
Karel Zak [Mon, 2 Dec 2024 12:22:10 +0000 (13:22 +0100)] 
lsfd: add --hyperlink command line option

Co-Author: Masatake YAMTO <yamato@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agotests: (test_sysinfo) add a helper to call xgethostname
Masatake YAMATO [Fri, 13 Dec 2024 17:28:50 +0000 (02:28 +0900)] 
tests: (test_sysinfo) add a helper to call xgethostname

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
7 months agolsfd: consolidate add_column()
Karel Zak [Mon, 2 Dec 2024 11:50:29 +0000 (12:50 +0100)] 
lsfd: consolidate add_column()

* use only column IDs in add_column() callers
* don't work with "struct colinfo" in callers
* rename add_column_by_id() to add_hidden_column() as it's very
  special function used only by filters

Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agogitignore: ignore `test/failures`
LiviaMedeiros [Fri, 13 Dec 2024 07:36:41 +0000 (15:36 +0800)] 
gitignore: ignore `test/failures`

7 months agoMerge branch 'do-caps-memory-leak' of https://github.com/maks-mishin/util-linux
Karel Zak [Wed, 11 Dec 2024 18:12:33 +0000 (19:12 +0100)] 
Merge branch 'do-caps-memory-leak' of https://github.com/maks-mishin/util-linux

* 'do-caps-memory-leak' of https://github.com/maks-mishin/util-linux:
  sys-utils: (setpriv): fix potential memory leak

7 months agoMerge branch 'PR/libmount-erofs-regfile' of https://github.com/karelzak/util-linux...
Karel Zak [Wed, 11 Dec 2024 18:11:35 +0000 (19:11 +0100)] 
Merge branch 'PR/libmount-erofs-regfile' of https://github.com/karelzak/util-linux-work

* 'PR/libmount-erofs-regfile' of https://github.com/karelzak/util-linux-work:
  libmount: create EROFS loopdev only after ENOTBLK

7 months agoMerge branch 'PR/libsmartcols-hyperlinks' of https://github.com/karelzak/util-linux...
Karel Zak [Wed, 11 Dec 2024 17:54:04 +0000 (18:54 +0100)] 
Merge branch 'PR/libsmartcols-hyperlinks' of https://github.com/karelzak/util-linux-work

* 'PR/libsmartcols-hyperlinks' of https://github.com/karelzak/util-linux-work:
  lsblk: add --hyperlink command line option
  findmnt: add --hyperlink command line option
  include: add functions to implement --hyperlink
  libsmartcols: add support for terminal hyperlinks
  include/ttyutils: add terminal hyperlink ESC sequences

7 months agozramctl: add algorithm-params to bash-completion
Karel Zak [Tue, 10 Dec 2024 11:26:22 +0000 (12:26 +0100)] 
zramctl: add algorithm-params to bash-completion

Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agoMerge branch 'ft-algorithm-params' of https://github.com/LiviaMedeiros/util-linux
Karel Zak [Tue, 10 Dec 2024 11:24:59 +0000 (12:24 +0100)] 
Merge branch 'ft-algorithm-params' of https://github.com/LiviaMedeiros/util-linux

* 'ft-algorithm-params' of https://github.com/LiviaMedeiros/util-linux:
  zramctl: rename `--params` into `--algorithm-params`
  zramctl: add support for `algorithm_params`

7 months agoMerge branch 'PR/lscpu-raw' of https://github.com/karelzak/util-linux-work
Karel Zak [Tue, 10 Dec 2024 11:21:25 +0000 (12:21 +0100)] 
Merge branch 'PR/lscpu-raw' of https://github.com/karelzak/util-linux-work

* 'PR/lscpu-raw' of https://github.com/karelzak/util-linux-work:
  lscpu: use bool type in control structs
  lscpu: add --raw command line option

7 months agosys-utils: (setpriv): fix potential memory leak
Maks Mishin [Tue, 10 Dec 2024 09:26:32 +0000 (12:26 +0300)] 
sys-utils: (setpriv): fix potential memory leak

Dynamic memory, referenced by 'my_caps' is allocated by calling function 'xstrdup'
add then changed by calling of strsep function.
The free(my_caps) call is incorrect if my_caps != NULL, and points to some
place inside or outside the source string.

Signed-off-by: Maks Mishin <maks.mishinFZ@gmail.com>
7 months agohwclock: Support GNU Hurd
Zhaoming Luo [Mon, 9 Dec 2024 11:16:11 +0000 (19:16 +0800)] 
hwclock: Support GNU Hurd

* configure.ac: add HURD so it can be used in conditional in am files
* sys-utils/Makemodule.am: compile hwclock for GNU Hurd
* sys-utils/hwclock-rtc.c: compile for GNU Hurd
* sys-utils/hwclock.c: compile for GNU Hurd
* sys-utils/hwclock.h: compile for GNU Hurd

Signed-off-by: Zhaoming Luo <zhmingluo@163.com>
7 months agolscpu: use bool type in control structs
Karel Zak [Mon, 9 Dec 2024 11:24:23 +0000 (12:24 +0100)] 
lscpu: use bool type in control structs

References: 63d7937180fcce4ea7fc1d2855872e464f06e779
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agolscpu: add --raw command line option
Karel Zak [Mon, 9 Dec 2024 11:20:55 +0000 (12:20 +0100)] 
lscpu: add --raw command line option

In certain situations, data alignment is not desired.

Addresses: https://github.com/util-linux/util-linux/pull/3255
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agohwclock: Remove ioperm declare as it causes nested extern declare warning
Zhaoming Luo [Mon, 9 Dec 2024 02:11:54 +0000 (10:11 +0800)] 
hwclock: Remove ioperm declare as it causes nested extern declare warning

The extern declaration causes the following warning:

```
  CC       sys-utils/hwclock-hwclock-cmos.o
sys-utils/hwclock-cmos.c: In function 'i386_iopl':
sys-utils/hwclock-cmos.c:356:20: warning: nested extern declaration of 'ioperm' [-Wnested-externs]
  356 |         extern int ioperm(unsigned long from, unsigned long num, int turn_on);
      |                    ^~~~~~
sys-utils/hwclock-cmos.c:356:20: warning: redundant redeclaration of 'ioperm' [-Wredundant-decls]
In file included from sys-utils/hwclock-cmos.c:68:
/usr/include/i386-gnu/sys/io.h:29:12: note: previous declaration of 'ioperm' with type 'int(long unsigned int,  long unsigned int,  int)'
   29 | extern int ioperm (unsigned long int __from, unsigned long int __num,
      |            ^~~~~~
  CCLD     hwclock
```

7 months agosetterm: improve "bright %s" error message
Karel Zak [Mon, 9 Dec 2024 09:35:18 +0000 (10:35 +0100)] 
setterm: improve "bright %s" error message

Addresses: https://github.com/util-linux/util-linux/pull/3312
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agolsblk: add --hyperlink command line option
Karel Zak [Mon, 2 Dec 2024 11:02:38 +0000 (12:02 +0100)] 
lsblk: add --hyperlink command line option

Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agofindmnt: add --hyperlink command line option
Karel Zak [Thu, 28 Nov 2024 12:49:51 +0000 (13:49 +0100)] 
findmnt: add --hyperlink command line option

Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agozramctl: rename `--params` into `--algorithm-params`
LiviaMedeiros [Mon, 9 Dec 2024 09:16:30 +0000 (17:16 +0800)] 
zramctl: rename `--params` into `--algorithm-params`

7 months agolibmount: create EROFS loopdev only after ENOTBLK
Karel Zak [Fri, 6 Dec 2024 11:41:09 +0000 (12:41 +0100)] 
libmount: create EROFS loopdev only after ENOTBLK

The EROFS can mount regular files with a filesystem image without the
need for a loop device.

For backward compatibility with previous versions of EROFS, a loop
device will only be created if the first attempt to mount results
ENOTBLK error.

Addresses: https://github.com/util-linux/util-linux/pull/3288
Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agolibblkid: (gpt) use blkid_probe_verify_csum() for partition array checksum
Thomas Weißschuh [Sun, 8 Dec 2024 08:55:27 +0000 (09:55 +0100)] 
libblkid: (gpt) use blkid_probe_verify_csum() for partition array checksum

All checksums should be tests with this function to keep checksum
validation configurable.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
7 months agozramctl: add support for `algorithm_params`
LiviaMedeiros [Sat, 7 Dec 2024 09:00:39 +0000 (17:00 +0800)] 
zramctl: add support for `algorithm_params`

7 months agozramctl: fix typo and memory leak
Karel Zak [Fri, 6 Dec 2024 09:52:00 +0000 (10:52 +0100)] 
zramctl: fix typo and memory leak

Signed-off-by: Karel Zak <kzak@redhat.com>
7 months agoMerge branch 'posix-argument-order' of https://github.com/nilfsuser5678/util-linux
Karel Zak [Fri, 6 Dec 2024 09:05:25 +0000 (10:05 +0100)] 
Merge branch 'posix-argument-order' of https://github.com/nilfsuser5678/util-linux

* 'posix-argument-order' of https://github.com/nilfsuser5678/util-linux:
  libmount: exec mount helpers with posixly correct argument order
  libmount/context_mount: fix argument number comments

7 months agoMerge branch 'PR/libmount-quotes' of https://github.com/karelzak/util-linux-work
Karel Zak [Fri, 6 Dec 2024 09:03:59 +0000 (10:03 +0100)] 
Merge branch 'PR/libmount-quotes' of https://github.com/karelzak/util-linux-work

* 'PR/libmount-quotes' of https://github.com/karelzak/util-linux-work:
  mount: use ul_optstr_is_valid()
  include/optstr: improve optstr parsing

7 months agoMerge branch 'options' of https://github.com/kekek2/util-linux
Karel Zak [Fri, 6 Dec 2024 09:03:41 +0000 (10:03 +0100)] 
Merge branch 'options' of https://github.com/kekek2/util-linux

* 'options' of https://github.com/kekek2/util-linux:
  meson: checking build_libsmartcols for manadocs.
  meson: checking build_libblkid for manadocs
  meson: add checking build-cal
  meson: fix checking build-sulogin
  meson: fix checking build-login
  meson: fix checking build-cramfs
  meson: Add build-hexdump option

7 months agomeson: checking build_libsmartcols for manadocs.
Alexander Shursha [Thu, 28 Nov 2024 09:03:36 +0000 (12:03 +0300)] 
meson: checking build_libsmartcols for manadocs.

Sponsored by: Future Crew, LLC

7 months agomeson: checking build_libblkid for manadocs
Alexander Shursha [Thu, 28 Nov 2024 09:02:50 +0000 (12:02 +0300)] 
meson: checking build_libblkid for manadocs

Sponsored by: Future Crew, LLC

7 months agomeson: add checking build-cal
Alexander Shursha [Thu, 28 Nov 2024 09:01:12 +0000 (12:01 +0300)] 
meson: add checking build-cal

Sponsored by: Future Crew, LLC

7 months agomeson: fix checking build-sulogin
Alexander Shursha [Thu, 28 Nov 2024 08:59:21 +0000 (11:59 +0300)] 
meson: fix checking build-sulogin

Sponsored by: Future Crew, LLC

7 months agomeson: fix checking build-login
Alexander Shursha [Thu, 28 Nov 2024 08:58:21 +0000 (11:58 +0300)] 
meson: fix checking build-login

Sponsored by: Future Crew, LLC

7 months agomeson: fix checking build-cramfs
Alexander Shursha [Thu, 28 Nov 2024 08:56:51 +0000 (11:56 +0300)] 
meson: fix checking build-cramfs

Sponsored by: Future Crew, LLC

7 months agomeson: Add build-hexdump option
Alexander Shursha [Thu, 28 Nov 2024 08:50:40 +0000 (11:50 +0300)] 
meson: Add build-hexdump option

Sponsored by: Future Crew, LLC

7 months agoMerge branch 'PR/libblkid-extN-direct' of https://github.com/karelzak/util-linux...
Karel Zak [Tue, 3 Dec 2024 12:20:21 +0000 (13:20 +0100)] 
Merge branch 'PR/libblkid-extN-direct' of https://github.com/karelzak/util-linux-work

* 'PR/libblkid-extN-direct' of https://github.com/karelzak/util-linux-work:
  libblkid: fix spurious ext superblock checksum mismatches

7 months agoMerge branch 'PR/zram-add-COMP-RATIO' of https://github.com/karelzak/util-linux-work
Karel Zak [Tue, 3 Dec 2024 12:19:57 +0000 (13:19 +0100)] 
Merge branch 'PR/zram-add-COMP-RATIO' of https://github.com/karelzak/util-linux-work

* 'PR/zram-add-COMP-RATIO' of https://github.com/karelzak/util-linux-work:
  zramctl: support -o+list notation
  zramctl: add COMP-RATIO column

7 months agolibmount: exec mount helpers with posixly correct argument order
nilfsuser5678 [Fri, 29 Nov 2024 17:27:12 +0000 (17:27 +0000)] 
libmount: exec mount helpers with posixly correct argument order

This improves compatibility with non-gnu userspaces.

On systems where the libc provides posix getopt instead of gnu getopt,
mount helpers which use getopt to parse arguments will not parse
options which appear after non-option arguments. This patch ensures
mount/unmount work as expected in this situation.

mount: fix expected argument order for mount helpers in tests

8 months agolibmount/context_mount: fix argument number comments
nilfsuser5678 [Fri, 29 Nov 2024 17:22:57 +0000 (17:22 +0000)] 
libmount/context_mount: fix argument number comments

8 months agoinclude: add functions to implement --hyperlink
Karel Zak [Thu, 28 Nov 2024 12:39:10 +0000 (13:39 +0100)] 
include: add functions to implement --hyperlink

* add xgethosturi() to allocate file://hostname
* add hyperlinkwanted_or_err() to parse --hyperlink={never,always,auto}

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agolibsmartcols: add support for terminal hyperlinks
Karel Zak [Thu, 28 Nov 2024 11:35:37 +0000 (12:35 +0100)] 
libsmartcols: add support for terminal hyperlinks

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agoinclude/ttyutils: add terminal hyperlink ESC sequences
Karel Zak [Thu, 28 Nov 2024 11:18:22 +0000 (12:18 +0100)] 
include/ttyutils: add terminal hyperlink ESC sequences

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agomount: use ul_optstr_is_valid()
Karel Zak [Wed, 27 Nov 2024 13:10:36 +0000 (14:10 +0100)] 
mount: use ul_optstr_is_valid()

Remove verification in mount(8) and instead use validation based on
parser.

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agoinclude/optstr: improve optstr parsing
Karel Zak [Wed, 27 Nov 2024 13:02:25 +0000 (14:02 +0100)] 
include/optstr: improve optstr parsing

* make sure option cannot start with '='
* add ul_optstr_is_valid()
* add regression test

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agoMerge branch 'NAS-130825-2-fix-coverity' of https://github.com/ixhamza/util-linux
Karel Zak [Tue, 26 Nov 2024 10:10:01 +0000 (11:10 +0100)] 
Merge branch 'NAS-130825-2-fix-coverity' of https://github.com/ixhamza/util-linux

* 'NAS-130825-2-fix-coverity' of https://github.com/ixhamza/util-linux:
  libblkid: zfs: fix overflow warning [coverity scan]

8 months agolibblkid: fix spurious ext superblock checksum mismatches
Krister Johansen [Mon, 18 Nov 2024 20:35:22 +0000 (12:35 -0800)] 
libblkid: fix spurious ext superblock checksum mismatches

Reads of ext superblocks can race with updates.  If libblkid observes a
checksum mismatch, re-read the superblock with O_DIRECT in order to get
a consistent view of its contents.  Only if the O_DIRECT read fails the
checksum should it be reported to have failed.

This fixes a problem where devices that were named by filesystem label
failed to be found when systemd attempted to mount them on boot.  The
problem was caused by systemd-udevd using libblkid. If a read of a
superblock resulted in a checksum mismatch, udev will remove the
by-label links which result in the mount call failing to find the
device.  The checksum mismatch that was triggering the problem was
spurious, and when we use O_DIRECT, or even perform a subsequent retry,
the superblock is correctly read.  This resulted in a failure to mount
/boot in one out of every 2,000 or so attempts in our environment.

e2fsprogs fixed[1] an identical version of this bug that afflicted
resize2fs during online grow operations when run from cloud-init.  The
fix there was also to use O_DIRECT in order to read the superblock.
This patch uses a similar approach: read the superblock with O_DIRECT in
the case where a bad checksum is detected.

[1] https://lore.kernel.org/linux-ext4/20230609042239.GA1436857@mit.edu/

Signed-off-by: Krister Johansen <kjlx@templeofstupid.com>
8 months agoMerge branch 'su-runuser-improvements' of https://github.com/calestyo/util-linux
Karel Zak [Mon, 25 Nov 2024 11:38:00 +0000 (12:38 +0100)] 
Merge branch 'su-runuser-improvements' of https://github.com/calestyo/util-linux

* 'su-runuser-improvements' of https://github.com/calestyo/util-linux:
  man pages: document `--user` option for `runuser`
  man pages: use `user` rather than `username`
  bash-completion: add `--pty` and `--no-pty` options for `su` and `runuser`
  bash-completion: complete `--user` only for `runuser`, not for `su`

8 months agozramctl: support -o+list notation
Karel Zak [Mon, 25 Nov 2024 11:25:53 +0000 (12:25 +0100)] 
zramctl: support -o+list notation

* use size_t for ncolumns
* use string_add_to_idarray()

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agozramctl: add COMP-RATIO column
Karel Zak [Mon, 25 Nov 2024 11:10:37 +0000 (12:10 +0100)] 
zramctl: add COMP-RATIO column

* Improve get_mm_stat() to return both numbers and strings.
* Add get_mm_stat_number() and get_mm_stat_string() functions.
* Add a new COL_COMPRATIO column.

Based on https://github.com/util-linux/util-linux/pull/3293

Co-Author: davidemanini
Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agoMerge branch 'PR/econf-readConfig' of https://github.com/karelzak/util-linux-work
Karel Zak [Mon, 25 Nov 2024 10:41:30 +0000 (11:41 +0100)] 
Merge branch 'PR/econf-readConfig' of https://github.com/karelzak/util-linux-work

* 'PR/econf-readConfig' of https://github.com/karelzak/util-linux-work:
  login,libblkid: use econf_readConfig rather than deprecated econf_readDirs

8 months agoMerge branch 'bitfield-eradication' of https://github.com/keszybz/util-linux
Karel Zak [Mon, 25 Nov 2024 10:30:08 +0000 (11:30 +0100)] 
Merge branch 'bitfield-eradication' of https://github.com/keszybz/util-linux

* 'bitfield-eradication' of https://github.com/keszybz/util-linux:
  Drop pointless bitfields

8 months agoMerge branch 'PR/agetty-issue' of https://github.com/karelzak/util-linux-work
Karel Zak [Mon, 25 Nov 2024 10:29:44 +0000 (11:29 +0100)] 
Merge branch 'PR/agetty-issue' of https://github.com/karelzak/util-linux-work

* 'PR/agetty-issue' of https://github.com/karelzak/util-linux-work:
  agetty: always read additional issue file locations

8 months agoMerge branch 'PR/libmount-noloopdev' of https://github.com/karelzak/util-linux-work
Karel Zak [Mon, 25 Nov 2024 10:29:29 +0000 (11:29 +0100)] 
Merge branch 'PR/libmount-noloopdev' of https://github.com/karelzak/util-linux-work

* 'PR/libmount-noloopdev' of https://github.com/karelzak/util-linux-work:
  libmount: support X-mount.noloop

8 months agopo-man: fix typo, update .gitignore
Karel Zak [Mon, 25 Nov 2024 09:51:41 +0000 (10:51 +0100)] 
po-man: fix typo, update .gitignore

* remove "po" from po4a.cfg (it's not lang)
* add ko/, ro/ and sr/ to .gitignore
* add po/ to .gitignore (it's directory with generic po stuff)

Signed-off-by: Karel Zak <kzak@redhat.com>
8 months agoman pages: document `--user` option for `runuser`
Christoph Anton Mitterer [Mon, 25 Nov 2024 01:42:27 +0000 (02:42 +0100)] 
man pages: document `--user` option for `runuser`

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
8 months agoman pages: use `user` rather than `username`
Christoph Anton Mitterer [Mon, 25 Nov 2024 01:41:13 +0000 (02:41 +0100)] 
man pages: use `user` rather than `username`

This are also the terms used in the usage outputs of the programs and the rest
of the man pages.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>