linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the watchdog tree with Linus' tree
@ 2017-11-27  0:06 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-11-27  0:06 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Kees Cook,
	Christophe Leroy, Guenter Roeck

Hi Wim,

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

  drivers/watchdog/mpc8xxx_wdt.c

between commit:

  e99e88a9d2b0 ("treewide: setup_timer() -> timer_setup()")

from Linus' tree and commit:

  fbdec655375c ("watchdog: mpc8xxx: use the core worker function")

from the watchdog tree.

I fixed it up (I used the latter which removed the setup_timer call) 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

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

* linux-next: manual merge of the watchdog tree with Linus' tree
@ 2013-02-25  1:17 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2013-02-25  1:17 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: linux-next, linux-kernel, Sachin Kamat, Andrew Morton, Wolfram Sang

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

Hi Wim,

Today's linux-next merge of the watchdog tree got a conflict in
drivers/rtc/rtc-stmp3xxx.c between commit c8a6046e1e0b ("drivers/rtc: use
of_match_ptr() macro") from Linus' tree and commit e02f5cf6b648 ("rtc:
stmp3xxx: add wdt-accessor function") from the watchdog tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/rtc/rtc-stmp3xxx.c
index b2a8ed9,cc9a9b6..0000000
--- a/drivers/rtc/rtc-stmp3xxx.c
+++ b/drivers/rtc/rtc-stmp3xxx.c
@@@ -26,7 -26,8 +26,9 @@@
  #include <linux/rtc.h>
  #include <linux/slab.h>
  #include <linux/of_device.h>
 +#include <linux/of.h>
+ #include <linux/stmp_device.h>
+ #include <linux/stmp3xxx_rtc_wdt.h>
  
  #include <mach/common.h>
  

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the watchdog tree with Linus' tree
  2010-05-26  6:35 ` Wim Van Sebroeck
@ 2010-05-26  7:33   ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-26  7:33 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-next, linux-kernel, Wolfram Sang, Linus

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

Hi Wim,

On Wed, 26 May 2010 08:35:34 +0200 Wim Van Sebroeck <wim@iguana.be> wrote:
>
> I will clean up the watchdog-next tree.

OK, thanks.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: linux-next: manual merge of the watchdog tree with Linus' tree
  2010-05-26  3:38 Stephen Rothwell
@ 2010-05-26  6:35 ` Wim Van Sebroeck
  2010-05-26  7:33   ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Wim Van Sebroeck @ 2010-05-26  6:35 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Wolfram Sang, Linus

Hi Stephen,

> These are two versions of the same patch.  I used the version from Linus'
> tree - but I do need to ask what is the point of having a patch in
> linux-next for two days and then submitting a different version of the
> patch to Linus?  The changes are not insignificant. Both patches have the
> same Author date and SOB etc lines.

The one that went to Linus is the correct one.
I must apologise, I indeed fucked things up. I wasn't completely happy
with Wolfram's patch, changed it, Wolfram pointed out some things that
still could be improved and then we tested the final version, saw that
everything was OK and much beter then what we had.
And then I made the error to want to rush it in during this merge window
still (due to the fact that we are allready reviewing this driver for a
long time). So yes sorry, this was the wrong thing to do (well, not having
a better driver in, but the way the testing should have been done and the
correct process that should have been followed).

I will clean up the watchdog-next tree.

Sorry again,
Wim.


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

* linux-next: manual merge of the watchdog tree with Linus' tree
@ 2010-05-26  3:38 Stephen Rothwell
  2010-05-26  6:35 ` Wim Van Sebroeck
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-26  3:38 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-next, linux-kernel, Wolfram Sang, Linus

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

Hi Wim,

Today's linux-next merge of the watchdog tree got a conflict in
drivers/watchdog/imx2_wdt.c between commit
bb2fd8a844d3a9209599b5fb694b30ac46a56ef0 ("watchdog: Driver for the
watchdog timer on Freescale IMX2 (and later) processors") from Linus'
tree and commit 1216b28847276929d920296e34b4e8226eaf4e79 ("watchdog:
Driver for the watchdog timer on Freescale IMX2 (and later) processors")
from the watchdog tree.

These are two versions of the same patch.  I used the version from Linus'
tree - but I do need to ask what is the point of having a patch in
linux-next for two days and then submitting a different version of the
patch to Linus?  The changes are not insignificant. Both patches have the
same Author date and SOB etc lines.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2017-11-27  0:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27  0:06 linux-next: manual merge of the watchdog tree with Linus' tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25  1:17 Stephen Rothwell
2010-05-26  3:38 Stephen Rothwell
2010-05-26  6:35 ` Wim Van Sebroeck
2010-05-26  7:33   ` Stephen Rothwell

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).