From: "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>
To: Chris Friesen <cfriesen@nortelnetworks.com>
Cc: Andrey Borzenkov <arvidjaar@mail.ru>,
Jeff Garzik <jgarzik@pobox.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Is initramfs freed after kernel is booted?
Date: Mon, 17 Nov 2003 08:47:29 -0700 [thread overview]
Message-ID: <3FB8ED91.3050305@backtobasicsmgmt.com> (raw)
In-Reply-To: <3FB8EBC2.1080800@nortelnetworks.com>
Chris Friesen wrote:
> Absolutely, the memory should be reclaimed. I would have thought that
> you could just unmount it--if the pivot_root is done properly there
> shouldn't be any references left to the initramfs.
There is no pivot_root happening here; the kernel creates a ramfs and
mounts it on / (as rootfs), then unpacks the initramfs cpio archive into
it. After doing a few more steps, it overmounts the real root onto /,
making the rootfs filesystem invisible. It is not freed in the current
kernels.
I suspect that if you wanted to modify init/do_mounts.c, you could use
the initrd technique of doing the pivot_root yourself (instead of
letting the kernel automount the "real" root filesystem), at which point
it maybe be possible to umount and free the rootfs.
next prev parent reply other threads:[~2003-11-17 15:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-16 17:09 Is initramfs freed after kernel is booted? Andrey Borzenkov
2003-11-16 19:51 ` Jeff Garzik
2003-11-17 14:39 ` Chris Friesen
2003-11-17 15:36 ` "Andrey Borzenkov"
2003-11-17 15:39 ` Chris Friesen
2003-11-17 15:46 ` Jeff Garzik
2003-11-17 18:32 ` Bryan O'Sullivan
2003-11-17 15:47 ` Kevin P. Fleming [this message]
2003-11-17 16:06 ` Chris Friesen
2003-11-17 16:25 ` Erik Mouw
2003-11-17 17:25 ` viro
2003-11-17 17:47 ` viro
2003-11-17 17:50 ` Chris Friesen
2003-11-17 18:03 ` viro
2003-11-17 18:33 ` Andrey Borzenkov
2003-11-17 19:15 ` viro
2003-11-19 14:19 ` Olaf Hering
2003-11-19 15:07 ` Hannes Reinecke
2003-11-25 18:26 ` Manuel Estrada Sainz
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=3FB8ED91.3050305@backtobasicsmgmt.com \
--to=kpfleming@backtobasicsmgmt.com \
--cc=arvidjaar@mail.ru \
--cc=cfriesen@nortelnetworks.com \
--cc=jgarzik@pobox.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