From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E54CFC433F5 for ; Fri, 13 May 2022 16:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1382491AbiEMQtu (ORCPT ); Fri, 13 May 2022 12:49:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233139AbiEMQts (ORCPT ); Fri, 13 May 2022 12:49:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86452B1C2 for ; Fri, 13 May 2022 09:49:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4C90C61EC1 for ; Fri, 13 May 2022 16:49:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7542EC34100; Fri, 13 May 2022 16:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1652460584; bh=mUX0Xcwwx67LlSBLq+jKjiwyAlTMM655BwwpJuB/BSM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g9fEy3Gu9ZIv+ASzdpfuwVItlSUvaEhaXC0wziffu9YtmFtW1db0QpRQTbfkf6NfV KhFxftSXMH4XiuIUnGqW8NtCNN87vhr9ABYozsecsvSjwm7t+Q8AsKOTW9o9UlbmvI nkK/e4TNnjnquzKnJaTRkroUALQoYZ+SilcTmtSk= Date: Fri, 13 May 2022 09:49:43 -0700 From: Andrew Morton To: Sven Schnelle Cc: "Liam R. Howlett" , Heiko Carstens , Guenter Roeck , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mapletree-vs-khugepaged Message-Id: <20220513094943.dc1b1da5f9edb0b66e61cf2d@linux-foundation.org> In-Reply-To: References: <20220428172040.GA3623323@roeck-us.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 May 2022 16:46:41 +0200 Sven Schnelle wrote: > IS that issue supposed to be fixed? git bisect pointed me to > > # bad: [76535d42eb53485775a8c54ea85725812b75543f] Merge branch > 'mm-everything' of > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > which isn't really helpful. > > Anything we could help with debugging this? git-bisect is still doing that? There's a way of nudging it, but I forget. Perhaps you could grab the mm-unstable branch from git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and bisect that?