From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6AACC347FCD; Thu, 28 May 2026 21:06:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780002381; cv=none; b=YFRW2Qg/ykTrGPccNtweP0PS1up3O1whEXnC51QMw1/adtmHtaTe3TN8ubzQrlN9smzL1unVQgppAeEtfYNt3IzGrArLU4ynVZ0AfRKhUqlm62h0k14ZG7bg/iJziNw/ciZrCQzcpB0z/mVcr+4+GSRwxBbbi4kdmO+nFePAKcg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780002381; c=relaxed/simple; bh=idG2RhDkONGGLt9RjX1cScChSkVq6VdSriS7AOomIE0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=j/ZkKW7o3Aob/XRb5rAF905SaJj0BEVxf4BN3ImpYkgnHdBHHH/u/RHaqQuFWZ5o82SYBCN/BjwedEapISXpQTwSdfq6GRBJcBlPufV9IEpzzOWitANKC85fPfEywTCqrlCzjNU6ZeYTFiH/S7+WeIWwSn4g7rFU/nU5wTVnyX4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bk/W4PVR; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bk/W4PVR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FF6E1F000E9; Thu, 28 May 2026 21:06:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780002380; bh=z6gcAzUBIceq/59nqN1vGJJiFRYaPr6HW7vhYa+mIFg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Bk/W4PVRxTue/AWBdaxaxcbZoIdijyqU0xdQHJ5WS0ay1HFeK7M9fkOcmHGV7tvZG bD8qFjeKG3y07Jy1peCVkZ2XkayxNKpDn7DBh2/YRcLVdr+hVM16qb30zBHtncTsgY Rulq0hIjdCggwfwUbPoz0q7XTs3LxSmf0+XcMA8oMyU1FHqAadcW8DZeGSYKBhpRQ6 m+Gnqv363t1pmVnCNMJ03WLrNCUDzW1pX5YlEQ6+kU+2ohXr2ATB51GNJLwMpDd3sW Ho1/GtEM5mgWcETwTRNvZYHOjWBn787fn1V9ClTwInHcKPGjjPdfJov3gdA9EVnOkM 2mwgsssedopRQ== Date: Thu, 28 May 2026 14:06:18 -0700 From: Jakub Kicinski To: Louis-Alexis Eyraud , Lucien Jheng Cc: Mark Brown , David Miller , Paolo Abeni , Networking , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the net-next tree with the net tree Message-ID: <20260528140618.5b244eba@kernel.org> In-Reply-To: <20260528130436.450720f9@kernel.org> References: <20260528130436.450720f9@kernel.org> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 28 May 2026 13:04:36 -0700 Jakub Kicinski wrote: > Unclear to me why this is using __mdiobus_write() instead of __phy_write > when the callers have access to the phydev.. > > Our PR to Linus is now out, hopefully he pulls soon. > The AIR_EXT_PAGE_ACCESS define is no longer visible in air_en8811h.c > > Louis, I'm going to move the define to the header to keep the merge > simple. Could you follow up with a cleanup once Linus pulls and I push > out the merge? Or if you prefer another resolution just show me a diff. > If I get it before Linus pulls I'll use it. Pushed.