lock order reversal in sys/kern/vfs_mount.c

2012-06-08 Thread Ruslan Mahmatkhanov
Good day, After updating to yesterdays -current, I got this on boot: lock order reversal: 1st 0xfe0007b04c38 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1254 2nd 0xfe0007ed9478 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2158 KDB: stack backtrace: db_trace_self_wrapper() at

Re: lock order reversal in sys/kern/vfs_mount.c

2012-06-08 Thread Ruslan Mahmatkhanov
Ruslan Mahmatkhanov wrote on 08.06.2012 12:10: Good day, After updating to yesterdays -current, I got this on boot: lock order reversal: 1st 0xfe0007b04c38 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1254 2nd 0xfe0007ed9478 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2158 KDB: stack

How to add symbol to be exported in lib/libc/arm/Symbol.map

2012-06-08 Thread Jan Sieka
Hello group! I have a few questions regarding adding symbols to lib/libc/arch/Symbol.map, so that function signatures are exported: - what are the conventions regarding putting symbols in FBSD_X.Y or FBSDprivate_X.Y sections of the aforementioned files? - when it is necessary to bump X.Y numbers?

Re: lock order reversal in sys/kern/vfs_mount.c

2012-06-08 Thread John Baldwin
On Friday, June 08, 2012 4:21:34 am Ruslan Mahmatkhanov wrote: Ruslan Mahmatkhanov wrote on 08.06.2012 12:10: Good day, After updating to yesterdays -current, I got this on boot: lock order reversal: 1st 0xfe0007b04c38 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1254 2nd

Re: How to add symbol to be exported in lib/libc/arm/Symbol.map

2012-06-08 Thread Konstantin Belousov
On Fri, Jun 08, 2012 at 02:51:09PM +0200, Jan Sieka wrote: Hello group! I have a few questions regarding adding symbols to lib/libc/arch/Symbol.map, so that function signatures are exported: - what are the conventions regarding putting symbols in FBSD_X.Y or FBSDprivate_X.Y sections of the

Re: lock order reversal in sys/kern/vfs_mount.c

2012-06-08 Thread Stefan Esser
Am 08.06.2012 10:10, schrieb Ruslan Mahmatkhanov: Good day, After updating to yesterdays -current, I got this on boot: lock order reversal: 1st 0xfe0007b04c38 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1254 2nd 0xfe0007ed9478 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2158