All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Kisdaroczi <kisda@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] debian specific kernel patching/unpatching problems with 2.6.29
Date: Sat, 20 Jun 2009 22:31:22 +0200	[thread overview]
Message-ID: <4A3D471A.6050007@domain.hid> (raw)
In-Reply-To: <1245510817.4090.186.camel@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Philippe Gerum schrieb:
> On Sat, 2009-06-20 at 13:25 +0200, Stefan Kisdaroczi wrote:
>   
>> Hi,
>>
>> applying the xenomai kernelpatch created during debian package building
>> results to a corrupt init/Kconfig file and 'make menuconfig' fails. The 
>> problem
>> starts with linux-2.6.29.  reason: growing init/Kconfig file, see  [1].
>> This patch [2] fixed it (tested with 2.6.28 and 2.6.29).
>>
>> [...]
> Thunderbird did massive whitespace damages to your patch it seems; could
> you resend it attached? TIA,
>   
sorry, attached.


[-- Attachment #2: initKconfig.patch --]
[-- Type: text/x-diff, Size: 719 bytes --]

diff -uNrp xenomai-2.4.91.orig/debian/prepare-patch.sh xenomai-2.4.91/debian/prepare-patch.sh
--- xenomai-2.4.91.orig/debian/prepare-patch.sh	2009-03-30 12:24:49.000000000 +0200
+++ xenomai-2.4.91/debian/prepare-patch.sh	2009-06-20 11:40:13.000000000 +0200
@@ -78,7 +78,7 @@ diff_addons() {
 
     echo "--- linux/init/Kconfig	1970-01-01 01:00:00.000000000 +0100" >> $patch_file
     echo "+++ linux-patched/init/Kconfig	2007-03-06 17:55:58.000000000 +0000" >> $patch_file
-    echo "@@ -950,0 +950,$lines @@" >> $patch_file
+    echo "@@ -1400,0 +1400,$lines @@" >> $patch_file
     sed -e "s,@LINUX_ARCH@,$linux_arch,g" $xenomai_root/scripts/Kconfig.frag | sed 's/^/+/' >> $patch_file
     echo " " >> $patch_file
 }

      reply	other threads:[~2009-06-20 20:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-20 11:25 [Xenomai-help] debian specific kernel patching/unpatching problems with 2.6.29 Stefan Kisdaroczi
2009-06-20 14:35 ` Gilles Chanteperdrix
2009-06-20 14:51   ` Stefan Kisdaroczi
2009-06-20 14:55     ` Gilles Chanteperdrix
2009-06-20 20:49       ` Stefan Kisdaroczi
2009-06-20 15:13 ` Philippe Gerum
2009-06-20 20:31   ` Stefan Kisdaroczi [this message]

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=4A3D471A.6050007@domain.hid \
    --to=kisda@domain.hid \
    --cc=rpm@xenomai.org \
    --cc=xenomai@xenomai.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.