Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3612426ybl; Sun, 25 Aug 2019 20:19:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqxH9SrQDiPHwU82khKyTV8GeCNiUr7Q3GlmuqMcD17KIekRNLbTTr0ppQemwRw6xohAqBXp X-Received: by 2002:a62:2c93:: with SMTP id s141mr17921412pfs.114.1566789564735; Sun, 25 Aug 2019 20:19:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566789564; cv=none; d=google.com; s=arc-20160816; b=Fm3droqdUAzhtAWXYkueV4uZf8R7mrxbyav8y2L71HhRk1IJRPLmWOwR5EIkctrcWF fLKXEREUs79oVYmeNnsQgabwfZnIthA2AonkaRlwUw3Opvns88vcyHrNod6gRrmPMCtV U/WgipB//4Bvbd3PxHQJzRq1KCZrzOw0yI1k0kqhJleuCKw/j9oFM0FinQeO5RvAVQic j9ANMUSFdB6dDSw/+pnz/QQx2olEzJCvYrb8lioWzF8KO9VI5z7QINALpZzd95AgiNSx GqFSqER/uj3AQTVXnuzR6OX2DATLuC6cKViiFiDRyjVoKUvcnklnyHcoLipKDUGsCtjc 20+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=fYvcrEGen2tUp7o2J4xGFk2D76eYROO01Jfb+t9o/UE=; b=MCC8krKlUeDyGDCHDy+0FQ4HFXdR109tXLxhrQ7EMlGEdsnGmfdqw8Dms4T2CEYtOP I7SrjlCcmlyvH2jrkg7EvQ75D91jZ8BMdVy+tFhpyro0+ix0cCBCL4OlzytbumWcCpng 7V744B3YqNrH8Tpx4hn89r75wJECrNawc3dlFv7Y/ANrdmPDK6hwPrYl6H0Iy6beQZMb khu0P91l/Wfe70HaU2uvnkan4j9y91If6hPXgh8dR8Z6eYJW6GvHx+/3X+R1KsG+whzz 4avZA8V27F5xZ31pAd4Wbzxn3KonCft8U+EOW+zqlwdH6QuZk1QLNcTC/VIlCClnAe7R w+5g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=pl6imcvK; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s61si4076023plb.102.2019.08.25.20.19.09; Sun, 25 Aug 2019 20:19:24 -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; dkim=pass header.i=@kernel.org header.s=default header.b=pl6imcvK; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729473AbfHZDQV (ORCPT + 99 others); Sun, 25 Aug 2019 23:16:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:35576 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726434AbfHZDQV (ORCPT ); Sun, 25 Aug 2019 23:16:21 -0400 Received: from localhost.localdomain (NE2965lan1.rev.em-net.ne.jp [210.141.244.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C73AF217F4; Mon, 26 Aug 2019 03:16:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566789380; bh=D2J2yFbNfuX9EmYpsOlxL/yhHWHvzg/hw54VGoYgnN0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pl6imcvKxaV3bep6DFK/+9RlMhgAZn6LLoDPEBksO06VfD6S8PaeLdwFkGJzLPob/ KdcZS1riYtxTSx3BR4doPcddoz2Aw5kKTwG9AvseKeJ6wAJwZTNtW10XAxVmrftRAr KWPGkaLR1QL2zgW8MkUeonANezK7Swu703yRVv6g= From: Masami Hiramatsu To: Steven Rostedt , Frank Rowand Cc: Ingo Molnar , Namhyung Kim , Tim Bird , Jiri Olsa , Arnaldo Carvalho de Melo , Tom Zanussi , Rob Herring , Andrew Morton , Thomas Gleixner , Greg Kroah-Hartman , Alexey Dobriyan , Jonathan Corbet , Linus Torvalds , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH v3 03/19] skc: Add a boot setup routine from cmdline Date: Mon, 26 Aug 2019 12:16:13 +0900 Message-Id: <156678937345.21459.4178076251522180375.stgit@devnote2> X-Mailer: git-send-email 2.20.1 In-Reply-To: <156678933823.21459.4100380582025186209.stgit@devnote2> References: <156678933823.21459.4100380582025186209.stgit@devnote2> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a boot setup routine from cmdline option "skc=ADDR,SIZE". Bootloader has to setup this cmdline option when it loads the skc file on memory. The ADDR must be a physical address. Signed-off-by: Masami Hiramatsu --- Documentation/admin-guide/kernel-parameters.txt | 5 ++ init/main.c | 54 +++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 47d981a86e2f..9a955b1bd1bf 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -4273,6 +4273,11 @@ simeth= [IA-64] simscsi= + skc=paddr,size [SKC] + Pass the physical memory address and size of loaded + supplemental kernel cmdline (SKC) text. This will + be treated by bootloader which loads the SKC file. + slram= [HW,MTD] slab_nomerge [MM] diff --git a/init/main.c b/init/main.c index 96f8d5af52d6..d06eb3d63b77 100644 --- a/init/main.c +++ b/init/main.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include @@ -245,6 +246,58 @@ static int __init loglevel(char *str) early_param("loglevel", loglevel); +#ifdef CONFIG_SKC +__initdata unsigned long initial_skc; +__initdata unsigned long initial_skc_len; + +static int __init save_skc_address(char *str) +{ + char *p; + + p = strchr(str, ','); + if (!p) + return -EINVAL; + *p++ = '\0'; + /* First options should be physical address - int is not enough */ + if (kstrtoul(str, 0, &initial_skc) < 0) + return -EINVAL; + if (kstrtoul(p, 0, &initial_skc_len) < 0) + return -EINVAL; + if (initial_skc_len > SKC_DATA_MAX) + return -E2BIG; + /* Reserve it for protection */ + memblock_reserve(initial_skc, initial_skc_len); + + return 0; +} +early_param("skc", save_skc_address); + +static void __init setup_skc(void) +{ + u32 size; + char *data, *copy; + + if (!initial_skc) + return; + + data = early_memremap(initial_skc, initial_skc_len); + size = initial_skc_len + 1; + + copy = memblock_alloc(size, SMP_CACHE_BYTES); + if (!copy) { + pr_err("Failed to allocate memory for structured kernel cmdline\n"); + goto end; + } + memcpy(copy, data, initial_skc_len); + copy[size - 1] = '\0'; + + skc_init(copy); +end: + early_memunmap(data, initial_skc_len); +} +#else +#define setup_skc() do { } while (0) +#endif /* Change NUL term back to "=", to make "param" the whole string. */ static int __init repair_env_string(char *param, char *val, const char *unused, void *arg) @@ -596,6 +649,7 @@ asmlinkage __visible void __init start_kernel(void) setup_arch(&command_line); mm_init_cpumask(&init_mm); setup_command_line(command_line); + setup_skc(); setup_nr_cpu_ids(); setup_per_cpu_areas(); smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */