* linux-next: manual merge of the net tree with the tree
@ 2009-05-21 4:06 Stephen Rothwell
2009-05-21 22:25 ` David Miller
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2009-05-21 4:06 UTC (permalink / raw)
To: David Miller
Cc: linux-next, linux-kernel, Abhijeet Kolekar, John W. Linville,
Reinette Chatre
Hi David,
Today's linux-next merge of the net tree got a conflict in
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl3945-base.c between commit
fbc9f97bbf5e1eaee562eba93dc60faaff3f3bfa ("iwlwifi: do not cancel delayed
work inside spin_lock_irqsave") from the wireless-current tree and commit
727882d62477ed45d248e8cd6d53cf794537b073 ("iwl3945: use iwl_set_mode in
3945") from the net tree.
I removed iwl{3945,}_set_mode() from and applied the following patch.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c
index 5393fb3..967343a 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.c
+++ b/drivers/net/wireless/iwlwifi/iwl-core.c
@@ -2437,13 +2437,6 @@ int iwl_set_mode(struct iwl_priv *priv, int mode)
if (!iwl_is_ready_rf(priv))
return -EAGAIN;
- cancel_delayed_work(&priv->scan_check);
- if (iwl_scan_cancel_timeout(priv, 100)) {
- IWL_WARN(priv, "Aborted scan still in progress after 100ms\n");
- IWL_DEBUG_MAC80211(priv, "leaving - scan abort failed.\n");
- return -EAGAIN;
- }
-
iwlcore_commit_rxon(priv);
return 0;
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2009-05-21 4:06 linux-next: manual merge of the net tree with the tree Stephen Rothwell
@ 2009-05-21 22:25 ` David Miller
2009-05-21 22:29 ` David Miller
2009-05-22 0:33 ` John W. Linville
0 siblings, 2 replies; 13+ messages in thread
From: David Miller @ 2009-05-21 22:25 UTC (permalink / raw)
To: sfr; +Cc: linux-next, linux-kernel, abhijeet.kolekar, linville,
reinette.chatre
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Thu, 21 May 2009 14:06:10 +1000
> Today's linux-next merge of the net tree got a conflict in
> drivers/net/wireless/iwlwifi/iwl-agn.c
> drivers/net/wireless/iwlwifi/iwl3945-base.c between commit
> fbc9f97bbf5e1eaee562eba93dc60faaff3f3bfa ("iwlwifi: do not cancel delayed
> work inside spin_lock_irqsave") from the wireless-current tree and commit
> 727882d62477ed45d248e8cd6d53cf794537b073 ("iwl3945: use iwl_set_mode in
> 3945") from the net tree.
>
> I removed iwl{3945,}_set_mode() from and applied the following patch.
I'll sort this out right now, thanks Stephen.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2009-05-21 22:25 ` David Miller
@ 2009-05-21 22:29 ` David Miller
2009-05-22 0:35 ` John W. Linville
2009-05-22 0:33 ` John W. Linville
1 sibling, 1 reply; 13+ messages in thread
From: David Miller @ 2009-05-21 22:29 UTC (permalink / raw)
To: sfr; +Cc: linux-next, linux-kernel, abhijeet.kolekar, linville,
reinette.chatre
From: David Miller <davem@davemloft.net>
Date: Thu, 21 May 2009 15:25:11 -0700 (PDT)
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Thu, 21 May 2009 14:06:10 +1000
>
>> Today's linux-next merge of the net tree got a conflict in
>> drivers/net/wireless/iwlwifi/iwl-agn.c
>> drivers/net/wireless/iwlwifi/iwl3945-base.c between commit
>> fbc9f97bbf5e1eaee562eba93dc60faaff3f3bfa ("iwlwifi: do not cancel delayed
>> work inside spin_lock_irqsave") from the wireless-current tree and commit
>> 727882d62477ed45d248e8cd6d53cf794537b073 ("iwl3945: use iwl_set_mode in
>> 3945") from the net tree.
>>
>> I removed iwl{3945,}_set_mode() from and applied the following patch.
>
> I'll sort this out right now, thanks Stephen.
Sorry, I misread this. The conflict is created by the
wireless-current tree so it seems something John has to
sort out unless I've pulled that work into net-next-2.6 already.
John which is it?
Thanks.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2009-05-21 22:25 ` David Miller
2009-05-21 22:29 ` David Miller
@ 2009-05-22 0:33 ` John W. Linville
1 sibling, 0 replies; 13+ messages in thread
From: John W. Linville @ 2009-05-22 0:33 UTC (permalink / raw)
To: David Miller
Cc: sfr, linux-next, linux-kernel, abhijeet.kolekar, reinette.chatre
On Thu, May 21, 2009 at 03:25:11PM -0700, David Miller wrote:
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Thu, 21 May 2009 14:06:10 +1000
>
> > Today's linux-next merge of the net tree got a conflict in
> > drivers/net/wireless/iwlwifi/iwl-agn.c
> > drivers/net/wireless/iwlwifi/iwl3945-base.c between commit
> > fbc9f97bbf5e1eaee562eba93dc60faaff3f3bfa ("iwlwifi: do not cancel delayed
> > work inside spin_lock_irqsave") from the wireless-current tree and commit
> > 727882d62477ed45d248e8cd6d53cf794537b073 ("iwl3945: use iwl_set_mode in
> > 3945") from the net tree.
> >
> > I removed iwl{3945,}_set_mode() from and applied the following patch.
>
> I'll sort this out right now, thanks Stephen.
wireless-next-2.6 has a merge-test branch for reference.
Hth!
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2009-05-21 22:29 ` David Miller
@ 2009-05-22 0:35 ` John W. Linville
2009-05-22 8:10 ` David Miller
0 siblings, 1 reply; 13+ messages in thread
From: John W. Linville @ 2009-05-22 0:35 UTC (permalink / raw)
To: David Miller
Cc: sfr, linux-next, linux-kernel, abhijeet.kolekar, reinette.chatre
On Thu, May 21, 2009 at 03:29:10PM -0700, David Miller wrote:
> From: David Miller <davem@davemloft.net>
> Date: Thu, 21 May 2009 15:25:11 -0700 (PDT)
>
> > From: Stephen Rothwell <sfr@canb.auug.org.au>
> > Date: Thu, 21 May 2009 14:06:10 +1000
> >
> >> Today's linux-next merge of the net tree got a conflict in
> >> drivers/net/wireless/iwlwifi/iwl-agn.c
> >> drivers/net/wireless/iwlwifi/iwl3945-base.c between commit
> >> fbc9f97bbf5e1eaee562eba93dc60faaff3f3bfa ("iwlwifi: do not cancel delayed
> >> work inside spin_lock_irqsave") from the wireless-current tree and commit
> >> 727882d62477ed45d248e8cd6d53cf794537b073 ("iwl3945: use iwl_set_mode in
> >> 3945") from the net tree.
> >>
> >> I removed iwl{3945,}_set_mode() from and applied the following patch.
> >
> > I'll sort this out right now, thanks Stephen.
>
> Sorry, I misread this. The conflict is created by the
> wireless-current tree so it seems something John has to
> sort out unless I've pulled that work into net-next-2.6 already.
>
> John which is it?
I think what Stephen has done is good for now. I'll probably post
a pull request for wireless-next-2.6 tommorrow.
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2009-05-22 0:35 ` John W. Linville
@ 2009-05-22 8:10 ` David Miller
0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2009-05-22 8:10 UTC (permalink / raw)
To: linville; +Cc: sfr, linux-next, linux-kernel, abhijeet.kolekar, reinette.chatre
From: "John W. Linville" <linville@tuxdriver.com>
Date: Thu, 21 May 2009 20:35:47 -0400
> I think what Stephen has done is good for now. I'll probably post
> a pull request for wireless-next-2.6 tommorrow.
Ok.
Once I pull that in I'll pull net-2.6 into net-next-2.6 to resolve
all of the merge issues fully.
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: manual merge of the net tree with the tree
@ 2009-07-13 2:50 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2009-07-13 2:50 UTC (permalink / raw)
To: David Miller; +Cc: linux-next, linux-kernel, David Kilroy, Ben Hutchings
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]
Hi David,
Today's linux-next merge of the net tree got a conflict in
drivers/net/wireless/orinoco/main.c between commit
240c102d9c54fee7fdc87a4ef2fabc7eb539e00a ("netdev: restore MAC address
set and validate operations") from the net-current tree and
commit5381956b780e82805247c2ec8e32c4c665309394 ("orinoco: move netdev
interface creation to main driver") from the net tree.
Just overlapping removals. I fixed it up and can carry the fix as
necessary.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: manual merge of the net tree with the tree
@ 2010-10-12 0:17 Stephen Rothwell
2010-10-12 3:51 ` Stephen Rothwell
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2010-10-12 0:17 UTC (permalink / raw)
To: David Miller, netdev
Cc: linux-next, linux-kernel, Stefan Richter, linux1394-devel,
Ben Hutchings
[-- Attachment #1: Type: text/plain, Size: 528 bytes --]
Hi all,
Today's linux-next merge of the net tree got a conflict in
drivers/ieee1394/eth1394.c between commit
66fa12c571d35e3cd62574c65f1785a460105397 ("ieee1394: remove the old IEEE
1394 driver stack") from the tree and commit
01414802054c382072b6cb9a1bdc6e243c74b2d5 ("ethtool: Provide a default
implementation of ethtool_ops::get_drvinfo") from the net tree.
The former removes the file. I just did that.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2010-10-12 0:17 Stephen Rothwell
@ 2010-10-12 3:51 ` Stephen Rothwell
2010-10-12 5:56 ` Stefan Richter
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2010-10-12 3:51 UTC (permalink / raw)
To: David Miller, netdev
Cc: linux-next, linux-kernel, Stefan Richter, linux1394-devel,
Ben Hutchings
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
Hi all,
On Tue, 12 Oct 2010 11:17:16 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the net tree got a conflict in
> drivers/ieee1394/eth1394.c between commit
> 66fa12c571d35e3cd62574c65f1785a460105397 ("ieee1394: remove the old IEEE
> 1394 driver stack") from the tree and commit
^
I meant to say "the ieee1394 tree".
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2010-10-12 3:51 ` Stephen Rothwell
@ 2010-10-12 5:56 ` Stefan Richter
0 siblings, 0 replies; 13+ messages in thread
From: Stefan Richter @ 2010-10-12 5:56 UTC (permalink / raw)
To: Stephen Rothwell
Cc: David Miller, netdev, linux-next, linux-kernel, linux1394-devel,
Ben Hutchings
Stephen Rothwell wrote:
> Hi all,
>
> On Tue, 12 Oct 2010 11:17:16 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> Today's linux-next merge of the net tree got a conflict in
>> drivers/ieee1394/eth1394.c between commit
>> 66fa12c571d35e3cd62574c65f1785a460105397 ("ieee1394: remove the old IEEE
>> 1394 driver stack") from the tree and commit
> ^
> I meant to say "the ieee1394 tree".
(I should have put the ieee1394 removal into -next much earlier. OTOH the
conflicting commit is from August 17 already...)
Would it be useful if I rebase this small ieee1394 removal branch of mine onto
net?
--
Stefan Richter
-=====-==-=- =-=- -==--
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: manual merge of the net tree with the tree
@ 2011-01-04 2:28 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2011-01-04 2:28 UTC (permalink / raw)
To: David Miller, netdev
Cc: linux-next, linux-kernel, Jon Mason, Jesse Barnes,
Rafael J. Wysocki
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
Hi all,
Today's linux-next merge of the net tree got a conflict in
drivers/net/sky2.c between
commit1d3c16a818e992c199844954d95c17fd7ce6cbba ("PCI: make
pci_restore_state return void") from the tree and commit
0f333d10e3f689640b229c8cf00b16ea51ce4951 ("sky2: Do not use legacy PCI
power management") from the net tree.
The latter removes the code that the former modifies. I used the latter.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: manual merge of the net tree with the tree
@ 2011-08-22 1:51 Stephen Rothwell
2011-08-23 18:10 ` Niklaus Giger
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2011-08-22 1:51 UTC (permalink / raw)
To: David Miller, netdev
Cc: linux-next, linux-kernel, Josh Boyer, Niklaus Giger, Tony Breeds
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Hi all,
Today's linux-next merge of the net tree got a conflict in
arch/powerpc/configs/40x/hcu4_defconfig between commit 9fcd768d0cc8
("powerpc/40x: Remove obsolete HCU4 board") from the 4xx tree and commit
3b3bceef26f8 ("net: fix IBM EMAC driver after rename") from the net tree.
The former commit removes the file, so I just did that.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linux-next: manual merge of the net tree with the tree
2011-08-22 1:51 Stephen Rothwell
@ 2011-08-23 18:10 ` Niklaus Giger
0 siblings, 0 replies; 13+ messages in thread
From: Niklaus Giger @ 2011-08-23 18:10 UTC (permalink / raw)
To: Stephen Rothwell
Cc: David Miller, netdev, linux-next, linux-kernel, Josh Boyer,
Tony Breeds
> Hi all,
>
> Today's linux-next merge of the net tree got a conflict in
> arch/powerpc/configs/40x/hcu4_defconfig between commit 9fcd768d0cc8
> ("powerpc/40x: Remove obsolete HCU4 board") from the 4xx tree and commit
> 3b3bceef26f8 ("net: fix IBM EMAC driver after rename") from the net tree.
>
> The former commit removes the file, so I just did that.
Thanks!
Best regards
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2011-08-23 18:13 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 4:06 linux-next: manual merge of the net tree with the tree Stephen Rothwell
2009-05-21 22:25 ` David Miller
2009-05-21 22:29 ` David Miller
2009-05-22 0:35 ` John W. Linville
2009-05-22 8:10 ` David Miller
2009-05-22 0:33 ` John W. Linville
-- strict thread matches above, loose matches on Subject: below --
2009-07-13 2:50 Stephen Rothwell
2010-10-12 0:17 Stephen Rothwell
2010-10-12 3:51 ` Stephen Rothwell
2010-10-12 5:56 ` Stefan Richter
2011-01-04 2:28 Stephen Rothwell
2011-08-22 1:51 Stephen Rothwell
2011-08-23 18:10 ` Niklaus Giger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox