Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp3391161pxb; Mon, 4 Oct 2021 01:01:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxpbB5Z9qJAUXNdCsEpqfyN5amjpk23kdpy1htQICles2LUr3Y3W2SIb48cYrTa0SR/RF4j X-Received: by 2002:a63:fc65:: with SMTP id r37mr7280577pgk.28.1633334486687; Mon, 04 Oct 2021 01:01:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633334486; cv=none; d=google.com; s=arc-20160816; b=dFhir0yhx74u+7YjN7OZvhwCKV0HQehQ7wzybml91xs7pWS2QrCyNng295Y+CeLplC QrzdpSCeMgzH7PfhtVegDJhUy0bibvrCaTDHIvCeQ1SEZLrhx4N5dZbPm1oGOR8xInuh APhDeUCUuXd9EpcOP0v4sEM1o6RUhFkMjk4MI8K+hfBURzbCakuczG0iLtxutLE60aXv x8WZSikmU6M6YjylmUoRYOU+kW+G7Kq5RUEhizICTa11fpMCvFiJPWlCgSjzlz+h4ZLV JR4IOuPAWJeuj+WUFFELogwmKY9tHM0HwP9qB7KRZO/k6fuNcqNXOpfufhClbaPyNklN xXcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=qWCJSH/r+NP7zfa4BfJCQftW0/Fbiw42qLr+Y9Om3E8=; b=Eh2Wrv4tCISwLUGHByX3sDCAdtu8FTeIU8We3tt6QPoG3YrXTuqgGvgxW4GzrVKrrU UJVmhHkzqYV4su+deeLFOUuSqpbN2un3mKbN7KrVYt6FCLbkUKMhlWEguD0JkZvrSTqI v7soAhWxBpJrtIDM21pRYQR2cHLWtyV82HwGua6pPG4fhoFOM5XjIzdwi1jIpJhIARgH U+tW4DSbJ8/Z05qD5lIpveqeAFthsbMdeneIVsRRR6m1i6kHYyUBChEqGSRrWZD46qMA zj+cmCEzPJM9q3XKR6VAds8AwbpuYeqayhtc6AHMfQXKPTJDQANioHFy4AWzzCWUZm5U 7cTw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t21si35605pfl.246.2021.10.04.01.01.13; Mon, 04 Oct 2021 01:01:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230175AbhJDHt3 (ORCPT + 99 others); Mon, 4 Oct 2021 03:49:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:55364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230004AbhJDHt2 (ORCPT ); Mon, 4 Oct 2021 03:49:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F60D6120C; Mon, 4 Oct 2021 07:47:38 +0000 (UTC) Subject: Re: [RFC PATCH] m68k: set a default value for MEMORY_RESERVE To: Geert Uytterhoeven , Randy Dunlap Cc: Linux Kernel Mailing List , linux-m68k References: <20211003000223.25769-1-rdunlap@infradead.org> From: Greg Ungerer Message-ID: Date: Mon, 4 Oct 2021 17:48:12 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/10/21 4:47 pm, Geert Uytterhoeven wrote: > On Sun, Oct 3, 2021 at 2:02 AM Randy Dunlap wrote: >> 'make randconfig' can produce a .config file with >> "CONFIG_MEMORY_RESERVE=" (no value) since it has no default. >> When a subsequent 'make all' is done, kconfig restarts the config >> and prompts for a value for MEMORY_RESERVE. This breaks >> scripting/automation where there is no interactive user input. >> >> Add a default value for MEMORY_RESERVE. (Any integer value will >> work here for kconfig.) >> >> Fixes a kconfig warning: >> >> .config:214:warning: symbol value '' invalid for MEMORY_RESERVE >> * Restart config... >> Memory reservation (MiB) (MEMORY_RESERVE) [] (NEW) >> >> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") # from beginning of git history >> Signed-off-by: Randy Dunlap > > Reviewed-by: Geert Uytterhoeven Acked-by: Greg Ungerer > As this is relevant for m68knommu, I'll leave it to Greg, unless he's too > busy. Thanks Geert. No problem though, I'll pick this up and push to the m68knommu git tree. Regards Greg