> If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > All errors (new ones prefixed by >>): > > arm-linux-gnueabi-ld: fs/cifs/ioctl.o: in function `cifs_dump_full_key': >>> ioctl.c:(.text+0x44): undefined reference to `__get_user_bad' > <snip> ># CONFIG_MMU is not set > >and arch/arm/include/asm/uaccess.h does not implement get_user(size 8 bytes) > for the non-MMU case: I see another place in fs/cifs/ioctl.c where we already had been doing a get_user() into a u64 - any idea what you are supposed to do instead? Any example code where people have worked around this. -- Thanks, Steve