From mboxrd@z Thu Jan 1 00:00:00 1970 From: 'Matt Fleming' Subject: Re: [PATCH v5 2/2] efi: a misc char interface for user to update efi firmware Date: Wed, 9 Sep 2015 15:04:48 +0100 Message-ID: <20150909140448.GI4973@codeblueprint.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Greg Kroah-Hartman , "Ong, Boon Leong" , LKML , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Sam Protsenko , Peter Jones , Andy Lutomirski , Roy Franz , Borislav Petkov , James Bottomley , Linux FS Devel , "Fleming, Matt" To: "Kweh, Hock Leong" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 02 Sep, at 06:31:36AM, Kweh Hock Leong wrote: > > I have done an experiment on that by using the misc char device file note. > I included the flush() callback function to the fops. In flush(), I put a printk() > and return -EINVAL. When I perform "cat XXX > /dev/XXX" on Intel Quark > Galileo platform, I found that the flush() is not just being called at file > close, it will also being called before the file write. And the error return, that I > forced in the flush(), does not show up at shell terminal. This is the reason that > I did not follow James recommendation and figure out to do it at write(). OK, that's interesting. Which cat tool is included with the Quark BSP? -- Matt Fleming, Intel Open Source Technology Center