From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH] cr_tests: Fix hang when robust futex lists are not restored during restart Date: Thu, 9 Jul 2009 15:58:53 -0500 Message-ID: <20090709205853.GA23637@us.ibm.com> References: <20090709192207.GJ32310@count0.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20090709192207.GJ32310-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Matt Helsley Cc: Containers List-Id: containers.vger.kernel.org Quoting Matt Helsley (matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org): > The robust futex test can hang if the kernel fails to properly set the robust > list pointer. This currently happens during restart. The test should not > hang and instead should report failure. > > Use a timeout to ensure that hangs are caught and reported as failure. Doesn't seem to work though :) The test still hangs on restart. Not sure it's worth worrying about this, versus just getting the robust futex restart fix into the kernel :) thanks, -serge