From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 0EF98413 for ; Fri, 5 Aug 2016 02:59:52 +0000 (UTC) Received: from mail-yb0-f195.google.com (mail-yb0-f195.google.com [209.85.213.195]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CAC931E2 for ; Fri, 5 Aug 2016 02:59:51 +0000 (UTC) Received: by mail-yb0-f195.google.com with SMTP id e125so1083986ybc.0 for ; Thu, 04 Aug 2016 19:59:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160804102058.GT10376@sirena.org.uk> References: <20160727192040.GL5537@wotan.suse.de> <10281749.h0nm8HgLR9@vostro.rjw.lan> <4826466.kMrAaT2rsn@avalon> <87d1lpose8.fsf@intel.com> <20160804095049.GA30029@kroah.com> <20160804102058.GT10376@sirena.org.uk> From: Rob Herring Date: Thu, 4 Aug 2016 21:59:30 -0500 Message-ID: To: Mark Brown Content-Type: text/plain; charset=UTF-8 Cc: "ksummit-discuss@lists.linuxfoundation.org" , Mauro Carvalho Chehab , "vegard.nossum@gmail.com" , "rafael.j.wysocki" , Valentin Rothberg , Marek Szyprowski Subject: Re: [Ksummit-discuss] [TECH TOPIC] Addressing complex dependencies and semantics (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Aug 4, 2016 at 5:20 AM, Mark Brown wrote: > On Thu, Aug 04, 2016 at 11:50:49AM +0200, Greg KH wrote: > >> Nope, it doesn't work that way, sorry. > >> Nice try, just unwind your initialization properly :) > > Deferred probe is probably the best thing that ever happened for the > quality of kernel error handling :) Now we just need a way to force testing of the remove functions. Rob