Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1262054
| Path | csiph.com!xmission!news.glorb.com!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jassi Brar <jaswinder.singh@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the mailbox tree |
| Date | Wed, 04 Nov 2015 04:00:01 +0100 |
| Message-ID | <qqWsN-2Sp-1@gated-at.bofh.it> (permalink) |
| References | <qpZM6-86q-13@gated-at.bofh.it> |
| X-Original-To | Stephen Rothwell <sfr@canb.auug.org.au> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vqSkpQzC6qOreScxHyt7kosZF6JwD1d6YfhQe5+rc6o=; b=ucOlmENylK3G200p9mJRkzS/m8k5UgFSqSArhLgiU5TYyxR441j8cfqHF2PYS2Pf6r 9pGXcdnKSWkxieEMNajz92qTqJWPgK/aV5hYGN+S9658oTFk2bQhLWFm2TqN+ttwN/Nq SJOixPgHbxWxDh+7MOx8zqmct0TQUMNNl/9BIlfC1kkfFR5tBHsly39cut/eIP3GvqpH QrhBivy/kbp74ymvgs/tJJKmXkWQp+9G3rkYEi4SnoWWL/aqPG7AARsQCzhiiaozoEOW TGK+2P8ccxi07BC4BrscKThCBSRc545qmh059wOVP9uN11bputJ2KsaK0srRWWfOROyM xM/w== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vqSkpQzC6qOreScxHyt7kosZF6JwD1d6YfhQe5+rc6o=; b=Ac+tD+ujJ5x83D7z5rwcDX2fY7IdxSMxZg8pHBA5N/rBWa0BUZYmzWPTH+fo/OElQk KMZy5C35cVRGj4qysWN1hdDIOb/DDMVEJBgEqED51bzNBijmlpl7irVn76XQqL63gP+w D2eo+/EtHBA0Bg6RH2cGi8b5i96kvYsH8hgul/baSge7FPXNFkhwF4xOjKQI3vYqLzYc ioQ9rfrkF7r7WxmxQybFvdFsxNVJZWdwFbjOi1IbSav4EMJV9giKcAepQ31HOvU/iuV0 cl34HXV8iidJxFGAy8AdDGW2xH1zu5Kq0QjHenF2joQu8DFoD3cy41v8R/StiRGhROMC wnlQ== |
| X-Gm-Message-State | ALoCoQllrYscCOUPa1NQRxkO9g/0ORYf5hU68Ke4f5qaO7yQTIdZRzTesVpU7t7BrbMFGvqjzEvj |
| MIME-Version | 1.0 |
| X-Received | by 10.31.139.67 with SMTP id n64mr19007721vkd.80.1446605840693; Tue, 03 Nov 2015 18:57:20 -0800 (PST) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-next@vger.kernel.org, lkml <linux-kernel@vger.kernel.org>, Lee Jones <lee.jones@linaro.org> |
| X-Original-Date | Wed, 4 Nov 2015 08:27:20 +0530 |
| X-Original-Message-ID | <CAJe_Zhe3iL=H9E1uVTLv959eVYDxzZMre8D6m8iOJbzDsFg0Nw@mail.gmail.com> |
| X-Original-References | <20151101231253.64beff47@canb.auug.org.au> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1262054 |
Show key headers only | View raw
On 1 November 2015 at 17:42, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Jassi,
>
> After merging the mailbox tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/mailbox/mailbox-test.c: In function 'mbox_test_receive_message':
> drivers/mailbox/mailbox-test.c:226:11: error: implicit declaration of function '__io_virt' [-Werror=implicit-function-declaration]
> __io_virt(tdev->mmio), MBOX_MAX_MSG_LEN, true);
> ^
>
> Caused by commit
>
> a133f8b65d59 ("mailbox: mailbox-test: Correctly repair Sparse warnings")
>
> I have used the mailbox tree from next-20151022 for today.
>
Lee, would you please send a fix for your last fix please?
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the mailbox tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-01 13:20 +0100
Re: linux-next: build failure after merge of the mailbox tree Jassi Brar <jaswinder.singh@linaro.org> - 2015-11-04 04:00 +0100
Re: linux-next: build failure after merge of the mailbox tree Lee Jones <lee.jones@linaro.org> - 2015-11-04 09:20 +0100
csiph-web