From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753633AbbFPGCV (ORCPT ); Tue, 16 Jun 2015 02:02:21 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:35767 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751856AbbFPGCO (ORCPT ); Tue, 16 Jun 2015 02:02:14 -0400 Message-ID: <557FBBE1.2060301@lwfinger.net> Date: Tue, 16 Jun 2015 01:02:09 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Kamalesh Babulal CC: Tejun Heo , Martin KaFai Lau , Catalin Marinas , Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC NEXT] mm: Fix suspicious RCU usage at kernel/sched/core.c:7318 References: <1434403518-5308-1-git-send-email-Larry.Finger@lwfinger.net> <20150616053702.GA29055@linux.vnet.ibm.com> In-Reply-To: <20150616053702.GA29055@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/16/2015 12:37 AM, Kamalesh Babulal wrote: > * Larry Finger [2015-06-15 16:25:18]: > >> Beginning at commit d52d399, the following INFO splat is logged: >> > > [...] > >> --- >> include/linux/kmemleak.h | 3 ++- >> mm/kmemleak.c | 9 +++++---- >> mm/kmemleak.c.rej | 19 +++++++++++++++++++ >> mm/percpu.c | 2 +- >> 4 files changed, 27 insertions(+), 6 deletions(-) >> create mode 100644 mm/kmemleak.c.rej > > Patch creates kmemleak.c.rej file. Sorry about that. This one was an RFC. I'll fix that before the final submission. Larry