Gene Heskett | 1 Jan 2005 01:01
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

On Friday 31 December 2004 17:16, Jim Nelson wrote:
>Russell King wrote:
>> On Fri, Dec 31, 2004 at 10:00:37AM +0000, Russell King wrote:
>>>On Fri, Dec 31, 2004 at 01:46:11AM -0800, Andrew Morton wrote:
>>>>James Nelson <james4765 <at> verizon.net> wrote:
>>>>>This is an attempt to make the esp serial driver SMP-correct. 
>>>>> It also removes some cruft left over from the serial_write()
>>>>> conversion.
>>>>>
>>>>>>From a quick scan:
>>>>
>>>>- startup() does multiple sleeping allocations and request_irq()
>>>> under spin_lock_irqsave().  Maybe fixed by this:
>>>
>>>However, can you guarantee that two threads won't enter startup()
>>> at the same time?  (that's what ASYNC_INITIALIZED is protecting
>>> the function against, and the corresponding shutdown() as well.)
>>>
>>>It's probably better to port ESP to the serial_core structure
>>> where this type of thing is already taken care of.
>>
>> For the record, Verizon appear to have adopted silly policies.
>>
>>>>From now on, I will be removing the CC: line containing any
>>> verizon
>>
>> email address until further notice, or just plain ignoring mails
>> containing such addresses.  Why?  To prevent the inevitable bounce
>> caused by their misconfigured systems.  None of the servers I have
>> access to on several different ISPs can connect to Verizon's
(Continue reading)

Gene Heskett | 1 Jan 2005 01:07
Picon

Re: the umount() saga for regular linux desktop users

On Friday 31 December 2004 16:48, Tom Felker wrote:
>On Friday 31 December 2004 12:22 pm, Gene Heskett wrote:
>> There are some times when the usual 5 second flush schedule should
>> be tossed out the window, and the data written immediately.  A
>> quickly unpluggable usb memory dongle is a prime candidate to bite
>> the user precisely where it hurts.  Floppies also fit this same
>> scenario, I don't know at the times I've written an image with dd,
>> got up out of my chair and went to the machine and slapped the
>> eject button to discover to my horror, that when my hand came away
>> from the button with disk in hand, the frigging access led was now
>> on that wasn't when I tapped the button.
>
>For that you should add "sync" as an option when mounting the
> filesystem, in which case writes won't return until the data has
> actually been written.  man mount doesn't mention that being
> implemented for FAT, though - is that accurate, and if so,
> shouldn't it be?

Don't know about vfat, which is how I mount a floppy, but I just put 
that in the options list in /etc/fstab & will test it the next time I 
need to sneakernet something small around here.  Many thanks for what 
might be a valuable bit of info!

--

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.31% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
(Continue reading)

Russell King | 1 Jan 2005 01:13
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

On Fri, Dec 31, 2004 at 07:01:50PM -0500, Gene Heskett wrote:
> One should be carefull as that shoe can fit many feet. The CC: line of 
> this message:
> 
> Jim Nelson <james4765 <at> cwazy.co.uk>, Russell King 
> <rmk+lkml <at> arm.linux.org.uk>, Andrew Morton <akpm <at> osdl.org>, 
> kernel-janitors <at> lists.osdl.org
> 
> I'm curious as to who I will get a bounce from.

Well, you'll get one from me, but not because _I've_ blocked verizon (I've
done no such thing.)  Since I'm unable to verify verizon's addresses, all
mail from verizon is unable to be received here anymore.

(and yes, you get to read my reply via lkml...)

--

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors <at> lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
Bill Davidsen | 1 Jan 2005 02:21

Re: Problems with 2.6.10

Fryderyk Mazurek wrote:
> Hello!
> 
> I'm sorry, but acpi=routeirq doesn't work. But to my head came other
> thing. I noticed that I on 2.6.9 (which correct works) I have this
> part of dmesg:

Not surprised, that should be pci=routeirq, as in the original post. Do 
you have preempt on?
> 
> hdb: Host Protected Area detected.
> 	current capacity is 66055248 sectors (33820 MB)
> 	native  capacity is 78165360 sectors (40020 MB)
> hdb: 66055248 sectors (33820 MB) w/2048KiB Cache, CHS=65531/16/63,
> UDMA(33)
> 
> and on 2.6.10 I have:
> 
> hdb: Host Protected Area detected.
> 	current capacity is 66055248 sectors (33820 MB)
> 	native  capacity is 78165360 sectors (40020 MB)
> hdb: Host Protected Area disabled.
> hdb: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63,
> UDMA(33)
> 
> How see, first is 32GB (33820 MB), and second is 40GB (40020MB).
> Correct value should be 32GB, in spite that my disk is 40GB. I want
> to say, that I have a little old BIOS and my BIOS detect only 32GB,
> therefore I have limited size of my disk. And maybe kernel 2.6.10
> influence on my BIOS and force to detect 40GB, which is not
(Continue reading)

Gene Heskett | 1 Jan 2005 02:14
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

On Friday 31 December 2004 19:13, Russell King wrote:
>To: no To-header on input <>

Thats the To: line of this message Russell, as it came in here.  I 
assume it was originally filled in to be to me and that you cleaned 
that to prevent your getting a bounce from verizon?

And no, it hasn't bounced yet as it typically will lay in the queue 
somewhere in lala land for anywhere from 4 hours to 6 or 7 days.  By 
that time the friggin message is no longer germain to the 
conversation, so they get deleted here.

--

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.31% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors <at> lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
Bill Davidsen | 1 Jan 2005 02:33

Re: why there is different kernel versions from RedHat?

linux lover wrote:
> Hi all,
> Where can i get special pathces used by RedHat to
> original kernels from www.kernel.org?

Three step process
1 - get the RH source RPM and unpack
2 - get the kernel.org source of the same number
3 - use diff to generate the patch.

Optional step 4 - look at the size of it, shake your head and swear.

--

-- 
bill davidsen <davidsen <at> tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979
Terry Hardie | 1 Jan 2005 02:21

Re: Asus P4C800-E Deluxe and Intel Pro/1000

On Fri, 31 Dec 2004, Bill Davidsen wrote:

> Terry Hardie wrote:
> > Well, this has been plauging me for months, and finally figured it out.
> >
> > Any 2.6 kernel on my board, would boot, then give errors (paraphrased,
> > sorry) when I tried to bring up the ethernet:
> >
> > NETDEV WATCHDOG: eth0: transmit timed out
> > IRQ #18: Nobody cared!
> >
> > And no ethernet conectivity.
> >
> > The Fix: Update bios from asus' website. I guess their ACPI was screwed
> > up. This is the second time I've had to update this MB to fix
> > incompatibilities with Linux. So, watch out with Asus boards on Linux.
> >
> > BTW - Linux 2.4's driver worked fine with the old bios. Only 2.6 didn't
> > work.
>
> Some additional info, I've been investigating this for a few hours, and
> it appears that (a) IRQ 18 on my system is shared by ide0 and ide1, and
> that the IRQ storm seems to start the first time I use ide1 (DVD only).
>
> I will be posting a bunch of dmesg results when/if the system reboots,
> but acpi={off,ht} doesn't help, pollirq doesn't help, and system
> shutdown leaves the system unbootable without a full (pull the power
> cord) hardware power cycle.
>
> Questions:
(Continue reading)

Russell King | 1 Jan 2005 02:33
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

On Fri, Dec 31, 2004 at 08:14:39PM -0500, Gene Heskett wrote:
> On Friday 31 December 2004 19:13, Russell King wrote:
> >To: no To-header on input <>
> 
> Thats the To: line of this message Russell, as it came in here.  I 
> assume it was originally filled in to be to me and that you cleaned 
> that to prevent your getting a bounce from verizon?

Indeed, and I now have a better solution which I don't even have to
think about anymore, and doesn't damage the headers in the message. 8)

Let me know if and when verizon comes back to reality please.

--

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors <at> lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
Gene Heskett | 1 Jan 2005 02:35
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

On Friday 31 December 2004 20:14, Gene Heskett wrote:
>On Friday 31 December 2004 19:13, Russell King wrote:
>>To: no To-header on input <>
>
>Thats the To: line of this message Russell, as it came in here.  I
>assume it was originally filled in to be to me and that you cleaned
>that to prevent your getting a bounce from verizon?
>
>And no, it hasn't bounced yet as it typically will lay in the queue
>somewhere in lala land for anywhere from 4 hours to 6 or 7 days.  By
>that time the friggin message is no longer germain to the
>conversation, so they get deleted here.

Now, this message did bounce, and the bounce message is damned 
confusing...

From: Mail Administrator <Postmaster <at> verizon.net>
 To: gene.heskett <at> verizon.net

This Message was undeliverable due to the following reason:

Your message was not delivered because the destination computer was
not found.  Carefully check that it was spelled correctly and try
sending it again if there were any mistakes.

It is also possible that a network problem caused this situation,
so if you are sure the address is correct you might want to try to
send it again.  If the problem continues, contact your friendly
system administrator.

(Continue reading)

Jim Nelson | 1 Jan 2005 02:47
Picon

Re: [KJ] Re: [PATCH] esp: Make driver SMP-correct

Gene Heskett wrote:
> On Friday 31 December 2004 20:14, Gene Heskett wrote:
> 
>>On Friday 31 December 2004 19:13, Russell King wrote:
>>
>>>To: no To-header on input <>
>>
>>Thats the To: line of this message Russell, as it came in here.  I
>>assume it was originally filled in to be to me and that you cleaned
>>that to prevent your getting a bounce from verizon?
>>
>>And no, it hasn't bounced yet as it typically will lay in the queue
>>somewhere in lala land for anywhere from 4 hours to 6 or 7 days.  By
>>that time the friggin message is no longer germain to the
>>conversation, so they get deleted here.
> 
> 
> Now, this message did bounce, and the bounce message is damned 
> confusing...
> 
> From: Mail Administrator <Postmaster <at> verizon.net>
>  To: gene.heskett <at> verizon.net
>  
> This Message was undeliverable due to the following reason:
> 
> Your message was not delivered because the destination computer was
> not found.  Carefully check that it was spelled correctly and try
> sending it again if there were any mistakes.
> 
> It is also possible that a network problem caused this situation,
(Continue reading)


Gmane