lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMO6nazLss_4cfAJZZLA+Ydrx0wPCxMYrZM2NQKDw1AmvSj_0Q@mail.gmail.com>
Date:   Thu, 13 Jun 2019 11:16:31 +0200
From:   Maxime Jourdan <mjourdan@...libre.com>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-media <linux-media@...r.kernel.org>,
        linux-amlogic@...ts.infradead.org
Subject: Re: linux-next: Tree for Jun 12 (staging/media/meson/)

Hi Randy,
On Wed, Jun 12, 2019 at 11:50 PM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> On 6/12/19 12:00 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20190611:
> >
>
>
> on i386:
>
> ../drivers/staging/media/meson/vdec/vdec.c: In function ‘vdec_recycle_thread’:
> ../drivers/staging/media/meson/vdec/vdec.c:59:2: error: implicit declaration of function ‘kthread_should_stop’ [-Werror=implicit-function-declaration]
>   while (!kthread_should_stop()) {
>   ^
> ../drivers/staging/media/meson/vdec/vdec.c: In function ‘vdec_start_streaming’:
> ../drivers/staging/media/meson/vdec/vdec.c:324:3: error: implicit declaration of function ‘kthread_run’ [-Werror=implicit-function-declaration]
>    sess->recycle_thread = kthread_run(vdec_recycle_thread, sess,
>    ^
> ../drivers/staging/media/meson/vdec/vdec.c:324:24: warning: assignment makes pointer from integer without a cast [enabled by default]
>    sess->recycle_thread = kthread_run(vdec_recycle_thread, sess,
>                         ^
> ../drivers/staging/media/meson/vdec/vdec.c: In function ‘vdec_stop_streaming’:
> ../drivers/staging/media/meson/vdec/vdec.c:389:4: error: implicit declaration of function ‘kthread_stop’ [-Werror=implicit-function-declaration]
>     kthread_stop(sess->recycle_thread);
>     ^
>
> Full randconfig file is attached.
>

This is fixed with "media: meson: vdec: Add missing kthread.h" from
Yue Haibing [0]. The patch is sitting in media_tree/master.

[0] https://patchwork.kernel.org/patch/10989333/

Regards,
Maxime

>
> --
> ~Randy
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ