Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.samba.org/sfrench/cifs-2.6

* git://git.samba.org/sfrench/cifs-2.6:
[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2

+1 -1
+1 -1
fs/cifs/connect.c
··· 2018 2018 warned_on_ntlm = true; 2019 2019 cERROR(1, "default security mechanism requested. The default " 2020 2020 "security mechanism will be upgraded from ntlm to " 2021 - "ntlmv2 in kernel release 3.1"); 2021 + "ntlmv2 in kernel release 3.2"); 2022 2022 } 2023 2023 ses->overrideSecFlg = volume_info->secFlg; 2024 2024