Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753261Ab2HDBRt (ORCPT ); Fri, 3 Aug 2012 21:17:49 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:54972 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752676Ab2HDBRp (ORCPT ); Fri, 3 Aug 2012 21:17:45 -0400 Date: Fri, 3 Aug 2012 18:15:31 -0700 From: Anton Vorontsov To: Randy Dunlap Cc: Linus Torvalds , Linux Kernel Mailing List , Greg Kroah-Hartman , Kees Cook , Tony Luck , Colin Cross Subject: Re: [PATCH] pstore: fix printk format warning Message-ID: <20120804011531.GA22175@lizard> References: <501C66A8.5000902@xenotime.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <501C66A8.5000902@xenotime.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2164 Lines: 66 On Fri, Aug 03, 2012 at 05:02:48PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix printk format warning (on i386) in pstore: > > fs/pstore/ram.c:409:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t' > > Signed-off-by: Randy Dunlap > Acked-by: Kees Cook > Cc: Anton Vorontsov > --- > I posted this patch on June 15 and July 23 but it has not been > merged anywhere afaict, so I'm sending it directly to the man. (I believe it's the first time I see that patch.) Btw, I see no maintainers for the pstore, and it surely no longer belongs to staging. Tony, I can send patches to you, or I can create a git tree (actually, I already had it for my own convenience).. So how about the following patch? Kees, Colin, as you're also pstore authors, I assume you're interested in reviewing/[n]acking any possible changes, so I also added you to the M: entries, is that OK? - - - - From: Anton Vorontsov Subject: [PATCH] MAINTAINERS: Add pstore maintainers Signed-off-by: Anton Vorontsov --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 94b823f..9aa40c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5496,6 +5496,18 @@ L: cbe-oss-dev@lists.ozlabs.org S: Maintained F: drivers/block/ps3vram.c +PSTORE FILESYSTEM +M: Anton Vorontsov +M: Colin Cross +M: Kees Cook +M: Tony Luck +S: Maintained +T: git git://git.infradead.org/users/cbou/linux-pstore.git +F: fs/pstore/ +F: include/linux/pstore* +F: drivers/firmware/efivars.c +F: drivers/acpi/apei/erst.c + PTP HARDWARE CLOCK SUPPORT M: Richard Cochran S: Maintained -- 1.7.10.4 -- 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/