Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1772020imu; Thu, 24 Jan 2019 01:26:24 -0800 (PST) X-Google-Smtp-Source: ALg8bN5SZnt4dGVFX1CzRa/Ezt0UJGNZpLlDfv6rGYKFCK0s0pkDpifW+BkPULRsvkjnpRIL0+i6 X-Received: by 2002:a62:29c3:: with SMTP id p186mr5809790pfp.117.1548321984039; Thu, 24 Jan 2019 01:26:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548321984; cv=none; d=google.com; s=arc-20160816; b=DGewTm3iKHnygb/zAWSx75BOlrY71bYu/iGEmsEEZCx8ptVH9WMVXlee3a9oUbjXiT mre3vGFGPIeQD2ej/ogQt5llqOelTeW7EH0c5pZRWdNjYruYJBfpq6kyp/WhEbENZh7y oveT7dkFjGEK775e4cxZFlzw/5BQ27X9MabFcqCOzOrm3kDc6GhDfXxTbcDusLqW6GIr ft3fKZAyPb2mGCxkQ9Gq1AP6/YLz2DNPJvnmxzX7XhNvuJpggLgCJpUoCfh9unOY2oSa 9qy6PV5a6e/pwaOIcSNetdbRXPxJdntTPnqEnLwxDhR7wLZvYv77Wkf3tk51krkcBEgd djHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=H3YKYmRsO7XQHnjZW7hyNrlE6owqCS9aAG5pHWnHJsc=; b=jf78EPUOywqGfYslbajBGEF4v/ajxg1AAnWzC1ymZm8Tiw2sZEws+9fDYycVPxuDda zKkR8IYgBqP5BovRXyuxoRXreq6Qs9eaPyureR1tOu/gdZASCno4YMJMzMGq4bJmgmVQ vBzSUalJtAlTUxrHXGJaNdfPJJqohDodoZXXE2WDhMsey9RGtEADKNK8DpBAjd540aRr kLs7SWinRHrGga2pybl0HBY6xer9W0rkMsHitvdC9s+8bf2s9nDs55Lsm6QrjXaIIhmp UzWQYPg5Sh6EsiicUP+l9Ok1rRPW/2t8Ra81O8g7tgKzaN/4nmWUu2Gm3O4Er4P77xR4 N5Mw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m63si23434641pld.132.2019.01.24.01.26.08; Thu, 24 Jan 2019 01:26:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727349AbfAXJYI (ORCPT + 99 others); Thu, 24 Jan 2019 04:24:08 -0500 Received: from orcrist.hmeau.com ([104.223.48.154]:40406 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbfAXJYH (ORCPT ); Thu, 24 Jan 2019 04:24:07 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1gmbEw-0003Cw-7u; Thu, 24 Jan 2019 17:24:02 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1gmbEt-0003Tq-Bk; Thu, 24 Jan 2019 17:23:59 +0800 Date: Thu, 24 Jan 2019 17:23:59 +0800 From: Herbert Xu To: Ard Biesheuvel Cc: Eric Biggers , "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" , Linux Kernel Mailing List , "Jason A . Donenfeld" Subject: Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests Message-ID: <20190124092359.hvizqdi2ptjdsot7@gondor.apana.org.au> References: <20190123224926.250525-1-ebiggers@kernel.org> <20190124084818.GA650@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 24, 2019 at 09:50:35AM +0100, Ard Biesheuvel wrote: > > Thanks for yet another round of cleanup > > I'll look into these, but I'd like to clarify one thing first. > > IIUC, you are trying to deal with the case where a single scatterlist > element describes a range that strides two pages, and I wonder if that > is a valid use of scatterlists in the first place. > > Herbert? Yes it is valid. IIRC the network stack may generate such a scatterlist. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt