From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934822Ab3BNSWj (ORCPT ); Thu, 14 Feb 2013 13:22:39 -0500 Received: from mail-ia0-f170.google.com ([209.85.210.170]:45443 "EHLO mail-ia0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758431Ab3BNSWi (ORCPT ); Thu, 14 Feb 2013 13:22:38 -0500 MIME-Version: 1.0 In-Reply-To: <20130214150810.GA26095@gmail.com> References: <20130213111007.GA11367@gmail.com> <20130214144510.GC25282@gmail.com> <20130214145424.GA26071@gmail.com> <20130214150810.GA26095@gmail.com> Date: Thu, 14 Feb 2013 10:22:37 -0800 X-Google-Sender-Auth: P-ozeVtn-ApM-tWHKMnkz8rPMCs Message-ID: Subject: Re: [-rc7 regression] Block IO/VFS/ext3/timer spinlock lockup? From: Yinghai Lu To: Ingo Molnar Cc: Thomas Gleixner , Linus Torvalds , Linux Kernel Mailing List , Jens Axboe , Alexander Viro , "Theodore Ts'o" , "H. Peter Anvin" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 14, 2013 at 7:08 AM, Ingo Molnar wrote: > these three: > > 10d73e655cef mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment > c060f943d092 mm: use aligned zone start for pfn_to_bitidx calculation > c0232ae861df mm: memblock: fix wrong memmove size in memblock_merge_regions() > > might have highmem=512m boot parameter sensitivity. 10d73e655cef should not be related, as we are using nobootmem wrapper of memblock. c0232ae861df is copying less while using the blank slot in memblock memory or reserved array so it should be ok too. c060f943d092 may be related as you config does not have CONFIG_SPARSEMEM defined. Thanks Yinghai