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 87A69C4332F for ; Thu, 3 Nov 2022 21:06:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229750AbiKCVGb (ORCPT ); Thu, 3 Nov 2022 17:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229587AbiKCVG2 (ORCPT ); Thu, 3 Nov 2022 17:06:28 -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 481C126E0 for ; Thu, 3 Nov 2022 14:06:27 -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=KOL4f93sZFqwUQJ2tEZqUOqeObdUym0cD67POeXVsgg=; b=SNbNBE3WX1ZPZ8kU/LCKmx5kl8 ujdUG6wwS4F3TdJX3qBJre/xBxiwNfePLp6nrh7FJE10PgcT6ixPI73C/UegN3NYo5FFNh4yi1c2g MgZWoemSa2cFfxsOnMTXXKdE+anM0qRaMhLIA+FlOOoXsxKlDON6R4Hze5J1vpdDEqGKSVbcuvtbM 8U1K+fyAzO7yhpMghW0mVdWRi4+o7PkhJzXivA4m4h6xRC2CTKJ6WXzzlGlUTkzT935qgLjJKeTv1 5oz5KHYpPufF+xYJLK1njHqUlR1suKEnzTg8DsmnVdN8Dx10gzdAnYeiS3qHJ5zVG3vTroNGWCifz yUmvShig==; 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 1oqhPc-008mUe-AL; Thu, 03 Nov 2022 21:06:11 +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) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id C8E47300137; Thu, 3 Nov 2022 22:06:05 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id ACB65205BD11D; Thu, 3 Nov 2022 22:06:05 +0100 (CET) Date: Thu, 3 Nov 2022 22:06:05 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Nathan Chancellor , Uros Bizjak , x86@kernel.org, willy@infradead.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, aarcange@redhat.com, kirill.shutemov@linux.intel.com, jroedel@suse.de Subject: Re: [PATCH 11/13] x86_64: Remove pointless set_64bit() usage Message-ID: References: <20221022111403.531902164@infradead.org> <20221022114425.168036718@infradead.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 Thu, Nov 03, 2022 at 01:39:17PM -0700, Linus Torvalds wrote: > On Thu, Nov 3, 2022 at 12:36 PM Nathan Chancellor wrote: > > > > Thanks, I also realized that only a couple minutes after I sent my > > initial message. I just got done testing the following diff, which > > resolves my issue. > > That looks obviously correct. I'll force-push tip/x86/mm with the fix from Nathan and I'll try and look into the rest of the trainwreck tomorrow with the brain awake -- after I figure out that other fail Nathan reported :/ Sorry for breaking all your machines Nate.