Message ID | 20231024103540.19198-2-johannes@sipsolutions.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 00d67093e4f1874f713e5869dbcf34a00665dbb7 |
Headers | show |
Series | pull-request: wireless-2023-10-24 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 1575 this patch: 1575 |
netdev/build_clang | success | Errors and warnings before: 1434 this patch: 1434 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 1620 this patch: 1620 |
Hello: This pull request was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 24 Oct 2023 12:35:41 +0200 you wrote: > Hi, > > We have a couple of last-minute fixes for some issues. > > 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. > > [...] Here is the summary with links: - pull-request: wireless-2023-10-24 https://git.kernel.org/netdev/net/c/00d67093e4f1 You are awesome, thank you!
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, 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. > 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.
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, 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 :) 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.
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