Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758279Ab3EFWLH (ORCPT ); Mon, 6 May 2013 18:11:07 -0400 Received: from mail-vc0-f177.google.com ([209.85.220.177]:33001 "EHLO mail-vc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756625Ab3EFWLE (ORCPT ); Mon, 6 May 2013 18:11:04 -0400 MIME-Version: 1.0 In-Reply-To: References: <1367615050-3894-1-git-send-email-ccross@android.com> <20130506065605.6e5ed5e2@tlielax.poochiereds.net> <20130506174336.447d0d75@tlielax.poochiereds.net> Date: Mon, 6 May 2013 15:11:02 -0700 X-Google-Sender-Auth: 2wmEOyGFWReFw8fEbibdA7AW5ZY Message-ID: Subject: Re: [PATCH 1/2] freezer: add unsafe versions of freezable helpers From: Colin Cross To: Linus Torvalds Cc: Jeff Layton , lkml , Trond Myklebust , Len Brown , Pavel Machek , "Rafael J. Wysocki" , Peter Zijlstra , Ingo Molnar , "J. Bruce Fields" , "David S. Miller" , Andrew Morton , Mandeep Singh Baines , Paul Walmsley , Al Viro , "Eric W. Biederman" , Oleg Nesterov , linux-nfs , Linux PM list , netdev , Tejun Heo , Ben Chan , Steve French Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1300 Lines: 28 On Mon, May 6, 2013 at 2:58 PM, Linus Torvalds wrote: > On Mon, May 6, 2013 at 2:54 PM, Colin Cross wrote: >>> >>> There are many other possibilities for other codepaths that end up in >>> wait_for_response(). Once we get a solution in place for NFS, we'll >>> need to do something very similar for CIFS. >> >> Makes sense, I will add CIFS to the patch. Would you prefer it in the >> same or separate patches. > > Quite frankly, is it worth resurrecting these patches at all? > > The only things it actually complained about are not worth the pain > fixing and are getting explicitly not warned about - is there any > reason to believe the patches are worth maintaining and the extra > complexity is worth it? There was at least one real other case caught when this patch was applied: https://lkml.org/lkml/2013/3/4/390. Tejun asked that I resurrect it because I'm adding some additional APIs similar to freezable_schedule() and he wanted to make sure they didn't get used improperly in the future. -- 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/