This a series of 2 patches that should be applied on top of the other ipc patches, in 2.6.23-rc6-mm1.
The first one is an answer to the following issue pointed out by Jarek: > Jarek Poplawski wrote: > 1. ipc_lock() and ipc_lock_check() are used without ipc_ids.mutex, > but it's probably wrong: they call idr_find() with ipc_ids pointer > which needs this mutex, just like in similar code in: ipc_findkey(), > ipc_get_maxid() or sysvipc_find_ipc(). The second one is a trivial patch that removes an unneeded parameter for 2 routines. They should be applied to 2.6.23-rc6-mm1, in the following order: [PATCH 1/2]: ipc_fix_idr_find_locking.patch [PATCH 2/2]: ipc_remove_unneeded_params.patch Regards, Nadia -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/