Re: [PATCH] pstore: Move kmsg_bytes default into Kconfig

From: Konstantin Ryabitsev
Date: Wed Dec 02 2020 - 17:41:19 EST


On Wed, Dec 02, 2020 at 02:30:08PM -0800, Kees Cook wrote:
> > Did you use the sendemail-validate hook for this?
>
> In my scripts right now, I'm doing this before "git send-email":
>
> # Construct header-based attestations
> b4 attest outgoing/*
>
> I haven't yet converted to using the git hook.

You don't have to if you're already using wrapper scripts. It's more
useful for folks who call git-send-email directly and don't want to
remember to call "b4 attest" first.

Best regards,
-K