Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1769065ybd; Thu, 27 Jun 2019 01:04:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqwrIVJ/AFBTjpZ/LY7H8m06yH95qxuKTmgN/AnJVJQXGEKoI+t8qzZEpMyKkVjbwB2MxWHB X-Received: by 2002:a17:90a:a601:: with SMTP id c1mr4313174pjq.24.1561622688831; Thu, 27 Jun 2019 01:04:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561622688; cv=none; d=google.com; s=arc-20160816; b=ZyKRSyqEd3SfkiwtC48zKWpDOU91Iq9M8VHbrFE2QKDcfgXZyOleZr72cs5cpzfanz d5plgllNOYgwuEGHupSWIuFg2I8FNpAqOyK6btkUFn6MqHenAjcRQNUHbwVztLI0I8lr b8B2uVBSGX1H/tBVW2Y1PK5BWeknk2/UN8ACAeHKgiGYmyiyYR4SSAvpogEM7Zb6EAr9 NEnnAArxDAbxYz5KynQO4EUl0siAaszSpEcorlrnWEISYK2lwuLOODtGDabiZOCgRSQ5 KN1UpfQlPn7UEynl0Ww/PhJH06Q+c8o2A0+srthK3Dmz4c9kzbw6KM05wvhsb1I4k/9y ZORA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3HS8yT1MSJdjBB+3L+1XBfItk3b/pmyyhWkVRpkym08=; b=TuPYi2MSWEffFUpSu21iRE2SSJdV1uF6quiW6Vwlz9nyhPqtcfEzS7emMu7zD/bPhY n/FXCCea5HyB5QOM35CHgUnIuZQYJfNkRsyeWZaCccpX0QU6lMapbT26j2KNbFr14zYW yv6HFoKaKVXyWj2cKluhraHOBYnesELxkmZAWjb3z10tt2inA10jBmZGP6v8r7QXncdd eTcBuPfz2fNUe8FSU1ZOTUFwsmxcjhktY1jNNZBqrllBfdUmk5MVFLS16abutw3k5aja ikjbgvwpOXT+BEGT++j0mvm9WxYruAC8GYWsZsacci8GNIWUsu/CzeI9Zhv2XNI6qZwV OpsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j14si1959086pfe.183.2019.06.27.01.04.32; Thu, 27 Jun 2019 01:04:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726673AbfF0ICM (ORCPT + 99 others); Thu, 27 Jun 2019 04:02:12 -0400 Received: from foss.arm.com ([217.140.110.172]:48718 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbfF0ICM (ORCPT ); Thu, 27 Jun 2019 04:02:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 91D48360; Thu, 27 Jun 2019 01:02:11 -0700 (PDT) Received: from mbp (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9C2673F246; Thu, 27 Jun 2019 01:02:10 -0700 (PDT) Date: Thu, 27 Jun 2019 09:02:08 +0100 From: Catalin Marinas To: Kees Cook Cc: linux-kernel@vger.kernel.org, Alexander Potapenko , Qian Cai , Ard Biesheuvel Subject: Re: [PATCH] arm64: Move jump_label_init() before parse_early_param() Message-ID: <20190627080207.sdpwjoi4wnc664gp@mbp> References: <201906261343.5F26328@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201906261343.5F26328@keescook> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kees, On Wed, Jun 26, 2019 at 01:51:15PM -0700, Kees Cook wrote: > This moves arm64 jump_label_init() from smp_prepare_boot_cpu() to > setup_arch(), as done already on x86, in preparation from early param > usage in the init_on_alloc/free() series: > https://lkml.kernel.org/r/1561572949.5154.81.camel@lca.pw This looks fine to me. Is there any other series to be merged soon that depends on this patch (the init_on_alloc/fail one)? If not, I can queue it for 5.3. -- Catalin