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 AB0A8C2B9F4 for ; Mon, 28 Jun 2021 11:37:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C15C619A3 for ; Mon, 28 Jun 2021 11:37:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232825AbhF1Lj4 (ORCPT ); Mon, 28 Jun 2021 07:39:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232353AbhF1Ljv (ORCPT ); Mon, 28 Jun 2021 07:39:51 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 527DEC061574 for ; Mon, 28 Jun 2021 04:37:26 -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=gIqo8lRwVVH69oc8YU7He7pv/Fq+9Goq0bsCOExsGOo=; b=bqza/5QnNvxaPg+U+c3+ARLaYM GkifKwQhU80Hu9SpEYGFbaaUrXFWNLOlCNYC5PpY0G0ZWAs9wx0G5Uhv4s+TPrbjbspsQoOstuwEr 7SjJlSwNlZoPrkhbB8Sd7KZxjuuQ3LLO4UWZWyGHEWQ29S5sIJlUz1jTab822ZkM44pVWgMiWkT5v ypjSxyw8gtOOsQYzIhKP3uwqyYYaHbixccoWwGU1cVNmLNPPWUFXyLgM8xbQF/0rAbY2tUuvTZp0J MYIviUw6XRO/Xv7KrcgAAa4wP4xyG8Uk3I60R+o8HHg1zn3ydaR7hYS2PNzywZ96u9YHngn8eM4no /D3iXvAg==; 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 1lxpYe-002ulU-Kd; Mon, 28 Jun 2021 11:36:15 +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 14E2430022B; Mon, 28 Jun 2021 13:36:08 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 0493A2BF0CB33; Mon, 28 Jun 2021 13:36:08 +0200 (CEST) Date: Mon, 28 Jun 2021 13:36:07 +0200 From: Peter Zijlstra To: "Liu, Yujie" Cc: Ingo Molnar , LKML , "x86@kernel.org" , "lkp@lists.01.org" , lkp , Josh Poimboeuf , "Sang, Oliver" , Steven Rostedt Subject: Re: [LKP] Re: [jump_label, x86] e7bf1ba97a: BUG:unable_to_handle_page_fault_for_address Message-ID: References: <20210623022826.GA20282@xsang-OptiPlex-9020> 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 Mon, Jun 28, 2021 at 12:08:22PM +0200, Peter Zijlstra wrote: > Let me go write up a proper patch and do the same for static_call. https://lkml.kernel.org/r/20210628112409.233121975@infradead.org