lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060807163147.547b6861.rdunlap@xenotime.net>
Date:	Mon, 7 Aug 2006 16:31:47 -0700
From:	"Randy.Dunlap" <rdunlap@...otime.net>
To:	Pavel Machek <pavel@....cz>
Cc:	lkml <linux-kernel@...r.kernel.org>, akpm <akpm@...l.org>,
	Paul.Clements@...eleye.com
Subject: Re: [PATCH -mm 1/5] nbd: printk format warning

On Tue, 8 Aug 2006 01:07:26 +0200 Pavel Machek wrote:

> Hi!
> 
> > Fix printk format warning(s):
> > drivers/block/nbd.c:410: warning: long unsigned int format, different type arg (arg 4)
> > 
> 
> ACK, but notice that we have new nbd maintainer... for a few years
> now.

Please notice that I could not find that info in either of
MAINTAINERS or CREDITS.... :(

Please have him/her send a patch.

> 							Pavel
> 
> > Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
> > ---
> >  drivers/block/nbd.c |    2 +-
> >  1 files changed, 1 insertion(+), 1 deletion(-)
> > 
> > --- linux-2618-rc3mm2.orig/drivers/block/nbd.c
> > +++ linux-2618-rc3mm2/drivers/block/nbd.c
> > @@ -407,7 +407,7 @@ static void do_nbd_request(request_queue
> >  		struct nbd_device *lo;
> >  
> >  		blkdev_dequeue_request(req);
> > -		dprintk(DBG_BLKDEV, "%s: request %p: dequeued (flags=%lx)\n",
> > +		dprintk(DBG_BLKDEV, "%s: request %p: dequeued (flags=%x)\n",
> >  				req->rq_disk->disk_name, req, req->cmd_type);
> >  
> >  		if (!blk_fs_request(req))
> > 
> > 
> > ---


---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ