From: Andrew Morton <akpm@osdl.org>
To: Wakko Warner <wakko@animx.eu.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12?
Date: Fri, 3 Jun 2005 17:51:47 -0700 [thread overview]
Message-ID: <20050603175147.6cdbf81e.akpm@osdl.org> (raw)
In-Reply-To: <20050604000156.GA18065@animx.eu.org>
Wakko Warner <wakko@animx.eu.org> wrote:
>
> Andrew Morton wrote:
> > Subject: Double free of initramfs
>
> Is there a patch to fix this? I've noticed a solid lockup when trying to
> umount initramfs after a pivot_root.
Nope, but there's a design:
Begin forwarded message:
Date: Wed, 16 Mar 2005 18:49:32 +0000
From: Ralf Baechle <ralf@linux-mips.org>
To: linux-arch@vger
Subject: Double free of initramfs
In all linker scripts we currently have something like this:
__init_begin = .;
...
. = ALIGN(4096);
__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
...
__init_end = .;
It seems all 25 linker scripts in the current bk tree are suffering from
this. Which mean with CONFIG_BLK_DEV_INITRD enabled first free_initrd_mem
may be called to free the initram disk and just a little later
free_initmem will try to free the entire range again, so either the
linker scripts would need fixing or free_initrd_mem has become obsolete.
Ralf
next prev parent reply other threads:[~2005-06-04 0:51 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-03 22:24 2.6.12? Jeff Garzik
2005-06-03 23:37 ` 2.6.12? Francois Romieu
2005-06-04 8:36 ` 2.6.12? Jeff Garzik
2005-06-04 11:33 ` 2.6.12? Francois Romieu
2005-06-04 20:59 ` 2.6.12? Jeff Garzik
2005-06-03 23:38 ` 2.6.12? Andrew Morton
2005-06-03 23:55 ` 2.6.12? Jeff Garzik
2005-06-04 0:05 ` 2.6.12? Andrew Morton
2005-06-06 10:56 ` 2.6.12? Takashi Iwai
2005-06-04 0:01 ` 2.6.12? Wakko Warner
2005-06-04 0:51 ` Andrew Morton [this message]
2005-06-04 0:03 ` 2.6.12? Benjamin Herrenschmidt
2005-06-04 1:19 ` 2.6.12? Andrew Morton
2005-06-04 0:05 ` 2.6.12? Brice Goglin
2005-06-04 1:21 ` 2.6.12? Andrew Morton
2005-06-07 14:43 ` 2.6.12? Brice Goglin
2005-06-07 15:53 ` 2.6.12? Sylvain Meyer
2005-06-08 8:02 ` 2.6.12? Brice Goglin
2005-06-04 0:34 ` 2.6.12? Dave Jones
2005-06-04 1:50 ` 2.6.12? Dmitry Torokhov
2005-06-04 8:15 ` 2.6.12? Russell King
2005-06-04 9:25 ` 2.6.12? Johannes Stezenbach
2005-06-04 12:25 ` 2.6.12? Michael Krufky
2005-06-04 14:23 ` 2.6.12? Martin J. Bligh
2005-06-04 14:35 ` 2.6.12? Martin J. Bligh
2005-06-04 15:24 ` 2.6.12? Rafael J. Wysocki
2005-06-04 22:11 ` 2.6.12? Andrew Morton
2005-06-05 15:02 ` 2.6.12? Martin J. Bligh
2005-06-07 18:16 ` 2.6.12? Martin J. Bligh
2005-06-07 19:24 ` 2.6.12? Andrew Morton
2005-06-08 12:56 ` 2.6.12? Andi Kleen
2005-06-08 19:47 ` 2.6.12? Martin J. Bligh
2005-06-08 23:04 ` 2.6.12? Martin J. Bligh
2005-06-09 4:44 ` 2.6.12? Martin J. Bligh
2005-06-09 19:45 ` 2.6.12? Martin J. Bligh
2005-06-09 13:41 ` 2.6.12? Andi Kleen
2005-06-06 22:06 ` 2.6.12? Adam Belay
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=20050603175147.6cdbf81e.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wakko@animx.eu.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