From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755981AbcECKUi (ORCPT ); Tue, 3 May 2016 06:20:38 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:47969 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751536AbcECKUg (ORCPT ); Tue, 3 May 2016 06:20:36 -0400 Date: Tue, 3 May 2016 06:19:15 -0400 From: Sowmini Varadhan To: Herbert Xu Cc: tadeusz.struk@intel.com, linux-kernel@vger.kernel.org, smueller@chronox.de, mmarek@suse.com, arnd@arndb.de, andrew.zaborowski@intel.com, Linux Crypto Mailing List Subject: Re: [PATCH v2] lib/mpi: Fix kernel unaligned access in mpi_write_to_sgl Message-ID: <20160503101915.GI23757@oracle.com> References: <20160427174338.GA15460@oracle.com> <20160428010117.GA5262@gondor.apana.org.au> <20160428010827.GE15460@oracle.com> <20160503081230.GA17085@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160503081230.GA17085@gondor.apana.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (05/03/16 16:12), Herbert Xu wrote: > > Sorry, but your patch doesn't apply against the current tree at all. > Please rebase it if it is still needed. Hello, I had based my patch off of net-next, which is where I do my work. I'd be happy to rebase it on the "current tree", but given that mpicoder.c does not have an entry in MAINTAINERS, please clarify what you mean by "current tree" in this case. do you mean git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git or git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git (which are the three possible candidates I can see in MAINTAINERS). It would be nice to get this bug fixed, since the fix is fairly obvious, and the nuisance factor from the generated "unaligned access" messages on the impacted non-intel platforms is quite high, thanks, --Sowmini