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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 29 May 2008 12:06:06 -0700
From:	Greg KH <greg@...ah.com>
To:	Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	linux390@...ibm.com, apw@...dowen.org
Subject: Re: [PATCH] linux-next: Tree for May 29 - build failure s390x
	-typo in ccw_timeout_log()

On Thu, May 29, 2008 at 11:58:24PM +0530, Kamalesh Babulal wrote:
> Hi Stephen,
> 
> The next-20080529 kernel build fails on the s390x, with the error
> 
> drivers/s390/cio/device_fsm.c: In function `ccw_timeout_log':
> drivers/s390/cio/device_fsm.c:55: error: syntax error before ';' token
> drivers/s390/cio/device_fsm.c:56: error: syntax error before ';' token
> make[2]: *** [drivers/s390/cio/device_fsm.o] Error 1
> make[1]: *** [drivers/s390/cio] Error 2
> make: *** [drivers/s390] Error 2
> 
> Signed-off-by: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
> --
> --- linux-2.6.26-rc4/drivers/s390/cio/device_fsm.c	2008-05-29 23:24:32.000000000 +0530
> +++ linux-2.6.26-rc4/drivers/s390/cio/~device_fsm.c	2008-05-29 23:29:42.000000000 +0530
> @@ -52,8 +52,8 @@ static void ccw_timeout_log(struct ccw_d
>  	printk(KERN_WARNING "cio: orb:\n");
>  	print_hex_dump(KERN_WARNING, "cio:  ", DUMP_PREFIX_NONE, 16, 1,
>  		       orb, sizeof(*orb), 0);
> -	printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev);
> -	printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev);
> +	printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev));
> +	printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev));
>  	printk(KERN_WARNING "cio: subchannel lpm: %02x, opm: %02x, "
>  	       "vpm: %02x\n", sch->lpm, sch->opm, sch->vpm);

Already fixed in my tree, sorry about this.

greg k-h
--
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