Re: [PATCH] NetBSD hotplug: Introduce locking functions

2021-01-28 Thread Ian Jackson
Manuel Bouyer writes ("Re: [PATCH] NetBSD hotplug: Introduce locking functions"): > thanks, but I submitted a v2 patch which uses a locking.sh derived > from the linux one, based on your feedback. > Should I add your Reviewed-by to the v2 ? Sorry, yes, please. Ian.

Re: [PATCH] NetBSD hotplug: Introduce locking functions

2021-01-27 Thread Manuel Bouyer
On Wed, Jan 27, 2021 at 03:57:06PM +, Ian Jackson wrote: > Manuel Bouyer writes ("[PATCH] NetBSD hotplug: Introduce locking functions"): > > From: Manuel Bouyer > > > > On NetBSD, some block device configuration requires serialisation. > > Introcuce l

Re: [PATCH] NetBSD hotplug: Introduce locking functions

2021-01-27 Thread Ian Jackson
Manuel Bouyer writes ("[PATCH] NetBSD hotplug: Introduce locking functions"): > From: Manuel Bouyer > > On NetBSD, some block device configuration requires serialisation. > Introcuce locking functions, and use them in the block script where > appropriate. Reviewed-by: Ian Jackson

[PATCH] NetBSD hotplug: Introduce locking functions

2021-01-12 Thread Manuel Bouyer
From: Manuel Bouyer On NetBSD, some block device configuration requires serialisation. Introcuce locking functions, and use them in the block script where appropriate. Signed-off-by: Manuel Bouyer --- tools/hotplug/NetBSD/Makefile | 1 + tools/hotplug/NetBSD/block | 5 ++- tools/hotpl