public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Alexey Dobriyan <adobriyan@sw.ru>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, devel@openvz.org,
	pmarques@grupopie.com
Subject: Re: [PATCH] Race between cat /proc/kallsyms and rmmod
Date: 14 Mar 2007 13:11:06 +0100	[thread overview]
Message-ID: <p73odmw81ph.fsf@bingen.suse.de> (raw)
In-Reply-To: <20070314111328.GA6807@localhost.sw.ru>

Alexey Dobriyan <adobriyan@sw.ru> writes:
> 
> --- a/kernel/kallsyms.c
> +++ b/kernel/kallsyms.c
> @@ -40,6 +40,8 @@ extern const u16 kallsyms_token_index[] 
>  
>  extern const unsigned long kallsyms_markers[] __attribute__((weak));
>  
> +extern struct mutex module_mutex;

No externs in .c files

-Andi

  reply	other threads:[~2007-03-14 11:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-14 11:13 [PATCH] Race between cat /proc/kallsyms and rmmod Alexey Dobriyan
2007-03-14 12:11 ` Andi Kleen [this message]
2007-03-14 12:55 ` Paulo Marques
  -- strict thread matches above, loose matches on Subject: below --
2016-01-30 10:23 Weilong Chen
2016-01-30 10:45 ` kbuild test robot

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=p73odmw81ph.fsf@bingen.suse.de \
    --to=andi@firstfloor.org \
    --cc=adobriyan@sw.ru \
    --cc=akpm@osdl.org \
    --cc=devel@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmarques@grupopie.com \
    /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