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]
Date:	Tue, 2 Sep 2008 15:46:20 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Bob Tracy <rct@...rkin.frus.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [BUG] /proc/mtrr I/O error

On Fri, 29 Aug 2008 16:38:24 -0500
Bob Tracy <rct@...rkin.frus.com> wrote:

> With 2.6.27-rc4 and possibly earlier kernels, I see the following:
> 
> $ cat /proc/mtrr
> cat: /proc/mtrr: Input/output error
> 
> Processor is an AMD K6-III/450.
> 

static int mtrr_open(struct inode *inode, struct file *file)
{
	if (!mtrr_if) 
		return -EIO;



Beats me.  Perhaps something broke in mtrr_bp_init().

It would be useful to know if 2.6.26 worked OK.

Thanks.
--
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