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 2AD79C38142 for ; Sat, 28 Jan 2023 13:56:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234325AbjA1N4K (ORCPT ); Sat, 28 Jan 2023 08:56:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230394AbjA1N4G (ORCPT ); Sat, 28 Jan 2023 08:56:06 -0500 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63C4A4C0A for ; Sat, 28 Jan 2023 05:56:02 -0800 (PST) Received: from [2a02:8108:963f:de38:4bc7:2566:28bd:b73c]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1pLlgV-0002Kg-12; Sat, 28 Jan 2023 14:55:59 +0100 Message-ID: Date: Sat, 28 Jan 2023 14:55:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: Failure during Stack Depot allocating hash table of 1048576 entries with kvcalloc Content-Language: en-US, de-DE To: Borislav Petkov , Mirsad Goran Todorovac Cc: Vlastimil Babka , Andrew Morton , Alexander Potapenko , Marco Elver , Dmitry Vyukov , linux-mm , lkml References: <07e42002-e78d-7947-19a7-0dd035466f50@alu.unizg.hr> From: "Linux kernel regression tracking (Thorsten Leemhuis)" Reply-To: Linux regressions mailing list In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1674914162;a5c37dae; X-HE-SMSGID: 1pLlgV-0002Kg-12 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28.01.23 12:03, Borislav Petkov wrote: > On Sat, Jan 28, 2023 at 03:41:50AM +0100, Mirsad Goran Todorovac wrote: >> This appears to be a duplicate of the report: >> https://lore.kernel.org/linux-mm/2c677d85-820c-d41a-fc98-7d3974b49e42@alu.unizg.hr/raw > > Yah, looks like > > 56a61617dd22 ("mm: use stack_depot for recording kmemleak's backtrace") > > needs to be reverted. Unless I'm missing something (which might easily be the case) there is a patch for that issue in -mm already: https://lore.kernel.org/all/20230119224022.80752C433F0@smtp.kernel.org/ Or where two different issues discussed in the thread Mirsad mentioned above? Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) -- Everything you wanna know about Linux kernel regression tracking: https://linux-regtracking.leemhuis.info/about/#tldr If I did something stupid, please tell me, as explained on that page.