public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Delete cris architecture?
@ 2004-05-31 13:46 Dan Kegel
  2004-05-31 14:29 ` Ben Collins
  2004-05-31 16:14 ` Bjorn Wesen
  0 siblings, 2 replies; 6+ messages in thread
From: Dan Kegel @ 2004-05-31 13:46 UTC (permalink / raw)
  To: bjornw, linux-kernel

on linux-2.6.6, 'make oldconfig' fails on cris with

scripts/kconfig/conf -o arch/cris/Kconfig
arch/cris/Kconfig:158: can't open file "arch/cris/drivers/Kconfig"
make[1]: *** [oldconfig] Error 1

This was reported about a year ago on 2.6.0-test2:	
http://mhonarc.axis.se/dev-etrax/msg03456.html
but it seems nothing has been done about it.

Since step 1 of building a linux kernel for cris seems to have
been dead in the water for almost a year with no
action from the port's maintainer, perhaps the port
should be deleted from the main kernel tree.

Or perhaps the maintainer could submit a fix.  His choice :-)
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

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

* Re: Delete cris architecture?
  2004-05-31 13:46 Dan Kegel
@ 2004-05-31 14:29 ` Ben Collins
  2004-05-31 16:14 ` Bjorn Wesen
  1 sibling, 0 replies; 6+ messages in thread
From: Ben Collins @ 2004-05-31 14:29 UTC (permalink / raw)
  To: Dan Kegel; +Cc: bjornw, linux-kernel

On Mon, May 31, 2004 at 06:46:57AM -0700, Dan Kegel wrote:
> on linux-2.6.6, 'make oldconfig' fails on cris with
> 
> scripts/kconfig/conf -o arch/cris/Kconfig
> arch/cris/Kconfig:158: can't open file "arch/cris/drivers/Kconfig"
> make[1]: *** [oldconfig] Error 1
> 
> This was reported about a year ago on 2.6.0-test2:	
> http://mhonarc.axis.se/dev-etrax/msg03456.html
> but it seems nothing has been done about it.
> 
> Since step 1 of building a linux kernel for cris seems to have
> been dead in the water for almost a year with no
> action from the port's maintainer, perhaps the port
> should be deleted from the main kernel tree.

If you delete it, there's less chance of someone picking it up as the
new maintainer. It will kill an obvious starting point for someone
wanting to continue the work on it.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/

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

* Re: Delete cris architecture?
  2004-05-31 13:46 Dan Kegel
  2004-05-31 14:29 ` Ben Collins
@ 2004-05-31 16:14 ` Bjorn Wesen
  2004-05-31 18:42   ` Sam Ravnborg
  1 sibling, 1 reply; 6+ messages in thread
From: Bjorn Wesen @ 2004-05-31 16:14 UTC (permalink / raw)
  To: Dan Kegel; +Cc: Mikael Starvik, linux-kernel

The CRIS architecture is stable and supported by Axis Communications 
officially in 2.4, but the 2.6 port is work-in-progress, thus you could 
expect problems building it from the vanilla kernel source. It works 
in-house on 2.6, but perhaps all patches have not trickled out to the 
official kernel yet (although they should have I think, so it's good that 
you mention stuff like this).

In the meantime, I would recommend using 2.4 if you want to compile a CRIS 
kernel.

Regards

Bjorn W

On Mon, 31 May 2004, Dan Kegel wrote:

> on linux-2.6.6, 'make oldconfig' fails on cris with
> 
> scripts/kconfig/conf -o arch/cris/Kconfig
> arch/cris/Kconfig:158: can't open file "arch/cris/drivers/Kconfig"
> make[1]: *** [oldconfig] Error 1
> 
> This was reported about a year ago on 2.6.0-test2:	
> http://mhonarc.axis.se/dev-etrax/msg03456.html
> but it seems nothing has been done about it.
> 
> Since step 1 of building a linux kernel for cris seems to have
> been dead in the water for almost a year with no
> action from the port's maintainer, perhaps the port
> should be deleted from the main kernel tree.
> 
> Or perhaps the maintainer could submit a fix.  His choice :-)
> - Dan
> 
> 


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

* Re: Delete cris architecture?
  2004-05-31 16:14 ` Bjorn Wesen
@ 2004-05-31 18:42   ` Sam Ravnborg
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2004-05-31 18:42 UTC (permalink / raw)
  To: Bjorn Wesen; +Cc: Dan Kegel, Mikael Starvik, linux-kernel

On Mon, May 31, 2004 at 06:14:02PM +0200, Bjorn Wesen wrote:
> The CRIS architecture is stable and supported by Axis Communications 
> officially in 2.4, but the 2.6 port is work-in-progress, thus you could 
> expect problems building it from the vanilla kernel source. It works 
> in-house on 2.6, but perhaps all patches have not trickled out to the 
> official kernel yet (although they should have I think, so it's good that 
> you mention stuff like this).

When grepping the source and even doing cross architecture changes it is
nice to have a ratehr up-to-date version in the main stream kernel.

It would be nice if Axis could at least drop an update of the tree for
each kernel release (provided there are any changes).
This would allow all of us to get a better overview, and in some cases
we may even introduce new stuff / fix errors.

So please start to feed Andrew (or Linus) regularly with updates.

	Sam

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

* Re: Delete cris architecture?
  2004-06-01  5:17 ` Delete cris architecture? Mikael Starvik
@ 2004-06-01  4:51   ` Dan Kegel
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Kegel @ 2004-06-01  4:51 UTC (permalink / raw)
  To: Mikael Starvik
  Cc: 'Sam Ravnborg', Björn Wesén, linux-kernel

Mikael Starvik wrote:
> The CRIS architecture is very much alive and locally we are running 2.6.6.
> It is true that I haven't submitted any patches since 2.5.74 or 
> something like that. It is my intention to send in a patch asap,
> hopefully this week.
> 
> I will submit 2.6 patches more often in the future.

Excellent.  That will be very helpful.  It's good to keep the
kernel.org tree up to date!
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

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

* RE: Delete cris architecture?
       [not found] <BFECAF9E178F144FAEF2BF4CE739C668CD62C1@exmail1.se.axis.com>
@ 2004-06-01  5:17 ` Mikael Starvik
  2004-06-01  4:51   ` Dan Kegel
  0 siblings, 1 reply; 6+ messages in thread
From: Mikael Starvik @ 2004-06-01  5:17 UTC (permalink / raw)
  To: 'Sam Ravnborg', Björn Wesén
  Cc: 'Dan Kegel', 'Mikael Starvik', linux-kernel

Hi!

The CRIS architecture is very much alive and locally we are running 2.6.6.
It is true that I haven't submitted any patches since 2.5.74 or 
something like that. It is my intention to send in a patch asap,
hopefully this week.

I will submit 2.6 patches more often in the future. Later this year 
we will also add support for a new CRIS subarchitecture.

/Mikael (CRIS maintainer)

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Sam Ravnborg
Sent: Monday, May 31, 2004 8:42 PM
To: Björn Wesén
Cc: Dan Kegel; Mikael Starvik; linux-kernel@vger.kernel.org
Subject: Re: Delete cris architecture?


On Mon, May 31, 2004 at 06:14:02PM +0200, Bjorn Wesen wrote:
> The CRIS architecture is stable and supported by Axis Communications 
> officially in 2.4, but the 2.6 port is work-in-progress, thus you could 
> expect problems building it from the vanilla kernel source. It works 
> in-house on 2.6, but perhaps all patches have not trickled out to the 
> official kernel yet (although they should have I think, so it's good that 
> you mention stuff like this).

When grepping the source and even doing cross architecture changes it is
nice to have a ratehr up-to-date version in the main stream kernel.

It would be nice if Axis could at least drop an update of the tree for
each kernel release (provided there are any changes).
This would allow all of us to get a better overview, and in some cases
we may even introduce new stuff / fix errors.

So please start to feed Andrew (or Linus) regularly with updates.

	Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

end of thread, other threads:[~2004-06-01  5:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BFECAF9E178F144FAEF2BF4CE739C668CD62C1@exmail1.se.axis.com>
2004-06-01  5:17 ` Delete cris architecture? Mikael Starvik
2004-06-01  4:51   ` Dan Kegel
2004-05-31 13:46 Dan Kegel
2004-05-31 14:29 ` Ben Collins
2004-05-31 16:14 ` Bjorn Wesen
2004-05-31 18:42   ` Sam Ravnborg

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