[PATCH] selftests: proofreading bpf module

2025-02-09 Thread Armin
Fixed multiple spelling issues in the kselftests bpf modules. Signed-off-by: Armin --- tools/testing/selftests/bpf/Makefile| 2 +- tools/testing/selftests/bpf/bench.c | 2 +- tools/testing/selftests/bpf/prog_tests/btf_dump.c | 2

Re: [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()

2024-12-12 Thread Armin Wolf
maybe you can just drop this patch? Thanks, Armin Wolf Signed-off-by: Thomas Weißschuh --- drivers/platform/x86/wmi-bmof.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/platform/x86/wmi-bmof.c b/drivers/platform/x86/wmi-bmof.c index

Re: [PATCH] dts: ARM: add kobo glo hd ebook reader

2021-01-27 Thread Armin Preiml
d whether we can use > a .dtsi file to define common things. This sounds great. I'll definitely check out your branch. Yes I've also seen in the uboot and kernel sources, that they've stored the board details as a group with flags and versions to the sd. There may be some similarity between multiple boards. Kind Regards Armin

[PATCH] dts: ARM: add kobo glo hd ebook reader

2021-01-26 Thread Armin Preiml
This patch adds basic support for the kobo glo hd reader. It defines CPU, memory, UART and storage.Also add pin control settings for i2c and sdhc. All values where extracted from the vendor kernel and u-boot sources. Signed-off-by: Armin Preiml --- arch/arm/boot/dts/Makefile

[PATCH] net: ipv4: fixed brace and space style

2020-11-18 Thread Armin Gholampoor
Fixed bracings for if statements Fixed spacings around operators Signed-off-by: Armin Gholampoor --- net/ipv4/tcp.c | 67 +++--- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index b2bc3d7fe

[PATCH] net: ipv4: fixed a brace coding style issue

2020-11-17 Thread Armin Gholampoor
Fixed bracing style issue. Signed-off-by: Armin Gholampoor --- net/ipv4/tcp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index b2bc3d7fe..37bc91e4a 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -3170,8 +3170,7 @@ static int

Re: amdgpu: RX 470 crash on loading amdgpu modul

2016-11-28 Thread Volker Armin Hemmann
Am 28.11.2016 um 21:58 schrieb Volker Armin Hemmann: > Am 28.11.2016 um 21:05 schrieb Volker Armin Hemmann: >> Hello, >> >> I got a XFX RX-470P4LDB6. >> >> Booting with modprobe.blacklist=amdgpu gives me a working system. >> >> Loading the module result

Re: amdgpu: RX 470 crash on loading amdgpu modul

2016-11-28 Thread Volker Armin Hemmann
Am 28.11.2016 um 21:05 schrieb Volker Armin Hemmann: > Hello, > > I got a XFX RX-470P4LDB6. > > Booting with modprobe.blacklist=amdgpu gives me a working system. > > Loading the module results in this mess: > > Nov 28 19:40:00 [kernel] [ 144.213021] [drm] amdgpu k

Re: Regression: suspend to ram completely broken since at least 3.13-rc5, works with 3.12.

2014-12-02 Thread Volker Armin Hemmann
Am 02.12.2014 um 15:46 schrieb Pavel Machek: > Hi! > >> with kernel 3.12.X with X tested up to .23 suspend to ram works >> flawlessly. My machine suspends quickly and wakes up reliably, giving me >> uptimes measured in weeks. >> >> Every kernel I tried between 3.13.0-rc5 and 3.16.7 on the other han

Re: remap_file_pages() use

2014-05-19 Thread Armin Rigo
here --- which would complicate further our job :-/ A bientôt, Armin. -- 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 at http://www.tux.org/lkml/

Re: remap_file_pages() use

2014-05-19 Thread Armin Rigo
legant than remap_file_pages from the user's perspective). A bientôt, Armin. -- 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 Pl

Re: remap_file_pages() use

2014-05-19 Thread Armin Rigo
default limit that depends on the amount of RAM (+swap) available. A bientôt, Armin. -- 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 at http://www.tux.org/lkml/

Re: [PATCH 2/2] mm: replace remap_file_pages() syscall with emulation

2014-05-13 Thread Armin Rigo
performance impact of this, if any (I expect it to be reasonable). Still, if you're looking for a real piece of code using remap_file_pages(), it's one. A bientôt, Armin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCHv2 0/2] remap_file_pages() decommission

2014-05-12 Thread Armin Rigo
quot; should be omitted from the man page; if so, that would be a real man page bug. A bientôt, Armin. -- 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.o

Re: [PATCHv2 0/2] remap_file_pages() decommission

2014-05-08 Thread Armin Rigo
if the programs would run on a machine with the default configuration --- i.e. if you remove or emulate remap_file_pages(), please increase the default limit as well. A bientôt, Armin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: io_apic.c --> "nr_ioapics" not initialized !

2013-02-20 Thread Armin Steinhoff
Thomas Gleixner wrote: On Wed, 20 Feb 2013, Armin Steinhoff wrote: after a walk through the module "io_apic.c" in "/usr/src/linux/arch/x86/kernel/apic" I got the impression that the variable "nr_ioapics" is used but isn't initialized ! Could it be the source

io_apic.c --> "nr_ioapics" not initialized !

2013-02-20 Thread Armin Steinhoff
in "static struct resource * __init ioapic_setup_resources(int nr_ioapics)" Cheers --Armin -- 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/majordo

Re: Plans for mISDN? Was: [PATCH 00/14] [ISDN] ...

2008-02-19 Thread Armin Schindler
faces, the CAPI interface and of course hardware drivers for other ISDN cards like the active ones as well. Armin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordo

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-29 Thread Hemmann, Volker Armin
Hi, you guys were right, I was wrong. It is the hardware. I increased ram voltage by 0.15V on the 22nd and hadn't any oopses since then. And I did torture the system. I am deeply sorry that I wasted your time (but still puzzled that the oopses started after kernel update - maybe I should buy

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-21 Thread Hemmann, Volker Armin
On Freitag, 21. Dezember 2007, Mike Galbraith wrote: > On Thu, 2007-12-20 at 19:14 +0100, Hemmann, Volker Armin wrote: > > It is just.. I could be the hardware - but I should have seen the > > same 'problem' with earlier kernels - and the 'almost daily oops

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-20 Thread Hemmann, Volker Armin
Ok, so after the holidays I will do the following: let memtest86+ run several hours. do a full backup&restore to switch to r3 and build an unpatched kernel. see if I can reproduce the oops with .21 and .22 (because AFAIR no oops with 21.. but I might be wrong). Not exactly in that order. Glück

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-20 Thread Hemmann, Volker Armin
On Donnerstag, 20. Dezember 2007, Ingo Molnar wrote: > * Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote: > > On Donnerstag, 20. Dezember 2007, you wrote: > > > Hemmann, Volker Armin wrote: > > > > [ 5194.131014] Pid: 22490, comm: sleep Tainted: P > &g

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-20 Thread Hemmann, Volker Armin
On Donnerstag, 20. Dezember 2007, David Newall wrote: > >>> On Montag, 17. Dezember 2007, you wrote: > >>> > >>> and another one, this time tainted with the nvidia module: > >>> 5194.130985] Unable to handle kernel paging request at 0300 > >>> RIP: > > Numbers like that don't suggest ha

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-20 Thread Hemmann, Volker Armin
On Donnerstag, 20. Dezember 2007, you wrote: > On Thu, 2007-12-20 at 06:53 +0100, Hemmann, Volker Armin wrote: > > On Donnerstag, 20. Dezember 2007, you wrote: > > > On Thu, 2007-12-20 at 03:13 +0100, Hemmann, Volker Armin wrote: > > > > On Montag, 17. Dezember 2007,

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-20 Thread Hemmann, Volker Armin
On Donnerstag, 20. Dezember 2007, you wrote: > Hemmann, Volker Armin wrote: > > [ 5194.131014] Pid: 22490, comm: sleep Tainted: P2.6.23.11reiser4 > > #4 > > The subject line is wrong. > You apparently run Linux, but not Linux 2.6.23.y. first of all, apart from this

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-19 Thread Hemmann, Volker Armin
On Donnerstag, 20. Dezember 2007, you wrote: > On Thu, 2007-12-20 at 03:13 +0100, Hemmann, Volker Armin wrote: > > On Montag, 17. Dezember 2007, you wrote: > > > > and another one, this time tainted with the nvidia module: > > 5194.130985] Unable to handle kernel paging

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-19 Thread Hemmann, Volker Armin
On Montag, 17. Dezember 2007, you wrote: and another one, this time tainted with the nvidia module: 5194.130985] Unable to handle kernel paging request at 0300 RIP: [ 5194.130988] [] _spin_lock+0x0/0xf [ 5194.130993] PGD 0 [ 5194.130994] Oops: 0002 [1] SMP [ 5194.130996] CPU 1 [ 5194.

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-17 Thread Hemmann, Volker Armin
On Montag, 17. Dezember 2007, you wrote: > On Mon, 17 Dec 2007, Hemmann, Volker Armin wrote: > > I got another crash, now with 2.6.23.11 on logout from KDE (two > > differences, new kernel, 4gb ram instead of 2gb): > > also I got some strange message yesterday befo

Re: almost daily Kernel oops with 2.6.23.9 - and now 2.6.23.11 as well

2007-12-17 Thread Hemmann, Volker Armin
Hi. I got another crash, now with 2.6.23.11 on logout from KDE (two differences, new kernel, 4gb ram instead of 2gb): [ 1771.063731] Unable to handle kernel paging request at 0400 RIP: [ 1771.063735] [] _spin_lock+0x0/0xf [ 1771.063740] PGD 0 [ 1771.063741] Oops: 0002 [1] SMP [ 1771

Re: question about sata-error on boot.

2007-12-07 Thread Hemmann, Volker Armin
Hi, On Mittwoch, 7. November 2007, Andrew Morton wrote: > > On Fri, 2 Nov 2007 19:34:20 +0100 "Hemmann, Volker Armin" > > <[EMAIL PROTECTED]> wrote: Hi, > > (cc linux-ide) > > > for some time (and I can't say for how long, but the board is les

question about sata-error on boot.

2007-11-02 Thread Hemmann, Volker Armin
Hi, for some time (and I can't say for how long, but the board is less than a month old) I get this error on boot: [ 42.116273] ahci :00:0a.0: version 2.2 [ 42.116482] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 [ 42.116653] ACPI: PCI Interrupt :00:0a.0[A] -> Link [LSA0] -> G

Re: [PATCH 18/30] isdn: eicon - get rid of a pointless vmalloc() return value cast

2007-08-24 Thread Armin Schindler
vmalloc() returns void*. No need to cast in drivers/isdn/hardware/eicon/platform.h::diva_os_malloc() Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Acked-by: Armin Schindler <[EMAIL PROTECTED]> --- drivers/isdn/hardware/eicon/platform.h |2 +- 1 files changed, 1 insertions(+),

Re: Linus 2.6.23-rc1

2007-07-29 Thread Volker Armin Hemmann
On Sonntag, 29. Juli 2007, Kasper Sandberg wrote: > On Sun, 2007-07-29 at 01:41 +0200, Volker Armin Hemmann wrote: > > Hi, > > > > I never tried Con's patchset, for two reasons: > > I tried his 2.4 patches ones, and I never saw any improvements. So when > > p

Re: Linus 2.6.23-rc1

2007-07-28 Thread Volker Armin Hemmann
Hi, I never tried Con's patchset, for two reasons: I tried his 2.4 patches ones, and I never saw any improvements. So when people were reporting huge improvements with his SD scheduler, I compared that with the reports of huge improvements with his 2.4 kernel patches. ... The second: too many pa

Re: libata-bug in 2.6.21.5 on amd64 with ali chipset

2007-06-28 Thread Hemmann, Volker Armin
On Mittwoch, 27. Juni 2007, you wrote: > It has worked in the past. I will try different kernels in the next > 24hours. I tried this kernels: 2.6.20 2.6.20.1 2.6.21 2.6.21.1 2.6.21.3 2.6.21.5 2.6.21.5 with and without cfs. Every other kernel without cfs. Patched with reiser4, nvidia not loaded

libata-bug in 2.6.21.5 on amd64 with ali chipset

2007-06-27 Thread Hemmann, Volker Armin
Hi, this is on an amd64 gentoo system (with march=k8 -02 msse3 -pipe as CFLAGS aka sane ones). with kernel 2.6.21.5 my dvd burner locks up the computer when k3b starts. k3b (this is of course captured without libata) [EMAIL PROTECTED] ~ $ kdecore (KAction): WARNING: KActionCollection::KAction

[PATCH] Leak in eicon/idifunc.c

2007-06-07 Thread Armin Schindler
Hi, coverity spotted a possible leak in the idifunc.c file (bug id #1252), in um_new_card(), if the diva_user_mode_idi_create_adapter() fails, we dont free the memory allocated for card Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> Acked-by: Armin Schindler <[EMAIL PROTECTED]>

Re: [PATCH] isdn/diva: fix section mismatch

2007-06-07 Thread Armin Schindler
allback') Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Armin Schindler <[EMAIL PROTECTED]> --- drivers/isdn/hardware/eicon/divasfunc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2622-rc4.orig/drivers/isdn/hardware/eicon/divasfunc.c +++ linu

Re: [patch] CFS scheduler, -v13

2007-05-23 Thread Hemmann, Volker Armin
Hi, I wanted to mail earlier, but I had always something get in my way. I used cfs v13 since you announced it. Since patching the kernel (2.6.21.1) with cfs v13 I did the following things; - big backup of home onto tape and restoring it after changing to reiser4 (yes, I know the threads about

cfs works fine for me

2007-04-24 Thread Hemmann, Volker Armin
Hello, I have tried the cfs patches with 2.6.20.7 in the last days. I am using KDE 3.5.6, gentoo unstable and have a dual core AMD64 system with 1GB ram and a nvidia card (using the closed source drivers, yes I suck, but I love playing 3d games once in a while). I don't have interactivity prob

Re: [RFC: 2.6 patch] fix ISDN_CAPI<->ISDN_DIVAS

2007-03-29 Thread Armin Schindler
On Thu, 29 Mar 2007, Adrian Bunk wrote: > On Thu, Mar 29, 2007 at 01:06:12PM +0200, Armin Schindler wrote: > > On Sat, 24 Mar 2007, Adrian Bunk wrote: > > > On Sat, Mar 24, 2007 at 02:49:42PM +0100, Armin Schindler wrote: > > > > On Sat, 24 Mar 2007, Adrian Bunk

Re: [RFC: 2.6 patch] fix ISDN_CAPI<->ISDN_DIVAS

2007-03-29 Thread Armin Schindler
On Sat, 24 Mar 2007, Adrian Bunk wrote: > On Sat, Mar 24, 2007 at 02:49:42PM +0100, Armin Schindler wrote: > > On Sat, 24 Mar 2007, Adrian Bunk wrote: > > > Randy Dunlap reported in kernel Bugzilla #8241 the following compile > > > error with CONFIG_ISDN_

Re: [RFC: 2.6 patch] fix ISDN_CAPI<->ISDN_DIVAS

2007-03-24 Thread Armin Schindler
or non ISDN_CAPI) is wrong. The subdir /hardware was created for new drivers using CAPI. So it is correct to go there when ISDN_CAPI != n only. I don't understand the warnings above. The symbols are exported by divas modules, so why is it causing warnings? There have been no change in th

[PATCH] drivers/isdn/hardware/eicon/: remove unused header files

2007-03-11 Thread Armin Schindler
Hi all, as pointed out by Robert P. J. Day, here is a patch to remove unused header files from Eicon/Dialogic ISDN driver. Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> --- diff -Nur linux-2.6.20.1.orig/drivers/isdn/hardware/eicon/dbgioctl.h linux-2.6.20.1/drivers/isdn/hardware

Re: dead(?) header files in the source tree

2007-03-10 Thread Armin Schindler
f some of them? Yes. For my part, the file ./drivers/isdn/hardware/eicon/main_if.h should be removed. Shall I write a patch? Armin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [2.6 patch] drivers/isdn/: make some code static

2005-04-19 Thread Armin Schindler
On Tue, 19 Apr 2005, Adrian Bunk wrote: > This patch makes some needlessly global code static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> For the hardware/eicon part: Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> > --- > > drivers/isdn/ha

[PATCH] 2.6 ISDN Eicon driver: code cleanups

2005-02-11 Thread Armin Schindler
bincdAai5MuZi.bin Description: Binary data

[PATCH] 2.6 ISDN Eicon driver: convert to pci_register_driver

2005-02-11 Thread Armin Schindler
Description: convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> diff -u linux.orig/drivers/isdn/hardware/eicon/divasmain.c linux/drivers/isdn/hardware/eicon/divasmain.c --

Re: RFC: [2.6 patch] Eicon: disable debuglib for modules

2005-02-09 Thread Armin Schindler
n' section you will find the option DIVA Maint driver support which is only available as a module. When the other diva drivers are compiled as modules too, they will provide all trace data to the maint module. The userspace tool 'divactrl' then retrieves the trace data according to set

Re: [2.6 patch] drivers/isdn/hardware/eicon/: misc possible cleanups

2005-02-08 Thread Armin Schindler
On Wed, 9 Feb 2005, Adrian Bunk wrote: > On Sun, Feb 06, 2005 at 11:18:18AM +0100, Armin Schindler wrote: > > > Hi Adrian, > > Hi Armin, > > > thanks for the proposed patch. > > Making the functions static is a good idea, I will check and test this. > > R

Re: [2.6 patch] drivers/isdn/hardware/eicon/: misc possible cleanups

2005-02-06 Thread Armin Schindler
some really outdated and the removals in message.c. Armin On Sun, 6 Feb 2005, Adrian Bunk wrote: > This patch contains the following possible cleanups: > - make some needlessly global code static > - dadapter.h: remoe the unused #define OLD_MAX_DESCRIPTORS > - remove the foll

[PATCH 3/3] 2.6 ISDN Eicon driver: remove unused code

2005-01-31 Thread Armin Schindler
Remove code from platform independent code, which is not used in Linux. Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> diff -Nur linux.orig/drivers/isdn/hardware/eicon/io.c linux/drivers/isdn/hardware/eicon/io.c --- linux.orig/drivers/isdn/hardware/eicon/io.c 2005-01-31 12:33:10.120

[PATCH 2/3] 2.6 ISDN Eicon driver: vfree()

2005-01-31 Thread Armin Schindler
Removed check for NULL pointer before doing vfree(), it's done in vfree(). Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> diff -Nur linux.orig/drivers/isdn/hardware/eicon/platform.h linux/drivers/isdn/hardware/eicon/platform.h --- linux.orig/drivers/isdn/hardware/eicon/platform.

[PATCH 1/3] 2.6 ISDN Eicon driver: add missing uaccess

2005-01-31 Thread Armin Schindler
This patch adds asm/uaccess.h to files which uses copy_to/from_user() and adds the use of the drivers internal API call to copy_to/from_user() in platform independent code. Signed-off-by: Armin Schindler <[EMAIL PROTECTED]> diff -Nur linux.orig/drivers/isdn/hardware/eicon/divamnt.c

Re: DVD burning still have problems

2005-01-23 Thread Volker Armin Hemmann
Hi, have you checked, that cdrecord is not suid root, and growisofs/dvd+rw-tools is? I had some probs, solved with a simple chmod +s growisofs :) Glück Auf Volker - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majord

Checking 'hlt' instruction

2001-07-03 Thread Armin Schindler
er the kernel boots. Can someone tell me what settings of a x86 causes the CPU to halt forever on a 'hlt' instruction, which the kernel doesn't set correctly at boot time and the BIOS needs to do ? Thanx, Armin - To unsubscribe from this list: send the line "unsubscribe lin

Re: [kbuild-devel] Dead symbol elimination, stage 1

2001-04-21 Thread Armin Schindler
which should clean up some issues which I > was reminded of because of your work in the ISDN subsystem. I appended it, > I hope the maintainer of the Eicon code (Armin) will clean up the missing > Configure.help entries for his drivers. Oops, thanks for the hint. I only sent the patch for

module doesn't work when it's app uses STDOUT

2001-04-09 Thread Armin L. Schneider
entering/leaving the ioctl-function (using save_flags(); cli(); and restore_flags();), but it didn't help. Armin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/

Re: linux 2.2.19 smp interrupt problems?

2001-04-07 Thread Armin Obersteiner
of them? > > > Could you try the 8139too driver? > > It's a bug in the rtl8139 driver, and under really high load it can > cause crashes. MfG, Armin Obersteiner -- [EMAIL PROTECTED]pgp public key on requestCU - To unsubscribe fro

linux 2.2.19 smp interrupt problems?

2001-04-06 Thread Armin Obersteiner
network) with a low load i don't get the messages. everything seems to work fine. are these interrupt problems "bad" or merely indicators of a high load. can/should one get rid of them? MfG, Armin Obersteiner -- [EMAIL PROTECTED]pgp public key on request

strange problem when printing to STDOUT

2001-04-04 Thread Armin L. Schneider
find any. Has anybody ever seen something like this and knows a solution? Thanks, Armin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: add-single-device won't work in 2.4.3

2001-04-01 Thread Armin Obersteiner
ANSI SCSI revision: 03 > Host: scsi2 Channel: 00 Id: 05 Lun: 00 > Vendor: UMAX Model: Astra 1220S Rev: V1.2 > Type: Scanner ANSI SCSI revision: 02 CU, Armin Obersteiner -- [EMAIL PROTECTED]pgp public key o

add-single-device won't work in 2.4.3

2001-03-31 Thread Armin Obersteiner
hi! as in the subject, yesterday i upgraded to 2.4.3 (plain, no patches). add-single-device/del-single-device did not work anymore. tried with: controller: adaptec-19160 device: yamaha-4260 MfG, Armin Obersteiner -- [EMAIL PROTECTED]pgp public key on request

lock_kernel() ?

2001-01-16 Thread Armin Schindler
st be protected by lock_kernel() ? Thanks, Armin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

SMP Problem with RTL8139

2001-01-14 Thread Armin Schindler
anous entry of an interrupt handler. appeared just after it. From this moment the network performance goes down to just a few bytes per second until system restart. Is this a known problem ? Thanks for any hint. Armin - To unsubscribe from this list: send the line "unsubscribe linux-kern

aic7xxx 2.4.0 test12 hang

2000-12-28 Thread Armin Obersteiner
i've read about similar hangs on an alpha on this list (same kind of controller) any solution there ... Regards, Armin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Patch: test13-pre2 fails "make xconfig" in isdn/Config.in

2000-12-16 Thread Armin Schindler
On Sat, 16 Dec 2000, Gunther Mayer wrote: This patch does not fix all problems in isdn/eicon. A bigger patch is on the way. Thanx, Armin > Hi Linus, > apply this patch if like to fix this obvious error > with "make xconfig" on plain tree: > ./tkparse &l

Re: doubly defined symbols in drivers/isdn/eicon (240t13p2)

2000-12-16 Thread Armin Schindler
The last Makefile changes broke some parts in the isdn tree. Patch is on the way. Armin On Sat, 16 Dec 2000, Rasmus Andersen wrote: > Hi. > > When I try to compile kernel 240test13pre2 I get the following: > > > rm -f eicon_drv.o > ld -m elf_i386 -r -o eicon_drv.o eico

Q: tq_scheduler slower on SMP ?

2000-12-03 Thread Armin Schindler
, Armin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

lock_kernel() in kernel thread

2000-10-13 Thread Armin Schindler
->lock_depth)); #endif } Can someone explain what is behind lock_kernel() and these changes (#if 1) in 2.4 ? Is there any documentation for this out there ? Thanks, Armin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Compiling and linking with -gdwarf enable

2000-10-05 Thread Armin Kuster
; In general enabling debugging in the kernel source is not a problem. The specific problem is with the 405 code. What was the date you got the kernel from MontaVista? i.e /ppc-405gp/files_{date}/ the latest was posted Sept 9th and you can get is @ ftp.mvista.com/pub/Area51/ppc-405gp/files_00.09.09

DOCBOOK patch

2000-09-26 Thread Armin kuster
-api.tmpl TIA; armin diff -ru ../linux-2.4.0-test8_org/Documentation/DocBook/Makefile ./Documentation/DocBook/Makefile --- ../linux-2.4.0-test8_org/Documentation/DocBook/Makefile Tue Sep 26 01:55:33 2000 +++ ./Documentation/DocBook/MakefileTue Sep 26 02:48:40 2000 @@ -55,11 +55,11