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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 67C92C48BCD for ; Wed, 9 Jun 2021 12:24:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 496A56136D for ; Wed, 9 Jun 2021 12:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232938AbhFIM0j (ORCPT ); Wed, 9 Jun 2021 08:26:39 -0400 Received: from mail-pl1-f176.google.com ([209.85.214.176]:34439 "EHLO mail-pl1-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232797AbhFIM0e (ORCPT ); Wed, 9 Jun 2021 08:26:34 -0400 Received: by mail-pl1-f176.google.com with SMTP id h1so4786434plt.1 for ; Wed, 09 Jun 2021 05:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=JUxPE8wCUjEtv9Cm0b9jhJOj/m0Sh9161tmrSowqyJQ=; b=1KnkowiNG5w1WYIZwgXJXD0YwmTZmqZVU7K6cNmVl4gR1yeDJ15xJof4fxS0LdoDT6 AeDPXb3NnzpvommYxb78SJGrd/paSVomlmMvUcVOP1SisWeq+HNBIBVbCWVTWC1vY3rt DrvnFirXtre7eOVME2ndB3el/C61OzrYU5u2ne6nhU8LcSSyHG36vX7yivmHoki3079E vw62jp8WYUzpJngG0hrxEMayaAxMFDK8JVncD6XUH6R98tCbuL8nIkLK+0tqri49+CuV BlADfnOe6rvy3lu6HeOi+YLdCwq16jRfpLJgFP/ylOPh0VuAxCsaGaEhwQwZETbhN6Aq 6jWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=JUxPE8wCUjEtv9Cm0b9jhJOj/m0Sh9161tmrSowqyJQ=; b=fMiDUZOFEYeFC+3Y4vobqguTbQSWAlt2N//G1e2OvnwGWYK3AECSAfyz5Zv28sAto2 BDyWaow8kMxfPGc0PrMLmkfRQ/vRVL3CIal8tuByTRXUKcfLFUIsEwgzRJnxxytRYmPP l2CnczPMoWC5rKt/xhKyEnl0YcRsEGKaWcpn7srmiKSkC3SdRSAhLmr0HHQ2avuLph54 iJMb82edOQrLOh5nm3jIt5gyJwaUmDQGRzSSzQ4P8D7klT3dWgvL0vLYUikyM/2idZlm FWUKrK6hek8ht2mT63Dij7AY1Q42FTEbV/G6prt5y41ml+LCjsXHS6zV0KGC8btfcpIi 3L4w== X-Gm-Message-State: AOAM533agdyfgLropBiPzFAi4bM21IiqooeYt0yo4kfoByp0z9c/F30z CEGF7sckx3C7F5IBQpfsDiCjDB5oUuSgq13fkHnN6g== X-Google-Smtp-Source: ABdhPJyDBuVpholVLRm9OnDE6xch0HWKs3yQsnfZep1EYCboAA9mH09JAuNiElC9yBmtflBsCM5R+a/U+bCMZt3EduQ= X-Received: by 2002:a17:90a:2d8e:: with SMTP id p14mr375378pjd.131.1623241419590; Wed, 09 Jun 2021 05:23:39 -0700 (PDT) MIME-Version: 1.0 References: <5dd58dce-c3a7-39e5-8959-b858de95b72c@kernel.org> In-Reply-To: From: Lukasz Majczak Date: Wed, 9 Jun 2021 14:23:28 +0200 Message-ID: Subject: Re: [PATCH v3 16/16] objtool,x86: Rewrite retpoline thunk calls To: Peter Zijlstra 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?Q?Rados=C5=82aw_Biernacki?= , upstream@semihalf.com, "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , clang-built-linux , Sami Tolvanen Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org =C5=9Br., 9 cze 2021 o 09:20 Peter Zijlstra napisa= =C5=82(a): > > 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. Ok, it didn't help. Peter, Josh I have sent you a private email with requested information. Best regards Lukasz