From patchwork Fri Nov 1 01:25:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13858576 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 DF86C4C3D0; Fri, 1 Nov 2024 01:25:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730424328; cv=none; b=QR4TKH/k9W+U5qR72ONHsjJBixBtNhqTaJL3paV5fmw949b2H18Oq8adpBO5MLlkIEjAe3PH/xFGEJMmZ28mp0mdxR8dOB5lAdkPikZmQFNn1TvIOK1iE5DU972iizIl9mhJ0Gbp/MwkWx0aEaoTt10syXiu3YFA2GARfFtsZXY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730424328; c=relaxed/simple; bh=2dbM5EpWRjcPfzrtyr+TJTsnnL79nW2KMqKKbCvuCGE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=GgIXokwje4oXEocn2pLxwGVxxpZxaOlXp4PBowqfWHOm1dBKs1mV8Q7aId0jjW9JHNHwGRw17JpoEcRAELxNIMu3WFOptZUL2EIOV3RQG40nw/EK27pTOOGHSbg2OZnCKQWmLwSWkRaTLSHYtV+cgvPt7prWGf1wsHk4sumd6Yw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au; spf=pass smtp.mailfrom=canb.auug.org.au; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b=tK5O18Ys; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="tK5O18Ys" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1730424309; bh=MD3/3YQuyZL5hZ/YibVTQie64WK9EHSl7SiHTqu3hPc=; h=Date:From:To:Cc:Subject:From; b=tK5O18YsvSlAj8mF4VDS1SzrU4rH6dXFLjADbFwJv79k4B4RO7hUlaUXGuNQ+V2tu BCsMVcTuj16Q6KZbTglGEOb8yrz5I3GoijAIq0jQOIvT6/BEDBpne27smVPogOP63m znpRv7ARIAcHsGQ1MPwVd5qufzsN+Yq/RTYb5I1yfeKSfIo5t5mHut3lEosyn2to0H FSrA+IEgt7d/v1/Ny1IKvzG7COzGbsTzGTT4L92Y8MEyK+k6/OjpXiann0mLdTcacq WPYe7vlV6dtft/V8aRf7Af0cPuOV5V4X5S5TC8LyPY1jl8LO8iu/K/U4/CQgYmR8nm mjyLiKpO3s7GA== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4XfjpW524Dz4xKl; Fri, 1 Nov 2024 12:25:07 +1100 (AEDT) Date: Fri, 1 Nov 2024 12:25:05 +1100 From: Stephen Rothwell To: David Miller , Jakub Kicinski , Paolo Abeni , Philipp Zabel Cc: Daniel Machon , Herve Codina , Networking , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: manual merge of the net-next tree with the reset tree Message-ID: <20241101122505.3eacd183@canb.auug.org.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, Today's linux-next merge of the net-next tree got a conflict in: MAINTAINERS between commit: 86f134941a4b ("MAINTAINERS: Add the Microchip LAN966x PCI driver entry") from the reset tree and commit: 7280f01e79cc ("net: lan969x: add match data for lan969x") from the net-next tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc MAINTAINERS index a0cad73c28d0,c4027397286b..000000000000 --- a/MAINTAINERS