Displaying 8 results from an estimated 8 matches for "miltonm".
Did you mean:
milton
2007 Apr 11
1
[PATCH] export retained initrd in debugfs
...As a side effect, initrd_start and initrd_end are not cleared when the
initrd is retained.
After this patch, one can then copy the initrd space from debugfs and
pass it to kexec as the initrd, or do something else with it (maybe it
was an initrd not an initramfs).
Signed-off-by: Milton Miller <miltonm at bga.com>
---
This is a lot more reliable than extracting it via dd from /dev/mem.
Currently debugfs doesn't have a getattr even for blobs, so one has
to cp elsewhere before using kexec from kexec-tools.
Index: kernel/init/initramfs.c
====================================================...
2010 Nov 18
2
ocfs2: char is not always signed
...hat these fields need to be signed due to comparision
to -1, but only changed the type from unsigned char to char. However, it
is a compiler option if char is a signed or unsigned type. Change these
fields to signed char so the code will work with all compilers.
Signed-off-by: Milton Miller <miltonm at bga.com>
---
I did not look for other fields that might be char. PowerPC compilers
default to unsigned char, and aparently arm does as well from a quick
google search, to name two examples.
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 1efea36..70dd3b1 100644
--- a/fs/ocfs2/ocfs2.h...
2004 Dec 03
2
INITRAMFS: allow no trailer
...e as the that specified
for the file.
hpa points out that you should be careful with the headers, use unique
inode numbers and/or add a cpio header with just TRAILER!!! to reset
the inode hash table to avoid unwanted hard links. I just put this
sequence as the last files loaded.
---
gr_work-miltonm/init/initramfs.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff -puN init/initramfs.c~allow-no-trailer init/initramfs.c
--- gr_work/init/initramfs.c~allow-no-trailer 2004-12-03 16:54:02.778579302 -0600
+++ gr_work-miltonm/init/initramfs.c 2004-12-03 16:54:02.789577561 -060...
2006 Jan 30
4
symlinks and initramfs (was klibc-1.2.1: kinit works...)
On Mon Jan 30 08:56:06 PST 2006, H. Peter Anvin wrote:
> That being said, there is no reason that you can't run code before it;
> to make that simpler, in fact, I'm trying to set it up so that the
> default initramfs looks like:
>
> /dev/console
> /dev/zero
> /dev/null
> /kinit
> /init -> /kinit
I would request we not put in symlinks. The problem is that
2006 Jul 03
0
[PATCH]: klcc typo recognizing .S files
Trying to use klcc to compile an application I was getting
gcc: no input files. Tracked it down to filename2lang having
and extra space, causing .S files to be labeled "obj".
Signed-off-by: Milton Miller <miltonm at bga.com>
---
There is probably another bug that we called gcc without any
files when we were called with what we parsed as an obj file.
--- klibc-1.4.orig/klcc/klcc.in 2006-07-03 07:40:43.000000000 -0400
+++ klibc-1.4/klcc/klcc.in 2006-07-03 07:41:16.000000000 -0400
@@ -40,7 +40,7 @@ sub fi...
2007 Oct 12
3
extract the initramfs from a kernel
Hello,
is there a way to extract an initramfs from a running kernel?
and from a kernel lying on a disk?
If yes, how?
Thanks
Eurolines : Voyagez au meilleur prix : http://www.alinto.com/pub/
2004 Oct 11
1
util/typefs breaks with recent headers
With the recent kernel patch
viro@www.linux.org.uk[torvalds]|include/linux/
romfs_fs.h|20041006145144|23705
aka "romfs endianness annotations" utils/fstype.c no longer links
because
cpu_to_be32 is undefined.
Options:
1) Change the header to be ok for userspace
diff -ur ../linux-2.5/include/linux/romfs_fs.h
linux/include/linux/romfs_fs.h
--- ../linux-2.5/include/linux/romfs_fs.h
2006 Jul 11
0
klibc and what's the next step?
[Who wants to be on CC here? I took several names from the posters
to the last lkml and klibc list threads: Olaf Hering, H. Peter Anvin,
Roman Zippel, Jeff Bailey, Aaron Griffin, Gerd Hoffmann, Milton Miller,
Andi Kleen, Jeff Garzik. Since I'm not subscribed I only see the From
unless I am Cc'd].
On Mon Jul 10 21:48:34 PDT 2006, Olaf Hering wrote:
> On Tue, Jun 27, 2006 at