All of lore.kernel.org
 help / color / mirror / Atom feed
* stable RC build breakages (4.14.y, 4.19.y)
@ 2019-12-10 22:57 Guenter Roeck
  2019-12-11  0:21 ` Nobuhiro Iwamatsu
  2019-12-11 13:50 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Guenter Roeck @ 2019-12-10 22:57 UTC (permalink / raw)
  To: stable

v4.14.y:

arm64:defconfig:

arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts:5:10: fatal error:
	dt-bindings/input/gpio-keys.h: No such file or directory

i386:allyesconfig:

drivers/crypto/geode-aes.c:174:2: error:
	implicit declaration of function 'crypto_sync_skcipher_clear_flags

and several similar errors.


---
v4.19.y:

arm64:defconfig:

arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found

i386:allyesconfig:

Same as v4.14.y.

Guenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stable RC build breakages (4.14.y, 4.19.y)
  2019-12-10 22:57 stable RC build breakages (4.14.y, 4.19.y) Guenter Roeck
@ 2019-12-11  0:21 ` Nobuhiro Iwamatsu
  2019-12-11  2:51   ` Chen-Yu Tsai
  2019-12-11 13:50 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2019-12-11  0:21 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

Hi,

On Tue, Dec 10, 2019 at 02:57:43PM -0800, Guenter Roeck wrote:
> v4.14.y:
> 
> arm64:defconfig:
> 
> arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts:5:10: fatal error:
> 	dt-bindings/input/gpio-keys.h: No such file or directory
> 

The include/dt-bindings/input/gpio-keys.h is not provided.
We need to revert commit 9b7f85596a7c799d3715729188ea8f0f0f4b3c54(arm64:
tegra: Fix power key interrupt type on Jetson TX2).


> i386:allyesconfig:
> 
> drivers/crypto/geode-aes.c:174:2: error:
> 	implicit declaration of function 'crypto_sync_skcipher_clear_flags
> 
> and several similar errors.


crypto_sync_skcipher_clear_flags() was provided from 4.19. So we need to
fix the patch.

> 
> 
> ---
> v4.19.y:
> 
> arm64:defconfig:
> 
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found

I think we need to pick commit ec4a95409d5c28962e0097e8291aa7048f8b262a. 
But I have not examined it in detail.

> 
> i386:allyesconfig:
> 
> Same as v4.14.y.
> 
> Guenter
> 

Best regards,
  Nobuhiro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stable RC build breakages (4.14.y, 4.19.y)
  2019-12-11  0:21 ` Nobuhiro Iwamatsu
@ 2019-12-11  2:51   ` Chen-Yu Tsai
  0 siblings, 0 replies; 4+ messages in thread
From: Chen-Yu Tsai @ 2019-12-11  2:51 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu; +Cc: Guenter Roeck, stable

On Wed, Dec 11, 2019 at 8:21 AM Nobuhiro Iwamatsu
<nobuhiro1.iwamatsu@toshiba.co.jp> wrote:
>
> Hi,
>
> On Tue, Dec 10, 2019 at 02:57:43PM -0800, Guenter Roeck wrote:
> > v4.14.y:
> >
> > arm64:defconfig:
> >
> > arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts:5:10: fatal error:
> >       dt-bindings/input/gpio-keys.h: No such file or directory
> >
>
> The include/dt-bindings/input/gpio-keys.h is not provided.
> We need to revert commit 9b7f85596a7c799d3715729188ea8f0f0f4b3c54(arm64:
> tegra: Fix power key interrupt type on Jetson TX2).
>
>
> > i386:allyesconfig:
> >
> > drivers/crypto/geode-aes.c:174:2: error:
> >       implicit declaration of function 'crypto_sync_skcipher_clear_flags
> >
> > and several similar errors.
>
>
> crypto_sync_skcipher_clear_flags() was provided from 4.19. So we need to
> fix the patch.
>
> >
> >
> > ---
> > v4.19.y:
> >
> > arm64:defconfig:
> >
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found
>
> I think we need to pick commit ec4a95409d5c28962e0097e8291aa7048f8b262a.
> But I have not examined it in detail.

Yes that looks like the right patch.

Alternatively, you could just ask for

  ea03518a3123 arm64: dts: allwinner: a64: enable sound on Pinebook

to be dropped, since the related driver changes aren't in stable either,
there's no way this works.


ChenYu

> >
> > i386:allyesconfig:
> >
> > Same as v4.14.y.
> >
> > Guenter
> >
>
> Best regards,
>   Nobuhiro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stable RC build breakages (4.14.y, 4.19.y)
  2019-12-10 22:57 stable RC build breakages (4.14.y, 4.19.y) Guenter Roeck
  2019-12-11  0:21 ` Nobuhiro Iwamatsu
@ 2019-12-11 13:50 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2019-12-11 13:50 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Tue, Dec 10, 2019 at 02:57:43PM -0800, Guenter Roeck wrote:
> v4.14.y:
> 
> arm64:defconfig:
> 
> arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts:5:10: fatal error:
> 	dt-bindings/input/gpio-keys.h: No such file or directory
> 
> i386:allyesconfig:
> 
> drivers/crypto/geode-aes.c:174:2: error:
> 	implicit declaration of function 'crypto_sync_skcipher_clear_flags
> 
> and several similar errors.
> 
> 
> ---
> v4.19.y:
> 
> arm64:defconfig:
> 
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found
> 
> i386:allyesconfig:
> 
> Same as v4.14.y.

Thanks for the info, I think I should now have this all fixed and will
push out new trees to the linux-stable-rc repo.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-11 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 22:57 stable RC build breakages (4.14.y, 4.19.y) Guenter Roeck
2019-12-11  0:21 ` Nobuhiro Iwamatsu
2019-12-11  2:51   ` Chen-Yu Tsai
2019-12-11 13:50 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.