[PATCH v5 00/13] TPM2 key protector follow-up patches

2025-04-07 Thread Gary Lin via Grub-devel
Fixing the string matching in the TPM2 test script - Adding the long options for tpm2_key_protector_init in the document v4: - Updating the commit messages and the documentation - Merging the tpm2_dump_pcr documentation patch - Splitting the testcase patch into 3 smaller patches - Documenting

[PATCH v4 00/12] TPM2 key protector follow-up patches

2025-03-21 Thread Gary Lin via Grub-devel
3 smaller patches - Documenting the extern packages needed for TPM2 key protector tests v3: - Amending the function names to make them more comprehensive - Fixing a few more typos and the indentations - Improving the document v2: - Amending the commit messages and the error messages - Fixing

[PATCH v3 00/10] TPM2 key protector follow-up patches

2025-01-12 Thread Gary Lin via Grub-devel
git: https://github.com/lcp/grub2/tree/tpm2-follow-up-v3 This patchset is the collection of several enhancements for TPM2 key protector. * Patch 1 introduces the PCR dump to help debugging policy fail. * Patch 2~3 adds the new command to dump PCRs in GRUB shell and the * documentation of the comm

[PATCH v2 00/10] TPM2 key protector follow-up patches

2025-01-08 Thread Gary Lin via Grub-devel
git: https://github.com/lcp/grub2/tree/tpm2-follow-up-v2 This patchset is the collection of several enhancements for TPM2 key protector. * Patch 1 introduces the PCR dump to help debugging policy fail. * Patch 2~3 adds the new command to dump PCRs in GRUB shell and the * documentation of the comm

[PATCH 00/10] TPM2 key protector follow-up patches

2024-12-19 Thread Gary Lin via Grub-devel
git: https://github.com/lcp/grub2/tree/tpm2-follow-up This patchset is the collection of several enhancements for TPM2 key protector. * Patch 1 introduces the PCR dump to help debugging policy fail. * Patch 2~3 adds the new command to dump PCRs in GRUB shell and the * documentation of the command

Re: [PATCH v1 0/5] Fedora Rawhide BTRFS patches

2024-11-04 Thread Vladimir 'phcoder' Serbinenko
I think the entire series is bad if I understand it correctly. I ask the same question again: are some files inaccessible with current code but become accessible with these patches? Aka can I create a file that I can't read with grub-fstest in the current code? GRUB2 follows strict design

Re: [PATCH v1 0/5] Fedora Rawhide BTRFS patches

2024-11-03 Thread Neal Gompa
On Thu, Oct 31, 2024 at 3:43 PM Leo Sandoval wrote: > > This series contains BTRFS patches taken from Fedora Rawhide [1]. Some of > these patches have already being sent [2][3] however, as suggested > by Daniel Kiper, to make the review easier, I took only BTRFS related patches >

[PATCH v1 0/5] Fedora Rawhide BTRFS patches

2024-10-31 Thread Leo Sandoval
This series contains BTRFS patches taken from Fedora Rawhide [1]. Some of these patches have already being sent [2][3] however, as suggested by Daniel Kiper, to make the review easier, I took only BTRFS related patches from [1][2][3] and create the series. [1] https://src.fedoraproject.org/rpms

[PATCH v1 00/15] Fedora Rawhide (non-network) EFI patches

2024-10-31 Thread Leo Sandoval
This series contains non-network related EFI patches taken from Fedora Rawhide [1]. Some of these patches have already being sent [2][3] however, as suggested by Daniel Kiper, to make the review easier, I took only EFI related patches (ignoring those related to networking) from [1][2][3] and

[PATCH 0/2] Two patches related to menu entries selection

2024-04-22 Thread Marek Marczykowski-Górecki
Those are two patches from Fedora's grub package that are related to menu titles handling. I hope submiting them this way is okay and will help bringing Fedora and upstream grub versions together. See individual commit messages for details. Peter Jones (2): Allow "fallback" to

Re: PATCHES: argon2 key derivation for luks2

2023-11-12 Thread Ax333l via Grub-devel
(Sending this again due to email client issues) I updated the description of my AUR package to give credit to Patrick Steinhardt. He is the author of the patches. I apologize for any confusion I may have caused. One thing I discovered when maintaining the AUR package is that the argon2 module

Re: PATCHES: argon2 key derivation for luks2

2023-11-11 Thread Patrick Steinhardt
i'm not sure if the grub devs have seen this or not. anyway, see > > > attached patches. i didn't make these myself but i'm sending them here. > > > it's the PHC (password hash competition) implementation of argon2, > > > adapted for the grub source cod

Re: PATCHES: argon2 key derivation for luks2

2023-11-04 Thread Oskari Pirhonen
On Tue, Oct 31, 2023 at 14:57:58 +0100, Daniel Kiper wrote: > Adding a few folks who were working on this... > > On Tue, Oct 31, 2023 at 11:39:36AM +, Leah Rowe via Grub-devel wrote: > > i'm not sure if the grub devs have seen this or not. anyway, see > > attached pa

Re: PATCHES: argon2 key derivation for luks2

2023-10-31 Thread Daniel Kiper
Adding a few folks who were working on this... On Tue, Oct 31, 2023 at 11:39:36AM +, Leah Rowe via Grub-devel wrote: > i'm not sure if the grub devs have seen this or not. anyway, see > attached patches. i didn't make these myself but i'm sending them here. > it&

PATCHES: argon2 key derivation for luks2

2023-10-31 Thread Leah Rowe via Grub-devel
i'm not sure if the grub devs have seen this or not. anyway, see attached patches. i didn't make these myself but i'm sending them here. it's the PHC (password hash competition) implementation of argon2, adapted for the grub source code. i've been using this in librebo

Re: [PATCH v9 0/8] Update gnulib version and drop most gnulib patches

2022-03-16 Thread Daniel Kiper
On Tue, Mar 15, 2022 at 02:05:37PM -0400, Robbie Harwood wrote: > This update adds two patches (dkiper's __set_errno() and my autotools warnings > fix). There are not changes to other patches in the series (except maybe > things introduced by git rebase). > > Be well, > --

[PATCH v9 0/8] Update gnulib version and drop most gnulib patches

2022-03-15 Thread Robbie Harwood
This update adds two patches (dkiper's __set_errno() and my autotools warnings fix). There are not changes to other patches in the series (except maybe things introduced by git rebase). Be well, --Robbie Daniel Kiper (1): lib/posix_wrap/errno.h: Add __set_errno() macro Robbie Harwo

[PATCH v9 5/8] Update gnulib version and drop most gnulib patches

2022-03-15 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 and automake from 1.11

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-10 Thread Daniel Kiper
On Wed, Mar 09, 2022 at 02:01:16PM -0600, Glenn Washburn wrote: > On Wed, 9 Mar 2022 16:42:43 +0100 > Daniel Kiper wrote: > > > On Mon, Mar 07, 2022 at 02:15:49AM -0600, Glenn Washburn wrote: > > > On Fri, 4 Mar 2022 18:01:10 -0600 > > > Glenn Washburn wrote: > > > > > > > On Wed, 2 Mar 2022 14:

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-09 Thread Glenn Washburn
On Wed, 9 Mar 2022 16:42:43 +0100 Daniel Kiper wrote: > On Mon, Mar 07, 2022 at 02:15:49AM -0600, Glenn Washburn wrote: > > On Fri, 4 Mar 2022 18:01:10 -0600 > > Glenn Washburn wrote: > > > > > On Wed, 2 Mar 2022 14:08:23 -0500 > > > Robbie Harwood wrote: > > > > > > > Changes this version: >

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-09 Thread Daniel Kiper
On Mon, Mar 07, 2022 at 02:15:49AM -0600, Glenn Washburn wrote: > On Fri, 4 Mar 2022 18:01:10 -0600 > Glenn Washburn wrote: > > > On Wed, 2 Mar 2022 14:08:23 -0500 > > Robbie Harwood wrote: > > > > > Changes this version: > > > > > > - Reorder last two commits so that warning fixes come after th

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-07 Thread Glenn Washburn
nn > > > > > No functional code changes. > > > > Be well, > > --Robbie > > > > Robbie Harwood (6): > > Use visual indentation in config.h.in > > Where present, ensure config-util.h precedes config.h > > Drop gnulib

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-04 Thread Glenn Washburn
ges. > > Be well, > --Robbie > > Robbie Harwood (6): > Use visual indentation in config.h.in > Where present, ensure config-util.h precedes config.h > Drop gnulib fix-base64.patch > Drop gnulib no-abort.patch > Update gnulib version and drop most gnulib

Re: Minimum compiler version (was: Re: [PATCH v5 0/4] Update gnulib and drop some patches)

2022-03-04 Thread Daniel Kiper
m supported version? And doing so > > wouldn't mean that GRUB can't be compiled with eariler versions of > > GCC, it just means we don't test that. I also think it would be > > acceptable to accept patches that fix issues with compiling on GCC > > versions les

[PATCH v8 5/6] Update gnulib version and drop most gnulib patches

2022-03-02 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 and automake from 1.11

[PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-02 Thread Robbie Harwood
, ensure config-util.h precedes config.h Drop gnulib fix-base64.patch Drop gnulib no-abort.patch Update gnulib version and drop most gnulib patches Handle warnings introduced by updated gnulib INSTALL | 4 +- bootstrap

[PATCH v7 0/6] Update gnulib version and drop most gnulib patches

2022-03-02 Thread Robbie Harwood
nulib. Conceptually, I could also see it being three patches, if that's preferred. Be well, --Robbie Robbie Harwood (6): Use visual indentation in config.h.in Where present, ensure config-util.h precedes config.h Drop gnulib fix-base64.patch Drop gnulib no-abort.patch Handle warnings int

[PATCH v7 6/6] Update gnulib version and drop most gnulib patches

2022-03-02 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 and automake from 1.11

Re: [PATCH v6 5/5] Update gnulib version and drop most gnulib patches

2022-03-02 Thread Daniel Kiper
On Thu, Feb 24, 2022 at 01:37:20PM -0500, Robbie Harwood wrote: > In addition to the changes carried in our gnulib patches, several > Coverity and code hygiene fixes that were previously downstream are also > included in this 3-year gnulib increment. > > Unfortunately, fix-width.pa

Re: Minimum compiler version (was: Re: [PATCH v5 0/4] Update gnulib and drop some patches)

2022-02-28 Thread Robbie Harwood
with eariler versions of > GCC, it just means we don't test that. I also think it would be > acceptable to accept patches that fix issues with compiling on GCC > versions less than the stated minimum supported version (with in > reason and subject to discretion). > > One id

Re: Minimum compiler version (was: Re: [PATCH v5 0/4] Update gnulib and drop some patches)

2022-02-25 Thread Heinrich Schuchardt
we bump up the minimum supported version? And doing so wouldn't mean that GRUB can't be compiled with eariler versions of GCC, it just means we don't test that. I also think it would be acceptable to accept patches that fix issues with compiling on GCC versions less than the sta

Minimum compiler version (was: Re: [PATCH v5 0/4] Update gnulib and drop some patches)

2022-02-25 Thread Glenn Washburn
GRUB can't be compiled with eariler versions of GCC, it just means we don't test that. I also think it would be acceptable to accept patches that fix issues with compiling on GCC versions less than the stated minimum supported version (with in reason and subject to discretion). One idea is

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-24 Thread Robbie Harwood
Daniel Kiper writes: > Robbie Harwood wrote: > >> Also, gnulib's position on sign comparison issues is to ignore them, >> so the "fix" from our end would probably be to pragma them > > Huh! Where did you see that? Could you point me a source where they > say that thing? "If -Wsign-compare compla

[PATCH v6 5/5] Update gnulib version and drop most gnulib patches

2022-02-24 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 and automake from 1.11

[PATCH v6 0/5] Update gnulib version and drop most gnulib patches

2022-02-24 Thread Robbie Harwood
rop gnulib fix-base64.patch Drop gnulib no-abort.patch Update gnulib version and drop most gnulib patches INSTALL | 4 +- bootstrap | 319 ++ bootstrap.conf| 2

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-24 Thread Daniel Kiper
On Tue, Feb 22, 2022 at 12:35:00PM -0500, Robbie Harwood wrote: > Daniel Kiper writes: > > > Robbie Harwood wrote: > > > >> I don't get that, actually. What OS/gcc? It's fine with the gcc-11 > >> I'm using here. > > > > Does gcc-11 work with the configure mentioned above? > > > > Anyway, Debian

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-22 Thread Robbie Harwood
Daniel Kiper writes: > Robbie Harwood wrote: > >> I don't get that, actually. What OS/gcc? It's fine with the gcc-11 >> I'm using here. > > Does gcc-11 work with the configure mentioned above? > > Anyway, Debian 9, arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516. Yes, with arm-linux-g

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-22 Thread Daniel Kiper
On Tue, Feb 22, 2022 at 11:44:37AM -0500, Robbie Harwood wrote: > Daniel Kiper writes: > > > On Wed, Feb 16, 2022 at 04:41:38PM -0500, Robbie Harwood wrote: > >> Changes in this version: > >> > >> - Include most _GL_* defines from gnulib. Hopefully we do not need all > >> their > >> prereq log

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-22 Thread Robbie Harwood
Daniel Kiper writes: > On Wed, Feb 16, 2022 at 04:41:38PM -0500, Robbie Harwood wrote: >> Changes in this version: >> >> - Include most _GL_* defines from gnulib. Hopefully we do not need all their >> prereq logic as well, but I don't know what the compilers we support are, >> so >> please

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-22 Thread Daniel Kiper
On Wed, Feb 16, 2022 at 04:41:38PM -0500, Robbie Harwood wrote: > Changes in this version: > > - Include most _GL_* defines from gnulib. Hopefully we do not need all their > prereq logic as well, but I don't know what the compilers we support are, so > please correct that if needed. > > - Avoi

Re: [PATCH v5 0/4] Update gnulib and drop some patches

2022-02-18 Thread Glenn Washburn
Use visual indentation in config.h.in > Drop gnulib fix-base64.patch > Drop gnulib no-abort.patch > Update gnulib version and drop most gnulib patches > > bootstrap | 319 ++ > bootstrap.conf

[PATCH v5 4/4] Update gnulib version and drop most gnulib patches

2022-02-16 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 as required by gnulib

[PATCH v5 0/4] Update gnulib and drop some patches

2022-02-16 Thread Robbie Harwood
allocation modules observed by Glenn. The tree now builds warning-free with default cflags for me. Be well, --Robbie Robbie Harwood (4): Use visual indentation in config.h.in Drop gnulib fix-base64.patch Drop gnulib no-abort.patch Update gnulib version and drop most gnulib patches

Re: [PATCH v4 0/4] Update gnulib and drop some patches

2022-02-06 Thread Glenn Washburn
; Be well, > --Robbie > > Robbie Harwood (4): > Use visual indentation in config.h.in > Drop gnulib fix-base64.patch > Drop gnulib no-abort.patch > Update gnulib version and drop most gnulib patches > > bootstrap | 319 +

[PATCH v4 0/4] Update gnulib and drop some patches

2022-02-02 Thread Robbie Harwood
arget version again while we're here Be well, --Robbie Robbie Harwood (4): Use visual indentation in config.h.in Drop gnulib fix-base64.patch Drop gnulib no-abort.patch Update gnulib version and drop most gnulib patches bootstrap

[PATCH v4 4/4] Update gnulib version and drop most gnulib patches

2022-02-02 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 as required by gnulib

Re: [PATCH v3 0/4] Update gnulib and drop some patches

2022-02-02 Thread Robbie Harwood
Glenn Washburn writes: > On Thu, 27 Jan 2022 14:39:56 -0500 > Robbie Harwood wrote: > >> Changes in this version: >> - Make the version of bootstrap match what it's supposed to >> - Restore fix-width.patch at dkiper's request >> >> Be well, >> --Robbie > > I presume this has been build tested,

Re: [PATCH v3 0/4] Update gnulib and drop some patches

2022-02-01 Thread Glenn Washburn
Harwood (4): > Use visual indentation in config.h.in > Drop gnulib fix-base64.patch > Drop gnulib no-abort.patch > Update gnulib version and drop most gnulib patches > > bootstrap | 319 ++ > bootstrap.conf

[PATCH v3 0/4] Update gnulib and drop some patches

2022-01-27 Thread Robbie Harwood
ersion and drop most gnulib patches bootstrap | 319 ++ bootstrap.conf| 18 +- conf/Makefile.extra-dist | 8 - config.h.in | 78 +++-- co

[PATCH v3 4/4] Update gnulib version and drop most gnulib patches

2022-01-27 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Unfortunately, fix-width.patch is retained. Bump minimum autoconf version from 2.63 to 2.64 as required by gnulib

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-27 Thread Robbie Harwood
Robbie Harwood writes: > I could be wrong, but I'm actually not sure this affects grub at all. > We're not translated, which I think means that every character we put in > a help string will fit in a single byte under UTF-8. (Just a note that I am in fact wrong about this - grub is translated.)

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-27 Thread Robbie Harwood
Glenn Washburn writes: > Robbie Harwood wrote: > >> fix-width.patch has not merged upstream. A version has been >> proposed, but would need significant rewrite. It doesn't seem worth >> the effort to carry, and once this changeset merges to grub, it >> becomes easier to increment our gnulib ve

Re: [PATCH v2 4/4] Update gnulib version and drop all gnulib patches

2022-01-27 Thread Robbie Harwood
Glenn Washburn writes: > Robbie Harwood wrote: > > >> -scriptversion=2019-01-04.17; # UTC >> +scriptversion=2021-04-11.09; # UTC > > This version doesn't match and is older than the version in the > $GNULIB_REVISION below. Was there a reason why you didn't want to > update the bootstrap script t

Re: [PATCH v2 4/4] Update gnulib version and drop all gnulib patches

2022-01-26 Thread Glenn Washburn
On Wed, 26 Jan 2022 17:09:12 -0500 Robbie Harwood wrote: > In addition to the changes carried in our gnulib patches, several > Coverity and code hygiene fixes that were previously downstream are also > included in this 3-year gnulib increment. > > Bump minimum autoconf version fr

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Glenn Washburn
On Wed, 26 Jan 2022 17:09:08 -0500 Robbie Harwood wrote: > This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us > forward to current gnulib development head. Not carrying patches means we > don't have to maintain a gnulib tree (nor do downs

[PATCH v2 4/4] Update gnulib version and drop all gnulib patches

2022-01-26 Thread Robbie Harwood
In addition to the changes carried in our gnulib patches, several Coverity and code hygiene fixes that were previously downstream are also included in this 3-year gnulib increment. Bump minimum autoconf version from 2.63 to 2.64 as required by gnulib. Sync bootstrap script itself with gnulib

[PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Robbie Harwood
This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us forward to current gnulib development head. Not carrying patches means we don't have to maintain a gnulib tree (nor do downstream distros). It also allows us to pull in static analyzer fixes that gnu

Re: IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-15 Thread Daniel Kiper
On Wed, Sep 15, 2021 at 06:15:51PM +0200, Daniel Kiper wrote: > On Tue, Sep 14, 2021 at 05:27:55PM +, Glenn Washburn wrote: > > On Tue, 14 Sep 2021 13:04:31 +0200 > > Daniel Kiper wrote: > > [...] > > > > > > This is a high priority because I think it should be merged > > > > > before the keyf

Re: IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-15 Thread Daniel Kiper
On Tue, Sep 14, 2021 at 05:27:55PM +, Glenn Washburn wrote: > On Tue, 14 Sep 2021 13:04:31 +0200 > Daniel Kiper wrote: [...] > > > > This is a high priority because I think it should be merged > > > > before the keyfile and detached header support patch series. If > > > > this is merged, I'l

Re: IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-14 Thread Glenn Washburn
o you still care about it? No, these can be skipped. The changes in that patch series that aren't integrated, are in other patch series or I'll send to the list in the future. > > > My order preference is as follows: > > > > > > These two patches are only

IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-14 Thread Daniel Kiper
for cryptodisks+luks2 and a few other things. https://lists.gnu.org/archive/html/grub-devel/2020-07/msg00050.html Do you still care about it? > > My order preference is as follows: > > > > These two patches are only first because it should be a quick review. > > - [PA

Re: [PATCH] Fix missing root pool in 10_linux: successfully built GRUB with both patches on Arch Linux

2021-01-03 Thread gyc
Forgot to say, I've successfully built GRUB with both patches applied on Arch Linux on commit 635ef55ed1252f92fe3bf70caefd185dcc507c43. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: How to submit patches and patchsets via grub-devel

2020-04-27 Thread Daniel Kiper
Daniel and Eli, thank you for nice explanations. I would like to add just a thew things... On Thu, Apr 23, 2020 at 11:17:40AM -0400, Eli Schwartz wrote: > On 4/23/20 10:20 AM, Hans Ulrich Niedermann wrote: > > Hello, > > > > as I am continuing to flood this mailing li

Re: How to submit patches and patchsets via grub-devel

2020-04-23 Thread Daniel Axtens
Hi Hans, > Hello, > > as I am continuing to flood this mailing list with patches, I am > realizing that I am missing some general rules for how things work on > grub-devel. Sorry for the inconvenience caused by that. > > Anyway, here are a few questions I am beginning realiz

Re: How to submit patches and patchsets via grub-devel

2020-04-23 Thread Eli Schwartz
On 4/23/20 10:20 AM, Hans Ulrich Niedermann wrote: > Hello, > > as I am continuing to flood this mailing list with patches, I am > realizing that I am missing some general rules for how things work on > grub-devel. Sorry for the inconvenience caused by that. > > Anyway, her

How to submit patches and patchsets via grub-devel

2020-04-23 Thread Hans Ulrich Niedermann
Hello, as I am continuing to flood this mailing list with patches, I am realizing that I am missing some general rules for how things work on grub-devel. Sorry for the inconvenience caused by that. Anyway, here are a few questions I am beginning realize I should know the answers to before

Re: [PATCH 00/10] Another set of patches from Fedora

2020-04-06 Thread Javier Martinez Canillas
On 4/3/20 9:34 PM, Daniel Kiper wrote: > On Fri, Mar 13, 2020 at 08:06:32PM +0100, Javier Martinez Canillas wrote: >> Hello, >> >> This is another set of somewhat small patches that we have been carrying in >> the >> Fedora package. I found that some of the

Re: [PATCH 00/10] Another set of patches from Fedora

2020-04-03 Thread Daniel Kiper
On Fri, Apr 03, 2020 at 09:34:34PM +0200, Daniel Kiper wrote: > On Fri, Mar 13, 2020 at 08:06:32PM +0100, Javier Martinez Canillas wrote: > > Hello, > > > > This is another set of somewhat small patches that we have been carrying in > > the > > Fedora packag

Re: [PATCH 00/10] Another set of patches from Fedora

2020-04-03 Thread Daniel Kiper
On Fri, Mar 13, 2020 at 08:06:32PM +0100, Javier Martinez Canillas wrote: > Hello, > > This is another set of somewhat small patches that we have been carrying in > the > Fedora package. I found that some of them have already been posted to the > list, > so for those patch

[PATCH 00/10] Another set of patches from Fedora

2020-03-13 Thread Javier Martinez Canillas
Hello, This is another set of somewhat small patches that we have been carrying in the Fedora package. I found that some of them have already been posted to the list, so for those patches I tried to address the issues pointed out in that version. I'm including all patches in the same set be

[PATCH v2 00/12] A set of trivial patches from the Fedora package

2020-03-04 Thread Javier Martinez Canillas
Hello, This is a v2 a of patch-set consisting of mostly trivial patches that we are carrying in the Fedora package for some time. This version addresses some issues pointed out by Daniel Kiper. Best regards, Javier Changes since v1: - Split patches #8 and #9 since were doing more than one

Re: [PATCH] Restore patches to po/Makefile.in.in

2020-03-03 Thread Daniel Kiper
On Sun, Mar 01, 2020 at 05:59:04PM +, Colin Watson wrote: > These were inadvertently lost during the conversion to Gnulib. The > files in po/gettext-patches/ can be imported using "git am" on top of > the gettext tag corresponding to AM_GNU_GETTEXT_VERSION in configure.ac

[PATCH] Restore patches to po/Makefile.in.in

2020-03-01 Thread Colin Watson
These were inadvertently lost during the conversion to Gnulib. The files in po/gettext-patches/ can be imported using "git am" on top of the gettext tag corresponding to AM_GNU_GETTEXT_VERSION in configure.ac (currently 0.18.3). They handle translation of messages in shell files, m

Re: [PATCH 00/10] A set of trivial patches from the Fedora package

2020-02-28 Thread Daniel Kiper
On Tue, Feb 25, 2020 at 01:25:43PM +0100, Javier Martinez Canillas wrote: > Hello, > > This is another set of patches that we have been carrying in the Fedora > package for some time. The changes are mostly trivial and I guess won't > be that controversial. > > The pa

[PATCH 00/10] A set of trivial patches from the Fedora package

2020-02-25 Thread Javier Martinez Canillas
Hello, This is another set of patches that we have been carrying in the Fedora package for some time. The changes are mostly trivial and I guess won't be that controversial. The paches don't have dependency with each other and can be independently applied. I'm posting it as a set

Re: LiMux GRUB-Patches

2018-02-20 Thread Max Harmathy
Hi Adrian! Thank you for the reply! Am 13.02.2018 um 11:02 schrieb John Paul Adrian Glaubitz: > Did you actually try setting a password without patch GRUB2? We > just added the following to /etc/grub.d/40_custom: > > #!/bin/sh > exec tail -n +3 $0 > # This file provides an easy way to add custom

Re: LiMux GRUB-Patches

2018-02-13 Thread John Paul Adrian Glaubitz
Hi Max! On 02/13/2018 10:49 AM, Max Harmathy wrote: The main reason why we have a patched version is to restrict the fallback options using a password provided by the administrators (see attachment). The fallback options basically provide the possibility to drop to a root shell, which is not wha

LiMux GRUB-Patches

2018-02-13 Thread Max Harmathy
Greetings from Munich! I talked at FOSDEM with Vladimir Serbinenko about the patches we have on top of Ubuntu patches in the grub2 package in our current LiMux release based on Ubuntu 14.04 (trusty). The main reason why we have a patched version is to restrict the fallback options using a

Re: State of the SPARC patches for GRUB

2017-09-29 Thread John Paul Adrian Glaubitz
Hi Daniel and Eric! On 09/29/2017 07:06 PM, Daniel Kiper wrote: >> How about starting where things left off with the two patches above? > > I am OK with that. I will take a look at it next week. I cannot stress enough how much we appreciate your efforts in Debian, I am so much loo

Re: State of the SPARC patches for GRUB

2017-09-29 Thread Daniel Kiper
On Fri, Sep 29, 2017 at 09:02:51AM -0600, Eric Snowberg wrote: > > On Sep 28, 2017, at 2:46 PM, Daniel Kiper wrote: > > Hi Adrian, > > > > On Thu, Sep 28, 2017 at 10:25:54AM +0200, John Paul Adrian Glaubitz wrote: > >> Hi! > >> > >> Last year, E

Re: State of the SPARC patches for GRUB

2017-09-29 Thread Eric Snowberg
> On Sep 28, 2017, at 2:46 PM, Daniel Kiper wrote: > > Hi Adrian, > > On Thu, Sep 28, 2017 at 10:25:54AM +0200, John Paul Adrian Glaubitz wrote: >> Hi! >> >> Last year, Eric Snowberg from Oracle posted a number of patches [1] to >> improve SPARC supp

Re: State of the SPARC patches for GRUB

2017-09-28 Thread Daniel Kiper
Hi Adrian, On Thu, Sep 28, 2017 at 10:25:54AM +0200, John Paul Adrian Glaubitz wrote: > Hi! > > Last year, Eric Snowberg from Oracle posted a number of patches [1] to > improve SPARC support in GRUB. Unfortunately, most of the patches have > not been merged as of today, so that use

State of the SPARC patches for GRUB

2017-09-28 Thread John Paul Adrian Glaubitz
Hi! Last year, Eric Snowberg from Oracle posted a number of patches [1] to improve SPARC support in GRUB. Unfortunately, most of the patches have not been merged as of today, so that users on SPARC are still stuck on SILO which is old and effectively unmaintained and lacks many of the convenience

Re: [GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-27 Thread Andrei Borzenkov
27.02.2017 03:34, Vladimir 'phcoder' Serbinenko пишет: >>if (state[6].set) >> { >>char *partuuid = NULL; /* NULL to silence a spurious GCC warning */ >> - /* Nested partitions are not supported for now. */ >> - /* Non-nested partitions must have dev->disk->partition->pare

Re: [GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-26 Thread Vladimir 'phcoder' Serbinenko
On Sun, Feb 26, 2017, 16:23 Nicholas Vinson wrote: > Optional patch. The goal is to make sure the probe command used in both > the grub core and the Linux userland use similar methods to read the > partition GUIDs. The patch also updates include/grub/gpt_partition.h so > the GUID type struct ca

[GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-26 Thread Nicholas Vinson
Optional patch. The goal is to make sure the probe command used in both the grub core and the Linux userland use similar methods to read the partition GUIDs. The patch also updates include/grub/gpt_partition.h so the GUID type struct can be used for both the type GUID and the partition GUID witho

Misc network boot patches

2017-01-23 Thread Matthew Garrett
Various patches that we're using to support network boot in our setup. Only number 3 is a bugfix. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [Xen-devel] GRUB ARM Xen patches

2016-11-02 Thread Julien Grall
On 02/11/16 12:33, Daniel Kiper wrote: Hi, Hi Daniel, Julien asked me to apply some GRUB ARM Xen patches. On the basis of his requested I identified following patch(es): - [PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64 https://lists.gnu.org/archive/html/grub-devel/2016

GRUB ARM Xen patches

2016-11-02 Thread Daniel Kiper
Hi, Julien asked me to apply some GRUB ARM Xen patches. On the basis of his requested I identified following patch(es): - [PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64 https://lists.gnu.org/archive/html/grub-devel/2016-02/msg00205.html - [PATCH v6 0/4] arm64,xen: add

Re: State of SMBIOS patches

2016-08-11 Thread David Michael
On Thu, Aug 11, 2016 at 3:37 AM, Ioan-Adrian Ratiu wrote: > What's the status of these patches? Do they need more work? I believe I've addressed all the comments the patches received with v6. Last I've heard, the maintainer wants to wait until version 2.03 to merge new fe

State of SMBIOS patches

2016-08-11 Thread Ioan-Adrian Ratiu
ng [2]. What's the status of these patches? Do they need more work? I'd also love to see them mainlined and am willing to put some work twoards it if need be. Thank you, Ioan-Adrian [1] http://lists.gnu.org/archive/html/grub-devel/2016-03/msg00119.html [2] http://lists.gnu.org/archive/html/gru

Patches to support UEFI HTTP Boot IPv4 and IPv6

2016-08-02 Thread Michael Chang
patches came from Aaron Miller that fixed the issue of placing IPv6 address in the brackets which is required by the http message. We hope upstream could review these two patch as well as long as it has been sent to the mailing list a few months ago. [PATCH 1/8] misc: fix invalid character

Fedora patches [was Re: Bugs and tasks for 2.02[~rc1]]

2016-03-11 Thread Vladimir 'phcoder' Serbinenko
Here are some notes on each; I can send them individually to the list if > you think it's worthwhile. > > There are only a couple that are "critical", and we really want in this > release: > > bf4d216 Fix crash on http > 78b3509 Update to minilzo-2.08 > eaa05

[PATCH 00/14] Facebook's netbooting patches

2016-02-10 Thread Josef Bacik
I've recently fixed up a bunch of new issues and rebased onto todays master so I figured I'd send our current backlog. So first the new patches that you guys haven't seen yet [PATCH 10/14] dns: poll card between each dns request [PATCH 11/14] dns: reset data->naddresses f

Re: lsefimmap patches for persistent memory

2015-12-16 Thread Andrei Borzenkov
17.12.2015 05:01, Elliott, Robert (Persistent Memory) пишет: > I found another grub cli command that needs patches to > decode persistent memory: lsefimmap. > > This patch series also enhances it to support TB-scale > sizes (which will not be uncommon for some persistent > m

lsefimmap patches for persistent memory

2015-12-16 Thread Elliott, Robert (Persistent Memory)
I found another grub cli command that needs patches to decode persistent memory: lsefimmap. This patch series also enhances it to support TB-scale sizes (which will not be uncommon for some persistent memory technologies), not silently round the sizes, and use proper IEC binary units. Robert

Re: Patches to cryptomount (plain support, keyfiles and LUKS detached headers)

2015-06-13 Thread John Lane
On 13/06/15 06:27, Andrei Borzenkov wrote: > В Fri, 12 Jun 2015 20:15:32 +0100 > John Lane пишет: > >>> Sorry, we cannot accept patches which aren't sent to this ml by author. >> I've attached the patches here. They apply clean to c945ca75. > Sending them as

Re: Patches to cryptomount (plain support, keyfiles and LUKS detached headers)

2015-06-12 Thread Andrei Borzenkov
В Fri, 12 Jun 2015 20:15:32 +0100 John Lane пишет: > > Sorry, we cannot accept patches which aren't sent to this ml by author. > I've attached the patches here. They apply clean to c945ca75. Sending them as patch series in mail body would make it easier to review and commen

Re: Patches to cryptomount (plain support, keyfiles and LUKS detached headers)

2015-06-12 Thread John Lane
0, John Lane wrote: >> Hello, I've been working over the past couple of weeks on adding some >> functionality to the "cryptomount" command to support plain-mode >> dm-crypt, keyfiles and LUKS detached headers. I've put my work on GitHub >> and written a few notes o

Re: Patches to cryptomount (plain support, keyfiles and LUKS detached headers)

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and written a few notes on http://grub.johnlane.ie, along with my > patches. I believe this is the right list to post this kind of thing on. > Sorry, we cannot accept patches which aren't sent to this ml by author. I'm not sure that all features are good. For starters plain mode is just difficu

  1   2   3   >