From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Rowe Subject: [PATCH 0 of 2 V3] xs: fixes to watch thread creation Date: Wed, 6 Jun 2012 10:07:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: simon.rowe@eu.citrix.com List-Id: xen-devel@lists.xenproject.org A pair of patches to the xenstore library that: 1) blocks signal delivery before creating the watch wakeup thread 2) reduces the stack size of the watch wakeup thread.