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 7F3BCC47095 for ; Wed, 9 Jun 2021 07:20:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A30461361 for ; Wed, 9 Jun 2021 07:20:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237281AbhFIHWp (ORCPT ); Wed, 9 Jun 2021 03:22:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235510AbhFIHWo (ORCPT ); Wed, 9 Jun 2021 03:22:44 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57C44C061574 for ; Wed, 9 Jun 2021 00:20:50 -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=CkvrjnYJVK0zZT1ZQKtSfU60d3TZk8UBy4RDP+Og7bA=; b=hOILovq10hp2tG+0hkefDZukPi IulKnDyRwImeV7WEUZjbuHow+YXfgmng4wAGGBMxJF4jeR2JVhutDyDOKcoPXKfdy2xpb1jn58C5p 36Tnc+uwFDi7fNlprJZob9WJfW6WtBg6GTET2Q3Wfy+W+NM2Qev/aS4t43KamdXBEQh34stm+jWda azelNMBcQayUhAFmVgUOt5Q4kD+uKVAT8co0TZj38rBMO5NUH6N3BQ9qP9GPCb/SuPX7ngMMIu479 AekbYMtFqzPIX8tp9F1ho/Yv2LcOv/eX2nye4nDePCTdzjxr9xW369ijFv63laSUj5nKcmA5zHthB zQ0ZcQ7Q==; 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 (Red Hat Linux)) id 1lqsVV-000FC0-5P; Wed, 09 Jun 2021 07:20:14 +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)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 3537E30018A; Wed, 9 Jun 2021 09:20:08 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 134E0201DCD0B; Wed, 9 Jun 2021 09:20:08 +0200 (CEST) Date: Wed, 9 Jun 2021 09:20:08 +0200 From: Peter Zijlstra To: Lukasz Majczak Cc: Nathan Chancellor , Nick Desaulniers , =?utf-8?B?RsSBbmctcnXDrCBTw7JuZw==?= , Josh Poimboeuf , Guenter Roeck , Juergen Gross , =?utf-8?Q?=C5=81ukasz?= Bartosik , LKML , mbenes@suse.com, =?utf-8?B?UmFkb3PFgmF3?= Biernacki , upstream@semihalf.com, "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , clang-built-linux , Sami Tolvanen Subject: Re: [PATCH v3 16/16] objtool,x86: Rewrite retpoline thunk calls Message-ID: References: <5dd58dce-c3a7-39e5-8959-b858de95b72c@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 09, 2021 at 09:11:18AM +0200, Lukasz Majczak wrote: > I'm sorry I was on vacation last week - do you still need the requested debugs? If the patch here: https://lkml.kernel.org/r/YL3q1qFO9QIRL/BA@hirez.programming.kicks-ass.net does not fix things for you (don't think it actually will), then yes, please send me the information requested.