grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Patrick Plenefisch <simonpatp@gmail.com>
To: development@efficientek.com
Cc: The development of GNU GRUB <grub-devel@gnu.org>,
	Daniel Kiper <dkiper@net-space.pl>
Subject: Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG
Date: Sat, 27 Apr 2024 15:26:30 -0400	[thread overview]
Message-ID: <CAOCpoWe9j7p6D5w316SMHFKU73uD42WwstEyH0av+xp-nh3G4A@mail.gmail.com> (raw)
In-Reply-To: <20240427042500.2141a4be@crass-HP-ZBook-15-G2>

On Sat, Apr 27, 2024 at 5:25 AM Glenn Washburn
<development@efficientek.com> wrote:
>
> On Fri, 26 Apr 2024 21:02:03 -0400
> Patrick Plenefisch <simonpatp@gmail.com> wrote:
>
> > Ah thanks, I sent them in two separate emails with git format-patch,
> > hopefully correctly?
>
> I'm confused git format-patch does not send anything, that would be git
> send-email. I don't see any recent patches from you on the list, so I
> don't think they were sent. Also, for multiple patches please use a
> cover-letter (--cover-letter) and threading (--thread). Also make sure
> to use an appropriate version (-v2 in this case). And CC Daniel.

No, I saw I had to configure smtp settings so just pasted them into my
email client manually.

I was concerned that they didn't go through, but they are on the archive:
https://lists.gnu.org/archive/html/grub-devel/2024-04/msg00183.html
and
https://lists.gnu.org/archive/html/grub-devel/2024-04/msg00184.html

Thanks for all your help!
Patrick

>
> Glenn
>
> >
> > Patrick
> >
> > On Fri, Apr 26, 2024 at 7:13 PM Glenn Washburn
> > <development@efficientek.com> wrote:
> > >
> > > On Fri, 26 Apr 2024 18:10:16 -0500
> > > Glenn Washburn <development@efficientek.com> wrote:
> > >
> > > > On Sun, 18 Feb 2024 21:00:19 -0500
> > > > Patrick Plenefisch <simonpatp@gmail.com> wrote:
> > > >
> > > > > Thankfully, no further changes were actually necessary, so here is my
> > > > > attempt to convert it to two patches
> > > > >
> > > > > I attached the diffs, but also committed them to
> > > > > https://github.com/byteit101/grub2/tree/grub-lvmintegrity
> > > >
> > > > I saw your recent email about wondering what the expected time frame
> > > > should be for submitted patches. I think there has been no follow up on
> > > > this in part because external branches and repos are generally not
> > > > looked at. You should submit the new patches as a "v2" and you'll
> > > > likely have more of a chance of it getting looked at. All development
> > > > happens on list. Another problem is a dearth of reviewers. The distro
> > > > guys review their own stuff and each others, but as a rule not much
> > > > else. Daniel reviews everything that ultimately gets accepted and a
> > > > good deal that doesn't, and so is stretched thin. If you make his life
> > > > easier (eg. by submitting patches inline to the list), you'll have a
> > > > better chance of things moving more quickly or at all.
> > >
> > > And I just noticed that you did send the patches as attachments. You
> > > should send patches with git-format-patch and git-send with a
> > > cover letter for multi-patch series. Also, if you haven't heard
> > > anything in a month, you can ping Daniel on the thread to see what the
> > > status is.
> > >
> > > >
> > > > The situation is unfortunate, in that, as I see it, GRUB is still in
> > > > the stone age when it comes to the development process. Using an pull
> > > > request / patch tracker would be great and useful, but there's not
> > > > much will at the top to move away from the list as the sole method of
> > > > change submission.
> > > >
> > > > Glenn
> > > >
> > > > >
> > > > >
> > > > > Patrick
> > > > >
> > > > > On Thu, Feb 8, 2024 at 3:06 PM Daniel Kiper <dkiper@net-space.pl> wrote:
> > > > > >
> > > > > > On Thu, Feb 08, 2024 at 02:52:37PM -0500, Patrick Plenefisch wrote:
> > > > > > > Hmm, what would the logical parts be? The solution for both cachevol and
> > > > > > > integrity is the same.
> > > > > >
> > > > > > It seems to me at least code refactoring which you are doing could be
> > > > > > taken out to a separate patch. Maybe something else... Anyway, in general
> > > > > > smaller patches ease reviewing...
> > > > > >
> > > > > > > I do know another part needs to be added as I still need to investigate some
> > > > > > > warnings, but I'll likely need to do that this weekend when I have some more
> > > > > > > time.
> > > > > >
> > > > > > Cool! Thanks!
> > > > > >
> > > > > > Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

      reply	other threads:[~2024-04-27 19:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 21:37 [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG Patrick Plenefisch
2024-02-08 16:57 ` Daniel Kiper
2024-02-08 19:52   ` Patrick Plenefisch
2024-02-08 20:05     ` Daniel Kiper
2024-02-19  2:00       ` Patrick Plenefisch
2024-04-26 23:10         ` Glenn Washburn
2024-04-26 23:13           ` Glenn Washburn
2024-04-27  1:02             ` Patrick Plenefisch
2024-04-27  9:25               ` Glenn Washburn
2024-04-27 19:26                 ` Patrick Plenefisch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOCpoWe9j7p6D5w316SMHFKU73uD42WwstEyH0av+xp-nh3G4A@mail.gmail.com \
    --to=simonpatp@gmail.com \
    --cc=development@efficientek.com \
    --cc=dkiper@net-space.pl \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).