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=-7.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 03BCAC43219 for ; Fri, 3 May 2019 13:00:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3F292087F for ; Fri, 3 May 2019 13:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727728AbfECNAg (ORCPT ); Fri, 3 May 2019 09:00:36 -0400 Received: from foss.arm.com ([217.140.101.70]:33328 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbfECNAf (ORCPT ); Fri, 3 May 2019 09:00:35 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9E1FE374; Fri, 3 May 2019 06:00:34 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B62A23F220; Fri, 3 May 2019 06:00:29 -0700 (PDT) Date: Fri, 3 May 2019 14:00:27 +0100 From: Will Deacon To: Jonathan Corbet Cc: Josh Poimboeuf , Randy Dunlap , linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Andy Lutomirski , Peter Zijlstra , Jiri Kosina , Waiman Long , Andrea Arcangeli , Jon Masters , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org, Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, Greg Kroah-Hartman , Tyler Hicks , Linus Torvalds , Steven Price , Phil Auld Subject: Re: [PATCH] Documentation: Add ARM64 to kernel-parameters.rst Message-ID: <20190503130027.GD32046@fuggles.cambridge.arm.com> References: <24039e1370ed57e8075730c0b88c505afd9e0ab7.1555085500.git.jpoimboe@redhat.com> <25174c3c-0e39-0562-7d02-bb7d51cd2b43@infradead.org> <20190413035621.tohihjksatqushwf@treble> <20190503063756.09c74f6e@lwn.net> <20190503123940.GC32046@fuggles.cambridge.arm.com> <20190503064719.45d79af9@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503064719.45d79af9@lwn.net> User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 06:47:19AM -0600, Jonathan Corbet wrote: > On Fri, 3 May 2019 13:39:40 +0100 > Will Deacon wrote: > > > > It looks like nobody has picked this up...so I've applied it. > > > > It's queued and tagged in the arm64 tree, which should also be in next! > > Just looked again, I still don't see it there. Josh's mitigations= change > is there, but not this one. In any case, I've unapplied it, so it's all > yours. Weird... I see it in -next as 4ad499c94264: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4ad499c94264a2ee05aacc518b9bde658318e510 Will