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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 179C6C4338F for ; Thu, 5 Aug 2021 11:06:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC248610A2 for ; Thu, 5 Aug 2021 11:06:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240760AbhHELGN (ORCPT ); Thu, 5 Aug 2021 07:06:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240623AbhHELGC (ORCPT ); Thu, 5 Aug 2021 07:06:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A5DFC061765 for ; Thu, 5 Aug 2021 04:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Tx6IwywqLdqyvPPkZlXvoqIuPaEhwfU9Pygwcx8CxWY=; b=IT80di+p4r/phKcmJ3DJmWV2AW Tbj5CIt2B5gUOLvZIus7tfbeKL34p/3C5DsB4Jakl1naaEwwA64QamobZqv0XHKtRe+/UO6jX5T0D CVlpC9vfPEp5apLpGZZqL9oWWqAQAfL9nA5dcGXAK/+4ozmfEk4XoUgdb5zoP4tWN2UogAJsGtdB8 tHLzR9Zmi7bF+3wDWbPXgBpQBqltQi2qbBbHSRyMyb6MGktGhKXrniB++A3pyeZYlU/833C1d6Yqy 6i5ggKJ6OY/99/8d8TbFLUyf5fuS5CrsmoEblZKbWXP735Wzncms6E3cBlH0HqpxY5dpycSLnJsAs XXxbwalw==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBbBi-006su3-Qs; Thu, 05 Aug 2021 11:05:37 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 27204300084; Thu, 5 Aug 2021 13:05:22 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 0AE0120295B1D; Thu, 5 Aug 2021 13:05:22 +0200 (CEST) Date: Thu, 5 Aug 2021 13:05:21 +0200 From: Peter Zijlstra To: Josh Poimboeuf Cc: Randy Dunlap , LKML Subject: Re: linux-next: objtool hang/loop? Message-ID: References: <20210804183419.k7p3tvqerwgzxpuz@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210804183419.k7p3tvqerwgzxpuz@treble> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 04, 2021 at 11:34:19AM -0700, Josh Poimboeuf wrote: > Can you try this patch from Peter? It halves the memory usage. > > https://lkml.kernel.org/r/20210507164925.GC54801@worktop.programming.kicks-ass.net Oh hey, Josh is back :-) Just in case you missed it (I'm guessing your inbox is as big a mess as mine is), that patch is part of the below series that is awaiting your feedback :-) https://lkml.kernel.org/r/20210624094059.886075998@infradead.org