From patchwork Tue Dec 21 00:19:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 12688819 X-Patchwork-Delegate: johannes@sipsolutions.net Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CFAFC433EF for ; Tue, 21 Dec 2021 00:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233328AbhLUAUC (ORCPT ); Mon, 20 Dec 2021 19:20:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230221AbhLUAUB (ORCPT ); Mon, 20 Dec 2021 19:20:01 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F967C061574; Mon, 20 Dec 2021 16:19:59 -0800 (PST) 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 ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4JHxt05KRGz4xd4; Tue, 21 Dec 2021 11:19:51 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1640045993; bh=Ygl8qmZ71ubYi41QE9ioAWjlT0FI5HXu87pWOaGNiKI=; h=Date:From:To:Cc:Subject:From; b=mktxgVh3/79NAgOitHjTxLSeeM92+FnFKNUGwIO8iIt2sHAweDSYGmpLKwnxjOdIK 0nCZoDoiG8g29eYeIamd2nh8Xm7AvBlD3Ab1uybjSrpGLlZEck6e9mGeCIRD/M446Z wRqIZcAUzilkcpsCYdUBspK0/mof2YUAflQWbV/zwq0W43zsy5NhQQzDDwBShyQupI mStEG2D32qxsL7ioJpN+XyzZSNaZ/OebLPPKv+JCPxxggkkHQVh3dtDsvm0cChrVDZ OpHt7+p346UqI2pNALVc7qU7UsWvzHEAlnNefZFlOQCIUctllqho0W8hxPR3/mQSkB 28zSEblBSOJZg== Date: Tue, 21 Dec 2021 11:19:50 +1100 From: Stephen Rothwell To: Johannes Berg , Wireless Cc: Ilan Peer , Johannes Berg , Linux Kernel Mailing List , Linux Next Mailing List , Luca Coelho , Sriram R Subject: linux-next: manual merge of the mac80211-next tree with Linus' tree Message-ID: <20211221111950.57ecc6a7@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi all, Today's linux-next merge of the mac80211-next tree got a conflict in: net/wireless/reg.c between commit: e08ebd6d7b90 ("cfg80211: Acquire wiphy mutex on regulatory work") from Linus' tree and commit: 701fdfe348f7 ("cfg80211: Enable regulatory enforcement checks for drivers supporting mesh iface") from the mac80211-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 net/wireless/reg.c index f8f01a3e020b,58e4b33aff04..000000000000 --- a/net/wireless/reg.c