public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] gen_init_cpio fixes for 2.5.64
Date: Fri, 7 Mar 2003 16:42:49 -0800	[thread overview]
Message-ID: <20030308004249.GA23071@kroah.com> (raw)
In-Reply-To: <20030305060817.GC26458@kroah.com>

Hi,

Here are two patches split out of the big klibc patch that fix some
problems in the gen_init_cpio.c code.  The first one allows files to be
added to the cpio image and fixes a padding error, and the second one
fixes some build problems with the cpio image (if there was an error,
the build would not stop.)

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/initramfs-2.5

I'll send the two patches as followups to this message to lkml for those
who want to see them.

thanks,

greg k-h


 usr/Makefile        |   26 ++++++++++++---
 usr/gen_init_cpio.c |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+), 4 deletions(-)
-----

ChangeSet@1.1125, 2003-03-07 16:46:13-08:00, greg@kroah.com
  kbuild: handle any failures of the gen_init_cpio or initramfs image to stop the build.
  
  This also shows how to add files to the initramfs build, but is 
  commented out.
  
  Patch originally done by Kai.

 usr/Makefile |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)
------

ChangeSet@1.1124, 2003-03-07 16:39:06-08:00, greg@kroah.com
  gen_init_cpio: Add the ability to add files to the cpio image.

Push file://home/greg/linux/BK/initramfs-2.5 -> file://home/greg/linux/BK/bleed-2.5
 usr/gen_init_cpio.c |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 90 insertions(+)
------


  reply	other threads:[~2003-03-08  0:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05  6:08 [BK PATCH] klibc for 2.5.64 Greg KH
2003-03-08  0:42 ` Greg KH [this message]
2003-03-08  0:43   ` [PATCH] gen_init_cpio fixes " Greg KH
2003-03-08  0:44     ` Greg KH
2003-03-08 14:37     ` Anders Gustafsson
2003-03-09  6:04       ` Greg KH
2003-03-09 21:28         ` Anders Gustafsson
2003-03-12  8:22         ` [PATCH] fix big initramfs (was: [PATCH] gen_init_cpio fixes for 2.5.64) Anders Gustafsson
2003-03-12  8:48           ` Andrew Morton
2003-03-12  9:25             ` Anders Gustafsson

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=20030308004249.GA23071@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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