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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191104075911.23rhzcbztbhlbjk5@4978f4969bb8>
Date:   Mon, 4 Nov 2019 15:59:11 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Aurelien Aptel <aaptel@...e.com>
Cc:     kbuild-all@...ts.01.org, linux-cifs@...r.kernel.org,
        samba-technical@...ts.samba.org,
        Steve French <stfrench@...rosoft.com>,
        linux-kernel@...r.kernel.org
Subject: [RFC PATCH cifs] cifs: smb3_crypto_shash_allocate can be static


Fixes: 4d1cc0309f7e ("cifs: try opening channels after mounting")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
 smb2transport.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cifs/smb2transport.c b/fs/cifs/smb2transport.c
index 1af789871ec2e..86501239cef55 100644
--- a/fs/cifs/smb2transport.c
+++ b/fs/cifs/smb2transport.c
@@ -48,7 +48,7 @@ smb2_crypto_shash_allocate(struct TCP_Server_Info *server)
 			       &server->secmech.sdeschmacsha256);
 }
 
-int
+static int
 smb3_crypto_shash_allocate(struct TCP_Server_Info *server)
 {
 	struct cifs_secmech *p = &server->secmech;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ