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-next>] [day] [month] [year] [list]
Date:	Wed, 15 Aug 2007 14:31:40 -0700
From:	David Wilder <dwilder@...ibm.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC:	martin.schwidefsky@...ibm.com
Subject: [patch] s390 kprobe fix instruction length calculation

Placing a kprobe on "bc" instruction (s390/s390x) can cause an oops.
The instruction length is encoded into the first two bits of the s390 
instruction.  Kprobe is incorrectly computing the instruction length.
The instruction length is used for determining what type of "fix-up" is 
needed for conditional branch instruction.  The problem can bee seen by 
placing a kprobe on a  "bc" instruction that will not branch.   The 
results is that  Kprobe incorrectly computes the  new instruction 
pointer (psw.addr) after single stepping the instruction.   The problem 
is corrected with this patch.




View attachment "s390_kprobes_ilen.patch" of type "text/x-patch" (567 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ