[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201607061608.v7uVZKOQ%fengguang.wu@intel.com>
Date: Wed, 6 Jul 2016 16:01:22 +0800
From: kbuild test robot <lkp@...el.com>
To: Ganesh Mahendran <opensource.ganesh@...il.com>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, akpm@...ux-foundation.org, minchan@...nel.org,
ngupta@...are.org, sergey.senozhatsky.work@...il.com,
rostedt@...dmis.org, mingo@...hat.com,
Ganesh Mahendran <opensource.ganesh@...il.com>
Subject: Re: [PATCH v3 6/8] mm/zsmalloc: add __init,__exit attribute
Hi,
[auto build test WARNING on next-20160705]
[cannot apply to tip/perf/core v4.7-rc6 v4.7-rc5 v4.7-rc4 v4.7-rc6]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Ganesh-Mahendran/mm-zsmalloc-use-obj_index-to-keep-consistent-with-others/20160706-150030
config: x86_64-acpi-redef (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
>> WARNING: vmlinux.o(.init.text+0x1f2ca): Section mismatch in reference from the function zs_init() to the function .exit.text:zs_stat_exit()
The function __init zs_init() references
a function __exit zs_stat_exit().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
zs_stat_exit() so it may be used outside an exit section.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (28510 bytes)
Powered by blists - more mailing lists