Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166AbaFEWRr (ORCPT ); Thu, 5 Jun 2014 18:17:47 -0400 Received: from mga01.intel.com ([192.55.52.88]:62659 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752717AbaFEWRo (ORCPT ); Thu, 5 Jun 2014 18:17:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,984,1392192000"; d="scan'208";a="543149509" Message-ID: <5390EC1B.3000706@linux.intel.com> Date: Thu, 05 Jun 2014 15:15:55 -0700 From: eric ernst User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Andrew Morton CC: rdunlap@infradead.org, jwboyer@fedoraproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] Add kernel parameter for kernel version References: <538CC567.2060305@linux.intel.com> <1402006157-126864-1-git-send-email-eric.ernst@linux.intel.com> <20140605151633.7dd15e8307cbd3b519ae257b@linux-foundation.org> In-Reply-To: <20140605151633.7dd15e8307cbd3b519ae257b@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-06-05 03:16 PM, Andrew Morton wrote: > On Thu, 5 Jun 2014 15:09:17 -0700 eric.ernst@linux.intel.com wrote: > >> Create a kernel cmdline parameter, "version_addendum", which can be >> used to add text to the kernel version that is reported from >> /proc/version. > why? We have a need to keep a single product binary (kernel) across multiple android devices. A subset of these platforms are looking for extra versioning information appended to it, accessible via /proc/version. Rather than build multiple otherwise identical kernels with only this extended versioning as differentiation, we are looking to make this a command line parameter. Understandable if there isn't enough value-add for the community in this patch, but I figured I'd give the patch a shot, as we need this functionality locally. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/