Re: [PATCH] [IRDA] irda_init() nuke useless debug printk

2008-02-13 Thread maximilian attems
On Tue, 12 Feb 2008, David Miller wrote: From: maximilian attems [EMAIL PROTECTED] Date: Tue, 12 Feb 2008 11:30:47 +0100 irda_init() dmesg line is not really informative, thus remove it. There are better ways to know that a module is loaded. Seen on a debian config with IRDA_DEBUG

[PATCH] [IRDA] irda_init() nuke useless debug printk

2008-02-12 Thread maximilian attems
irda_init() dmesg line is not really informative, thus remove it. There are better ways to know that a module is loaded. Seen on a debian config with IRDA_DEBUG enabled. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/irda/irmod.c |2 -- 1 files changed, 0 insertions(+), 2

b44 compile failure

2008-01-30 Thread maximilian attems
drivers/net/b44.c: In function 'b44_remove_one': drivers/net/b44.c:2231: error: implicit declaration of function 'ssb_pcihost_set_power_state' compiles fine on 64 bit x86, but not on 32, see log:

Re: b44 compile failure

2008-01-30 Thread maximilian attems
On Wed, 30 Jan 2008, John W. Linville wrote: On Wed, Jan 30, 2008 at 11:59:26AM +0100, maximilian attems wrote: drivers/net/b44.c: In function 'b44_remove_one': drivers/net/b44.c:2231: error: implicit declaration of function 'ssb_pcihost_set_power_state' compiles fine on 64 bit

sis190 build breakage

2008-01-29 Thread maximilian attems
CC [M] drivers/net/sis190.o drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type conflict make[5]: *** [drivers/net/sis190.o] Error 1 gcc --version gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) -- To unsubscribe from this list: send the line unsubscribe netdev in

Re: sis190 build breakage

2008-01-29 Thread maximilian attems
On Tue, Jan 29, 2008 at 11:03:10PM +0100, Francois Romieu wrote: maximilian attems [EMAIL PROTECTED] : CC [M] drivers/net/sis190.o drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type conflict make[5]: *** [drivers/net/sis190.o] Error 1 gcc --version gcc

Re: sis190 build breakage

2008-01-29 Thread maximilian attems
On Tue, Jan 29, 2008 at 11:27:48PM +0100, Francois Romieu wrote: maximilian attems [EMAIL PROTECTED] : [...] probably i should to get interesting info. Don't bother. $ less +/devinitdata Documentation/pci.txt [...] Tips on when/where to use the above attributes: o

Re: [PATCH 6/7][BNX2]: Update firmware.

2008-01-29 Thread maximilian attems
On Tue, 29 Jan 2008, Michael Chan wrote: [BNX2]: Update firmware. Update firmware to support programmable flow control. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/bnx2_fw.h b/drivers/net/bnx2_fw.h index c1ad4dd..3b839d4 100644 happily omitted diffstat:

[PATCH] [AX25]: Kill ax25_bind() user triggable printk.

2008-01-28 Thread maximilian attems
on the last run overlooked that sfuzz triggable message. move the message to the corresponding comment. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/ax25/af_ax25.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/net/ax25/af_ax25.c b/net/ax25

[PATCH] [AX25]: Beautify x25_init() version printk.

2008-01-28 Thread maximilian attems
kill ref to old version and dup Linux. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/x25/af_x25.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 92cfe8e..d0dbce0 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c

2.6.24-rc8 ppp regression

2008-01-23 Thread maximilian attems
when killing a wvdial usb modem session: Jan 22 23:23:03 dual pppd[7941]: Terminating on signal 15 Jan 22 23:23:03 dual pppd[7941]: Connect time 92.2 minutes. Jan 22 23:23:03 dual pppd[7941]: Sent 1322316 bytes, received 8587156 bytes. Jan 22 23:23:03 dual pppd[7941]: Connection terminated. Jan

Re: 2.6.24-rc8 ppp regression

2008-01-23 Thread maximilian attems
On Wed, Jan 23, 2008 at 02:58:54AM -0800, David Miller wrote: From: maximilian attems [EMAIL PROTECTED] Date: Wed, 23 Jan 2008 10:35:09 +0100 Jan 22 23:23:54 dual kernel: unregister_netdevice: waiting for ppp0 to become free. Usage count = 1 Already fixed by: thanks. -- maks

[PATCH] AX25: kill user triggable printks

2008-01-09 Thread maximilian attems
sfuzz can easily trigger any of those. move the printk message to the corresponding comment: makes the intention of the code clear and easy to pick up on an scheduled removal. as bonus simplify the braces placement. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/ax25/af_ax25.c

[PATCH v3] AX25: kill user triggable printks

2008-01-09 Thread maximilian attems
sfuzz can easily trigger any of those. move the printk message to the corresponding comment: makes the intention of the code clear and easy to pick up on an scheduled removal. as bonus simplify the braces placement. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/ax25/af_ax25.c

Re: [PATCH] AX25: kill user triggable printks

2008-01-09 Thread maximilian attems
On Wed, Jan 09, 2008 at 11:11:23AM +0100, maximilian attems wrote: + /* support for old structure may go away some time + * ax25_sendmsg(): uses old (6 digipeater) + * socket structure.\n, + */ urrgs overseen \n

Re: [PATCH] AX25: nuke user trigable printks

2008-01-08 Thread maximilian attems
On Mon, Jan 07, 2008 at 09:55:50PM -0800, David Miller wrote: Can you replace the printk()'s with comments at least? Otherwise nobody is going to remember what we were trying to accomplish here and it will guarentee that, in fact, support for these old things will never get removed. At

[PATCH] AX25: nuke user trigable printks

2008-01-07 Thread maximilian attems
sfuzz trigerrs any of those printk easily. things that should have gone in early 2.5.x aka years ago should not be thrown so easily to the user. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/ax25/af_ax25.c | 15 +++ 1 files changed, 3 insertions(+), 12 deletions

[PATCH] IRDA: irda_create() nuke user triggable printk

2008-01-06 Thread maximilian attems
easy to trigger as user with sfuzz. irda_create() is quiet on unknown sock-type, match this behaviour for SOCK_DGRAM unknown protocol Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/irda/af_irda.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/net/irda

Re: iproute2: git pull request from debian repo.

2007-10-19 Thread maximilian attems
On Fri, Oct 19, 2007 at 02:27:53PM +0200, Andreas Henriksson wrote: Hello! We now have our brand new git repo set up for the debian package. We have created a branch called patches where we are going to put stuff that we hope will get merged upstream. I'm sending out this pull request 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() [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 a story I

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

Re: [PATCH 1/2] dgrs: remove from build, config, and maintainer list

2007-09-12 Thread maximilian attems
On Wed, 12 Sep 2007, Nathanael Nerode wrote: From: Nathanael Nerode Stop building and configuring driver for Digi RightSwitch, which was never actually sold to anyone, and remove it from MAINTAINERS. In response to an investigation into the firmware of the Digi Rightswitch driver,

Re: dgrs: sparse warnings

2007-09-06 Thread maximilian attems
On Thu, Sep 06, 2007 at 01:55:47PM +0100, Stephen Hemminger wrote: The dgrs driver is crap and assumes direct access to PCI iomem. dgrs wants to be removed, it has no users. (no bug report in bugzilla nor in debian nor in google) the firmware is not distrutable. i'll resend my removal patch

[patch] sis190 check for ISA bridge on SiS966

2007-08-01 Thread maximilian attems
From: Neil Muller [EMAIL PROTECTED] sis190 driver assumes to find ISA only on SiS965. similar fix is in sis900 driver, see bug report http://bugs.debian.org/435547 Signed-off-by: maximilian attems [EMAIL PROTECTED] --- drivers/net/sis190.c |3 +++ 1 file changed, 3 insertions(+) diff

Re: [git patches] net driver updates

2007-07-17 Thread maximilian attems
On Mon, Jul 16, 2007 at 06:57:21PM -0400, Jeff Garzik wrote: Minor fixes and cleanups, and a wireless pull from Linville. Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus did you get the dgrs removal patch? mail

[patch] dgrs romove Kconfig option

2007-07-02 Thread maximilian attems
is to be heard as expected by zero bug entries on kernel.org or debian.org, the full removal is scheduled for 2.6.24. Signed-off-by: maximilian attems [EMAIL PROTECTED] Acked-by: Alan [EMAIL PROTECTED] diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal

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: Bug#396185: sky2 freezes in 2.6.17-2-686. Maintainer confirms that it should be fixed in 2.6.19-git tree.

2006-11-18 Thread maximilian attems
On Thu, 16 Nov 2006, Stephen Hemminger wrote: On Thu, 16 Nov 2006 20:35:32 +0300 Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Tue, Oct 31, 2006 at 12:44:25PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: Bug was filled against 2.6.17-9, but was fixed in recent git

Re: Bug#380411: 3c59x broken after swsuspend

2006-07-30 Thread maximilian attems
hello michael, sending bugreport to netdev. On Sun, 30 Jul 2006, Michael Banck wrote: Package: linux-2.6 Version: 2.6.17-4 after hibernate, my 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10) (3c59x driver) fails to come back up. This is written on the console/xterm:

[patch] spectrum: select FW_LOADER

2006-03-25 Thread maximilian attems
The spectrum_cs driver uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: maximilian attems [EMAIL PROTECTED] diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 6a1033e..3f02b87 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net

[patch] tulip: remove duplicate pci ID's

2006-01-11 Thread maximilian attems
patch removes the PCI IDs handled by dmfe driver from tulip. Signed-off-by: Jurij Smakov [EMAIL PROTECTED] Signed-off-by: maximilian attems [EMAIL PROTECTED] -- resent - already sent on 2nd january. diff -aur a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c --- a/drivers/net/tulip

(fwd) Bug#341392: linux-2.6: kernel BUG at mm/slab.c:1807!

2005-12-05 Thread maximilian attems
please take a look at belows BUG_ON() at a quick glance didn't find a patch for that in git-commits-list. belows kernel has all fixes from the latest 2.6.14.3 stable. - Forwarded message from Frans Pop [EMAIL PROTECTED] - Subject: Bug#341392: linux-2.6: kernel BUG at mm/slab.c:1807!