public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devfs v199.8 available
@ 2002-01-21  6:35 Richard Gooch
  2002-02-01 17:18 ` Juan Quintela
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Gooch @ 2002-01-21  6:35 UTC (permalink / raw)
  To: linux-kernel, devfs-announce-list

  Hi, all. Version 199.8 of my devfs patch is now available from:
http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
The devfs FAQ is also available here.

Patch directly available from:
ftp://ftp.??.kernel.org/pub/linux/kernel/people/rgooch/v2.4/devfs-patch-current.gz

AND:
ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/kernel-patches/v2.4/devfs-patch-current.gz

This is against 2.4.18-pre4. Highlights of this release:

- Fixed deadlock bug in <devfs_d_revalidate_wait>

- Tag VFS deletable in <devfs_mk_symlink> if handle ignored

- Updated README from master HTML file

- Fixed kdev_none macro in include/linux/kdev_t.h

				Regards,

					Richard....
Permanent: rgooch@atnf.csiro.au
Current:   rgooch@ras.ucalgary.ca

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] devfs v199.8 available
  2002-01-21  6:35 [PATCH] devfs v199.8 available Richard Gooch
@ 2002-02-01 17:18 ` Juan Quintela
  0 siblings, 0 replies; 2+ messages in thread
From: Juan Quintela @ 2002-02-01 17:18 UTC (permalink / raw)
  To: Richard Gooch; +Cc: linux-kernel, devfs-announce-list

>>>>> "richard" == Richard Gooch <rgooch@ras.ucalgary.ca> writes:

richard> Hi, all. Version 199.8 of my devfs patch is now available from:
richard> http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
richard> The devfs FAQ is also available here.

richard> Patch directly available from:
richard> ftp://ftp.??.kernel.org/pub/linux/kernel/people/rgooch/v2.4/devfs-patch-current.gz

richard> AND:
richard> ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/kernel-patches/v2.4/devfs-patch-current.gz

richard> This is against 2.4.18-pre4. Highlights of this release:

richard> - Fixed deadlock bug in <devfs_d_revalidate_wait>



I still has that bug with 2.4.18-pre7, and it has this patch applied.

stack traces are:

p1:
        schedule()
        devfs_de_revalidate_wait()
        cached_lookup()
        lookup_hash()
        sys_unlink()
        system_call()

p2:

        schedule()
        wait_for_devfsd_finished()
        devfs_lookup(()
        lookup_hash()
        unix_bind()
        sys_bind()
        sys_socketcall()
        system_call()

the thing that they are tring to create/remove is /dev/log.

And devfsd is already running in that state:

    __schedule()
    __down()
    __down_failed()
    __text_lock_namei()

This has worked normally until now, it has beggining to fail yesterday.

Later, Juan.




-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-01 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-21  6:35 [PATCH] devfs v199.8 available Richard Gooch
2002-02-01 17:18 ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox