* linux-next: manual merge of the wireless-next tree with the pm tree
@ 2024-02-13 0:08 Stephen Rothwell
2024-02-13 8:25 ` Johannes Berg
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-02-13 0:08 UTC (permalink / raw)
To: Kalle Valo, Johannes Berg, Wireless, Rafael J. Wysocki
Cc: Johannes Berg, Linux Kernel Mailing List, Linux Next Mailing List,
Miri Korenblit, Rafael J. Wysocki
[-- Attachment #1: Type: text/plain, Size: 1458 bytes --]
Hi all,
Today's linux-next merge of the wireless-next tree got a conflict in:
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
between commit:
2e171a57c312 ("iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device")
from the pm tree and commit:
8cb3a308ceb1 ("wifi: iwlwifi: mvm: fix thermal kernel-doc")
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/net/wireless/intel/iwlwifi/mvm/mvm.h
index a618824f0b65,83263d510a45..000000000000
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
@@@ -537,8 -540,9 +540,8 @@@ struct iwl_mvm_tt_mgmt
#ifdef CONFIG_THERMAL
/**
- *struct iwl_mvm_thermal_device - thermal zone related data
- * @temp_trips: temperature thresholds for report
+ * struct iwl_mvm_thermal_device - thermal zone related data
+ * @trips: temperature thresholds for report
- * @fw_trips_index: keep indexes to original array - temp_trips
* @tzone: thermal zone device data
*/
struct iwl_mvm_thermal_device {
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the wireless-next tree with the pm tree
2024-02-13 0:08 linux-next: manual merge of the wireless-next tree with the pm tree Stephen Rothwell
@ 2024-02-13 8:25 ` Johannes Berg
2024-02-13 17:03 ` Wysocki, Rafael J
0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2024-02-13 8:25 UTC (permalink / raw)
To: Stephen Rothwell, Kalle Valo, Wireless, Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
Miri Korenblit, Rafael J. Wysocki
On Tue, 2024-02-13 at 11:08 +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the wireless-next tree got a conflict in:
>
> drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
>
> between commit:
>
> 2e171a57c312 ("iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device")
>
> from the pm tree and commit:
>
> 8cb3a308ceb1 ("wifi: iwlwifi: mvm: fix thermal kernel-doc")
>
> from the wireless-next tree.
Hah, sorry about that. I told Rafael this was likely not going to
conflict, but didn't see the doc changes ...
I guess we'll have to live with this conflict, unless Rafael you have a
feature branch for this I could pull in and resolve?
johannes
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the wireless-next tree with the pm tree
2024-02-13 8:25 ` Johannes Berg
@ 2024-02-13 17:03 ` Wysocki, Rafael J
2024-02-13 17:13 ` Johannes Berg
0 siblings, 1 reply; 5+ messages in thread
From: Wysocki, Rafael J @ 2024-02-13 17:03 UTC (permalink / raw)
To: Johannes Berg, Stephen Rothwell, Kalle Valo, Wireless
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
Miri Korenblit, Rafael J. Wysocki, Rafael J. Wysocki
On 2/13/2024 9:25 AM, Johannes Berg wrote:
> On Tue, 2024-02-13 at 11:08 +1100, Stephen Rothwell wrote:
>> Hi all,
>>
>> Today's linux-next merge of the wireless-next tree got a conflict in:
>>
>> drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
>>
>> between commit:
>>
>> 2e171a57c312 ("iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device")
>>
>> from the pm tree and commit:
>>
>> 8cb3a308ceb1 ("wifi: iwlwifi: mvm: fix thermal kernel-doc")
>>
>> from the wireless-next tree.
> Hah, sorry about that. I told Rafael this was likely not going to
> conflict, but didn't see the doc changes ...
>
> I guess we'll have to live with this conflict, unless Rafael you have a
> feature branch for this I could pull in and resolve?
Well, not yet, but I can add one if that helps.
Cheers!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the wireless-next tree with the pm tree
2024-02-13 17:03 ` Wysocki, Rafael J
@ 2024-02-13 17:13 ` Johannes Berg
2024-02-13 17:34 ` Rafael J. Wysocki
0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2024-02-13 17:13 UTC (permalink / raw)
To: Wysocki, Rafael J, Stephen Rothwell, Kalle Valo, Wireless
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
Miri Korenblit, Rafael J. Wysocki, Rafael J. Wysocki
On Tue, 2024-02-13 at 18:03 +0100, Wysocki, Rafael J wrote:
> > >
> > > 2e171a57c312 ("iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device")
> > >
> > > from the pm tree
> > I guess we'll have to live with this conflict, unless Rafael you have a
> > feature branch for this I could pull in and resolve?
>
> Well, not yet, but I can add one if that helps.
>
Well if you have a branch that has the above commit and not too much
else, then I could pull it into wireless ... but chances are the common
base that we have is divergent enough that'd pull a whole bunch of other
things into the tree so that'd not be great.
Pretty sure even if the conflict survives to the end Linus could figure
it out? :)
johannes
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the wireless-next tree with the pm tree
2024-02-13 17:13 ` Johannes Berg
@ 2024-02-13 17:34 ` Rafael J. Wysocki
0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2024-02-13 17:34 UTC (permalink / raw)
To: Johannes Berg
Cc: Wysocki, Rafael J, Stephen Rothwell, Kalle Valo, Wireless,
Linux Kernel Mailing List, Linux Next Mailing List,
Miri Korenblit, Rafael J. Wysocki, Rafael J. Wysocki
On Tue, Feb 13, 2024 at 6:14 PM Johannes Berg <johannes@sipsolutions.net> wrote:
>
> On Tue, 2024-02-13 at 18:03 +0100, Wysocki, Rafael J wrote:
> > > >
> > > > 2e171a57c312 ("iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device")
> > > >
> > > > from the pm tree
>
> > > I guess we'll have to live with this conflict, unless Rafael you have a
> > > feature branch for this I could pull in and resolve?
> >
> > Well, not yet, but I can add one if that helps.
> >
>
> Well if you have a branch that has the above commit and not too much
> else, then I could pull it into wireless ... but chances are the common
> base that we have is divergent enough that'd pull a whole bunch of other
> things into the tree so that'd not be great.
On top of 6.8-rc2, there are 3 unrelated commits that you'd need to
merge along with the wireless ones. Your call. :-)
> Pretty sure even if the conflict survives to the end Linus could figure
> it out? :)
Agreed.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-13 17:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 0:08 linux-next: manual merge of the wireless-next tree with the pm tree Stephen Rothwell
2024-02-13 8:25 ` Johannes Berg
2024-02-13 17:03 ` Wysocki, Rafael J
2024-02-13 17:13 ` Johannes Berg
2024-02-13 17:34 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox