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]
Date:   Wed, 10 Nov 2021 16:32:09 -0600
From:   Steve French <smfrench@...il.com>
To:     Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     CIFS <linux-cifs@...r.kernel.org>,
        "Paulo Alcantara (SUSE)" <pc@....nz>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the cifs tree

I had a cut-n-paste error in updating one of Paulo's patches this
morning.  Fixed now in cifs-2.6.git for-next

On Wed, Nov 10, 2021 at 3:57 PM Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Hi all,
>
> After merging the cifs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> <stdin>:1559:2: warning: #warning syscall futex_waitv not implemented [-Wcpp]
> fs/cifs/connect.c: In function 'clean_demultiplex_info':
> fs/cifs/connect.c:841:2: error: stray '#' in program
>   841 | +#ifdef CONFIG_CIFS_DFS_UPCALL
>       |  ^
> fs/cifs/connect.c:841:3: error: 'ifdef' undeclared (first use in this function)
>   841 | +#ifdef CONFIG_CIFS_DFS_UPCALL
>       |   ^~~~~
> fs/cifs/connect.c:841:3: note: each undeclared identifier is reported only once for each function it appears in
> fs/cifs/connect.c:841:8: error: expected ';' before 'CONFIG_CIFS_DFS_UPCALL'
>   841 | +#ifdef CONFIG_CIFS_DFS_UPCALL
>       |        ^~~~~~~~~~~~~~~~~~~~~~~
>       |        ;
> fs/cifs/connect.c:843:15: error: 'struct TCP_Server_Info' has no member named 'leaf_fullpath'
>   843 | + kfree(server->leaf_fullpath);
>       |               ^~
> fs/cifs/connect.c:844:2: error: stray '#' in program
>   844 | +#endif
>       |  ^
> fs/cifs/connect.c:844:3: error: 'endif' undeclared (first use in this function); did you mean 'gendisk'?
>   844 | +#endif
>       |   ^~~~~
>       |   gendisk
> fs/cifs/connect.c:844:8: error: expected ';' before 'kfree'
>   844 | +#endif
>       |        ^
>       |        ;
>   845 |  kfree(server);
>       |  ~~~~~
>
> Caused by commit
>
>   58b90aa95977 ("cifs: support nested dfs links over reconnect")
>
> I have used the cifs tree from next-20211110 for today.
>
> --
> Cheers,
> Stephen Rothwell



-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ