From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Rusty Russell To: Lucas De Marchi Cc: "Matwey V. Kornilov" , Gustavo Sverzut Barbieri , linux-modules Subject: Re: [PATCH] Fix recursion loop in mod_count_all_dependencies() In-Reply-To: References: <53484327.5Nr2aWdyWz5+36kD%matwey.kornilov@gmail.com> <20140502141357.GA24741@politreco> <87a9axc82r.fsf@rustcorp.com.au> Date: Mon, 05 May 2014 19:41:33 +0930 Message-ID: <87ppjsbkmi.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain List-ID: Lucas De Marchi writes: > On Sun, May 4, 2014 at 10:45 PM, Rusty Russell wrote: >> Note that in the case where two modules could satisfy a dependencies, >> it may not be a real loop? > > What do you mean here? How could that be the case for *depmod*? Sorry, it's a theoretical case; no one does anything this crazy: A provides symbol S1. B provides symbol S1, needs S2. C needs S1, provides S2. D provides S2. Cheers, Rusty.