Zbigniew Jędrzejewski-Szmek
140d6853e9
mailmap: "reduce contributor count by 13"
...
This merges the counts for a few people who existed with and without accents,
or with different capitalizations, and suffixes. Also, stop overriding
NeilBrown's spelling of the name.
Note: IIUC, we have two Luca Bruno's: lucab@debian.net is not the same as the
other Luca BRUNO who works on coreos.
@@ -386 +385,0 @@
- 2 Damjan Georgievski
@@ -401 +399,0 @@
- 1 Daniel Berrange
@@ -425 +423 @@
- 11 Daniel P. Berrangé
+ 12 Daniel P. Berrangé
@@ -888 +885,0 @@
- 1 Jiri Pirko
@@ -891 +888 @@
- 1 Jiří Pírko
+ 2 Jiří Pírko
@@ -1105 +1102 @@
- 12 Luca BRUNO
+ 18 Luca BRUNO
@@ -1107 +1104 @@
- 8 Luca Bruno
+ 2 Luca Bruno
@@ -1160,2 +1157 @@
- 1 Marc-Andre Lureau
- 17 Marc-André Lureau
+ 18 Marc-André Lureau
@@ -1313,2 +1309 @@
- 31 Michal Sekletar
- 168 Michal Sekletár
+ 199 Michal Sekletár
@@ -1383,3 +1378 @@
- 2 Neal Gompa
- 1 Neal Gompa (ニール・ゴンパ)
- 12 Neil Brown
+ 3 Neal Gompa (ニール・ゴンパ)
@@ -1387,0 +1381 @@
+ 12 NeilBrown
@@ -1494,2 +1488 @@
- 1 Perry Yuan
- 1 Perry.Yuan
+ 3 Perry Yuan
@@ -1941,2 +1934 @@
- 2 Viktar Vauchkevich
- 2 Viktar Vaŭčkievič
+ 4 Viktar Vaŭčkievič
@@ -2016,2 +2008 @@
- 1 Yao Wei
- 1 Yao Wei (魏銘廷)
+ 2 Yao Wei (魏銘廷)
@@ -2145 +2135,0 @@
- 1 gdamjan
@@ -2256 +2245,0 @@
- 1 perry_yuan
@@ -2331 +2320 @@
- 18 Дамјан Георгиевски
+ 21 Дамјан Георгиевски
2023-08-16 12:49:42 +02:00
Lennart Poettering
aea0f9abc5
update TODO
2023-08-16 11:42:13 +02:00
Lennart Poettering
79ae9015ac
update TODO
2023-08-16 11:37:56 +02:00
Lennart Poettering
c7c46845ff
update TODO
2023-08-16 11:31:31 +02:00
Luca Boccassi
28bd57e350
Merge pull request #28733 from goenkam/maanya/systemd-scoped
...
core: add confext support for ExtensionImages= and ExtensionDirectories=
2023-08-16 10:12:46 +01:00
Brian Norris
bd2f6a568d
tools: update-hwdb-autosuspend.sh: Point at HEAD, not master branch
...
Many Chromium projects have moved from 'master' to 'main', where
'master' is no longer updated. Point at HEAD instead, which should
always represent the default branch.
I don't actually rerun/regenerate the database, since I don't really run
systemd environments to test that update on.
2023-08-16 02:07:00 +01:00
Maanya Goenka
b856f1dfc5
test: add test for confext service-scoped support
2023-08-15 18:34:57 +00:00
Maanya Goenka
55ea4ef096
allow ExtensionImages= and ExtensionDirectories= settings to support confext images
2023-08-15 18:34:46 +00:00
Maanya Goenka
0da675fddd
add an @ option for confext
2023-08-15 17:41:35 +00:00
Luca Boccassi
75bb2425a3
Merge pull request #28839 from DaanDeMeyer/repart-followups
...
Repart followups
2023-08-15 16:40:05 +01:00
Michael A Cassaniti
c380047bf4
repart: Add verity configuration section and options
2023-08-15 15:32:09 +01:00
Daan De Meyer
f19659b91f
Merge pull request #28838 from DaanDeMeyer/repart-subvolume
...
mkosi: Create a few subvolumes in the root partition
2023-08-15 14:56:10 +02:00
Daan De Meyer
7bc6c02896
repart: Massage the minimize for XFS a bit
...
A 1.5 multiplier doesn't seem to be sufficient for XFS as seen in
mkosi CI. Let's increase it to 2 for XFS to hopefully get better
results.
2023-08-15 12:58:28 +02:00
Kiran Vemula
a67e5c6e37
resolved: fixed bugs reported in varlink statistics ( #28796 )
...
Fixes https://github.com/systemd/systemd/issues/28791
Follow-up for bc837621a3
2023-08-15 11:45:58 +01:00
Daan De Meyer
c3e83f09ea
mkosi: Update to v15.1 release
2023-08-15 12:32:39 +02:00
Daan De Meyer
06ba811a76
mkosi: Create a few subvolumes in the root partition
...
Let's exercise the repart Subvolumes= setting by creating a few
subvolumes in the root partition when we create it.
2023-08-15 12:32:39 +02:00
Daan De Meyer
ade85cd519
repart: Rework read-only logic
...
verity sig partitions can't actually be marked read-only, so let's
not do that to avoid an ugly warning about that. Instead, let's just
make sure that we mark verity hash and verity data partitions as
read-only.
2023-08-15 12:32:39 +02:00
Daan De Meyer
ffd9d75cde
repart: Allow using Subvolumes= with automatic --offline
...
If we fail to allocate a loopback device and subvolumes are configured,
we fail instead of falling back to a regular file.
2023-08-15 12:32:36 +02:00
Warren
5007942477
p11kit: check the flags associated with the slot instead of flags associated with the token
...
The logic around checking PKCS11 tokens (used by systemd-cryptenroll) contains a bug.
The code is checking the flags field of a pkcs11 token_info structure against a set of flags defined for the pkcs11 slot_info structure. This PR changes the check so that the correct structure's flag field is being checked.
(Reference to the PKCS#11 spec:http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html , section CK_SLOT_INFO).
2023-08-15 11:28:14 +01:00
Daan De Meyer
b1110c81d8
mkfs-util: Don't set MKE2FS_DEVICE_PHYS_SECTSIZE
...
We only care about the logical sector size and if the physical sector
size isn't set and we're operating on a file, mke2fs will default the
physical sector size to the logical block size anyway.
This change makes sure that if we're operating on a block device and
set an explicit logical sector size, that doesn't affect the physical
sector size.
2023-08-15 12:10:14 +02:00
Daan De Meyer
5f13fb0a73
repart: Put function call closer to its error handling
2023-08-15 12:09:31 +02:00
Luca Boccassi
4ccee4b426
Merge pull request #28812 from DaanDeMeyer/sector-size
...
repart: Use 4096 as the fallback sector size for verity/luks/filesystems
2023-08-15 10:16:24 +01:00
Daan De Meyer
c81e350c03
Merge pull request #28833 from DaanDeMeyer/copy-subvolume
...
repart: Add Subvolumes= setting
2023-08-15 09:53:02 +02:00
Michael A Cassaniti
eeee486159
sysupdate: Use sector size for partition size calculations
2023-08-15 09:17:12 +02:00
Daan De Meyer
4b17f5c378
Merge pull request #28829 from DaanDeMeyer/mount-fd
...
tree-wide: Mount file descriptors via /proc/<pid>/fd
2023-08-15 09:04:45 +02:00