Re: hard lock-up with 4.14 git

2017-10-13 Thread Prakash Punnoor
On 13.10.2017 13:56, Markus Trippelsdorf wrote: > On 2017.10.13 at 13:39 +0200, Prakash Punnoor wrote: >> after some use (eg. compiling packages) the machine locks up hard. Magic >> SysRq doesn't work. >> >> I had trouble bisecting the offending commit. This is m

Re: hard lock-up with 4.14 git

2017-10-13 Thread Prakash Punnoor
On 13.10.2017 13:39, Prakash Punnoor wrote: > Hi, > > after some use (eg. compiling packages) the machine locks up hard. Magic > SysRq doesn't work. > > I had trouble bisecting the offending commit. This is my third try. And > it points to 94b1b03b519b81c494900cb112aa00

hard lock-up with 4.14 git

2017-10-13 Thread Prakash Punnoor
Hi, after some use (eg. compiling packages) the machine locks up hard. Magic SysRq doesn't work. I had trouble bisecting the offending commit. This is my third try. And it points to 94b1b03b519b81c494900cb112aa00ed205cc2d9 "x86/mm: Rework lazy TLB mode and TLB freshness tracking". Does it make s

Re: udiskd high CPU usage with 4.0 git

2015-03-09 Thread Prakash Punnoor
On 09.03.2015 00:30, NeilBrown wrote: > On Sun, 08 Mar 2015 18:14:39 +0100 Prakash Punnoor wrote: > >> Hi, >> >> I noticed the udisks daemon (version 2.1.4) suddenly started using high >> cpu (one core at 100%) with linux 4.

udiskd high CPU usage with 4.0 git

2015-03-08 Thread Prakash Punnoor
Hi, I noticed the udisks daemon (version 2.1.4) suddenly started using high cpu (one core at 100%) with linux 4.0 git kernel. I bisected it to: 750f199ee8b578062341e6ddfe36c59ac8ff2dcb And reverting it from current master (at 2cf3afcd4cbe0e32b8722fc291e9255de1b4d6c6) fixes my problem indeed. I

Re: [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

2015-03-04 Thread Prakash Punnoor
On 04.03.2015 03:29, Jiang Liu wrote: > On 2015/3/3 23:18, Bjorn Helgaas wrote: >> On Mon, Mar 2, 2015 at 10:25 PM, Jiang Liu wrote: >>> Some BIOSes report incorrect length for ACPI address space descriptors, >>> so relax the checks to avoid regressions. >>> >>> Signed-off-by: Jiang Liu >> >> It'

Re: [Debug 0/2] Fix regressions caused by commit 593669c2ac0f

2015-03-03 Thread Prakash Punnoor
esource descriptor checks to work around >> BIOS bugs > > I've booted my machine with that lost its r8169 and it appears to be > working now. > > So from the regression POV: > Tested-by: Dave Airlie Works for me, as well. Thanks! Tested-by: Prakash Punnoor Regards,

ACPI regression with 3.19+

2015-02-28 Thread Prakash Punnoor
Hallo, my system won't boot with current GIT kernel (see attached screenshot). The system seems somewhat frozen (cannot ssh into it), but magic sysrq still works. I bisected the problem to commit 593669c2ac0fe18baee04a3cd5539a148aa48574. Attached are my config and dmesg output from previous commit

ACPI regression with 3.19+

2015-02-28 Thread Prakash Punnoor
Hallo, my system won't boot with current GIT kernel (see attached screenshot). The system seems somewhat frozen (cannot ssh into it), but magic sysrq still works. I bisected the problem to commit 593669c2ac0fe18baee04a3cd5539a148aa48574. Attached are my config and dmesg output from previous commit

Re: Disk schedulers

2008-02-15 Thread Prakash Punnoor
ted this problem _years_ ago, but till now much hasn't changed. Large writes lead to read starvation. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: E1000 (PCI-E) doesn't work on nforce430, MSI issue.

2008-02-12 Thread Prakash Punnoor
t work by default. "pci=nomsi" fixes the problem. Probably the patch to enable msi bit on the host bridge(?) is still missing in mainline. I needed that patch to make msi work on my MCP51 system. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
On the day of Saturday 09 February 2008 Gene Heskett hast written: > On Saturday 09 February 2008, Prakash Punnoor wrote: > >On the day of Saturday 09 February 2008 Gene Heskett hast written: > >> This has killed me both at boot time twice, once before NASH was > >> runn

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
u provide cat /proc/interrupts lspci lspci -n -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
Am Samstag 09 Februar 2008 schrieben Sie: > On Sat, Feb 09, 2008 at 04:51:05PM +0100, Prakash Punnoor wrote: > > On the day of Saturday 09 February 2008 Andi Kleen hast written: > > > We discussed this back then with Nvidia engineers and they stated > > > that only NF5

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
yours. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
On the day of Saturday 09 February 2008 Thomas Gleixner hast written: > On Sat, 9 Feb 2008, Prakash Punnoor wrote: > > On the day of Friday 08 February 2008 Andi Kleen hast written: > > > On Fri, Feb 08, 2008 at 08:00:39PM +0100, Prakash Punnoor wrote: > > > > On the

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-09 Thread Prakash Punnoor
override. Great. Hint: The correct way of quirking would be *only having this one* line: + QBRIDGE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2, nvidia_timer), According to Len Brown's comment this would work for every nforce2. For every other nforceX use DMI Scan a

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-08 Thread Prakash Punnoor
On the day of Friday 08 February 2008 Andi Kleen hast written: > On Fri, Feb 08, 2008 at 08:00:39PM +0100, Prakash Punnoor wrote: > > On the day of Friday 08 February 2008 Andi Kleen hast written: > > > On Fri, Feb 08, 2008 at 06:39:17PM +0100, Prakash Punnoor wrote: > > &g

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-08 Thread Prakash Punnoor
On the day of Friday 08 February 2008 Andi Kleen hast written: > On Fri, Feb 08, 2008 at 06:39:17PM +0100, Prakash Punnoor wrote: > > On the day of Friday 08 February 2008 Andi Kleen hast written: > > > On Fri, Feb 08, 2008 at 04:13:35PM +0100, Prakash Punnoor wrote: > >

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-08 Thread Prakash Punnoor
On the day of Friday 08 February 2008 Andi Kleen hast written: > On Fri, Feb 08, 2008 at 04:13:35PM +0100, Prakash Punnoor wrote: > > Sorry, I meant the opposite. I needed the acpi_skip_timer_override kernel > > parameter for nforce2, thus no override. So this chipset is missi

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-08 Thread Prakash Punnoor
On the day of Friday 08 February 2008 Prakash Punnoor hast written: > On the day of Friday 08 February 2008 Andi Kleen hast written: > > On Thu, Feb 07, 2008 at 10:21:18PM +0100, Prakash Punnoor wrote: > > > On the day of Thursday 07 February 2008 Andi Kleen hast written: >

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-08 Thread Prakash Punnoor
On the day of Friday 08 February 2008 Andi Kleen hast written: > On Thu, Feb 07, 2008 at 10:21:18PM +0100, Prakash Punnoor wrote: > > On the day of Thursday 07 February 2008 Andi Kleen hast written: > > > Replace the old "for all of nvidia" quirk with a quirk conta

Re: [PATCH] Replace nvidia timer override quirk with pci id list

2008-02-07 Thread Prakash Punnoor
Host Bridge (rev a2) 00: de 10 f0 02 06 00 b0 00 a2 00 00 05 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 c0 81 30: 00 00 00 00 44 00 00 00 00 00 00 00 ff 00 00 00 bye, -- (°= =°) //\ Prakash Punnoor /\\ V_

Re: [PATCH 1/2] msi: set 'En' bit of MSI Mapping Capability on HT platform

2007-11-25 Thread Prakash Punnoor
if (((bridge_dev = pci_find_slot(0, 0)) != NULL) && You rather want to use pci_get_bus_and_slot instead, as pci_find_slot is deprecated. Thanks! -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

2.6.24-rc1-gec3b67c1 broken reg. libata-sata_nv in non NCQ mode

2007-10-27 Thread Prakash Punnoor
e a MCP51 chipset. So something in libata changed and got broken or sata_nv wasn't adopted for that change. HTH, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: sata_nv issues with MCP51 SATA controller

2007-09-15 Thread Prakash Punnoor
me the kernel didn't boot with certain versions. Any yes, you spelled it correctly. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: sata_nv issues with MCP51 SATA controller

2007-09-15 Thread Prakash Punnoor
chipset and I don't have any problems - even with the swncq patch applied. Do you have an hpet? If not, try booting with acpi_use_time_override. My system won't work with skipping the override. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.a

Re: sata_nv issues with MCP51 SATA controller

2007-09-14 Thread Prakash Punnoor
> ... > " I don't think it will matter, as adma doesn't affect MCP51, but only nforce4. So I'd look for other trouble makers. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: Why do so many machines need "noapic"?

2007-09-07 Thread Prakash Punnoor
inboard vendors etc. > > This is the first one I've actually had in front of me: > > HP TX1000 notebook > Nvidia C51/MCP51 mobile chipset Do you have a hpet? If not, have you tried using acpi_use_timer_override with apic? bye, -- (°= =°) //\ Prakash Punnoor

Re: Linux 2.6.23-rc5

2007-09-04 Thread Prakash Punnoor
On the day of Sunday 02 September 2007 Prakash Punnoor hast written: > Hi, > > 2.6.23-rc5 locks up hard (Magic Syskeys won't even work) after a few > minutes of work on x86_64. 2.6.23-rc4 was fine. I'll try git-bisect to find > out what is causing trouble. Yes, I am u

ipv4_get_l4proto: Frag of proto 17

2007-09-02 Thread Prakash Punnoor
Hi, since 2.6.23-rc1 my log gets cluttered with ipv4_get_l4proto: Frag of proto 17 What is the reason? Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [2.6.20.17 review 35/58] forcedeth bug fix: realtek phy

2007-08-23 Thread Prakash Punnoor
On the day of Thursday 23 August 2007 Greg KH hast written: > On Wed, Aug 22, 2007 at 10:42:25PM +0200, Willy Tarreau wrote: > > On Wed, Aug 22, 2007 at 08:15:03PM +0200, Prakash Punnoor wrote: > > > Hi, > > > > > > even if Greg is waiting for some special in

Re: [2.6.20.17 review 35/58] forcedeth bug fix: realtek phy

2007-08-22 Thread Prakash Punnoor
s: phy init failed. > ", pci_name(np->pci_dev)); > + return PHY_ERROR; > + } > + if (mii_rw(dev, np->phyaddr, PHY_REALTEK_INIT_REG1, > PHY_REALTEK_INIT1)) > { + printk(KERN_INFO "%s: phy init failed. > ", pci_name(np->pci_dev)); > + return PHY_ERROR; > + } > + } > + > /* some phys clear out pause advertisment on reset, set it back */ > mii_rw(dev, np->phyaddr, MII_ADVERTISE, reg); > > -- > 1.5.2.5 -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [patch 00/12] 2.6.22-stable review

2007-08-14 Thread Prakash Punnoor
Am Dienstag 14 August 2007 schrieb Greg KH: > On Tue, Aug 14, 2007 at 06:13:34PM +0200, Prakash Punnoor wrote: > > Am Dienstag 14 August 2007 schrieb Greg KH: > > > This is the start of the stable review cycle for the 2.6.22.3 release. > > > > You missed this one:

Re: [patch 00/12] 2.6.22-stable review

2007-08-14 Thread Prakash Punnoor
... bye, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: Linux 2.6.22.2

2007-08-10 Thread Prakash Punnoor
union ring_type { > /* PHY defines */ > #define PHY_OUI_MARVELL 0x5043 > #define PHY_OUI_CICADA 0x03f1 > +#define PHY_OUI_VITESSE 0x01c1 > +#define PHY_OUI_REALTEK 0x01c1 - (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc De

Re: 2.6.23-rc1, KVM-AMD problem

2007-08-04 Thread Prakash Punnoor
made it into 2.6.23-rc2. I need it as well, to make Windows XP boot up w/o hanging or reebooting my host machine. Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-07-09 Thread Prakash Punnoor
ST3320620AS on the MCP51, mostly in raid5 and they work fine with NCQ enabled and the second patch you/your co-worker posted. Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-06-27 Thread Prakash Punnoor
th the previous patch the system worked, except the port resets. Anyway, I'll ask Maxtor or rather Seagate to fix their firmware pointing at your diagnosis. bye, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [Trivial Patch] Remove JFFS2 dependency on internal Zlib header

2007-06-02 Thread Prakash Punnoor
Daniel Hazelton wrote: Signed-off-by: Daniel Hazelton <[EMAIL PROTECTED]> DRH diff --git a/fs/jffs2/compr_zlib.c b/fs/jffs2/compr_zlib.c index 2b87fcc..9f1b935 100644 --- a/fs/jffs2/compr_zlib.c +++ b/fs/jffs2/compr_zlib.c @@ -16,7 +16,6 @@ #include #include #include -#include #include

Re: [PATCH] Kconfig powernow-k8 driver should depend on ACPI P-States driver

2007-05-16 Thread Prakash Punnoor
to fix the bios or simply compile in the p states driver additionally w/o forcing the user to do it. Maybe you want to give a hint in the p states driver help text? -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [patch] CFS scheduler, -v7

2007-05-04 Thread Prakash Punnoor
Am Sonntag 29 April 2007 schrieb Prakash Punnoor: > Am Samstag 28 April 2007 schrieb Ingo Molnar: > > i'm pleased to announce release -v7 of the CFS scheduler patchset. (The > > main goal of CFS is to implement "desktop scheduling" with as high > > quality as te

Re: [patch] CFS scheduler, -v7

2007-04-29 Thread Prakash Punnoor
;t testes earlier cfs nor later sd. Seems scheduler gets optimized more for single core than smp? http://aften.sourceforge.net/ Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V signature.asc Description: This is a digitally signed message part.

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-04-01 Thread Prakash Punnoor
Am Sonntag 01 April 2007 schrieb michael chang: > On 4/1/07, Prakash Punnoor <[EMAIL PROTECTED]> wrote: > > Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: > > > > > > Hi, I am using 2.6.21-rc5 with rsdl 0.37 and think I still see a > > > regressio

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-31 Thread Prakash Punnoor
Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: > Am Mittwoch 28 März 2007 schrieb Con Kolivas: > > I'm cautiously optimistic that we're at the thin edge of the bugfix wedge > > now. > > > > --- > > set_load_weight() should be performed after

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Prakash Punnoor
the whole test wave is in cache. Otherwise you can easily I/O limit the encoder. ;-) You need to get sources from svn though. The current 0.06 release doesn't have threads support. Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpPd1wincXFE.pgp Description: PGP signature

Re: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen with pata_amd

2007-02-19 Thread Prakash Punnoor
Am Sonntag 18 Februar 2007 schrieb Prakash Punnoor: > Am Samstag 17 Februar 2007 schrieb Prakash Punnoor: > > Am Samstag 17 Februar 2007 schrieb Prakash Punnoor: > > > Hi, > > > > > > I tried a cat /dev/sdb1 >/dev/null from a Sandisk Extreme III CF card &g

Re: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen with pata_amd

2007-02-18 Thread Prakash Punnoor
Am Samstag 17 Februar 2007 schrieb Prakash Punnoor: > Am Samstag 17 Februar 2007 schrieb Prakash Punnoor: > > Hi, > > > > I tried a cat /dev/sdb1 >/dev/null from a Sandisk Extreme III CF card > > connected via cf to IDE adapteer to onboard ide of nforce c51. I am usi

Re: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen with pata_amd

2007-02-17 Thread Prakash Punnoor
Am Samstag 17 Februar 2007 schrieb Prakash Punnoor: > Hi, > > I tried a cat /dev/sdb1 >/dev/null from a Sandisk Extreme III CF card > connected via cf to IDE adapteer to onboard ide of nforce c51. I am usinf > 2.6.20 on x86_64. For a few seconds it worked but then it dropped to

exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen with pata_amd

2007-02-17 Thread Prakash Punnoor
, read cache: enabled, doesn't support DPO or FUA sdb: sdb1 sd 2:0:0:0: Attached scsi removable disk sdb sd 2:0:0:0: Attached scsi generic sg1 type 0 -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpI7YX8eVN2j.pgp Description: PGP signature

Re: [PATCH] nvidiafb: allow ignoring EDID info

2007-01-28 Thread Prakash Punnoor
r this is possible, but wouldn't be a cleaner approach be to put this parameter to something fb specific and not nvidia specific? As Nvidia fb proabably isn't the only one using edid and so it wouldn't be necessary to introduce such a parameter for every fb driver... -- (°=

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-19 Thread Prakash Punnoor
> Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching the device/usb cable except > > pluggin it in for the

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-19 Thread Prakash Punnoor
Am Freitag 19 Januar 2007 12:29 schrieb Oliver Neukum: > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching the d

Re: 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
_LITTLE_ENDIAN=y CONFIG_USB_PRINTER=m CONFIG_USB_STORAGE=m -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpLE3nJPrvwe.pgp Description: PGP signature

Re: 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
Am Sonntag 14 Januar 2007 10:28 schrieb Oliver Neukum: > Am Sonntag, 14. Januar 2007 10:08 schrieb Prakash Punnoor: > > Am Donnerstag 11 Januar 2007 18:28 schrieb Oliver Neukum: > > > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > > > Hi, > &

Re: 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
Am Donnerstag 11 Januar 2007 18:28 schrieb Oliver Neukum: > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching th

2.6.20-rc4: usb somehow broken

2007-01-11 Thread Prakash Punnoor
x27;ll test this week-end and upload more infos then. If you already have some ideas in the meantime, let me know. BTW, a usb2.0 card reader (connected through the same hub) works w/o problems... -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgp22k5cB26ew.pgp Description: PGP signature

Re: SATA/IDE Dual Mode w/Intel 945 Chipset or HOW TO LIQUIFY a flash IDE chip under 2.6.18

2007-01-10 Thread Prakash Punnoor
Am Mittwoch 10 Januar 2007 19:19 schrieb Jeff Garzik: > Prakash Punnoor wrote: > > Intel wants you to buy hw with ICH8R. ICH8 isn't get the advanced > > features for free > > What advanced features do you claim are missing from ICH8? I don't claim anything. Inte

Re: SATA/IDE Dual Mode w/Intel 945 Chipset or HOW TO LIQUIFY a flash IDE chip under 2.6.18

2007-01-10 Thread Prakash Punnoor
Am Mittwoch 10 Januar 2007 18:47 schrieb Lennart Sorensen: > On Wed, Jan 10, 2007 at 06:29:28PM +0100, Prakash Punnoor wrote: > > You can install the Intel Matrix driver after "adjusting" the inf file... > > Hmm, I guess a good question is: Why should I have to edit the i

Re: SATA/IDE Dual Mode w/Intel 945 Chipset or HOW TO LIQUIFY a flash IDE chip under 2.6.18

2007-01-10 Thread Prakash Punnoor
hat > would install. You can install the Intel Matrix driver after "adjusting" the inf file... -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgp7AR1JUTffE.pgp Description: PGP signature

Re: nforce chipset + dualcore x86-64: Oops, NMI, Null pointer deref, etc

2006-12-02 Thread Prakash Punnoor
Am Samstag 02 Dezember 2006 20:37 schrieb Bart Trojanowski: > * Prakash Punnoor <[EMAIL PROTECTED]> [061202 13:32]: > > Am Samstag 02 Dezember 2006 18:22 schrieb Bart Trojanowski: > > > In summary, I have an Opteron 170 in a Shuttle SN25P (nforce4 chipset). > > >

Re: nforce chipset + dualcore x86-64: Oops, NMI, Null pointer deref, etc

2006-12-02 Thread Prakash Punnoor
rride Have you tried this? -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpdXsRjGMPlI.pgp Description: PGP signature

Re: [RFC PATCH] nForce4 ADMA with NCQ: It's aliiiive..

2006-11-30 Thread Prakash Punnoor
Am Dienstag 10 Oktober 2006 08:44 schrieb Allen Martin: > No, only CK804 and MCP04 support ADMA. We'll be publishing some patches > for NCQ support for MCP55/MCP61 soon. Just wondering whether I missed them? It is now 1,5 month later... -- (°= =°) //\ Prakash Pun

Re: 2.6.18.3 SMP PREEMPT crashes (x86-64)

2006-11-29 Thread Prakash Punnoor
nable the hpet? (Maybe after a bios update?) If not: Try booting with noapic, compile latest git kernel and buut it (w/o noapic). Above message should now not appear, if I am not mistaken. Otherwise you have to hack the kernel to not ignoge the timer override.. But I could be mistaken... --

Re: Sluggish system responsiveness on I/O

2006-11-18 Thread Prakash Punnoor
dline seems to lessen the impact a little bit. And I don't find it acceptable to have to play around with nice to get a responsible desktop, esp when one is using a GUI. Cheers, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpyogd0UfSys.pgp Description: PGP signature

Re: Power consumption HZ100, HZ250, HZ1000: new numbers

2005-08-02 Thread Prakash Punnoor
Lee Revell schrieb: > On Tue, 2005-08-02 at 11:42 -0400, James Bruce wrote: > >>I do like saving power, which is why I run cpu frequency scaling on >>every machine I have that supports it. > > > My Athlon XP desktop doesn't support frequency scaling but has working > ACPI C-states (at least und

Re: [PATCH] no-idle-hz aka dynamic ticks

2005-08-02 Thread Prakash Punnoor
Con Kolivas schrieb: > As promised, here is an updated patch for the newly released 2.6.13-rc5. > Boots > and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. Doesn't compile for me w/ gcc 3.4.4: CC arch/i386/kernel/irq.o In file included from include/linux/dyn-tick.h:64,

2.6.13-rc3/4: usb resume/suspend support prevents shutdown

2005-07-29 Thread Prakash Punnoor
Hi, subject says it all. On my machin if above option is enabled in the kernel, I can no longer poweroff my machine - well, I can still do it by using magioc sysrq + o, but the poweroff script won't do so. Taking out above option fixes it. Rebooting the machine works though. Attached are .config

Re: [patch] inotify for 2.6.11

2005-04-05 Thread Prakash Punnoor
Robert Love schrieb: > On Tue, 2005-04-05 at 09:58 +0200, Prakash Punnoor wrote: > >>I am having a little trouble with inotify 0.22. Previous version worked w/o >>trouble (even with nvidia and nvsound loaded) with 2.6.12-rc1-kb2 and gamin >> >>Now I use 2.6.12-rc2

Re: [patch] inotify for 2.6.11

2005-04-05 Thread Prakash Punnoor
Hi, I am having a little trouble with inotify 0.22. Previous version worked w/o trouble (even with nvidia and nvsound loaded) with 2.6.12-rc1-kb2 and gamin Now I use 2.6.12-rc2 with inotify 0.22 and got this after a few minutes of uptime (compiling some stuff): Apr 5 09:40:43 tachyon Unable to

Re: BK snapshots removed from kernel.org?

2005-03-31 Thread Prakash Punnoor
> directory on kernel.org so it should now work properly if you apply the > patch. Hi, have the incremental patches been fixes as well? Last is 2.6.11-bk9 to bk10... -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

3com wol and nfs root trouble

2005-03-25 Thread Prakash Punnoor
device :00:0b.0 em8300: EM8300 8300 (rev 1) bus: 0, devfn: 88, irq: 11, memory: 0xe440. em8300: mapped-memory at 0xc898 em8300_main.o: Chip revision: 2 adv717x.o: ADV7175A chip detected adv717x.o: Configuring for PAL 60 adv717x.o: Configuring for PAL em8300_audio.o: Analog audio enabled em8

Re: BK snapshots broken

2005-03-16 Thread Prakash Punnoor
miss incremental patch. I wouldn't mind if bk now bases of 2.6.11.x kernel, but there is not .3-bk1 to .3-bk2 patch. :-/ -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

2.6.11-bk10: ATA trouble

2005-03-15 Thread Prakash Punnoor
not set # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_CRC32C is not set # CONFIG_CRYPTO_TEST is not set # # Hardware crypto devices # # CONFIG_CRYPTO_DEV_PADLOCK is not set # # Library routines # #

minor 2.6.11-bk6 config issue or user error

2005-03-10 Thread Prakash Punnoor
make menuconfig and save before kernel upgrade? I thought make oldconfig is run automatically on make? -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: [patch] nicksched for 2.6.11

2005-03-05 Thread Prakash Punnoor
alternate scheduler policy. Hi, just to make sure, is it still advised to renice X when using your scheduler? -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: RFD: Kernel release numbering

2005-03-03 Thread Prakash Punnoor
use I feel like getting on people's nerves when I post every little tidbit. Esp if bugreports seem to get ignored motivation goes down to report again... Nevertheless, for a fun loving desktop user, I enjoy the pace the linux kernel is evolving. It was so "boring" the 2.4 day

2.6.11-rc5: sata_sil shows drive twice...

2005-02-28 Thread Prakash Punnoor
7/0xe0 [] do_lookup+0x5d/0x90 [] dput+0x99/0x280 [] in_group_p+0x38/0x80 [] proc_info_read+0x50/0x90 [] vfs_read+0x126/0x130 [] sys_read+0x41/0x70 [] sysenter_past_esp+0x52/0x75 Cheers. Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

2.6.11-rc5: sata_sil schows drive twice...

2005-02-28 Thread Prakash Punnoor
7/0xe0 [] do_lookup+0x5d/0x90 [] dput+0x99/0x280 [] in_group_p+0x38/0x80 [] proc_info_read+0x50/0x90 [] vfs_read+0x126/0x130 [] sys_read+0x41/0x70 [] sysenter_past_esp+0x52/0x75 Cheers. Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: [BK PATCHES] 2.6.x libata fixes (mostly)

2005-02-23 Thread Prakash Punnoor
); > > is not using a cast as an lvalue. It's dereferencing a cast and as > such is totally correct, idiomatic and clean C. OK, thanks for clearing that up. Obviously my C knowledge needs to be improved... -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: [BK PATCHES] 2.6.x libata fixes (mostly)

2005-02-23 Thread Prakash Punnoor
; > >>+ len = sg_dma_len(sg); >>+ *(u32 *)prd = cpu_to_le32(len); > > > *(__le32 *) prd If I am not totally mistaken this is not gcc4 friendly code. (lvalue thing...) Wouldn't it be better to prevent double patching? -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: sata_sil data corruption

2005-02-21 Thread Prakash Punnoor
cause of the setting I am talking about.) Perhaps you could ask SiI how to do this in the kernel... -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: [ANNOUNCE] hotplug-ng 001 release

2005-02-14 Thread Prakash Punnoor
ven run the init scripts in parallel. Is there any distro that is running the init scripts in parallel ? Gentoo. -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: Disk corruption problem with nVidia motherboard and Silicon Image 680 ATA controller

2005-02-07 Thread Prakash Punnoor
t-p2p discard time and set it to a higher value, at least 1ms. I alrealdy reported this to lkml but there apperantly is no interest in implementing a kernel quirk. -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature

Re: [ANNOUNCE] udev 051 release

2005-02-04 Thread Prakash Punnoor
quot; KERNEL="dvb[0-9].osd*",NAME="dvb/adapter%n/osd%n", GROUP="video" KERNEL="dvb[0-9].net*", NAME="dvb/adapter%n/net%n", GROUP="video" KERNEL="dvb[0-9].video*", NAME="dvb/adapter%n/video%n", GROUP="video" I guess DVD users would appreciate this. Thanks ! -- Prakash Punnoor formerly known as Prakash K. Cheemplavam signature.asc Description: OpenPGP digital signature