[PATCH] pass tcp to upeek instead of just pid
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Dec 5 12:46:17 UTC 2008
On Fri, Dec 05, 2008 at 11:58:07AM +0100, Denys Vlasenko wrote:
>Hi Dmitry, folks,
>
>This patch does not change any logic.
>It merely passes full tcp pointer to upeek instead
>of passing pid. This is needed if one wants to check or change
>other tcp fields.
>
>I have patches which require this. I can imagine someone else
>eventually needing the same for completely orthogonal reasons,
>thus I think this needs to be done irrespective of my other patches.
>
>Please apply.
>
>Do you _require_ GNU formatted changelog? Here is it:
>
>2008-11-05 Denys Vlasenko <dvlasenk at redhat.com>
>
> Pass tcp pointer to upeek instead of pid
> * defs.h: modify prototype of upeek
> * process.c: modify calls to upeek to take tcp
> * signal.c: modify calls to upeek to take tcp
> * strace.c: modify calls to upeek to take tcp
> * syscall.c: modify calls to upeek to take tcp
> * util.c: modify calls to upeek to take tcp
cosmetic nitpicking.. a GNU ChangeLog entry would look like
2008-11-05 Denys Vlasenko <dvlasenk at redhat.com>
* defs.h (upeek): Pass tcp pointer instead of pid.
* process.c, signal.c, strace.c, syscall.c, util.c: Adjust callers.
see
http://www.gnu.org/prep/standards/html_node/Change-Logs.html
More information about the Strace-devel
mailing list