On Tue, Mar 06, 2007 at 08:07:16PM +0100, Blaisorblade wrote:Right, patch below. Jeff -- Work email - jdike at linux dot intel dot com My last formatting patch got the sign of an error wrong in a printk. Thanks to Blaisorblade for the close look. Signed-off-by: Jeff Dike <jdike@linux.intel.com> -- arch/um/drivers/chan_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: test/arch/um/drivers/chan_user.c =================================================================== --- test.orig/arch/um/drivers/chan_user.c 2007-03-06 12:10:12.000000000 -0500 +++ test/arch/um/drivers/chan_user.c 2007-03-07 11:14:12.000000000 -0500 @@ -158,7 +158,7 @@ static int winch_tramp(int fd, struct tt */ err = run_helper_thread(winch_thread, &data, CLONE_FILES, &stack, 0); if(err < 0){ - printk("fork of winch_thread failed - errno = %d\n", err); + printk("fork of winch_thread failed - errno = %d\n", -err); goto out_close; } -
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Bart Van Assche | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Natalie Protasevich | [BUG] New Kernel Bugs |
