From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 147411FBEB9 for ; Fri, 20 Jun 2025 15:42:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750434144; cv=none; b=uBCMO4RPIrhRagXt35mhWo+9y/QVjhvh5SOvuG2JaNdsGpjeVSZkPVw6edj2ieWnILo35CqEzWBpi7aUfQgfz4LWS3/0o+QSHRP23zhIj6pVMthUYlKN2JGDvWK4OAncCnIrqhuwiyN7FX9TYIOtznr0DmgS2EMM5ozIlq4xzzc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750434144; c=relaxed/simple; bh=cLUxPPjYkBw7STQusnQiKUISqYoRPP4aoEc3f3wxNRM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=KvSui1XSUjbjlOdQYDZgRvBsrqgFfYkcQsl1FXsB5lR4wo9tVRWVJTwW1xee4mT3lIPgphgtfCjsXyRgwX72gSe9xUfxnnCCf9ECTcrYLEQPMChC+cZ3wE4JyaHkzA7bWTe89IiraTMnK/iAmVQUMSKH3uTEXiI50UDWF5Manyo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=I8GAJEjt; arc=none smtp.client-ip=95.215.58.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="I8GAJEjt" Message-ID: <56f52836-545a-45aa-8a6b-04aa589c2583@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1750434131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5vxNedAjVSukjlPsPkPSM2hsqyg7r1pIanZ7gFNuJhA=; b=I8GAJEjtP32F6Q/LrmgaBIS5PQsFSM5HwZwx0rWj3XnRmwTe/El0Ii75HYP9sLU6d/ZOJ1 cVI/VZ6Wu44tRXNFU6169t1XuPyIfdInIkwtFErnMxZeu+yhZmUbYey44qlIToRwds80dF 1U8WRtNlQekNfmts8HlBdehctnL7cJ0= Date: Fri, 20 Jun 2025 11:41:52 -0400 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net 0/4] net: axienet: Fix deferred probe loop To: Greg Kroah-Hartman Cc: Radhey Shyam Pandey , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, Michal Simek , Saravana Kannan , Leon Romanovsky , Dave Ertman , linux-kernel@vger.kernel.org, Ira Weiny , linux-arm-kernel@lists.infradead.org, Danilo Krummrich , "Rafael J. Wysocki" References: <20250619200537.260017-1-sean.anderson@linux.dev> <2025062004-sandblast-overjoyed-6fe9@gregkh> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <2025062004-sandblast-overjoyed-6fe9@gregkh> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 6/20/25 01:10, Greg Kroah-Hartman wrote: > On Thu, Jun 19, 2025 at 04:05:33PM -0400, Sean Anderson wrote: >> Upon further investigation, the EPROBE_DEFER loop outlined in [1] can >> occur even without the PCS subsystem, as described in patch 4/4. The >> second patch is a general fix, and could be applied even without the >> auxdev conversion. >> >> [1] https://lore.kernel.org/all/20250610183459.3395328-1-sean.anderson@linux.dev/ > > I have no idea what this summary means at all, which isn't a good start > to a patch series :( > > What problem are you trying to solve? See patch 4/4. > What overall solution did you come up with? See patch 4/4. > Who is supposed to be reviewing any of this? Netdev. Hence "PATCH net". And see [1] above for background. I will quote it more-extensively next time. --Sean