3.11.0-rc4 wireless and networkmanager stopped working

2013-08-08 Thread Philip R Auld
Hello, Wireless networking on my opensuse 12.3 system has been changing in recent kernels. Initially, I used an ifup style setup. That stopped worked around 3.5 or 3.6. When that happened I switched to networkmanager and it worked... for a while. That stopped working as well at, I think, 3.8

Re: Updated Linux 2.4 Status/TODO List (from the ALS show)

2000-10-12 Thread Philip R. Auld
>10. To Do But Non Showstopper > > * Go through as 2.4pre kicks in and figure what we should mark > obsolete for the final 2.4 (i.e. XT hard disk support?) > * Union mount (Al Viro) ^^^ Anyone know the status of this? I have seen postings saying it's likely a 2

bio refcount problem

2005-02-18 Thread Philip R Auld
could be adjusted so that it does not access the bio after calling add_request. All it is doing is checking the bi_rw field for the sync bit. Or make all users of submit_bio take and release and extra reference like submit_bh. Thoughts? Cheers, Phil -- Philip R. Auld, Ph.D

Re: bio refcount problem

2005-02-18 Thread Philip R Auld
Hi, Rumor has it that on Fri, Feb 18, 2005 at 02:59:32PM +0100 Jens Axboe said: > On Fri, Feb 18 2005, Philip R Auld wrote: ... > > Or make all users of submit_bio take and release and extra reference > > like submit_bh. > > The queue lock is still held at that point, so th