From patchwork Thu Sep 14 00:28:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 723074 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 97424EE0212 for ; Thu, 14 Sep 2023 00:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230450AbjINA2l (ORCPT ); Wed, 13 Sep 2023 20:28:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbjINA2k (ORCPT ); Wed, 13 Sep 2023 20:28:40 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D10B5E69; Wed, 13 Sep 2023 17:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1694651314; bh=e1YoH197EdDGHpCVZmCs5PD+GAzKVkGxdxV3Lv5LF4k=; h=Date:From:To:Cc:Subject:From; b=oFWDr//j/nAazXnSMZxu8aZFoDRNaCdP3K+lg6fK0RvD3WoSKuFOkzb3Q4XlY35Xl 7KPFbRtKuQKy9r9CuuAzx/Xfgm4s/VS3jN2SXF7L1nXbpI/BE2VS63DO8LGttICDig MH7rsrk+wc6u9ZU5yiS2L4pkg1yh6Cqss3216bIXVfE5HX12Affn+YksCP4kjgBir8 hdmAJAwdlejvrkxzH456RmINyS5odCyber8eOe85H1zFyq2laCh1Yt/I8XWZlly6z/ eh1gsBuucL51UtDGqjQSyw7yjlwEkATEnhjeR+vS76YOYdONUH+WZAhN0oQOW7Bkkt v5OF3+aqyk3TA== 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 (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4RmJ8J4cDnz4wxf; Thu, 14 Sep 2023 10:28:32 +1000 (AEST) Date: Thu, 14 Sep 2023 10:28:30 +1000 From: Stephen Rothwell To: Kalle Valo , Johannes Berg , Wireless Cc: Aloka Dixit , Franziska Naepelt , Greg Kroah-Hartman , Johannes Berg , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: manual merge of the wireless-next tree with Linus' tree Message-ID: <20230914102830.00537203@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 wireless-next tree got a conflict in: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c between commit: 1d85bb7fd66a ("staging: rtl8723bs: Fix alignment open parenthesis") from Linus' tree and commit: 66f85d57b710 ("wifi: cfg80211: modify prototype for change_beacon") 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/staging/rtl8723bs/os_dep/ioctl_cfg80211.c index af155fca39b8,5ddc2d9a6060..000000000000 --- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c