Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656826
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro |
| Date | 2017-06-03 16:10 +0200 |
| Message-ID | <tOhUD-81i-47@gated-at.bofh.it> (permalink) |
| References | <tNw9j-1Oq-3@gated-at.bofh.it> <tNw9l-1Oq-55@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 01, 2017 at 02:02:52PM +0300, Gilad Ben-Yossef wrote: > CC_CTX_SIZE was being defined using a hand rolled bit shift operation. > Replace with use of BIT macro. > > Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> > --- > drivers/staging/ccree/cc_crypto_ctx.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This patch didn't apply at all, are you sure you are working against the correct tree? I've tried to apply some of this series, but most do not work at all... Please rebase against my staging-next branch and resend the ones that do work. thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 00/20] additional driver cleanups Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 03/20] staging: ccree: fix longer than 80 chars lines Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
Re: [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-03 16:10 +0200
Re: [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-04 07:40 +0200
[PATCH v2 16/20] staging: ccree: use snake_case for hash enums Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 10/20] staging: ccree: move M/LLI defines to header file Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 14/20] staging: ccree: remove custom bitfield macros Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 12/20] staging: ccree: remove cycle count debug support Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 06/20] staging: ccree: add parentheses to macro argument Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
[PATCH v2 04/20] staging: ccree: fix operator spacing Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-01 13:10 +0200
csiph-web