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