Re: [linux-next:master] BUILD REGRESSION 4eee8d0b64ecc3231040fa68ba750317ffca5c52

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 09 Dec 2021 04:31:31 +0800 kernel test robot <lkp@xxxxxxxxx> wrote:

> mm/vmalloc.c:3109 __vmalloc_node_range() warn: bitwise AND condition is false here

Thanks to "mm: defer kmemleak object creation of module_alloc()".

+#if defined(CONFIG_KASAN) && (defined(CONFIG_KASAN_GENERIC) || \
+	defined(CONFIG_KASAN_SW_TAGS)) && !defined(CONFIG_KASAN_VMALLOC)
+#define VM_DEFER_KMEMLEAK	0x00000800	/* defer kmemleak object creation */
+#else
+#define VM_DEFER_KMEMLEAK	0
+#endif


	if (!(vm_flags & VM_DEFER_KMEMLEAK))

I don't feel a need to do anything about this - the code is legitimate
and idiomatic.  Doesn't this warning occur quite a lot?




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux