Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934865Ab3DKNgz (ORCPT ); Thu, 11 Apr 2013 09:36:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59554 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752764Ab3DKNgx (ORCPT ); Thu, 11 Apr 2013 09:36:53 -0400 Date: Thu, 11 Apr 2013 15:35:36 +0200 From: Andrea Arcangeli To: Ingo Molnar Cc: tip-bot for Andrea Arcangeli , linux-tip-commits@vger.kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, apw@canonical.com, bp@alien8.de, stefan.bader@canonical.com, mgorman@suse.de, tglx@linutronix.de Subject: Re: [tip:x86/urgent] x86/mm/cpa: Convert noop to functional fix Message-ID: <20130411133536.GV14121@redhat.com> References: <1365600505-19314-1-git-send-email-aarcange@redhat.com> <20130411122918.GA19491@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130411122918.GA19491@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2480 Lines: 61 Hi, On Thu, Apr 11, 2013 at 02:29:18PM +0200, Ingo Molnar wrote: > > > * tip-bot for Andrea Arcangeli wrote: > > > Commit-ID: f76cfa3c2496c462b5bc01bd0c9340c2715b73ca > > Gitweb: http://git.kernel.org/tip/f76cfa3c2496c462b5bc01bd0c9340c2715b73ca > > Author: Andrea Arcangeli > > AuthorDate: Wed, 10 Apr 2013 15:28:25 +0200 > > Committer: Ingo Molnar > > CommitDate: Thu, 11 Apr 2013 10:34:42 +0200 > > > > x86/mm/cpa: Convert noop to functional fix > > I think it's this commit that causes the following cpa-selftest failure: > > CPA self-test: > ffff880038000000 level 2 but not PSE 8000000038000062 > ffff880038200000 level 2 but not PSE 8000000038200062 > ffff880038400000 level 2 but not PSE 8000000038400062 > ffff880038600000 level 2 but not PSE 8000000038600062 > ffff880038800000 level 2 but not PSE 8000000038800062 > ffff880038a00000 level 2 but not PSE 8000000038a00062 > ffff880038c00000 level 2 but not PSE 8000000038c00062 > ffff880038e00000 level 2 but not PSE 8000000038e00062 > > ... > > 4k 134128 large 250 gb 0 x 1[ffff88000009a000-ffff88000009a000] miss 0 > ------------[ cut here ]------------ > WARNING: at arch/x86/mm/pageattr-test.c:226 pageattr_test+0x3e1/0x410() > NOT PASSED. Please report. > Pid: 32, comm: pageattr-test Not tainted 3.9.0-rc6+ #222036 > Call Trace: > [] warn_slowpath_common+0x62/0x7b > [] warn_slowpath_fmt+0x46/0x48 > [] ? lookup_address+0xad/0x127 > [] pageattr_test+0x3e1/0x410 > [] ? pageattr_test+0x410/0x410 > [] do_pageattr_test+0x1a/0x3d > [] kthread+0xa2/0xaa > [] ? __kthread_parkme+0x65/0x65 > [] ret_from_fork+0x7c/0xb0 > [] ? __kthread_parkme+0x65/0x65 > ---[ end trace 582fec3a45bb42b7 ]--- > device: 'vcs2': device_add This looks a warning resulting from a false positive in the CPA self test, not a bug in f76cfa3c2496c462b5bc01bd0c9340c2715b73ca. I'll send a patch to correct it. I can't reproduce it here so it would be great if you could test the fix on your system above to verify. Thanks, Andrea -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/