From: Chris Wright <chrisw@osdl.org>
To: randy_dunlap <rdunlap@xenotime.net>
Cc: lkml <linux-kernel@vger.kernel.org>, linux-audit@redhat.com
Subject: Re: audit function doc. question
Date: Wed, 6 Jul 2005 15:21:15 -0700 [thread overview]
Message-ID: <20050706222115.GJ9153@shell0.pdx.osdl.net> (raw)
In-Reply-To: <20050706115904.43a95978.rdunlap@xenotime.net>
* randy_dunlap (rdunlap@xenotime.net) wrote:
> kernel/audit.c (2.6.13-rc1-git5) audit_log_start() says:
>
> /* Obtain an audit buffer. This routine does locking to obtain the
> * audit buffer, but then no locking is required for calls to
> * audit_log_*format. If the tsk is a task that is currently in a
> * syscall, then the syscall is marked as auditable and an audit record
> * will be written at syscall exit. If there is no associated task, tsk
> * should be NULL. */
> struct audit_buffer *audit_log_start(struct audit_context *ctx, int type)
> {
>
> What does <tsk> refer to in the function description?
> There is no <tsk> in this function.
It refers to tsk, tsk, stale comment. It's task->audit_context (which is
ctx there). Interested in preparing a patch, could even move to proper
kerneldoc format ;-)
thanks,
-chris
next prev parent reply other threads:[~2005-07-06 22:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-06 18:59 audit function doc. question randy_dunlap
2005-07-06 22:21 ` Chris Wright [this message]
2005-07-06 22:58 ` randy_dunlap
2005-07-07 1:32 ` Chris Wright
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050706222115.GJ9153@shell0.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=linux-audit@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.