From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f200.google.com (mail-ob0-f200.google.com [209.85.214.200]) by kanga.kvack.org (Postfix) with ESMTP id B4AEB6B0253 for ; Sat, 9 Jul 2016 12:18:13 -0400 (EDT) Received: by mail-ob0-f200.google.com with SMTP id d2so49081835obp.1 for ; Sat, 09 Jul 2016 09:18:13 -0700 (PDT) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com. [2607:f8b0:4003:c06::229]) by mx.google.com with ESMTPS id j21si1397988oib.246.2016.07.09.09.18.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jul 2016 09:18:12 -0700 (PDT) Received: by mail-oi0-x229.google.com with SMTP id r2so97332379oih.2 for ; Sat, 09 Jul 2016 09:18:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201607091726.eUyprWPm%fengguang.wu@intel.com> References: <6114f72a15d5e52984ea546ba977737221351636.1468051282.git.janani.rvchndrn@gmail.com> <201607091726.eUyprWPm%fengguang.wu@intel.com> From: Janani Ravichandran Date: Sat, 9 Jul 2016 21:48:12 +0530 Message-ID: Subject: Re: [PATCH 3/3] Add name fields in shrinker tracepoint definitions Content-Type: multipart/alternative; boundary=001a113521ba07cca3053736443d Sender: owner-linux-mm@kvack.org List-ID: To: kbuild test robot Cc: kbuild-all@01.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Rik van Riel , akpm@linux-foundation.org, Johannes Weiner , vdavydov@virtuozzo.com, mhocko@suse.com, vbabka@suse.cz, mgorman@techsingularity.net, kirill.shutemov@linux.intel.com, bywxiaobai@163.com --001a113521ba07cca3053736443d Content-Type: text/plain; charset=UTF-8 On Sat, Jul 9, 2016 at 3:15 PM, kbuild test robot wrote: > Hi, > > [auto build test WARNING on staging/staging-testing] > [also build test WARNING on v4.7-rc6 next-20160708] > [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/Janani-Ravichandran/Add-names-of-shrinkers-and-have-tracepoints-display-them/20160709-170759 > config: i386-defconfig (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=i386 > > All warnings (new ones prefixed by >>): > > In file included from include/trace/define_trace.h:95:0, > from include/trace/events/vmscan.h:395, > from mm/vmscan.c:60: > include/trace/events/vmscan.h: In function > 'trace_event_raw_event_mm_shrink_slab_start': > >> include/trace/events/vmscan.h:206:17: warning: assignment discards > 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > __entry->name = shr->name; > These warnings will be fixed and also, the missing signed-off by line will be added in v2 after hearing comments from other developers. Janani. > > --001a113521ba07cca3053736443d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Sat, Jul 9, 2016 at 3:15 PM, kbuild test robot <= ;lkp@intel.com> wrote:
Hi,

[auto build test WARNING on staging/staging-testing]
[also build test WARNING on v4.7-rc6 next-20160708]
[if your patch is applied to the wrong git tree, please drop us a note to h= elp improve the system]

url:=C2=A0 =C2=A0 https://github.com/0day-= ci/linux/commits/Janani-Ravichandran/Add-names-of-shrinkers-and-have-tracep= oints-display-them/20160709-170759
config: i386-defconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 # save the attached .config to linux build tree=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 make ARCH=3Di386

All warnings (new ones prefixed by >>):

=C2=A0 =C2=A0In file included from include/trace/define_trace.h:95:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 from = include/trace/events/vmscan.h:395,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 from = mm/vmscan.c:60:
=C2=A0 =C2=A0include/trace/events/vmscan.h: In function 'trace_event_ra= w_event_mm_shrink_slab_start':
>> include/trace/events/vmscan.h:206:17: warning: assignment discards= 'const' qualifier from pointer target type [-Wdiscarded-qualifiers= ]
=C2=A0 =C2=A0 =C2=A0 __entry->name =3D shr->name; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0

These warnings will be fixed and also, the missing signed-off by lin= e will be=C2=A0
added in v2 after hearing comments from other dev= elopers.

Janani.=C2=A0


--001a113521ba07cca3053736443d-- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org