From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932711AbbFWPba (ORCPT ); Tue, 23 Jun 2015 11:31:30 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:51237 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754805AbbFWPbP (ORCPT ); Tue, 23 Jun 2015 11:31:15 -0400 Date: Tue, 23 Jun 2015 08:31:10 -0700 From: Guenter Roeck To: Stephan Mueller Cc: Geert Uytterhoeven , Herbert Xu , Peter Zijlstra , Andy Shevchenko , Jim Davis , Stephen Rothwell , Linux-Next , "linux-kernel@vger.kernel.org" , "David S. Miller" , linux-crypto@vger.kernel.org, Waiman Long , Ingo Molnar , x86 Subject: Re: [PATCH] crypto: jitterentropy - avoid compiler warnings Message-ID: <20150623153110.GA10784@roeck-us.net> References: <33380936.3jDOACMRCz@tachyon.chronox.de> <1446731.BXdYRBoPhr@tachyon.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446731.BXdYRBoPhr@tachyon.chronox.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 23, 2015 at 04:18:54PM +0200, Stephan Mueller wrote: > Hi Geert, Guenter, > > may I ask that you check that the following patch compiles without errors or warnings on your systems? > Stephan, I applied your patch on top of the current mainline (which includes the crypto updates for 4.2) and pushed it into my 'testing' branch. You should be able to see the results in a couple of hours at http://server.roeck-us.net:8010/builders, in the 'testing' column. The build system doesn't log warnings, but this should give us an idea if the build passes for all architectures. I'll have a look myself later and let you know as well. Guenter