From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.17.24]:50663 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751106AbaBZJDS (ORCPT ); Wed, 26 Feb 2014 04:03:18 -0500 From: Arnd Bergmann To: Hans Verkuil Subject: Re: [PATCH, RFC 05/30] [media] omap_vout: avoid sleep_on race Date: Wed, 26 Feb 2014 10:03:02 +0100 Cc: linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org References: <1388664474-1710039-1-git-send-email-arnd@arndb.de> <1388664474-1710039-6-git-send-email-arnd@arndb.de> <52D90490.3080407@xs4all.nl> In-Reply-To: <52D90490.3080407@xs4all.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201402261003.03076.arnd@arndb.de> Sender: linux-media-owner@vger.kernel.org List-ID: On Friday 17 January 2014, Hans Verkuil wrote: > On 01/02/2014 01:07 PM, Arnd Bergmann wrote: > > sleep_on and its variants are broken and going away soon. This changes > > the omap vout driver to use interruptible_sleep_on_timeout instead, > > I assume you mean wait_event_interruptible_timeout here :-) > > Reviewed-by: Hans Verkuil > > If there are no other comments, then I plan to merge this next week. > Hi Hans, Not sure if you merged the media patches into a local tree, but I see they are not in linux-next at the moment. I'll just re-send them, but please let me know if I can drop them on my end, or better make sure your tree is in linux-next if you have already picked them up. Arnd