public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Docs for 2.4.x -> 2.6.x
@ 2002-10-21 12:34 jbradford
  2002-10-21 15:31 ` Josh Myer
  0 siblings, 1 reply; 5+ messages in thread
From: jbradford @ 2002-10-21 12:34 UTC (permalink / raw)
  To: linux-kernel

Is anybody currently responsible for writing a 2.4.x -> 2.6.x
migration FAQ/HOWTO/guide at all?

I know, in theory, you should just be able to do a 'make oldconfig',
etc, etc, but we really want to encourage people to move from, say,
OSS to ALSA, and to start using things that were experimental in
2.4.x, but not experimental in 2.6.x

If nobody else is already responsible for making such a document, I'd
be quite interested in collecting the necessary info from the various
maintainers, and collating it in to a usable document.

I think it would be quite useful, because without such an effort, I
think that there will be quite a few 2.6.x boxen out there which are
using no new features over 2.4.x, and as a result aren't going to feel
as much of an improvement as they could do.

John.

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

* Re: Docs for 2.4.x -> 2.6.x
  2002-10-21 12:34 Docs for 2.4.x -> 2.6.x jbradford
@ 2002-10-21 15:31 ` Josh Myer
  2002-10-21 15:50   ` jbradford
  0 siblings, 1 reply; 5+ messages in thread
From: Josh Myer @ 2002-10-21 15:31 UTC (permalink / raw)
  To: jbradford; +Cc: linux-kernel

Would you volunteer to do the same thing for kernel API changes for those
of us who don't pay enough attention to the list?

I have a few random drivers that aren't in mainline, so i always wind up
porting to new kernels (they're trivial, so it's not a big deal, but
sometimes it's annoying to find changes).

Or is someone else already doing this wonderfully sexy job?
--
/jbm, but you can call me josh. Really, you can.


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

* Re: Docs for 2.4.x -> 2.6.x
  2002-10-21 15:31 ` Josh Myer
@ 2002-10-21 15:50   ` jbradford
  2002-10-21 15:55     ` Randy.Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: jbradford @ 2002-10-21 15:50 UTC (permalink / raw)
  To: Josh Myer; +Cc: linux-kernel

> Would you volunteer to do the same thing for kernel API changes for those
> of us who don't pay enough attention to the list?

Well, I'm certainly willing to spare the time to do it, but I'm not
sure that I'm particularly qualified to - the 2.4->2.6 doc would be
fairly straightforward for me, but documenting API changes in a useful
way may well require a better understanding of C than I have, (not
sure what I'd be letting myself in for - the only C I've done is
mainly games and other user mode stuff).

> I have a few random drivers that aren't in mainline, so i always wind up
> porting to new kernels (they're trivial, so it's not a big deal, but
> sometimes it's annoying to find changes).
> 
> Or is someone else already doing this wonderfully sexy job?

It's possible they might be, I'm not sure...

John.

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

* Re: Docs for 2.4.x -> 2.6.x
  2002-10-21 15:50   ` jbradford
@ 2002-10-21 15:55     ` Randy.Dunlap
  2002-10-21 16:17       ` jbradford
  0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2002-10-21 15:55 UTC (permalink / raw)
  To: jbradford; +Cc: Josh Myer, linux-kernel

On Mon, 21 Oct 2002 jbradford@dial.pipex.com wrote:

| > Would you volunteer to do the same thing for kernel API changes for those
| > of us who don't pay enough attention to the list?
|
| Well, I'm certainly willing to spare the time to do it, but I'm not
| sure that I'm particularly qualified to - the 2.4->2.6 doc would be
| fairly straightforward for me, but documenting API changes in a useful
| way may well require a better understanding of C than I have, (not
| sure what I'd be letting myself in for - the only C I've done is
| mainly games and other user mode stuff).
|
| > I have a few random drivers that aren't in mainline, so i always wind up
| > porting to new kernels (they're trivial, so it's not a big deal, but
| > sometimes it's annoying to find changes).
| >
| > Or is someone else already doing this wonderfully sexy job?
|
| It's possible they might be, I'm not sure...
|
| John.
| -

I got the impression that the first poster was asking
for user-level 2.4 -> 2.6 migration HOWTO info,
not kernel API changes.  (such as "be sure that all of those
CONFIG_INPU_options are enabled!")

I began keeping 2.5 kernel API changes very early, but then I ran
out of time; there were just so many of them, coming too fast.
Here are the early ones:
  http://www.xenotime.net/linux/linux-port-25x.html

-- 
~Randy
  "Do you need telco grade soundblaster 16 ?" -- Alan Cox


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

* Re: Docs for 2.4.x -> 2.6.x
  2002-10-21 15:55     ` Randy.Dunlap
@ 2002-10-21 16:17       ` jbradford
  0 siblings, 0 replies; 5+ messages in thread
From: jbradford @ 2002-10-21 16:17 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: jbm, linux-kernel

> On Mon, 21 Oct 2002 jbradford@dial.pipex.com wrote:
> 
> | > Would you volunteer to do the same thing for kernel API changes for those
> | > of us who don't pay enough attention to the list?
> |
> | Well, I'm certainly willing to spare the time to do it, but I'm not
> | sure that I'm particularly qualified to - the 2.4->2.6 doc would be
> | fairly straightforward for me, but documenting API changes in a useful
> | way may well require a better understanding of C than I have, (not
> | sure what I'd be letting myself in for - the only C I've done is
> | mainly games and other user mode stuff).
> |
> | > I have a few random drivers that aren't in mainline, so i always wind up
> | > porting to new kernels (they're trivial, so it's not a big deal, but
> | > sometimes it's annoying to find changes).
> | >
> | > Or is someone else already doing this wonderfully sexy job?
> |
> | It's possible they might be, I'm not sure...
> |
> | John.
> | -
> 
> I got the impression that the first poster was asking
> for user-level 2.4 -> 2.6 migration HOWTO info,
> not kernel API changes.  (such as "be sure that all of those
> CONFIG_INPU_options are enabled!")

Yes, that is really what I meant.

John.

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

end of thread, other threads:[~2002-10-21 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-21 12:34 Docs for 2.4.x -> 2.6.x jbradford
2002-10-21 15:31 ` Josh Myer
2002-10-21 15:50   ` jbradford
2002-10-21 15:55     ` Randy.Dunlap
2002-10-21 16:17       ` jbradford

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