From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753589AbbIOO0k (ORCPT ); Tue, 15 Sep 2015 10:26:40 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:58556 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753563AbbIOO0i (ORCPT ); Tue, 15 Sep 2015 10:26:38 -0400 Subject: Re: [PATCH 0/2] alpha: fix build failure To: Sudip Mukherjee 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> <20150915135048.GA7996@sudip-pc> Cc: linux-kernel@vger.kernel.org, Andrew Morton From: Guenter Roeck Message-ID: <55F82A9A.4040904@roeck-us.net> Date: Tue, 15 Sep 2015 07:26:34 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150915135048.GA7996@sudip-pc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@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: linux@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 09/15/2015 06:50 AM, Sudip Mukherjee wrote: > 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? > No idea, sorry. Is that a new problem ? Guenter