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>] [day] [month] [year] [list]
Date:	Tue, 1 Aug 2006 04:09:48 -0400
From:	Chuck Ebbert <76306.1226@...puserve.com>
To:	Stephen Lynch <Stephen_Lynch@...ketmail.com>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: BUG: unable to handle kernel paging request at virtual
  address

In-Reply-To: <20060731144810.91843.qmail@...57012.mail.re3.yahoo.com>

On Mon, 31 Jul 2006 07:48:10 -0700 (PDT), Stephen Lynch wrote:

> BUG: unable to handle kernel paging request at virtual address 00080000

Probably a single-bit error, as someone suggested:

  24:   8b 48 28                  mov    0x28(%eax),%ecx
  27:   85 c9                     test   %ecx,%ecx
  29:   74 62                     je     8d <_EIP+0x8d>
   0:   8b 31                     mov    (%ecx),%esi   <=====

It tests for zero and jumps around the failing instruction if that's
true.

-- 
Chuck

-
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