Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751897Ab2KQOe6 (ORCPT ); Sat, 17 Nov 2012 09:34:58 -0500 Received: from void.printf.net ([89.145.121.20]:39345 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585Ab2KQOe5 (ORCPT ); Sat, 17 Nov 2012 09:34:57 -0500 From: Chris Ball To: Trey Ramsay Cc: , , Rich Rattanni , Radovan Lekanovic Subject: Re: [PATCH 1/1] mmc: Bad device can cause mmc driver to hang References: <87k3tpkz53.fsf@octavius.laptop.org> <1353079901-8773-1-git-send-email-tramsay@linux.vnet.ibm.com> Date: Sat, 17 Nov 2012 09:34:50 -0500 In-Reply-To: <1353079901-8773-1-git-send-email-tramsay@linux.vnet.ibm.com> (Trey Ramsay's message of "Fri, 16 Nov 2012 09:31:41 -0600") Message-ID: <87ehjs9u2d.fsf@octavius.laptop.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 24 Hi, On Fri, Nov 16 2012, Trey Ramsay wrote: > There are infinite loops in the mmc code that can be caused by bad hardware. > The code will loop forever if the device never comes back from program mode, > R1_STATE_PRG, and it is not ready for data, R1_READY_FOR_DATA. > > A long timeout will be added to prevent the code from looping forever. > The timeout will occur if the device never comes back from program > state or the device never becomes ready for data. > > Signed-off-by: Trey Ramsay Thanks for doing this; pushed to mmc-next for 3.8. - Chris. -- Chris Ball One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/