From patchwork Mon Mar 25 23:09:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 783074 Received: from gandalf.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 9238E6EB6A; Mon, 25 Mar 2024 23:09:49 +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=1711408194; cv=none; b=sFV+hFM8dhWP/NEBjHuh+sUGKttvRM/9IthB2Cvxo2DLAwTsMGFv+ZlghNJf39vylQIoWbGulYZEkDEZXrGzzXOq6ItmxEvjgEiihODxXZtTkKAfqdTjodY+5DLL7w7DLXdiEKkEgNpKCHeEC/PK/cgpKNTyNihrGB4Aw9uiaQ8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711408194; c=relaxed/simple; bh=7xv+wZzim3UMSlEAoMORiNX9a+kf2pcq6IJYmwmtohQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=VJdaMBPZDqiOkrvWvJr66tgr3zRTkda8LejNc5h/ZyWFl4CAr5xXsjkNoFoNf5dsCeF+1c3HY4snIrBXsoYWmdjY1LriHTV+9+Jlqw3BJAi7EaP4JUkfYSXaoX6oGuA+ZzfeEKcso3R2CNK6gUpkgfHtE/I6p6P5Y35O1NYnbFI= 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=lqS5u1LO; 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="lqS5u1LO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1711408188; bh=YMn++1J95wpfV0yh3r7Ro2bHnY9QUCijB0bnckCw62M=; h=Date:From:To:Cc:Subject:From; b=lqS5u1LO1vEmtIXEU9mpChuSZc8D+qJGPkJqPl/9hD7qFvfCiLefnXU0G1ZWbZy5C +NgFIbFwHdAq4WAb3996y4R4yQlOC4RYDs0vMpgLEcY/hZ4jaUnLz294bNYw/JvjCV qFT86yezT4M3v42nwHmck9QfKgbGHIh3KT0cQGOvQ4VF41XDV9H80Bfjv7BJeOomL6 B2aTBf0OpL68fzH7EBCJK0T0djXRzpQE70OuojylhjBBJdm9PPxcjnCRTYPqnmWe44 s6DCYRq1VQ4wvUKk7HtiiblCOYtRZBASm9kEiJ3DGd9LkcOdzExsBneE+jwErXbDHT VD98KiEzf4oKw== 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) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4V3TCt6nWjz4wc1; Tue, 26 Mar 2024 10:09:45 +1100 (AEDT) Date: Tue, 26 Mar 2024 10:09:45 +1100 From: Stephen Rothwell To: Kalle Valo , Johannes Berg Cc: Wireless , Johannes Berg , Linux Kernel Mailing List , Linux Next Mailing List , Miri Korenblit Subject: linux-next: manual merge of the wireless-next tree with the wireless tree Message-ID: <20240326100945.765b8caf@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, Today's linux-next merge of the wireless-next tree got a conflict in: drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c between commit: 5f4040050553 ("wifi: iwlwifi: mvm: disable MLO for the time being") from the wireless tree and commit: bbd6d0f8bc51 ("wifi: iwlwifi: mvm: advertise IEEE80211_HW_HANDLES_QUIET_CSA") from the wireless-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 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c index 8f4b063d6243,6b8f18b3e280..000000000000 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c