From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755253AbZFAXMs (ORCPT ); Mon, 1 Jun 2009 19:12:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753422AbZFAXMl (ORCPT ); Mon, 1 Jun 2009 19:12:41 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:58760 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752458AbZFAXMl (ORCPT ); Mon, 1 Jun 2009 19:12:41 -0400 Date: Tue, 2 Jun 2009 01:12:11 +0200 From: Ingo Molnar To: "Rafael J. Wysocki" Cc: Pavel Machek , Andrew Morton , Ondrej Zary , linux-kernel Subject: Re: [PATCH] Fix floppy hibernation Message-ID: <20090601231211.GD749@elte.hu> References: <200905301804.26762.linux@rainbow-software.org> <20090601114342.GA2454@elf.ucw.cz> <20090601195159.GC29610@elte.hu> <200906012252.02862.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906012252.02862.rjw@sisk.pl> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rafael J. Wysocki wrote: > On Monday 01 June 2009, Ingo Molnar wrote: > > > > * Pavel Machek wrote: > > > > > On Sat 2009-05-30 18:04:25, Ondrej Zary wrote: > > > > Hello, > > > > floppy driver was always missing hibernation support. After resume, floppy did > > > > not work (until a couple of disk reinserts and retries), producing errors like > > > > this: > > > > end_request: I/O error, dev fd0, sector 0 > > > > > > > > Ingo Molnar tried to fix it in 2006: http://lkml.org/lkml/2006/11/12/92 > > > > > > > > > > > > > > > > > > > > Based on Ingo Molnar's patch from 2006, this makes the floppy work after > > > > resume from hibernation, at least on my machine. > > > > > > > > > > > > Signed-off-by: Ondrej Zary > > > Acked-by: Pavel Machek > > > > nice patch ... thanks for picking up what i left unfinished. > > I guess I'll take it to the suspend tree. Or is it a better > place? Sounds like a good idea. Ingo