All of lore.kernel.org
 help / color / mirror / Atom feed
* Hi.. I want to change some part of kernel to other version
@ 2009-02-11  5:07 Youngwhan Kim
  2009-02-11 16:39 ` Lennart Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Youngwhan Kim @ 2009-02-11  5:07 UTC (permalink / raw)
  To: linux-kernel

Hi~
I'm doing some works. That I want to do is to move only two parts of kernel
source. The version I'm working is kernel 2.6.10 and requested functions are
included in kernel 2.6.27.x(or latest version).
Example:
I want to change "./net" and "./driver" from kernel 2.6.27.x to 2.6.10. Is
that possible or not?
And To do this, how do I do this?

>From beginner.




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

* Re: Hi.. I want to change some part of kernel to other version
  2009-02-11  5:07 Hi.. I want to change some part of kernel to other version Youngwhan Kim
@ 2009-02-11 16:39 ` Lennart Sorensen
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Sorensen @ 2009-02-11 16:39 UTC (permalink / raw)
  To: Youngwhan Kim; +Cc: linux-kernel

On Wed, Feb 11, 2009 at 02:07:38PM +0900, Youngwhan Kim wrote:
> Hi~
> I'm doing some works. That I want to do is to move only two parts of kernel
> source. The version I'm working is kernel 2.6.10 and requested functions are
> included in kernel 2.6.27.x(or latest version).
> Example:
> I want to change "./net" and "./driver" from kernel 2.6.27.x to 2.6.10. Is
> that possible or not?
> And To do this, how do I do this?

Almost certainly the answer is no.

The drivers depend on the framework of the kernel, and you are look at
about 5 years of changes there.

Using 2.6.27 drivers with 2.6.10 kernel does not mean you are using a
2.6.10 kernel and hence get the benefit of any previous testing done on
that kernel.

You might be able backport some of the 2.6.27 drivers to work with
2.6.10 in a few cases, but many will be just too different, or will
depend on some subsystem that doesn't even exist in 2.6.10.

You are much better off porting whatever is keeping you at 2.6.10 to
2.6.27 and continuing from there.  Just think of all the security
problems 2.6.10 has that has been fixed in newer kernels which no one is
likely to ever fix for 2.6.10 since nobody (except a few people) even
cares about 2.6.10 anymore.  It is ancient history.

-- 
Len Sorensen

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

end of thread, other threads:[~2009-02-11 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-11  5:07 Hi.. I want to change some part of kernel to other version Youngwhan Kim
2009-02-11 16:39 ` Lennart Sorensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.