From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752350AbbIONu6 (ORCPT ); Tue, 15 Sep 2015 09:50:58 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34386 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbbIONu5 (ORCPT ); Tue, 15 Sep 2015 09:50:57 -0400 Date: Tue, 15 Sep 2015 19:20:49 +0530 From: Sudip Mukherjee To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH 0/2] alpha: fix build failure Message-ID: <20150915135048.GA7996@sudip-pc> References: <1442231369-27118-1-git-send-email-sudipm.mukherjee@gmail.com> <20150914212208.GA11482@roeck-us.net> <20150915082135.GI9305@sudip-pc> <55F81D08.9000808@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55F81D08.9000808@roeck-us.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2015 at 06:28:40AM -0700, Guenter Roeck wrote: > On 09/15/2015 01:21 AM, Sudip Mukherjee wrote: > >On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: > >>On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote: > > I am not building m32r:allmodconfig or openrisc:allmodconfig. > > You can always check http://server.roeck-us.net:8010/builders to see > what is covered by my builds and tests. ok, openrisc:defconfig and allnoconfig. Well, the first error on allmodconfig is: drivers/vhost/vhost.c: In function 'vhost_vring_ioctl': drivers/vhost/vhost.c:818:3: error: call to '__compiletime_assert_818' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE Any hint about this one? regards sudip