public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* cris port lacks a merge?
@ 2007-07-15 12:04 Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-07-15 12:04 UTC (permalink / raw)
  To: starvik; +Cc: dev-etrax, linux-kernel

Hi Mikael,

the last maintainer update to arch/cris/ was two years ago and it seems 
code like e.g. the config variable ETRAX_ARCH_V32 is missing.

I assume there is there some external tree you use that contains updates?
If yes, can you submit the changes for inclusion into the upstream kernel?

TIA
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* RE: cris port lacks a merge?
       [not found] <BFECAF9E178F144FAEF2BF4CE739C66804AE23FB@exmail1.se.axis.com>
@ 2007-07-30  7:44 ` Mikael Starvik
  2007-07-30 10:51   ` Adrian Bunk
  2007-07-30 19:08   ` Roland Dreier
  0 siblings, 2 replies; 4+ messages in thread
From: Mikael Starvik @ 2007-07-30  7:44 UTC (permalink / raw)
  To: 'Adrian Bunk', Mikael Starvik; +Cc: dev-etrax, linux-kernel

I will make another try soon.

The problem is that every time I try the following happens:

1. I download the bleeding edge latest stuff that you can get
2. I prepare and submit patches
3. I get replies with comments on my patches
4. I fix the patches.
5. I get told that the patches are against a too old version
6. Repeat from 1.

But I will continue to start making attempts to send patches upstreams
again.

Patches are also available at http://developer.axis.com

/Mikael

-----Original Message-----
From: Adrian Bunk [mailto:bunk@stusta.de] 
Sent: Sunday, July 15, 2007 2:04 PM
To: Mikael Starvik
Cc: dev-etrax; linux-kernel@vger.kernel.org
Subject: cris port lacks a merge?


Hi Mikael,

the last maintainer update to arch/cris/ was two years ago and it seems 
code like e.g. the config variable ETRAX_ARCH_V32 is missing.

I assume there is there some external tree you use that contains updates?
If yes, can you submit the changes for inclusion into the upstream kernel?

TIA
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: cris port lacks a merge?
  2007-07-30  7:44 ` cris port lacks a merge? Mikael Starvik
@ 2007-07-30 10:51   ` Adrian Bunk
  2007-07-30 19:08   ` Roland Dreier
  1 sibling, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-07-30 10:51 UTC (permalink / raw)
  To: Mikael Starvik; +Cc: dev-etrax, linux-kernel, Andrew Morton

On Mon, Jul 30, 2007 at 09:44:19AM +0200, Mikael Starvik wrote:

> I will make another try soon.
> 
> The problem is that every time I try the following happens:
> 
> 1. I download the bleeding edge latest stuff that you can get
> 2. I prepare and submit patches
> 3. I get replies with comments on my patches
> 4. I fix the patches.
> 5. I get told that the patches are against a too old version
> 6. Repeat from 1.
> 
> But I will continue to start making attempts to send patches upstreams
> again.

Considering that your last merge was two years ago something goes wrong - 
and I suspect something goes wrong at 5.

If you download the latest -rc kernel at step 1 there should usually be 
no problem to let your patches Andrew add them to -mm and him forwarding 
them to Linus at the next merge window instead of running into point 5.

If there are conflicts with some bigger cross-architecture changes they 
should have been mentioned at 3.

I'll look at why it goes wrong when you submit your patches the
next time.

> Patches are also available at http://developer.axis.com
> 
> /Mikael
> 
> -----Original Message-----
> From: Adrian Bunk [mailto:bunk@stusta.de] 
> Sent: Sunday, July 15, 2007 2:04 PM
> To: Mikael Starvik
> Cc: dev-etrax; linux-kernel@vger.kernel.org
> Subject: cris port lacks a merge?
> 
> 
> Hi Mikael,
> 
> the last maintainer update to arch/cris/ was two years ago and it seems 
> code like e.g. the config variable ETRAX_ARCH_V32 is missing.
> 
> I assume there is there some external tree you use that contains updates?
> If yes, can you submit the changes for inclusion into the upstream kernel?
> 
> TIA
> Adrian

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: cris port lacks a merge?
  2007-07-30  7:44 ` cris port lacks a merge? Mikael Starvik
  2007-07-30 10:51   ` Adrian Bunk
@ 2007-07-30 19:08   ` Roland Dreier
  1 sibling, 0 replies; 4+ messages in thread
From: Roland Dreier @ 2007-07-30 19:08 UTC (permalink / raw)
  To: Mikael Starvik; +Cc: 'Adrian Bunk', dev-etrax, linux-kernel

 > The problem is that every time I try the following happens:
 > 
 > 1. I download the bleeding edge latest stuff that you can get
 > 2. I prepare and submit patches
 > 3. I get replies with comments on my patches
 > 4. I fix the patches.
 > 5. I get told that the patches are against a too old version
 > 6. Repeat from 1.

One way to reduce your backlog might be to choose a small subset of
the most urgent out of all your pending patches -- say, the minimum
required to get cris working if it doesn't build/work in the latest
kernel, or the most urgent bug fixes if it does still work -- and then
update just that subset.  By reducing the number of patches, you can
reduce the amount of time in step 4 and reduce the chance of entering
step 5.

Then, once that batch is merged, move on to the next most urgent set
of patches, etc.

Also, creating a git tree might make the job of rebasing patches
easier, and also reduces the friction in getting Linus to merge your
patches.

 - R.

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

end of thread, other threads:[~2007-07-30 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BFECAF9E178F144FAEF2BF4CE739C66804AE23FB@exmail1.se.axis.com>
2007-07-30  7:44 ` cris port lacks a merge? Mikael Starvik
2007-07-30 10:51   ` Adrian Bunk
2007-07-30 19:08   ` Roland Dreier
2007-07-15 12:04 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox