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


Groups > linux.kernel > #1739411 > unrolled thread

linux-next: build failure after merge of the cifs tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-09-26 03:00 +0200
Last post2017-09-26 03:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the cifs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-09-26 03:00 +0200
    Re: linux-next: build failure after merge of the cifs tree Steve French <smfrench@gmail.com> - 2017-09-26 03:30 +0200

#1739411 — linux-next: build failure after merge of the cifs tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-09-26 03:00 +0200
Subjectlinux-next: build failure after merge of the cifs tree
Message-ID<utMoa-5Dv-11@gated-at.bofh.it>
Hi all,

After merging the cifs tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

fs/cifs/smb2transport.c: In function 'generate_smb311signingkey':
fs/cifs/smb2transport.c:403:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash'
  d->context.iov_base = ses->preauth_sha_hash;
                           ^
fs/cifs/smb2transport.c:409:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash' 
  d->context.iov_base = ses->preauth_sha_hash;
                           ^
fs/cifs/smb2transport.c:415:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash' 
  d->context.iov_base = ses->preauth_sha_hash;
                           ^

Caused by commit

  a679c0e328c9 ("Fix encryption labels and lengths for SMB3.1.1")

This build has

# CONFIG_CIFS_SMB311 is not set

I have used the version of the cifs tree from next-20170922 for today.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1739417

FromSteve French <smfrench@gmail.com>
Date2017-09-26 03:30 +0200
Message-ID<utMRb-65i-1@gated-at.bofh.it>
In reply to#1739411
fixed - repushed to cifs-2.6.git for-next

On Mon, Sep 25, 2017 at 7:51 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the cifs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> fs/cifs/smb2transport.c: In function 'generate_smb311signingkey':
> fs/cifs/smb2transport.c:403:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash'
>   d->context.iov_base = ses->preauth_sha_hash;
>                            ^
> fs/cifs/smb2transport.c:409:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash'
>   d->context.iov_base = ses->preauth_sha_hash;
>                            ^
> fs/cifs/smb2transport.c:415:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash'
>   d->context.iov_base = ses->preauth_sha_hash;
>                            ^
>
> Caused by commit
>
>   a679c0e328c9 ("Fix encryption labels and lengths for SMB3.1.1")
>
> This build has
>
> # CONFIG_CIFS_SMB311 is not set
>
> I have used the version of the cifs tree from next-20170922 for today.
>
> --
> Cheers,
> Stephen Rothwell



-- 
Thanks,

Steve

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web