From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752718Ab2JVJnV (ORCPT ); Mon, 22 Oct 2012 05:43:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8373 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451Ab2JVJnT (ORCPT ); Mon, 22 Oct 2012 05:43:19 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <50835703.30608@xenotime.net> References: <50835703.30608@xenotime.net> To: Randy Dunlap Cc: dhowells@redhat.com, LKML , Linus Torvalds Subject: Re: [PATCH] module_signing: fix printk format warning Date: Mon, 22 Oct 2012 10:43:16 +0100 Message-ID: <18249.1350898996@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > From: Randy Dunlap > > kernel/module_signing.c:195:2: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t' > > Signed-off-by: Randy Dunlap > Cc: David Howells Hmmm... My compiler doesn't show that, which is a bit surprising. Acked-by: David Howells