On 03/02/2017 04:48 PM, Andrey Konovalov wrote: > -static void kasan_object_err(struct kmem_cache *cache, void *object) > +static struct page *addr_to_page(const void *addr) > +{ > + if ((addr >= (void *)PAGE_OFFSET) && > + (addr < high_memory)) Should fit in one line. > + return virt_to_head_page(addr); > + return NULL; > +} > + -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>