Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751796AbaFFRvg (ORCPT ); Fri, 6 Jun 2014 13:51:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45229 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbaFFRve (ORCPT ); Fri, 6 Jun 2014 13:51:34 -0400 Date: Fri, 6 Jun 2014 13:51:25 -0400 From: Dave Jones To: Linux Kernel , linux-mm@kvack.org, Linus Torvalds Subject: Re: 3.15-rc8 oops in copy_page_rep after page fault. Message-ID: <20140606175125.GB1741@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , linux-mm@kvack.org, Linus Torvalds References: <20140606174317.GA1741@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140606174317.GA1741@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 06, 2014 at 01:43:17PM -0400, Dave Jones wrote: > Not much to go on here. It rebooted right after dumping this. > > RIP: 0010:[] [] copy_page_rep+0x5/0x10 > Call Trace: > [] ? do_huge_pmd_wp_page+0x5cb/0x850 > [] handle_mm_fault+0x1e0/0xc50 > [] ? kmem_cache_free+0x1c2/0x200 > [] __do_page_fault+0x1c9/0x630 > [] ? perf_trace_sys_enter+0x38/0x180 > [] ? __acct_update_integrals+0x8b/0x120 > [] ? preempt_count_sub+0xab/0x100 > [] do_page_fault+0x1e/0x70 > [] page_fault+0x22/0x30 Ok, I can reproduce this fairly easily. The only prerequisite seems to be that before I start the fuzzer I do.. echo 65536 > /proc/sys/vm/mmap_min_addr If I don't do that, then it seems to survive, so maybe that's a clue ? Dave -- 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/