Re: [PATCH] builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set

2015-05-08 Thread maximilian attems
Hello Michal, On Wed, May 06, 2015 at 03:30:28PM +0200, Michal Marek wrote: > > I applied the patch to kbuild.git#misc now, after fixing the whitespace. > Andrey, please use tabs for indentation, especially when the surrounding > code is already using this style. please apply this arm thingy

Re: [PATCH] builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set

2015-05-08 Thread maximilian attems
Hello Michal, On Wed, May 06, 2015 at 03:30:28PM +0200, Michal Marek wrote: I applied the patch to kbuild.git#misc now, after fixing the whitespace. Andrey, please use tabs for indentation, especially when the surrounding code is already using this style. please apply this arm thingy too:

Re: [PATCH] builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set

2015-04-22 Thread maximilian attems
is patch? It looks OK to me, the > modules_sign target has been added for this very purpose. > Ben seems busy with the release, so jumping in. The patch looks perfect to me. Acked-by: maximilian attems -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: [PATCH] builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set

2015-04-22 Thread maximilian attems
jumping in. The patch looks perfect to me. Acked-by: maximilian attems m...@stro.at -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] kexec.h: stop exporting kexec_load() to userspace

2014-01-15 Thread Maximilian Attems
On Wed, Jan 15, 2014 at 02:17:04PM +0100, Paul Bolle wrote: > Since v3.5 kexec.h is exported to userspace. That includes its > declaration of kexec_load(): > extern int kexec_load(void *, size_t, struct kexec_segment *, >unsigned long int); > > This declaration isn't very

Re: [PATCH] kexec.h: stop exporting kexec_load() to userspace

2014-01-15 Thread Maximilian Attems
On Wed, Jan 15, 2014 at 02:17:04PM +0100, Paul Bolle wrote: Since v3.5 kexec.h is exported to userspace. That includes its declaration of kexec_load(): extern int kexec_load(void *, size_t, struct kexec_segment *, unsigned long int); This declaration isn't very

Re: [PATCH 1/3] kbuild, deb-pkg: Try to determine distribution

2013-02-27 Thread maximilian attems
On Wed, Feb 27, 2013 at 02:55:45PM +0100, Michal Marek wrote: > Sorry I missed this series. Max, can you have a look? I don't know the > policies for debian package changelogs. The full series is at > http://lkml.indiana.edu/hypermail/linux/kernel/1204.2/index.html#04252, > but the remaining two

Re: [PATCH 1/3] kbuild, deb-pkg: Try to determine distribution

2013-02-27 Thread maximilian attems
On Wed, Feb 27, 2013 at 02:55:45PM +0100, Michal Marek wrote: Sorry I missed this series. Max, can you have a look? I don't know the policies for debian package changelogs. The full series is at http://lkml.indiana.edu/hypermail/linux/kernel/1204.2/index.html#04252, but the remaining two

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Thu, 06 Sep 2012, Tzafrir Cohen wrote: > > Works for the case I presented. Michal please care to queue previous v2 patch with Tested-by: Tzafrir Cohen to kope with that cross building regression since the linux headers got added to deb-pkg target. > Now I remove the explicit setting of

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Thu, Sep 06, 2012 at 02:00:04PM +, maximilian attems wrote: > On Wed, Sep 05, 2012 at 08:26:05PM +0000, maximilian attems wrote: > > On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: > > > > > > $ grep CROSS_COMPILE .config > > > CONFI

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Wed, Sep 05, 2012 at 08:26:05PM +, maximilian attems wrote: > On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: > > > > $ grep CROSS_COMPILE .config > > CONFIG_CROSS_COMPILE="arm-linux-gnueabihf-" > > > > Command: > > >

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Wed, Sep 05, 2012 at 08:26:05PM +, maximilian attems wrote: On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: $ grep CROSS_COMPILE .config CONFIG_CROSS_COMPILE=arm-linux-gnueabihf- Command: KBUILD_DEBARCH=armhf make ARCH=arm KBUILD_IMAGE=uImage deb-pkg

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Thu, Sep 06, 2012 at 02:00:04PM +, maximilian attems wrote: On Wed, Sep 05, 2012 at 08:26:05PM +, maximilian attems wrote: On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: $ grep CROSS_COMPILE .config CONFIG_CROSS_COMPILE=arm-linux-gnueabihf- Command

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-06 Thread maximilian attems
On Thu, 06 Sep 2012, Tzafrir Cohen wrote: Works for the case I presented. Michal please care to queue previous v2 patch with Tested-by: Tzafrir Cohen tzafrir.co...@xorcom.com to kope with that cross building regression since the linux headers got added to deb-pkg target. Now I remove the

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-05 Thread maximilian attems
On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: > On Wed, Sep 05, 2012 at 05:14:22PM +0200, maximilian attems wrote: > > On Wed, 05 Sep 2012, Michal Marek wrote: > > > > > On 5.9.2012 15:05, Tzafrir Cohen wrote: > > > > Hi, &g

Re: [PATCH] Add mach-specific includes

2012-09-05 Thread Maximilian Attems
On Wed, 05 Sep 2012, Tzafrir Cohen wrote: > When building a deb package, the linux-headers package should also > add arch/$ARCH/mach-*/include Required for arm and probably some > other architectures: avr32 and blackfin. > > This is needed to allow building modules using the headers package. >

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-05 Thread maximilian attems
On Wed, 05 Sep 2012, Michal Marek wrote: > On 5.9.2012 15:05, Tzafrir Cohen wrote: > > Hi, > > > > Thanks for your reply, > > > > On Fri, Aug 31, 2012 at 03:50:10PM +0200, Michal Marek wrote: > >> Adding Max to CC. > >> > >> On 14.8.2012 12:44, Tzafrir Cohen wrote: > >>> Architecture was set

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-05 Thread maximilian attems
On Wed, 05 Sep 2012, Michal Marek wrote: On 5.9.2012 15:05, Tzafrir Cohen wrote: Hi, Thanks for your reply, On Fri, Aug 31, 2012 at 03:50:10PM +0200, Michal Marek wrote: Adding Max to CC. On 14.8.2012 12:44, Tzafrir Cohen wrote: Architecture was set explicitly in

Re: [PATCH] Add mach-specific includes

2012-09-05 Thread Maximilian Attems
On Wed, 05 Sep 2012, Tzafrir Cohen wrote: When building a deb package, the linux-headers package should also add arch/$ARCH/mach-*/include Required for arm and probably some other architectures: avr32 and blackfin. This is needed to allow building modules using the headers package.

Re: [PATCH] builddeb: remove unneeded explicit Architecture

2012-09-05 Thread maximilian attems
On Wed, Sep 05, 2012 at 07:40:09PM +0300, Tzafrir Cohen wrote: On Wed, Sep 05, 2012 at 05:14:22PM +0200, maximilian attems wrote: On Wed, 05 Sep 2012, Michal Marek wrote: On 5.9.2012 15:05, Tzafrir Cohen wrote: Hi, Thanks for your reply, On Fri, Aug 31, 2012 at 03:50

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread maximilian attems
On Tue, Jul 17, 2012 at 10:46:23PM +0300, Martin-Éric Racine wrote: > 2012/7/17 Jonathan Nieder : > >> > >> Package: $fwpackagename > >> Architecture: all > >> +Conflicts: firmware-linux-free, firmware-linux-nonfree > >> +Provides: firmware-linux-free, firmware-linux-nonfree > >> +Replaces:

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread maximilian attems
On Tue, Jul 17, 2012 at 10:46:23PM +0300, Martin-Éric Racine wrote: 2012/7/17 Jonathan Nieder jrnie...@gmail.com: Package: $fwpackagename Architecture: all +Conflicts: firmware-linux-free, firmware-linux-nonfree +Provides: firmware-linux-free, firmware-linux-nonfree +Replaces:

Re: Huawei E220 and usb storage

2008-02-15 Thread maximilian attems
> Ok, did new tests with 2.6.24-rc2: > - with plain kernel the usb-storage modules attaches and detaches > permanently a virtual cd drive, I stopped after 30+ iterations. afais this is caused by hal. when i stop hal this bouncy behaviour stops. also it doesn't happen if you put your huawei on

Re: Huawei E220 and usb storage

2008-02-15 Thread maximilian attems
Ok, did new tests with 2.6.24-rc2: - with plain kernel the usb-storage modules attaches and detaches permanently a virtual cd drive, I stopped after 30+ iterations. afais this is caused by hal. when i stop hal this bouncy behaviour stops. also it doesn't happen if you put your huawei on

Re: Bug#464962: immediate crash on boot on TM5800

2008-02-12 Thread maximilian attems
On Tue, Feb 12, 2008 at 01:14:04PM -0800, H. Peter Anvin wrote: > > Are you sure that build matches the bug report? urrgs right sorry, the posted vmlinux is a newer 2.6.24-git22 and not Version: 2.6.24-3 > The EIP given falls inside the .data segment of that kernel, > specifically inside

Re: Bug#464962: immediate crash on boot on TM5800

2008-02-12 Thread maximilian attems
On Tue, Feb 12, 2008 at 12:32:27PM -0800, H. Peter Anvin wrote: > > INT 6 is #UD, undefined instruction. > > If you could send me a copy of your vmlinux file (not bzImage), it would > speed things up. cp -l src/linux-2.6-2.6.24/debian/build/build_i386_none_686/vmlinux ~/public_html/

Re: Bug#464962: immediate crash on boot on TM5800

2008-02-12 Thread maximilian attems
On Tue, Feb 12, 2008 at 02:52:54PM -0500, Joey Hess wrote: > maximilian attems wrote: > > thanks for quick feedback, have prebuild 2.6.25-rc1-git2 > > (they contain the security fix, but don't seem to suspend here) > > anyway please test for boot > > -> http://c

Re: Bug#464962: immediate crash on boot on TM5800

2008-02-12 Thread maximilian attems
On Tue, Feb 12, 2008 at 12:32:27PM -0800, H. Peter Anvin wrote: INT 6 is #UD, undefined instruction. If you could send me a copy of your vmlinux file (not bzImage), it would speed things up. cp -l src/linux-2.6-2.6.24/debian/build/build_i386_none_686/vmlinux ~/public_html/

Re: Bug#464962: immediate crash on boot on TM5800

2008-02-12 Thread maximilian attems
On Tue, Feb 12, 2008 at 02:52:54PM -0500, Joey Hess wrote: maximilian attems wrote: thanks for quick feedback, have prebuild 2.6.25-rc1-git2 (they contain the security fix, but don't seem to suspend here) anyway please test for boot - http://charm.itp.tuwien.ac.at/~mattems/2.6.25-rc1-git2

Re: klibc ipconfig misbehavior in a network with DHCP snooping

2007-12-10 Thread maximilian attems
[ added klibc ml to cc ] > I found a problem with klibc's "ipconfig" program, or at least, behavior > that breaks DHCP on my thin clients (LTSP 5.0). It has to do with setting > the giaddr field on dhcp_send in dhcp_proto.c, line 164. thank you for digging into it. > Otherwise, the relay agent

Re: klibc ipconfig misbehavior in a network with DHCP snooping

2007-12-10 Thread maximilian attems
[ added klibc ml to cc ] I found a problem with klibc's ipconfig program, or at least, behavior that breaks DHCP on my thin clients (LTSP 5.0). It has to do with setting the giaddr field on dhcp_send in dhcp_proto.c, line 164. thank you for digging into it. Otherwise, the relay agent SHALL

Re: [ANN] Squashfs 3.3 released

2007-11-05 Thread maximilian attems
On Mon, Nov 05, 2007 at 11:13:14AM +, Phillip Lougher wrote: > I'm pleased to announce another release of Squashfs. This is the 22nd > release in just over five years. Squashfs 3.3 has lots of nice > improvements, > both to the filesystem itself (bigger blocks and sparse files), but > also

Re: [ANN] Squashfs 3.3 released

2007-11-05 Thread maximilian attems
On Mon, Nov 05, 2007 at 11:13:14AM +, Phillip Lougher wrote: I'm pleased to announce another release of Squashfs. This is the 22nd release in just over five years. Squashfs 3.3 has lots of nice improvements, both to the filesystem itself (bigger blocks and sparse files), but also to

e1000e oops

2007-10-05 Thread maximilian attems
Linux tau 2.6.23-rc8-mm2-686 #1 SMP Wed Oct 3 23:56:32 CEST 2007 i686 GNU/Linux eth0 renamed to eth1 sysfs: duplicate filename 'eth1' can not be created WARNING: at fs/sysfs/dir.c:433 sysfs_add_one() [] dump_trace+0x68/0x1d5 [] show_trace_log_lvl+0x18/0x2c [] show_trace+0xf/0x11 []

e1000e oops

2007-10-05 Thread maximilian attems
Linux tau 2.6.23-rc8-mm2-686 #1 SMP Wed Oct 3 23:56:32 CEST 2007 i686 GNU/Linux eth0 renamed to eth1 sysfs: duplicate filename 'eth1' can not be created WARNING: at fs/sysfs/dir.c:433 sysfs_add_one() [c0104f9c] dump_trace+0x68/0x1d5 [c0105121] show_trace_log_lvl+0x18/0x2c [c0105b9b]

Re: [PATCH 1/2] bnx2: factor out gzip unpacker

2007-09-21 Thread maximilian attems
On Fri, Sep 21, 2007 at 11:48:05PM +0100, Alan Cox wrote: > > According to an earlier thread, dgrs was never really maintained, > > written for hardware that was never really distributed widely, and very > > likely hasn't had users in years... if ever. > > > > If that picture is accurate (it's

Re: [PATCH 1/2] bnx2: factor out gzip unpacker

2007-09-21 Thread maximilian attems
On Fri, Sep 21, 2007 at 11:48:05PM +0100, Alan Cox wrote: According to an earlier thread, dgrs was never really maintained, written for hardware that was never really distributed widely, and very likely hasn't had users in years... if ever. If that picture is accurate (it's a story I

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Wed, Sep 19, 2007 at 10:12:38AM -0700, H. Peter Anvin wrote: > > Could you give a concrete example? > > -hpa [EMAIL PROTECTED]:~/src/klibc$ touch usr/utils/mount_main.c [EMAIL PROTECTED]:~/src/klibc$ make KLIBCCC usr/utils/mount_main.o KLIBCLD usr/utils/static/halt LN

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Tue, 18 Sep 2007, Sam Ravnborg wrote: > Anyway - if we again consider klibc I will do my best to make the > build stuff as smooth as possible. > > Sam currently klibc has tendency to rebuild a bit too much if you touch some part of it, seen in usr/utils for the main klibc i agree that

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
hello dave, i appreciate a lot your opinon, but please cool down. this is not a four spin on your beloved pipe. :) On Wed, Sep 19, 2007 at 09:38:32AM -0700, David Miller wrote: > From: maximilian attems <[EMAIL PROTECTED]> > Date: Wed, 19 Sep 2007 18:33:18 +0200 > >

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Tue, 18 Sep 2007, Michael Chan wrote: > The bnx2 firmware changes quite frequently. A new driver quite often > requires new firmware to work correctly. Splitting them up makes things > difficult for the user. sorry didn't check, what's the license of the firmware? > The firmware in tg3 is

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Tue, 18 Sep 2007, Michael Chan wrote: The bnx2 firmware changes quite frequently. A new driver quite often requires new firmware to work correctly. Splitting them up makes things difficult for the user. sorry didn't check, what's the license of the firmware? The firmware in tg3 is a

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
hello dave, i appreciate a lot your opinon, but please cool down. this is not a four spin on your beloved pipe. :) On Wed, Sep 19, 2007 at 09:38:32AM -0700, David Miller wrote: From: maximilian attems [EMAIL PROTECTED] Date: Wed, 19 Sep 2007 18:33:18 +0200 we have to strip the firmware

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Tue, 18 Sep 2007, Sam Ravnborg wrote: Anyway - if we again consider klibc I will do my best to make the build stuff as smooth as possible. Sam nitpicking mode on currently klibc has tendency to rebuild a bit too much if you touch some part of it, seen in usr/utils for the main

Re: bnx2 dirver's firmware images

2007-09-19 Thread maximilian attems
On Wed, Sep 19, 2007 at 10:12:38AM -0700, H. Peter Anvin wrote: Could you give a concrete example? -hpa [EMAIL PROTECTED]:~/src/klibc$ touch usr/utils/mount_main.c [EMAIL PROTECTED]:~/src/klibc$ make KLIBCCC usr/utils/mount_main.o KLIBCLD usr/utils/static/halt LN

[patch] MAINTAINERS new kernel janitors ml

2007-07-06 Thread maximilian attems
davem kindly moved the list from osdl to vger. Signed-of-by: maximilian attems <[EMAIL PROTECTED]> Cc: Alexey Dobriyan <[EMAIL PROTECTED]> Cc: Randy Dunlap <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 0fee879..b9e767b 100644 --- a/MAINTAINERS +++ b/MAIN

[patch] MAINTAINERS new kernel janitors ml

2007-07-06 Thread maximilian attems
davem kindly moved the list from osdl to vger. Signed-of-by: maximilian attems [EMAIL PROTECTED] Cc: Alexey Dobriyan [EMAIL PROTECTED] Cc: Randy Dunlap [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 0fee879..b9e767b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2095,7 +2095,7

Re: [patch] Kconfig.debug DEBUG_PREEMPT dependency

2007-06-06 Thread maximilian attems
On Wed, 06 Jun 2007, maximilian attems wrote: > - depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT > + depends on DEBUG_KERNEL && (PREEMPT || PREEMPT_BKL) && > TRACE_IRQFLAGS_SUPPORT upps please discard needs more work:

[patch] Kconfig.debug DEBUG_PREEMPT dependency

2007-06-06 Thread maximilian attems
allow to set DEBUG_PREEMPT on PREEMPT_BKL, but !PREEMPT purpose is to get bonus of debug_smp_processor_id(). Signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index da95e10..1d4ab66 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig

[patch] Kconfig.debug DEBUG_PREEMPT dependency

2007-06-06 Thread maximilian attems
allow to set DEBUG_PREEMPT on PREEMPT_BKL, but !PREEMPT purpose is to get bonus of debug_smp_processor_id(). Signed-off-by: maximilian attems [EMAIL PROTECTED] diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index da95e10..1d4ab66 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug

Re: [patch] Kconfig.debug DEBUG_PREEMPT dependency

2007-06-06 Thread maximilian attems
On Wed, 06 Jun 2007, maximilian attems wrote: - depends on DEBUG_KERNEL PREEMPT TRACE_IRQFLAGS_SUPPORT + depends on DEBUG_KERNEL (PREEMPT || PREEMPT_BKL) TRACE_IRQFLAGS_SUPPORT upps please discard needs more work: arch/i386/kernel/built-in.o: In function `show_registers': (.text

Re: 2.6.19 file content corruption on ext3

2006-12-29 Thread maximilian attems
On Fri, Dec 29, 2006 at 10:02:53AM -0500, Dave Jones wrote: > On Fri, Dec 29, 2006 at 10:23:14AM +0100, maximilian attems wrote: > > > On Thu, Dec 28, 2006 at 11:21:21AM -0800, Linus Torvalds wrote: > > > > > That was a Fedora kernel. Has anyone seen the corr

Re: 2.6.19 file content corruption on ext3

2006-12-29 Thread maximilian attems
> On Thu, Dec 28, 2006 at 11:21:21AM -0800, Linus Torvalds wrote: > > > > > > On Thu, 28 Dec 2006, Petri Kaukasoina wrote: > > > > me up), and that seems to show the corruption going way way back (ie > going > > > > back to Linux-2.6.5 at least, according to one tester). > > > > > >

Re: 2.6.19 file content corruption on ext3

2006-12-29 Thread maximilian attems
On Thu, Dec 28, 2006 at 11:21:21AM -0800, Linus Torvalds wrote: On Thu, 28 Dec 2006, Petri Kaukasoina wrote: me up), and that seems to show the corruption going way way back (ie going back to Linux-2.6.5 at least, according to one tester). That was a Fedora

Re: 2.6.19 file content corruption on ext3

2006-12-29 Thread maximilian attems
On Fri, Dec 29, 2006 at 10:02:53AM -0500, Dave Jones wrote: On Fri, Dec 29, 2006 at 10:23:14AM +0100, maximilian attems wrote: On Thu, Dec 28, 2006 at 11:21:21AM -0800, Linus Torvalds wrote: snipp That was a Fedora kernel. Has anyone seen the corruption in vanilla 2.6.18

Re: RFC: removing the dgrs net driver

2006-12-02 Thread maximilian attems
On Sat, Dec 02, 2006 at 06:19:32PM +0100, Adrian Bunk wrote: > Based on the information in the email forwarded below I'd remove the > dgrs net driver (this wasn't the first driver shipped with the kernel > without any hardware ever produced...). > > Is this OK or is there any doubt whether this

Re: RFC: removing the dgrs net driver

2006-12-02 Thread maximilian attems
On Sat, Dec 02, 2006 at 06:19:32PM +0100, Adrian Bunk wrote: Based on the information in the email forwarded below I'd remove the dgrs net driver (this wasn't the first driver shipped with the kernel without any hardware ever produced...). Is this OK or is there any doubt whether this

Re: [patch 2/3] hd eliminate bad section references

2005-04-04 Thread maximilian attems
On Mon, 04 Apr 2005, Randy.Dunlap wrote: > >-static int parse_hd_setup (char *line) { > >+static int __init parse_hd_setup (char *line) { .. > This one is fairly interesting and needs some resolution by someone > who knows thanks a lot for your quick and profund feedback. > On the

[patch 3/3] efi eliminate bad section references

2005-04-04 Thread maximilian attems
.text refers to 00ff R_386_32 .init.data efi_memmap_walk (which is not __init nor static) accesses both efi_phys and memmap. Signed-off-by: maximilian attems <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-bk5/arch/i386/kernel/efi.c.orig2005-04-04 19:41:13.109877906 +0200 +++ linux-2.6.

[patch 2/3] hd eliminate bad section references

2005-04-04 Thread maximilian attems
Fix hd section references: make parse_hd_setup() __init Error: ./drivers/ide/legacy/hd.o .text refers to 0943 R_386_PC32 .init.text Signed-off-by: maximilian attems <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-bk5/drivers/ide/legacy/hd.c.orig 2005-04-04 18:39:04.0 +0200 +++

[patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread maximilian attems
to 012c R_386_32 .init.text Signed-off-by: maximilian attems <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-bk5/drivers/pnp/pnpbios/core.c.orig2005-04-04 19:11:37.814477672 +0200 +++ linux-2.6.12-rc1-bk5/drivers/pnp/pnpbios/core.c 2005-04-04 19:25:50.074402365 +0200 @@ -512,7

[patch 2/3] hd eliminate bad section references

2005-04-04 Thread maximilian attems
Fix hd section references: make parse_hd_setup() __init Error: ./drivers/ide/legacy/hd.o .text refers to 0943 R_386_PC32 .init.text Signed-off-by: maximilian attems [EMAIL PROTECTED] --- linux-2.6.12-rc1-bk5/drivers/ide/legacy/hd.c.orig 2005-04-04 18:39:04.0 +0200 +++ linux

[patch 3/3] efi eliminate bad section references

2005-04-04 Thread maximilian attems
.text refers to 00ff R_386_32 .init.data efi_memmap_walk (which is not __init nor static) accesses both efi_phys and memmap. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- linux-2.6.12-rc1-bk5/arch/i386/kernel/efi.c.orig2005-04-04 19:41:13.109877906 +0200 +++ linux-2.6.12-rc1-bk5

Re: [patch 2/3] hd eliminate bad section references

2005-04-04 Thread maximilian attems
On Mon, 04 Apr 2005, Randy.Dunlap wrote: -static int parse_hd_setup (char *line) { +static int __init parse_hd_setup (char *line) { .. This one is fairly interesting and needs some resolution by someone who knows thanks a lot for your quick and profund feedback. On the surface, the

Re: Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-01 Thread maximilian attems
cc'ing the pcmcia maintainer and the author of the patch for interrupt routing for TI bridges. concerning a bug report about non working irq routing since 2.6.6-rc1 up until 2.6.12-rc1-mm3 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270376 (lspci, dmesg) hope you can help to resolve that

Re: Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-01 Thread maximilian attems
cc'ing the pcmcia maintainer and the author of the patch for interrupt routing for TI bridges. concerning a bug report about non working irq routing since 2.6.6-rc1 up until 2.6.12-rc1-mm3 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270376 (lspci, dmesg) hope you can help to resolve that

Re: 2.6.11-mm4

2005-03-16 Thread maximilian attems
>+w6692-eliminate-bad-section-references.patch thanks for updating the patch. the txt has still the old content, please change it to: added __init to W6692Version(). -- maks - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: 2.6.11-mm4

2005-03-16 Thread maximilian attems
+w6692-eliminate-bad-section-references.patch thanks for updating the patch. the txt has still the old content, please change it to: added __init to W6692Version(). -- maks - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: [patch] w6692 eliminate bad section references

2005-03-15 Thread maximilian attems
On Mon, 14 Mar 2005, Randy.Dunlap wrote: > maximilian attems wrote: > >Fix w6692 section references: > > convert __initdata to __devinitdata. > > > >Error: ./drivers/isdn/hisax/w6692.o .text refers to 002f R_386_32 > >.init.data > > > I thi

Re: [patch trivial] as-iosched fix path to Documentation

2005-03-15 Thread maximilian attems
On Tue, 15 Mar 2005, Adrian Bunk wrote: > On Thu, Mar 10, 2005 at 12:42:23AM +0100, maximilian attems wrote: > > > From: Klaus Ita <[EMAIL PROTECTED]> > > > > subject says all, patch still applies. > >... > > Fix is already in -mm for some time.

Re: [patch trivial] as-iosched fix path to Documentation

2005-03-15 Thread maximilian attems
On Tue, 15 Mar 2005, Adrian Bunk wrote: On Thu, Mar 10, 2005 at 12:42:23AM +0100, maximilian attems wrote: From: Klaus Ita [EMAIL PROTECTED] subject says all, patch still applies. ... Fix is already in -mm for some time. cu Adrian yup saw it lately. great. thanks for your mail

Re: [patch] w6692 eliminate bad section references

2005-03-15 Thread maximilian attems
On Mon, 14 Mar 2005, Randy.Dunlap wrote: maximilian attems wrote: Fix w6692 section references: convert __initdata to __devinitdata. Error: ./drivers/isdn/hisax/w6692.o .text refers to 002f R_386_32 .init.data I think the correct fix is to make W6692Version() be __init ... What

[patch] hfc_sx eliminate bad section references

2005-03-13 Thread maximilian attems
/hisax/hfc_sx.o .text refers to 212e R_386_32 .init.data Signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/hfc_sx.c linux-2.6.11-bk8-max/drivers/isdn/hisax/hfc_sx.c --- linux-2.6.11-bk8/drivers/isdn/hisax/hfc_sx.c2005-03-

[patch] sedlbauer eliminate bad section references

2005-03-13 Thread maximilian attems
-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/sedlbauer.c linux-2.6.11-bk8-max/drivers/isdn/hisax/sedlbauer.c --- linux-2.6.11-bk8/drivers/isdn/hisax/sedlbauer.c 2005-03-02 08:38:32.0 +0100 +++ linux-2.6.11-bk8-max/driver

[patch] elsa eliminate bad section references

2005-03-13 Thread maximilian attems
to 3e20 R_386_32 .init.data Signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/elsa.c linux-2.6.11-bk8-max/drivers/isdn/hisax/elsa.c --- linux-2.6.11-bk8/drivers/isdn/hisax/elsa.c 2005-03-02 08:37:49.0 +0100 +++

[patch] teles3 eliminate bad section references

2005-03-13 Thread maximilian attems
.o .text refers to 12a6 R_386_32 .init.data Signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c linux-2.6.11-bk8-max/drivers/isdn/hisax/teles3.c --- linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c2005-03-02

[patch] w6692 eliminate bad section references

2005-03-13 Thread maximilian attems
Fix w6692 section references: convert __initdata to __devinitdata. Error: ./drivers/isdn/hisax/w6692.o .text refers to 002f R_386_32 .init.data Signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/w6692.c linux-2.6.11-b

[patch] w6692 eliminate bad section references

2005-03-13 Thread maximilian attems
Fix w6692 section references: convert __initdata to __devinitdata. Error: ./drivers/isdn/hisax/w6692.o .text refers to 002f R_386_32 .init.data Signed-off-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/w6692.c linux-2.6.11-bk8-max

[patch] teles3 eliminate bad section references

2005-03-13 Thread maximilian attems
.o .text refers to 12a6 R_386_32 .init.data Signed-off-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c linux-2.6.11-bk8-max/drivers/isdn/hisax/teles3.c --- linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c2005-03-02 08:38

[patch] elsa eliminate bad section references

2005-03-13 Thread maximilian attems
to 3e20 R_386_32 .init.data Signed-off-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/elsa.c linux-2.6.11-bk8-max/drivers/isdn/hisax/elsa.c --- linux-2.6.11-bk8/drivers/isdn/hisax/elsa.c 2005-03-02 08:37:49.0 +0100 +++ linux-2.6.11

[patch] sedlbauer eliminate bad section references

2005-03-13 Thread maximilian attems
-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/sedlbauer.c linux-2.6.11-bk8-max/drivers/isdn/hisax/sedlbauer.c --- linux-2.6.11-bk8/drivers/isdn/hisax/sedlbauer.c 2005-03-02 08:38:32.0 +0100 +++ linux-2.6.11-bk8-max/drivers/isdn/hisax

[patch] hfc_sx eliminate bad section references

2005-03-13 Thread maximilian attems
/hisax/hfc_sx.o .text refers to 212e R_386_32 .init.data Signed-off-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/hfc_sx.c linux-2.6.11-bk8-max/drivers/isdn/hisax/hfc_sx.c --- linux-2.6.11-bk8/drivers/isdn/hisax/hfc_sx.c2005-03-02 08:37

[patch] cyrix eliminate bad section references

2005-03-11 Thread maximilian attems
! signed-of-by: maximilian attems <[EMAIL PROTECTED]> diff -pruN -X dontdiff linux-2.6.11-bk6/arch/i386/kernel/cpu/mtrr/cyrix.c linux-2.6.11-bk6-max/arch/i386/kernel/cpu/mtrr/cyrix.c --- linux-2.6.11-bk6/arch/i386/kernel/cpu/mtrr/cyrix.c 2005-03-11 09:28:05.0 +0100 +++ linux-2.6.

[patch] cyrix eliminate bad section references

2005-03-11 Thread maximilian attems
! signed-of-by: maximilian attems [EMAIL PROTECTED] diff -pruN -X dontdiff linux-2.6.11-bk6/arch/i386/kernel/cpu/mtrr/cyrix.c linux-2.6.11-bk6-max/arch/i386/kernel/cpu/mtrr/cyrix.c --- linux-2.6.11-bk6/arch/i386/kernel/cpu/mtrr/cyrix.c 2005-03-11 09:28:05.0 +0100 +++ linux-2.6.11-bk6

[patch trivial] as-iosched fix path to Documentation

2005-03-09 Thread maximilian attems
From: Klaus Ita <[EMAIL PROTECTED]> subject says all, patch still applies. #signed-off-by: maximilian attems <[EMAIL PROTECTED]> diff --unified --recursive --new-file linux-2.6.9/drivers/block/as-iosched.c linux-2.6.9_klaus/drivers/block/as-iosched.c --- linux-2.6.9/drivers/block/

[patch trivial] as-iosched fix path to Documentation

2005-03-09 Thread maximilian attems
From: Klaus Ita [EMAIL PROTECTED] subject says all, patch still applies. #signed-off-by: maximilian attems [EMAIL PROTECTED] diff --unified --recursive --new-file linux-2.6.9/drivers/block/as-iosched.c linux-2.6.9_klaus/drivers/block/as-iosched.c --- linux-2.6.9/drivers/block/as-iosched.c