Message ID | 20231024103540.19198-2-johannes@sipsolutions.net |
---|---|
State | New |
Headers | show |
Series | pull-request: wireless-2023-10-24 | expand |
Thanks Jakub. > > Note that this introduces a merge conflict with -next, > > which Stephen reported and (correctly) resolved here: > > https://lore.kernel.org/linux-wireless/20231024112424.7de86457@canb.auug.org.au/ > > Basically just context - use the ieee80211_is_protected_dual_of_public_action() > > check from this pull request, and the return code > > RX_DROP_U_UNPROT_UNICAST_PUB_ACTION from -next. Are you planning to merge net into net-next really soon for some reason? If not, I can resolve this conflict and we'll include it in the next (and last) wireless-next pull request, which will be going out Thursday morning (Europe time.) johannes
On Tue, 2023-10-24 at 13:52 -0700, Jakub Kicinski wrote: > On Tue, 24 Oct 2023 22:25:18 +0200 Johannes Berg wrote: > > Are you planning to merge net into net-next really soon for some reason? > > Submitting on Wed did cross my mind, but there's no solid plan. > Unless that changes, Paolo will submit net on Thursday, EU time. > And we'll cross-merge once Linux pulls. OK, sounds good. > > If not, I can resolve this conflict and we'll include it in the next > > (and last) wireless-next pull request, which will be going out Thursday > > morning (Europe time.) > > Sounds good! But do you need to do the resolution to put something > on top? Otherwise we can deal with the conflict when pulling. No, not really, nothing left that's not in wireless-next already (I think), except maybe some tiny cleanups. Just trying to make it easier for you, even if it's really not a complex conflict :) johannes
On Tue, 2023-10-24 at 14:01 -0700, Jakub Kicinski wrote: > On Tue, 24 Oct 2023 22:54:50 +0200 Johannes Berg wrote: > > > > If not, I can resolve this conflict and we'll include it in the next > > > > (and last) wireless-next pull request, which will be going out Thursday > > > > morning (Europe time.) > > > > > > Sounds good! But do you need to do the resolution to put something > > > on top? Otherwise we can deal with the conflict when pulling. > > > > No, not really, nothing left that's not in wireless-next already (I > > think), except maybe some tiny cleanups. > > > > Just trying to make it easier for you, even if it's really not a complex > > conflict :) > > I think "Linus rules" would dictate that cross-merges to hide conflicts > are a bad thing. We don't have much to win so let's stick to that :) Fair enough :) > Hopefully I can deal with the resolution, but if you want to be 100% > sure - you can drop a git-rerere resolution somewhere I can fetch it. No need I think, just the return codes changed in the -next version for better skb drop reasons :) johannes