2021년 5월 21일 (금) 오전 9:56, Namjae Jeon <namjae.jeon@xxxxxxxxxxx>님이 작성: > > > Fix build error when CONFIG_OID_REGISTRY is not set: > > > > mips-linux-gnu-ld: fs/cifsd/asn1.o: in function `gssapi_this_mech': > > asn1.c:(.text+0xaa0): undefined reference to `sprint_oid' > > mips-linux-gnu-ld: fs/cifsd/asn1.o: in function `neg_token_init_mech_type': > > asn1.c:(.text+0xbec): undefined reference to `sprint_oid' > > > > Fixes: fad4161b5cd0 ("cifsd: decoding gss token using lib/asn1_decoder.c") > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > I will apply it. Thanks for your patch! > > Hyunchul, You also need to add this change to your cifs patch. > Okay, I will apply this. Thanks, Hyunchul > > --- > > fs/cifsd/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/fs/cifsd/Kconfig b/fs/cifsd/Kconfig index 5316b1035fbe..e6448b04f46e 100644 > > --- a/fs/cifsd/Kconfig > > +++ b/fs/cifsd/Kconfig > > @@ -18,6 +18,7 @@ config SMB_SERVER > > select CRYPTO_CCM > > select CRYPTO_GCM > > select ASN1 > > + select OID_REGISTRY > > default n > > help > > Choose Y here if you want to allow SMB3 compliant clients > >