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] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0806141423500.2949@woody.linux-foundation.org>
Date:	Sat, 14 Jun 2008 14:42:05 -0700 (PDT)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Adrian Bunk <bunk@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Natalie Protasevich <protasnb@...il.com>,
	"David S. Miller" <davem@...emloft.net>
Subject: Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25



On Sat, 14 Jun 2008, Rafael J. Wysocki wrote:
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10912
> Subject		: Regressions in the last kernels
> Submitter	: werner <werner@...-linux.yi.org>
> Date		: 2008-06-14 18:26 (1 days old)
> References	: http://marc.info/?l=linux-kernel&m=121346933911641&w=4

I don't believe this is a regression, at least the 8GB thing. The 
HIGHMEM64G config option has had a

	depends on !M386 && !M486

for quite a while now. It certainly was in 2.6.25 already.

So if you want PAE support, we do require that you ask for a kernel that 
has cmpxchg8b support (needed for the atomic 64-bit clearing of a PAE page 
table entry). Not to mention a CPU that supports PAE. And that is simply 
incompatible with "I want it to work on an i486 too".

So saying "I want a kernel that uses PAE _and_ works on an i486" is simply 
nonsensical. If we ever supported it, it was a mistake, and wouldn't have 
actually worked on an i486 anyway.

> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10908
> Subject		: IPF Montvale machine panic when running a network-relevent testing
> Submitter	: Zhang, Yanmin <yanmin_zhang@...ux.intel.com>
> Date		: 2008-06-13 8:19 (2 days old)
> References	: http://marc.info/?l=linux-kernel&m=121334523711437&w=4

I think this got fixed by ec0a196626bd12e0ba108d7daa6d95a4fb25c2c5: "tcp: 
Revert 'process defer accept as established' changes".

> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10903
> Subject		: ssh connections hang with 2.6.26-rc5
> Submitter	: Didier Raboud <didier@...oud.com>
> Date		: 2008-06-13 02:39 (2 days old)

I think this is likely fixed by the same revert as above.

David?

		Linus
--
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