linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the wireless-next tree with Linus' tree
@ 2022-10-19 16:23 Stephen Rothwell
  2022-10-19 23:23 ` Jakub Kicinski
  0 siblings, 1 reply; 19+ messages in thread
From: Stephen Rothwell @ 2022-10-19 16:23 UTC (permalink / raw)
  To: Kalle Valo, Johannes Berg, Wireless
  Cc: David Miller, Jakub Kicinski, Ilan Peer, Johannes Berg,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

Hi all,

FIXME: Add owner of second tree to To:
       Add author(s)/SOB of conflicting commits.

Today's linux-next merge of the wireless-next tree got a conflict in:

  net/mac80211/util.c

between commit:

  ff05d4b45dd8 ("wifi: mac80211: fix MBSSID parsing use-after-free")

from the origin tree and commit:

  ff05d4b45dd8 ("wifi: mac80211: fix MBSSID parsing use-after-free")

from the wireless-next tree.

I fixed it up (I just used the latter version) 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.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the wireless-next tree with Linus' tree
@ 2023-09-14  0:28 Stephen Rothwell
  0 siblings, 0 replies; 19+ messages in thread
From: Stephen Rothwell @ 2023-09-14  0:28 UTC (permalink / raw)
  To: Kalle Valo, Johannes Berg, Wireless
  Cc: Aloka Dixit, Franziska Naepelt, Greg Kroah-Hartman, Johannes Berg,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

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.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index af155fca39b8,5ddc2d9a6060..000000000000
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@@ -2317,9 -2318,8 +2317,9 @@@ static int cfg80211_rtw_start_ap(struc
  	return ret;
  }
  
 -static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev,
 -		struct cfg80211_ap_settings *info)
 +static int cfg80211_rtw_change_beacon(struct wiphy *wiphy,
 +				      struct net_device *ndev,
- 				      struct cfg80211_beacon_data *info)
++				      struct cfg80211_ap_settings *info)
  {
  	struct adapter *adapter = rtw_netdev_priv(ndev);
  

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the wireless-next tree with Linus' tree
@ 2023-09-26  1:54 Stephen Rothwell
  2023-09-26  4:50 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 19+ messages in thread
From: Stephen Rothwell @ 2023-09-26  1:54 UTC (permalink / raw)
  To: Kalle Valo, Johannes Berg, Wireless
  Cc: Aloka Dixit, Franziska Naepelt, Greg Kroah-Hartman, Johannes Berg,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]

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")
  bb55441c57cc ("wifi: cfg80211: split struct cfg80211_ap_settings")

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.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index af155fca39b8,1e683212027c..000000000000
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@@ -2317,9 -2318,8 +2317,9 @@@ static int cfg80211_rtw_start_ap(struc
  	return ret;
  }
  
 -static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev,
 -		struct cfg80211_ap_update *info)
 +static int cfg80211_rtw_change_beacon(struct wiphy *wiphy,
 +				      struct net_device *ndev,
- 				      struct cfg80211_beacon_data *info)
++				      struct cfg80211_ap_update *info)
  {
  	struct adapter *adapter = rtw_netdev_priv(ndev);
  

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the wireless-next tree with Linus' tree
@ 2024-10-09  0:38 Stephen Rothwell
  0 siblings, 0 replies; 19+ messages in thread
From: Stephen Rothwell @ 2024-10-09  0:38 UTC (permalink / raw)
  To: Kalle Valo, Johannes Berg
  Cc: Greg Kroah-Hartman, Johannes Berg, Wireless,
	Linux Kernel Mailing List, Linux Next Mailing List,
	Philipp Hortmann

[-- Attachment #1: Type: text/plain, Size: 745 bytes --]

Hi all,

Today's linux-next merge of the wireless-next tree got a conflict in:

  drivers/staging/ks7010/TODO

between commit:

  d93e795b8621 ("staging: ks7010: Remove unused driver")

from Linus' tree and commit:

  4991d2e7ad38 ("staging: don't recommend using lib80211")

from the wireless-next tree.

I fixed it up (I just removed the file) 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.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the wireless-next tree with Linus' tree
@ 2024-10-09  0:44 Stephen Rothwell
  2024-10-09  6:43 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 19+ messages in thread
From: Stephen Rothwell @ 2024-10-09  0:44 UTC (permalink / raw)
  To: Kalle Valo, Johannes Berg
  Cc: Al Viro, Greg Kroah-Hartman, Johannes Berg, Wireless,
	Linux Kernel Mailing List, Linux Next Mailing List, Tree Davies

[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]

Hi all,

Today's linux-next merge of the wireless-next tree got conflicts in:

  drivers/staging/rtl8192e/rtl8192e/r8190P_def.h
  drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
  drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
  drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h
  drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
  drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h
  drivers/staging/rtl8192e/rtl8192e/rtl_core.c
  drivers/staging/rtl8192e/rtl8192e/rtl_core.h
  drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
  drivers/staging/rtl8192e/rtl8192e/rtl_ps.c
  drivers/staging/rtl8192e/rtl8192e/rtl_wx.c
  drivers/staging/rtl8192e/rtl819x_BAProc.c
  drivers/staging/rtl8192e/rtl819x_HTProc.c
  drivers/staging/rtl8192e/rtl819x_TSProc.c
  drivers/staging/rtl8192e/rtllib.h
  drivers/staging/rtl8192e/rtllib_rx.c
  drivers/staging/rtl8192e/rtllib_softmac_wx.c

between commits:

  5f60d5f6bbc1 ("move asm/unaligned.h to linux/unaligned.h")
  5e6bf74d63c2 ("Staging: rtl8192e: Rename variable RxDrvInfoSize")
and many others

from Linus' tree (pre v6.12-rc2) and commit:

  be9be9f54f22 ("staging: rtl8192e: delete the driver")

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.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-10-09  9:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 16:23 linux-next: manual merge of the wireless-next tree with Linus' tree Stephen Rothwell
2022-10-19 23:23 ` Jakub Kicinski
2022-10-19 17:14   ` Stephen Rothwell
2022-10-19 23:52     ` Jakub Kicinski
2022-10-26 12:40       ` Kalle Valo
2022-10-26 14:35     ` Kalle Valo
2022-10-26 14:50       ` Kalle Valo
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14  0:28 Stephen Rothwell
2023-09-26  1:54 Stephen Rothwell
2023-09-26  4:50 ` Greg Kroah-Hartman
2024-10-09  0:38 Stephen Rothwell
2024-10-09  0:44 Stephen Rothwell
2024-10-09  6:43 ` Greg Kroah-Hartman
2024-10-09  6:51   ` Johannes Berg
2024-10-09  7:13     ` Greg Kroah-Hartman
2024-10-09  7:19       ` Johannes Berg
2024-10-09  7:27         ` Greg Kroah-Hartman
2024-10-09  8:30           ` Johannes Berg
2024-10-09  9:24             ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).