Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1224052 > unrolled thread

[PATCH 0/2] alpha: fix build failure

Started bySudip Mukherjee <sudipm.mukherjee@gmail.com>
First post2015-09-14 14:00 +0200
Last post2015-09-16 08:00 +0200
Articles 9 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] alpha: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-14 14:00 +0200
    Re: [PATCH 0/2] alpha: fix build failure Guenter Roeck <linux@roeck-us.net> - 2015-09-14 23:30 +0200
      Re: [PATCH 0/2] alpha: fix build failure Andrew Morton <akpm@linux-foundation.org> - 2015-09-14 23:40 +0200
        Re: [PATCH 0/2] alpha: fix build failure Guenter Roeck <linux@roeck-us.net> - 2015-09-15 01:30 +0200
      Re: [PATCH 0/2] alpha: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-15 10:30 +0200
        Re: [PATCH 0/2] alpha: fix build failure Guenter Roeck <linux@roeck-us.net> - 2015-09-15 15:30 +0200
          Re: [PATCH 0/2] alpha: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-15 16:00 +0200
            Re: [PATCH 0/2] alpha: fix build failure Guenter Roeck <linux@roeck-us.net> - 2015-09-15 16:30 +0200
              Re: [PATCH 0/2] alpha: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-16 08:00 +0200

#1224052 — [PATCH 0/2] alpha: fix build failure

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2015-09-14 14:00 +0200
Subject[PATCH 0/2] alpha: fix build failure
Message-ID<q8AqK-589-15@gated-at.bofh.it>
We were getting build failure on allmodconfig. Mainly two causes
ioremap_uc was not defined and __delay was not exported.

regards
sudip

Sudip Mukherjee (2):
  alpha: io: define ioremap_uc
  alpha: lib: export __delay

 arch/alpha/include/asm/io.h | 4 +++-
 arch/alpha/lib/udelay.c     | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
1.9.1

--
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/

[toc] | [next] | [standalone]


#1224469

FromGuenter Roeck <linux@roeck-us.net>
Date2015-09-14 23:30 +0200
Message-ID<q8Ju4-1pD-59@gated-at.bofh.it>
In reply to#1224052
On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote:
> We were getting build failure on allmodconfig. Mainly two causes
> ioremap_uc was not defined and __delay was not exported.
> 
I already submitted patches to fix those problems some 6+ weeks ago.
Hope you'll have more luck.

Guenter

> regards
> sudip
> 
> Sudip Mukherjee (2):
>   alpha: io: define ioremap_uc
>   alpha: lib: export __delay
> 
>  arch/alpha/include/asm/io.h | 4 +++-
>  arch/alpha/lib/udelay.c     | 1 +
>  2 files changed, 4 insertions(+), 1 deletion(-)
> 
> -- 
> 1.9.1
> 
> --
> 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/
> 
> 
--
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/

[toc] | [prev] | [next] | [standalone]


#1224478

FromAndrew Morton <akpm@linux-foundation.org>
Date2015-09-14 23:40 +0200
Message-ID<q8JDI-1AN-21@gated-at.bofh.it>
In reply to#1224469
On Mon, 14 Sep 2015 14:22:08 -0700 Guenter Roeck <linux@roeck-us.net> wrote:

> On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote:
> > We were getting build failure on allmodconfig. Mainly two causes
> > ioremap_uc was not defined and __delay was not exported.
> > 
> I already submitted patches to fix those problems some 6+ weeks ago.
> Hope you'll have more luck.

I have both of these patches queued for 4.3.  Cc'ing me is a way of
preventing stuff from falling through cracks..

But I didn't tag these patches for -stable backport.  Should I have
done so?  If 4.2 is busted on alpha then I guess "yes".

--
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/

[toc] | [prev] | [next] | [standalone]


#1224542

FromGuenter Roeck <linux@roeck-us.net>
Date2015-09-15 01:30 +0200
Message-ID<q8Lma-44X-5@gated-at.bofh.it>
In reply to#1224478
On Mon, Sep 14, 2015 at 02:29:55PM -0700, Andrew Morton wrote:
> On Mon, 14 Sep 2015 14:22:08 -0700 Guenter Roeck <linux@roeck-us.net> wrote:
> 
> > On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote:
> > > We were getting build failure on allmodconfig. Mainly two causes
> > > ioremap_uc was not defined and __delay was not exported.
> > > 
> > I already submitted patches to fix those problems some 6+ weeks ago.
> > Hope you'll have more luck.
> 
> I have both of these patches queued for 4.3.  Cc'ing me is a way of
> preventing stuff from falling through cracks..
> 
Ok, I'll do that next time.

> But I didn't tag these patches for -stable backport.  Should I have
> done so?  If 4.2 is busted on alpha then I guess "yes".
> 
No, this only affects 4.3-rc1 and -next.

Guenter
--
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/

[toc] | [prev] | [next] | [standalone]


#1224756

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2015-09-15 10:30 +0200
Message-ID<q8TMK-7Ks-13@gated-at.bofh.it>
In reply to#1224469
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:
> > We were getting build failure on allmodconfig. Mainly two causes
> > ioremap_uc was not defined and __delay was not exported.
> > 
> I already submitted patches to fix those problems some 6+ weeks ago.
> Hope you'll have more luck.
For my allmodconfig test with next-20150915 alpha, m32r and openrisc
failed. And ofcourse mn10300 is broken since many months now.
Have you already done something with m32r or should I try? If both of us
are trying the same it will be a wastage of time. So asking you.

regards
sudip
--
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/

[toc] | [prev] | [next] | [standalone]


#1225094

FromGuenter Roeck <linux@roeck-us.net>
Date2015-09-15 15:30 +0200
Message-ID<q8Yt4-64o-9@gated-at.bofh.it>
In reply to#1224756
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:
>>> We were getting build failure on allmodconfig. Mainly two causes
>>> ioremap_uc was not defined and __delay was not exported.
>>>
>> I already submitted patches to fix those problems some 6+ weeks ago.
>> Hope you'll have more luck.
> For my allmodconfig test with next-20150915 alpha, m32r and openrisc
> failed. And ofcourse mn10300 is broken since many months now.
> Have you already done something with m32r or should I try? If both of us
> are trying the same it will be a wastage of time. So asking you.
>

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.

Guenter

--
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/

[toc] | [prev] | [next] | [standalone]


#1225125

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2015-09-15 16:00 +0200
Message-ID<q8YW5-6Co-5@gated-at.bofh.it>
In reply to#1225094
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
--
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/

[toc] | [prev] | [next] | [standalone]


#1225205

FromGuenter Roeck <linux@roeck-us.net>
Date2015-09-15 16:30 +0200
Message-ID<q8Zpb-7qt-93@gated-at.bofh.it>
In reply to#1225125
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

--
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/

[toc] | [prev] | [next] | [standalone]


#1225728

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2015-09-16 08:00 +0200
Message-ID<q9dV7-3VW-1@gated-at.bofh.it>
In reply to#1225205
On Tue, Sep 15, 2015 at 07:26:34AM -0700, Guenter Roeck wrote:
> 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 ?
I think no. Not sure though, as I have started testing these just
recently.

regards
sudip
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web