From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 0AA563093BD; Fri, 23 Jan 2026 00:18:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769127543; cv=none; b=kC4yrw09WGXTWFtNosFNzma1Ma5hWc7VSaWE8sMsLJii+SNQp/BEdM89qfQyeTJjc/zVFYj69WSuSJTpdLn0pKvu7fxJXSg3aXYHfGYPn30bUBkPkZhN5nt9xZ0qsq81uc9BAkRhUOVdtYOpMnnL2dd5vnjzyVPMb6NfTKJg0Gg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769127543; c=relaxed/simple; bh=KUeXhNzOOc6EB/KFia+l9G+THdY7qBNpcTgLS5/FbNM=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=X5mZP6lfh9N17nCfb6SpfNLmH74XhESdCOsd7h0hJ3qAtJ7HUArPPRi2hQYeGhlAYi+YzMPf+GuWHgtuzOJjhJziHOl7ID7zYV3aa6JiQsoddxapoHuiFDJZfNoLqCG3OytkaozeHgpVYWiRnY/+6Ac9FyFqZWCW53+zEaWkTRA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=CA7x56d9; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="CA7x56d9" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1769127525; bh=KUeXhNzOOc6EB/KFia+l9G+THdY7qBNpcTgLS5/FbNM=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=CA7x56d9wpIc/XQbnugF4IJDkU1kZ6nMAX4X4bit/wj3zHv6XM/lHC42jIHG63zsu gphYtPz8oePEpl54Dn94oQcRDMfRYYbmkP7Or/X2Ebctg1TiJwv8O/HtLjmINzWIEx 5sSDW7pI78TENaYKqcfIKA0CESxDwgAT+ryfaJTo3ubWsgWhWTuiiJ0jxL14uvoPnh SOiTKutrRtMkGMDenGq8sYLetfY8aqE/Fp8EcLN7Pp814Kqm84D7p6fyCCg0oxb20P QK5T4qkigzls1rw5p7sAiVVxhPm4SFHV/UGAQld8gZ9AsVlWzpjhPAqwJjJlSl+Rkk k5c6zJwbCCykw== Received: from [138.44.248.196] (unknown [138.44.248.196]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 763FD7C8E7; Fri, 23 Jan 2026 08:18:43 +0800 (AWST) Message-ID: <9fa316a1a4b16e9f4e1601beeebc5a5e42232dca.camel@codeconstruct.com.au> Subject: Re: [PATCH v2 3/4] mctp i2c: Enable SMBus ARP discovery From: Jeremy Kerr To: Jakub Kicinski , Paolo Abeni Cc: Heikki Krogerus , Wolfram Sang , Matt Johnston , linux-i2c@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 23 Jan 2026 11:18:42 +1100 In-Reply-To: <20260122080526.4fe83a3a@kernel.org> References: <20260121092328.2308705-1-heikki.krogerus@linux.intel.com> <20260121092328.2308705-4-heikki.krogerus@linux.intel.com> <20260122080526.4fe83a3a@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2+deb12u1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Heikki and Jakub, > +1 I don't wanna speak for Jeremy and Matt but with their Ack, and > assuming there's no dependency in net-next I think i2c tree may > be the easiest path? Yes, given this is more i2c- than net-related, I would be fine for the changes to go via the i2c tree there. Staging the core via i2c and then (subsequently) this one via net would also work, but seems to be overkill for a minor change to the net driver. I have some overall comments on the i2c side though, I'll follow up with those separately. Cheers, Jeremy