|
Message-ID: <202007141617.DB13889164@keescook> Date: Tue, 14 Jul 2020 16:20:49 -0700 From: Kees Cook <keescook@...omium.org> To: Allen <allen.lkml@...il.com> Cc: Oscar Carter <oscar.carter@....com>, Kernel Hardening <kernel-hardening@...ts.openwall.com> Subject: Re: Clarification about the series to modernize the tasklet api On Tue, Jul 14, 2020 at 07:57:06PM +0530, Allen wrote: > > > > My bad, I should have told you that github was just a placeholder for > > WIP patches. I have been testing a set of patches regularly, no issues. > > I shall push the updated branch. > > > > Made some progress today. I have a few more things to complete > before the series can go out for review. I have pushed out the changes to: > > https://github.com/allenpais/tasklets/commits/tasklets_V1 Nice! One style nit is the Subject lines needs spaces after the ":"s. For example, "crypto:hifn_795x: replace tasklet...." should be "crypto: hifn_795x: replace tasklet...." I did this to fix it: rm 0*.patch git format-patch 7f51b77d527325bfa1dd5da21810765066bd60ff git reset --hard 7f51b77d527325bfa1dd5da21810765066bd60ff perl -pi.old -e \ 's/Subject: \[PATCH([^\]]+)\] ([^:]+):([^ ])/Subject: [PATCH\1] \2: \3/' 0*patch git am 0*.patch -- Kees Cook
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.