[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/5] Fix LVM2 again.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 0/5] Fix LVM2 again. |
Date: |
Fri, 13 Dec 2024 14:58:46 +0100 |
Hi,
The details are inside the commit message, but we have many strange
thing that led to the LVM2 bug not being fixed. This should fix it now
but it's untested. Since neox can easily reproduce the bug it would be
nice if neox could test it.
I'll also try to test it later on, but as explained in more details in
the commit messages, the automatic test that uses QEMU and GRUB is
also broken. I'll try to find the time to fix it later on (I want to
keep Trisquel 11 the tests). We also need to find a way to test with a
broken grub configuration to make sure the test keeps working.
Also, I looked for my old versions and for reviews on the mailing list
but I coun't find anything, so it's probably a good thing if we stick
to the mailing list for reviews (but not necessarily discussions) in
the future. This way the tests could also test the real patch set
instead of testing previous versions or partial parts (like just the
config) like I ended up doing.
Denis 'GNUtoo' Carikli (5):
website: history: Add git history of website-build.
resources: grub: config: (ab)use shellcheck to check it.
resources: grub: config: fix wrong dev/device variable.
resources: grub: config: fix non-working regexp.
resources: grub: config: unify dev and devices variables.
resources/grub/config/grub.cfg | 16 ++++++++++------
tests/lint | 1 +
website/history/git-history.dot | 15 ++++++++++++---
3 files changed, 23 insertions(+), 9 deletions(-)
base-commit: 5c867e65f60dba70662afd1d8c3486b6134bcf1e
--
2.46.0
- [PATCH v1 0/5] Fix LVM2 again.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 2/5] resources: grub: config: (ab)use shellcheck to check it., Denis 'GNUtoo' Carikli, 2024/12/13
- [PATCH v1 4/5] resources: grub: config: fix non-working regexp., Denis 'GNUtoo' Carikli, 2024/12/13
- [PATCH v1 1/5] website: history: Add git history of website-build., Denis 'GNUtoo' Carikli, 2024/12/13
- [PATCH v1 5/5] resources: grub: config: unify dev and devices variables., Denis 'GNUtoo' Carikli, 2024/12/13
- [PATCH v1 3/5] resources: grub: config: fix wrong dev/device variable., Denis 'GNUtoo' Carikli, 2024/12/13
- Re: [PATCH v1 0/5] Fix LVM2 again., Adrien 'neox' Bourmault, 2024/12/14