From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management. Date: Thu, 5 Sep 2013 22:00:37 -0700 Message-ID: <20130906050037.GE28806@kroah.com> References: <669a3a3bbfff577c73d05fb568a810cbbc3d5333.1378423596.git.sudeep.dutt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <669a3a3bbfff577c73d05fb568a810cbbc3d5333.1378423596.git.sudeep.dutt@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Sudeep Dutt Cc: Peter P Waskiewicz Jr , "Yaozu (Eddie) Dong" , Arnd Bergmann , "Michael S. Tsirkin" , Harshavardhan R Kharche , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Ashutosh Dixit , Rob Landley , Caz Yokoyama , Dasaratharaman Chandramouli List-Id: virtualization@lists.linuxfoundation.org On Thu, Sep 05, 2013 at 04:41:55PM -0700, Sudeep Dutt wrote: > +What: /sys/class/mic/mic(x)/cmdline > +Date: August 2013 > +KernelVersion: 3.11 > +Contact: Sudeep Dutt > +Description: > + An Intel MIC device runs a Linux OS during its operation. Before > + booting this card OS, it is possible to pass kernel command line > + options to configure various features in it, similar to > + self-bootable machines. When read, this entry provides > + information about the current kernel command line options set to > + boot the card OS. This entry can be written to change the > + existing kernel command line options. Typically, the user would > + want to read the current command line options, append new ones > + or modify existing ones and then write the whole kernel command > + line back to this entry. Is a PAGE_SIZE value going to be big enough for your command line? I know some embedded systems have horribly long command lines, hopefully this will be enough for you. thanks, greg k-h