lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 11 Feb 2009 11:39:35 -0500
From:	lsorense@...lub.uwaterloo.ca (Lennart Sorensen)
To:	Youngwhan Kim <cs010101@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Hi.. I want to change some part of kernel to other version

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ