WARNING: drivers/net/wireless/iwlwifi/mvm/tx.c:197 iwl_mvm_set_tx_params+0x5f4/0x630 [iwlmvm]()

2014-10-23 Thread Arnd Hannemann
Hi, on recent Linus git, I regulary get the following backtrace (since 3.17 around or so). HW is Intel Corporation Wireless 7260 (rev 83) [ 1774.340980] [ cut here ] [ 1774.341003] WARNING: CPU: 2 PID: 2402 at

WARNING: drivers/net/wireless/iwlwifi/mvm/tx.c:197 iwl_mvm_set_tx_params+0x5f4/0x630 [iwlmvm]()

2014-10-23 Thread Arnd Hannemann
Hi, on recent Linus git, I regulary get the following backtrace (since 3.17 around or so). HW is Intel Corporation Wireless 7260 (rev 83) [ 1774.340980] [ cut here ] [ 1774.341003] WARNING: CPU: 2 PID: 2402 at

3.11.0-rc5: WARNING: at drivers/gpu/drm/i915/intel_display.c:8286 check_crtc_state

2013-08-14 Thread Arnd Hannemann
Hi, when changing the refresh rate of my laptop display with xrandr on 3.11.0-rc5, like: xrandr --output LVDS1 --rate 59.9 --mode 1920x1080 The following WARNING is generated: [ 50.018055] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0) [

3.11.0-rc5: WARNING: at drivers/gpu/drm/i915/intel_display.c:8286 check_crtc_state

2013-08-14 Thread Arnd Hannemann
Hi, when changing the refresh rate of my laptop display with xrandr on 3.11.0-rc5, like: xrandr --output LVDS1 --rate 59.9 --mode 1920x1080 The following WARNING is generated: [ 50.018055] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0) [

[PATCH] pata_atiixp: override cable detection on MSI E350DM-E33

2012-08-17 Thread Arnd Hannemann
87] ata5.00: configured for UDMA/100 Testing revealed no transfer issues. Signed-off-by: Arnd Hannemann --- drivers/ata/pata_atiixp.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index 361c75c..24e5105 100644 --- a

[PATCH] pata_atiixp: override cable detection on MSI E350DM-E33

2012-08-17 Thread Arnd Hannemann
Testing revealed no transfer issues. Signed-off-by: Arnd Hannemann a...@arndnet.de --- drivers/ata/pata_atiixp.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index 361c75c..24e5105 100644 --- a/drivers/ata/pata_atiixp.c

Re: Patch kernel: I have 8 Gbytes RAM, but why I can only allocate 2.8 Gbytes RAM for a single process?

2008-02-25 Thread Arnd Hannemann
J.C. Pizarro schrieb: > 2008/2/25, Ady Wicaksono <[EMAIL PROTECTED]>: >> I have 8 Gbytes RAM, but why I can allocate 2.8 Gbytes RAM for a single >> process? >> How to patch kernel so I have more than 2.8 Gbytes limitation? >> >> Kernel: >> --- >> Linux xxx.com

Re: Patch kernel: I have 8 Gbytes RAM, but why I can only allocate 2.8 Gbytes RAM for a single process?

2008-02-25 Thread Arnd Hannemann
J.C. Pizarro schrieb: 2008/2/25, Ady Wicaksono [EMAIL PROTECTED]: I have 8 Gbytes RAM, but why I can allocate 2.8 Gbytes RAM for a single process? How to patch kernel so I have more than 2.8 Gbytes limitation? Kernel: --- Linux xxx.com

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-23 Thread Arnd Hannemann
Arnd Hannemann wrote: > Jeremy Fitzhardinge wrote: >> Arnd Hannemann wrote: >>> This is with 2.6.24.2, but latest-git looks the same: >>> I also tried with 2.6.23 which crashes instantly, without any output >>> of the guest. >>> >> I'm n

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-23 Thread Arnd Hannemann
Arnd Hannemann wrote: Jeremy Fitzhardinge wrote: Arnd Hannemann wrote: This is with 2.6.24.2, but latest-git looks the same: I also tried with 2.6.23 which crashes instantly, without any output of the guest. I'm not too surprised. Non-PAE Xen is a bit of a rarity, and it only gets

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Jeremy Fitzhardinge wrote: > Arnd Hannemann wrote: >> This is with 2.6.24.2, but latest-git looks the same: >> I also tried with 2.6.23 which crashes instantly, without any output >> of the guest. >> > > I'm not too surprised. Non-PAE Xen is a bit of a rarity,

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Jeremy Fitzhardinge schrieb: > Arnd Hannemann wrote: >> As paravirtualized xen guests won't work with !X86_PAE, change the >> Kconfig >> accordingly. >> > > !PAE is supposed to work, but it is a rarely used configuration. How > does it fail? > >J

Re: [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Ian Campbell schrieb: > On Fri, 2008-02-22 at 12:00 +0100, Arnd Hannemann wrote: >> As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig >> accordingly. > > Really? Xen guests should work on non-PAE if you have a non-PAE > hypervisor (which most dist

[PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Hi, As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig accordingly. Signed-off-by: Arnd Hannemann <[EMAIL PROTECTED]> diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 4d5f264..2035238 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -6,

[PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Hi, As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig accordingly. Signed-off-by: Arnd Hannemann [EMAIL PROTECTED] diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 4d5f264..2035238 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -6,7 +6,7

Re: [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Ian Campbell schrieb: On Fri, 2008-02-22 at 12:00 +0100, Arnd Hannemann wrote: As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig accordingly. Really? Xen guests should work on non-PAE if you have a non-PAE hypervisor (which most distros don't ship but which does

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Jeremy Fitzhardinge schrieb: Arnd Hannemann wrote: As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig accordingly. !PAE is supposed to work, but it is a rarely used configuration. How does it fail? J This is with 2.6.24.2, but latest-git looks the same

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-22 Thread Arnd Hannemann
Jeremy Fitzhardinge wrote: Arnd Hannemann wrote: This is with 2.6.24.2, but latest-git looks the same: I also tried with 2.6.23 which crashes instantly, without any output of the guest. I'm not too surprised. Non-PAE Xen is a bit of a rarity, and it only gets tested rarely. Chris

Re: Geode GX/LX watchdog timer (RESEND)

2008-02-17 Thread Arnd Hannemann
Iain Paton schrieb: > Adrian Bunk wrote: >> On Sun, Feb 17, 2008 at 03:46:01PM +0100, Arnd Hannemann wrote: >>> Never tried to built it as a module. >>> Probably there are issues with that. If I remember correctly I saw a >>> patch in 2.6.25-rc which >>>

Re: Geode GX/LX watchdog timer (RESEND)

2008-02-17 Thread Arnd Hannemann
Hi, Iain Paton wrote: > Arnd Hannemann wrote: > >> I can confirm that it is still working fine :-) > > Hi, > > Has anyone managed to build this as a module against the full 2.6.24 > release ? > > I am seeing the following error: > > CC [M] lib

Re: Geode GX/LX watchdog timer (RESEND)

2008-02-17 Thread Arnd Hannemann
Hi, Iain Paton wrote: Arnd Hannemann wrote: I can confirm that it is still working fine :-) Hi, Has anyone managed to build this as a module against the full 2.6.24 release ? I am seeing the following error: CC [M] lib/zlib_inflate/infutil.o CC [M] lib/zlib_inflate

Re: Geode GX/LX watchdog timer (RESEND)

2008-02-17 Thread Arnd Hannemann
Iain Paton schrieb: Adrian Bunk wrote: On Sun, Feb 17, 2008 at 03:46:01PM +0100, Arnd Hannemann wrote: Never tried to built it as a module. Probably there are issues with that. If I remember correctly I saw a patch in 2.6.25-rc which mentioned that using mfgpt in modules won't work. Does

Re: strange SysRq problem

2008-02-14 Thread Arnd Hannemann
cter which is not a valid sysrq. (The probability to trigger another sysrq with random data is much lower, but did you find any other printout of an sysrq in your logs?) Best regards, Arnd Hannemann -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: strange SysRq problem

2008-02-14 Thread Arnd Hannemann
. (The probability to trigger another sysrq with random data is much lower, but did you find any other printout of an sysrq in your logs?) Best regards, Arnd Hannemann -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: x86: GEODE fix MFGPT input clock value

2008-01-23 Thread Arnd Hannemann
Hi, Jordan Crouse schrieb: > On 23/01/08 23:11 +0100, Willy Tarreau wrote: >> Hi Peter, >> >> On Wed, Jan 23, 2008 at 01:59:32PM -0800, H. Peter Anvin wrote: >>> Willy Tarreau wrote: The GEODE MFGPT code assumed that 32kHz was 32000 Hz while the boards run on a 32.768 kHz digital watch

Re: x86: GEODE fix MFGPT input clock value

2008-01-23 Thread Arnd Hannemann
Hi, Jordan Crouse schrieb: On 23/01/08 23:11 +0100, Willy Tarreau wrote: Hi Peter, On Wed, Jan 23, 2008 at 01:59:32PM -0800, H. Peter Anvin wrote: Willy Tarreau wrote: The GEODE MFGPT code assumed that 32kHz was 32000 Hz while the boards run on a 32.768 kHz digital watch crystal. In

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Hi, Jordan Crouse schrieb: >> Indeed. >> Strange, it works at least with mfgpt_irq=8 (rtc) and mfgpt_irq=5 (audio): > > I have most excellent news. I was able to get tinyBIOS booting on my > development platform. I looked at the problem with the debugger and > I think I might have found

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Hi Lars, Lars Heete schrieb: > Hello, > > On Tuesday 22 January 2008 10:03:08 am Arnd Hannemann wrote: >> Jordan Crouse wrote: >>> Okay - I've been exploring a little bit more. I talked to the TinyBIOS >>> developer, and he verified that TinyBIOS shouldn't use a

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Jordan Crouse wrote: > Okay - I've been exploring a little bit more. I talked to the TinyBIOS > developer, and he verified that TinyBIOS shouldn't use any MFGPT timers. > He also told me that the mysterious "MFGPT workaround" was in fact the > magic MFGPT erasing MSR that was in the old kernel

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Jordan Crouse wrote: Okay - I've been exploring a little bit more. I talked to the TinyBIOS developer, and he verified that TinyBIOS shouldn't use any MFGPT timers. He also told me that the mysterious MFGPT workaround was in fact the magic MFGPT erasing MSR that was in the old kernel driver.

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Hi Lars, Lars Heete schrieb: Hello, On Tuesday 22 January 2008 10:03:08 am Arnd Hannemann wrote: Jordan Crouse wrote: Okay - I've been exploring a little bit more. I talked to the TinyBIOS developer, and he verified that TinyBIOS shouldn't use any MFGPT timers. He also told me

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-22 Thread Arnd Hannemann
Hi, Jordan Crouse schrieb: Indeed. Strange, it works at least with mfgpt_irq=8 (rtc) and mfgpt_irq=5 (audio): I have most excellent news. I was able to get tinyBIOS booting on my development platform. I looked at the problem with the debugger and I think I might have found something. It

Re: Geode GX/LX watchdog timer (RESEND)

2008-01-21 Thread Arnd Hannemann
Jordan Crouse schrieb: > On 20/01/08 14:22 +0100, Arnd Hannemann wrote: >> Hi, >> >> Jordan Crouse wrote: >>> On 17/01/08 23:52 +0100, Arnd Hannemann wrote: >>>>>> Watchdog for the new API would be great :-) >>>>> Coming soon. &g

Re: Geode GX/LX watchdog timer (RESEND)

2008-01-21 Thread Arnd Hannemann
Jordan Crouse schrieb: On 20/01/08 14:22 +0100, Arnd Hannemann wrote: Hi, Jordan Crouse wrote: On 17/01/08 23:52 +0100, Arnd Hannemann wrote: Watchdog for the new API would be great :-) Coming soon. As promised, a watchdog driver for the Geode GX/LX processors is attached. I basically

Re: 2.6.24-rc8-git does not boot on Geode LX

2008-01-20 Thread Arnd Hannemann
ing CONFIG_GEODE_MFGPT_TIMER won't be enough to boot 2.6.24-rc8 on a v0.98 bios or on a v0.99 bios with MFGPT workaround turned on in the bios menu. Otherwise the system will hang in arch/x86/kernel/mfgpt_32.c while trying to detect MFGPT timers. To clearify, for us the following works: v0.99 bios, MF

Re: [GEODE] Geode GX/LX watchdog timer (was 2.6.24-rc8 hangs at mfgpt-timer)

2008-01-20 Thread Arnd Hannemann
Hi, Jordan Crouse wrote: > On 17/01/08 23:52 +0100, Arnd Hannemann wrote: >>>> Watchdog for the new API would be great :-) >>> Coming soon. > > As promised, a watchdog driver for the Geode GX/LX processors is attached. > I basically just ported the previous pat

Re: [GEODE] Geode GX/LX watchdog timer (was 2.6.24-rc8 hangs at mfgpt-timer)

2008-01-20 Thread Arnd Hannemann
Hi, Jordan Crouse wrote: On 17/01/08 23:52 +0100, Arnd Hannemann wrote: Watchdog for the new API would be great :-) Coming soon. As promised, a watchdog driver for the Geode GX/LX processors is attached. I basically just ported the previous patch forward to 2.6.24. Great work! I also

Re: 2.6.24-rc8-git does not boot on Geode LX

2008-01-20 Thread Arnd Hannemann
and CONFIG_GEODE_MFGPT_TIMER=n --- snip --- Best regards, Arnd Hannemann -- 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.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse schrieb: > On 17/01/08 23:52 +0100, Arnd Hannemann wrote: > > > >>> Hmmm - not sure whats happening here. I wonder if we're stuck in an >>> interrupt storm of some sort as soon as you register the interrupt handler. >>> But I would think

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse wrote: > On 17/01/08 22:50 +0100, Arnd Hannemann wrote: >> Jordan Crouse schrieb: >>> On 17/01/08 20:53 +0100, Arnd Hannemann wrote: >>>> Andres Salomon schrieb: >>>>> On Thu, 17 Jan 2008 10:54:30 +0100 >>>>> Arnd Hann

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse schrieb: > On 17/01/08 20:53 +0100, Arnd Hannemann wrote: >> Andres Salomon schrieb: >>> On Thu, 17 Jan 2008 10:54:30 +0100 >>> Arnd Hannemann <[EMAIL PROTECTED]> wrote: >>> >>>> Andres Salomon schrieb: >>>>> On W

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Andres Salomon schrieb: > On Thu, 17 Jan 2008 10:54:30 +0100 > Arnd Hannemann <[EMAIL PROTECTED]> wrote: > >> Andres Salomon schrieb: >>> On Wed, 16 Jan 2008 16:19:12 -0500 >>> Andres Salomon <[EMAIL PROTECTED]> wrote: >>> >>>&

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Andres Salomon schrieb: > On Wed, 16 Jan 2008 16:19:12 -0500 > Andres Salomon <[EMAIL PROTECTED]> wrote: > >> On Wed, 16 Jan 2008 18:44:07 +0100 >> Arnd Hannemann <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> >>> I'm trying to boot 2.6

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Andres Salomon schrieb: On Thu, 17 Jan 2008 10:54:30 +0100 Arnd Hannemann [EMAIL PROTECTED] wrote: Andres Salomon schrieb: On Wed, 16 Jan 2008 16:19:12 -0500 Andres Salomon [EMAIL PROTECTED] wrote: On Wed, 16 Jan 2008 18:44:07 +0100 Arnd Hannemann [EMAIL PROTECTED] wrote: Hi, I'm

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse schrieb: On 17/01/08 20:53 +0100, Arnd Hannemann wrote: Andres Salomon schrieb: On Thu, 17 Jan 2008 10:54:30 +0100 Arnd Hannemann [EMAIL PROTECTED] wrote: Andres Salomon schrieb: On Wed, 16 Jan 2008 16:19:12 -0500 Andres Salomon [EMAIL PROTECTED] wrote: On Wed, 16 Jan 2008

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse wrote: On 17/01/08 22:50 +0100, Arnd Hannemann wrote: Jordan Crouse schrieb: On 17/01/08 20:53 +0100, Arnd Hannemann wrote: Andres Salomon schrieb: On Thu, 17 Jan 2008 10:54:30 +0100 Arnd Hannemann [EMAIL PROTECTED] wrote: Andres Salomon schrieb: On Wed, 16 Jan 2008 16:19:12

Re: 2.6.24-rc8 hangs at mfgpt-timer

2008-01-17 Thread Arnd Hannemann
Jordan Crouse schrieb: On 17/01/08 23:52 +0100, Arnd Hannemann wrote: snip Hmmm - not sure whats happening here. I wonder if we're stuck in an interrupt storm of some sort as soon as you register the interrupt handler. But I would think that whatever was causing the interrupt storm would

2.6.24-rc8 hangs at mfgpt-timer

2008-01-16 Thread Arnd Hannemann
available here: http://www.umic-mesh.net/~hannemann/config-2.6.24-rc8 Best regards, Arnd Hannemann [0.00] Linux version 2.6.24-rc8 ([EMAIL PROTECTED]) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #7 Wed Jan 16 17:47:15 CE8 [0.00] BIOS-provided physical RAM

2.6.24-rc8 hangs at mfgpt-timer

2008-01-16 Thread Arnd Hannemann
available here: http://www.umic-mesh.net/~hannemann/config-2.6.24-rc8 Best regards, Arnd Hannemann [0.00] Linux version 2.6.24-rc8 ([EMAIL PROTECTED]) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #7 Wed Jan 16 17:47:15 CE8 [0.00] BIOS-provided physical RAM

Re: Truecrypt in kernel ?

2007-11-06 Thread Arnd Hannemann
Hi, Zurk Tech schrieb: > i was trying to move my truecrypt container from my xp box to my > debian etch box. > on windows xp its just double click to mount it, no need to even > install with the portable option. > on linux i had to download the source of the kernel, compile it, add > the

Re: Truecrypt in kernel ?

2007-11-06 Thread Arnd Hannemann
Hi, Zurk Tech schrieb: i was trying to move my truecrypt container from my xp box to my debian etch box. on windows xp its just double click to mount it, no need to even install with the portable option. on linux i had to download the source of the kernel, compile it, add the truecrypt

Re: pivot_root alternative

2007-06-24 Thread Arnd Hannemann
Jan Engelhardt schrieb: > On Jun 24 2007 23:27, Salvatore De Paolis wrote: >> i built the kernel with a busybox initramfs which runs from a usb stick. >> While >> i boot i need to mount the real root and i'm using pivot_root. >> Pivot_root . old-root return to me an "Invalid argument" error and

Re: pivot_root alternative

2007-06-24 Thread Arnd Hannemann
Jan Engelhardt schrieb: On Jun 24 2007 23:27, Salvatore De Paolis wrote: i built the kernel with a busybox initramfs which runs from a usb stick. While i boot i need to mount the real root and i'm using pivot_root. Pivot_root . old-root return to me an Invalid argument error and googling i