Comment #9 on issue 370 by [email protected]: Kernel compilation error when using KSAN
https://code.google.com/p/address-sanitizer/issues/detail?id=370

@tetra20 you have done a good job.

But please update everything...

1. write regarding changing the branch
$ git checkout kasan
2. It is written current KASN supports only SLAB, please change it to SLUB

the below line is outdated
"You will also need to enable SLAB allocator (General setup > Choose SLAB
allocator) and AddressSanitizer (Kernel hacking > Memory Debugging) during
kernel configuration"

can be updated with:
You will also need to enable SLUB allocator (General setup > Choose SLAB allocator (SLUB (Unqueued Allocator)) and AddressSanitizer (Kernel hacking
Memory Debugging > AddressSanitizer: runtime memory debugger ) during
kernel configuration

please update the procedure
1. CONFIG_KASAN = y
2. choose b/w CONFIG_KASAN_OUTLINE or CONFIG_KASAN_INLINE
3. mention regarding advantages of enabling CONFIG_STACKTRACE and
4. finally testing 'lib/test_kasan.ko'


I think that way is very essential as mentioned in https://github.com/google/kasan/blob/kasan/Documentation/kasan.txt

Looking forward for you help and support..
Best regards :)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to