Re: [PATCH] pstore: change mutex locking to spin_locks

From: Don Zickus
Date: Mon Jul 25 2011 - 08:47:52 EST


On Fri, Jul 22, 2011 at 04:21:14PM -0700, Tony Luck wrote:
> On Fri, Jul 22, 2011 at 3:39 PM, Luck, Tony <tony.luck@xxxxxxxxx> wrote:
> > Yup - oops is the only one where the current kernel continues - all the
> > others (halt, reboot, kexec, panic) lead to the termination of the
> > current kernel - and thus no user processes that would be able to
> > see the shiny new entry in the pstore file system.
>
> Doh - I went to look at what it would take to fix this - and found that
> I'd already implemented it:
>
>
> if (reason == KMSG_DUMP_OOPS && pstore_is_mounted())
> pstore_mkfile(PSTORE_TYPE_DMESG, psinfo->name, id,
> psinfo->buf, hsize + l1_cpy + l2_cpy,
> CURRENT_TIME, psinfo);

Right, but it still has to be created with locks surrounding it. And the
question is what type of locks should we use. Mutexes don't work when
called from the NMI case and spinlocks don't seem to work when called from
the OOPs (pstore_mkfile) case.

Cheers,
Don
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/