public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Linux Audit Discussion <linux-audit@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12-rc4-mm2 - sleeping function called from invalid context at mm/slab.c:2502
Date: Fri, 20 May 2005 18:05:29 +0100	[thread overview]
Message-ID: <1116608730.29037.60.camel@localhost.localdomain> (raw)
In-Reply-To: <1116607223.12489.155.camel@moss-spartans.epoch.ncsc.mil>

On Fri, 2005-05-20 at 12:40 -0400, Stephen Smalley wrote:
> @@ -728,6 +739,12 @@ static void audit_log_exit(struct audit_
>                         } /* case AUDIT_SOCKADDR */
>                         break;
>  
> +               case AUDIT_AVC: {
> +                       struct audit_aux_data_avc *axi = (void *)aux;
> +                       if (axi->dentry)
> +                               audit_log_d_path(ab, "path=", axi->dentry, axi->mnt);
> +                       } /* case AUDIT_AVC */
> +                       break;
>                 }
>                 audit_log_end(ab);

It gets freed at this point too, not just in audit_free_aux(). So you
have to do the mntput and dput here too.

-- 
dwmw2


  parent reply	other threads:[~2005-05-20 17:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-17 16:24 2.6.12-rc4-mm2 - sleeping function called from invalid context at mm/slab.c:2502 Valdis.Kletnieks
2005-05-17 16:55 ` Chris Wright
2005-05-17 17:04   ` David Woodhouse
2005-05-17 17:43     ` Chris Wright
2005-05-18  8:30       ` Herbert Xu
2005-05-18 17:00         ` Chris Wright
2005-05-18 17:52           ` David Woodhouse
2005-05-18 21:29             ` Herbert Xu
2005-05-17 18:01   ` Valdis.Kletnieks
2005-05-19 11:34 ` David Woodhouse
2005-05-19 18:45   ` Valdis.Kletnieks
2005-05-20 14:30     ` Valdis.Kletnieks
2005-05-20 14:59       ` David Woodhouse
2005-05-20 15:09         ` Stephen Smalley
2005-05-20 15:36           ` David Woodhouse
2005-05-20 16:40             ` Stephen Smalley
2005-05-20 16:55               ` David Woodhouse
2005-05-20 16:58                 ` Stephen Smalley
2005-05-20 17:26                 ` Stephen Smalley
2005-05-20 23:27                   ` David Woodhouse
2005-05-20 17:01               ` Chris Wright
2005-05-20 17:05                 ` Stephen Smalley
2005-05-20 17:19                   ` Chris Wright
2005-05-20 17:05               ` David Woodhouse [this message]
2005-05-20 17:06                 ` Stephen Smalley
2005-05-20 16:41             ` 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=1116608730.29037.60.camel@localhost.localdomain \
    --to=dwmw2@infradead.org \
    --cc=linux-audit@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox