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


Groups > linux.kernel > #1229013 > unrolled thread

linux-next: build failure after merge of the akpm-current tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2015-09-21 06:20 +0200
Last post2015-09-21 18:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-09-21 06:20 +0200
    Re: linux-next: build failure after merge of the akpm-current tree Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-21 18:30 +0200

#1229013 — linux-next: build failure after merge of the akpm-current tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-09-21 06:20 +0200
Subjectlinux-next: build failure after merge of the akpm-current tree
Message-ID<qb0K5-449-9@gated-at.bofh.it>
Hi Andrew,

After merging the akpm-current tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/input/joystick/walkera0701.c:153:4: error: implicit declaration of function 'abs64' [-Werror=implicit-function-declaration]
    if (abs64(pulse_time - SYNC_PULSE) < RESERVE) /* new frame sync */
    ^

Caused by commit

  ea91f9c72512 ("Remove abs64()")

interacting with commit

  46b018fa9500 ("Input: walkera0701 - fix abs() calculations on 64 bit values")

from the input-current tree.

I just reverted 46b018fa9500 as ti will no longer be needed.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
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]


#1229532

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2015-09-21 18:30 +0200
Message-ID<qbc8x-3vr-1@gated-at.bofh.it>
In reply to#1229013
On Mon, Sep 21, 2015 at 02:18:10PM +1000, Stephen Rothwell wrote:
> Hi Andrew,
> 
> After merging the akpm-current tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/input/joystick/walkera0701.c:153:4: error: implicit declaration of function 'abs64' [-Werror=implicit-function-declaration]
>     if (abs64(pulse_time - SYNC_PULSE) < RESERVE) /* new frame sync */
>     ^
> 
> Caused by commit
> 
>   ea91f9c72512 ("Remove abs64()")
> 
> interacting with commit
> 
>   46b018fa9500 ("Input: walkera0701 - fix abs() calculations on 64 bit values")
> 
> from the input-current tree.
> 
> I just reverted 46b018fa9500 as ti will no longer be needed.

Hmm, I plan on sending it to Linus in 4.3 merge window. I saw more
patches switching to abs64 flying by so I guess removal will have to add
walkera to the list needing adjusting.

Thanks.

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