All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Chuck Ebbert <76306.1226@compuserve.com>
Cc: Andrew Morton <akpm@osdl.org>, Gerd Hoffman <kraxel@suse.de>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.16-rc1-mm4
Date: Thu, 02 Feb 2006 10:56:31 +1100	[thread overview]
Message-ID: <20901.1138838191@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Tue, 31 Jan 2006 21:44:20 CDT." <200601312146_MC3-1-B74E-D5C4@compuserve.com>

Chuck Ebbert (on Tue, 31 Jan 2006 21:44:20 -0500) wrote:
>In-Reply-To: <20060129144533.128af741.akpm@osdl.org>
>
> $ perl scripts/reference_init.pl | grep smp_locks
> Error: ./arch/i386/kernel/alternative.o .smp_locks refers to 00000008 R_386_32          .init.text
> ...
>
>Caused by x86_smp_alternatives.patch
>
>Does this mean that the SMP lock-switching could write all over discarded
>__init code?

Looking at the patch, it builds tables that can refer to .init.text but
then it excludes table entries that do not fall between _text and
_etext.  Which makes the reference from .smp_locks to .init.text a
false positive.  Gerd, is that the way that smp_alternatives is meant
to work?  If so, I will update reference_*.pl.

+		alternatives_smp_module_add(NULL, "core kernel",
+					    __smp_locks, __smp_locks_end,
+					    _text, _etext);


  reply	other threads:[~2006-02-01 23:56 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-01  2:44 2.6.16-rc1-mm4 Chuck Ebbert
2006-02-01 23:56 ` Keith Owens [this message]
2006-02-02  8:58   ` 2.6.16-rc1-mm4 Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2006-02-01  4:28 2.6.16-rc1-mm4 Chuck Ebbert
2006-01-30 12:38 2.6.16-rc1-mm4 Gabriel C.
2006-01-29 22:45 2.6.16-rc1-mm4 Andrew Morton
2006-01-29 23:19 ` 2.6.16-rc1-mm4 Jesper Juhl
2006-01-29 23:34 ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-29 23:40   ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-01-29 23:58     ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-30  0:51       ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-01-30  0:59         ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-29 23:42   ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-30  0:25   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-30  0:42     ` 2.6.16-rc1-mm4 Eric W. Biederman
2006-01-29 23:43 ` 2.6.16-rc1-mm4 Brice Goglin
2006-01-30  9:40 ` 2.6.16-rc1-mm4 Muli Ben-Yehuda
2006-01-30 13:52   ` 2.6.16-rc1-mm4 Mark Maule
2006-01-30 13:59     ` 2.6.16-rc1-mm4 Muli Ben-Yehuda
2006-01-30 11:23 ` 2.6.16-rc1-mm4 Marc Koschewski
2006-01-30 11:31   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-30 13:20 ` 2.6.16-rc1-mm4 Al Boldi
2006-01-30 21:00   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-31 15:56     ` 2.6.16-rc1-mm4 Al Boldi
2006-01-31 22:01       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  0:50         ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-02-01 13:58         ` 2.6.16-rc1-mm4 Al Boldi
2006-01-30 18:50 ` 2.6.16-rc1-mm4 Jindrich Makovicka
2006-01-30 19:04 ` 2.6.16-rc1-mm4 Martin Bligh
     [not found] ` <3aa654a40601311445t65fc9b6aqf2d565b72ded9c1a@mail.gmail.com>
2006-01-31 23:10   ` 2.6.16-rc1-mm4 Andrew Morton
     [not found]     ` <3aa654a40602010154r54e0072bp3e7bd46ce9aafa03@mail.gmail.com>
2006-02-01 10:06       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  0:19   ` 2.6.16-rc1-mm4 Dave Jones
2006-02-01  0:59     ` 2.6.16-rc1-mm4 Dave Jones
2006-02-01  2:23 ` 2.6.16-rc1-mm4 Yasunori Goto
2006-02-01  2:30   ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  4:38 ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  4:40   ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  4:57     ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  5:16       ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  9:34     ` 2.6.16-rc1-mm4 Russell King
2006-02-01  9:53       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-02 22:28 ` 2.6.16-rc1-mm4 J.A. Magallon
2006-02-02 22:47   ` 2.6.16-rc1-mm4 Andrew Morton

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=20901.1138838191@ocs3.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=76306.1226@compuserve.com \
    --cc=akpm@osdl.org \
    --cc=kraxel@suse.de \
    --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 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.