[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTil6K_FWXG8UGKmswebrvbKAzK74UDaOPNx0C5ri@mail.gmail.com>
Date: Thu, 3 Jun 2010 22:07:27 -0300
From: Rafael Tinoco <tinhocas@...il.com>
To: LKML <linux-kernel@...r.kernel.org>,
Balbir <balbir@...ux.vnet.ibm.com>,
Scrum - Linux <scrum-linux@...aweb.com.br>,
Juliano Martinez <juliano.martinez@...aweb.com.br>,
Gleicon Moraes <gleicon.moraes@...aweb.com.br>
Subject: Re: [PATCH] task_io_accounting, taskstats
Balbir, sorry Ive made a mistake sending the patch, it was an
incomplete and wrong diff.
And Ive fixed all the "tab" and signed-off-by issues.
[inaddy][macbook][linux-2.6.33.5]$ ./scripts/checkpatch.pl
/home/inaddy/codes/ustats/us_2.6.33.x.patch
total: 0 errors, 0 warnings, 125 lines checked
Tests to confirm patch is working, commands:
# netcat -l -p 8080
# cat /etc/passwd | netcat localhost 8080
# cat /etc/passwd | wc -c
1126
# ./ustatsd (getting the 1126 bytes read and written for the netcat cmds)
proc_event_exit: pid 3704 uid 0 (ucpu: 4000) (scpu: 0) (rdisk: 0)
(wdisk: 0) (rnet: 0) (wnet: 1126) (comm: netcat)
proc_event_exit: pid 3702 uid 0 (ucpu: 4000) (scpu: 0) (rdisk: 0)
(wdisk: 0) (rnet: 1126) (wnet: 0) (comm: netcat)
The attached patch is working. Ill be releasing in this same mail
thread the userland code.
I'll send another email with [PATCH] to the maintainer and to the list.
Thank you.
Rafael Tinoco
View attachment "us_2.6.33.x.patch" of type "text/x-patch" (4675 bytes)
Powered by blists - more mailing lists