From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751337AbdFCOIi (ORCPT ); Sat, 3 Jun 2017 10:08:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53890 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbdFCOIf (ORCPT ); Sat, 3 Jun 2017 10:08:35 -0400 Date: Sat, 3 Jun 2017 17:46:10 +0900 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Joe Perches , Ofir Drang Subject: Re: [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro Message-ID: <20170603084610.GA13935@kroah.com> References: <1496314993-30229-1-git-send-email-gilad@benyossef.com> <1496314993-30229-3-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496314993-30229-3-git-send-email-gilad@benyossef.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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