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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0D8AC07E9D for ; Mon, 26 Sep 2022 08:25:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233429AbiIZIZq (ORCPT ); Mon, 26 Sep 2022 04:25:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233924AbiIZIZp (ORCPT ); Mon, 26 Sep 2022 04:25:45 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32B56275D2; Mon, 26 Sep 2022 01:25:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=J3tAO2GNJfTSgPUz6jLVcZhE4ZFSDnZgvEP1SbbHM5U=; b=lczrBNMZKticzvhKLcK5KSJSVG ZUPEc8xvEABLdjL1A82AG/orBsHEmNuNvpBTjFNJ72+9JxLUo60kvw3urmn1R+cDFpz781NBLFFAn JnOo9NfQudVIORQVFgh1NGBSwZIrXQ3rMamsS8CqayJh2cKGV7glk5EIznvVyaigTb4QhOARH9gBP 2C6Ha1kHm9t1t59QwD6JqHoRslqUUm64V7P6GMe8+4TuWCT5iuVLsQp04n/wVyInt5NvdWV6aKUcG imbyk6n0sNY9BKfkTkAUn0GFGbZdHOL4j90T4TAL3EtyFmYapWfZhFvule/L2Jvc4RB4e8uK5aSs7 L/0H2JQw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocjPu-00FzCf-4R; Mon, 26 Sep 2022 08:24:42 +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 (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 55F8430007E; Mon, 26 Sep 2022 10:24:41 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 3DA2D20E5FD5C; Mon, 26 Sep 2022 10:24:41 +0200 (CEST) Date: Mon, 26 Sep 2022 10:24:41 +0200 From: Peter Zijlstra To: Dave Hansen Cc: Alexei Starovoitov , Linus Torvalds , tech-board@lists.linuxfoundation.org, Song Liu , Kernel Team , Borislav Petkov , brijesh.singh@amd.com, Dan Williams , Dave Hansen , "H. Peter Anvin" , jane.chu@oracle.com, "Kirill A. Shutemov" , LKML , Andy Lutomirski , Ingo Molnar , seanjc@google.com, syzkaller-bugs , Thomas Gleixner , Tom Lendacky , X86 ML , Alexei Starovoitov , Daniel Borkmann , John Fastabend , "open list:BPF (Safe dynamic programs and tools)" Subject: Re: [syzbot] WARNING in __change_page_attr_set_clr Message-ID: References: <00000000000076f3a305e97e9229@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Sun, Sep 25, 2022 at 05:10:19PM -0700, Dave Hansen wrote: > Peter, I remember an earlier version of your patch having some various > enforcement modes. Since the strict enforcement has actually broken a > few things, should we resurrect the nicer soft detection mode? Or, > maybe make the soft one the only mode for now? Well, I think we'll have to disable the whole thing for i386, but I'm sincerely hoping this is the only one we'll hit on x86_64 -- I did spend some effort fixing W^X issues a while back.