|
From: <sv...@va...> - 2014-05-14 13:29:13
|
Author: sewardj
Date: Wed May 14 13:29:04 2014
New Revision: 13964
Log:
Update.
Modified:
trunk/NEWS
trunk/docs/internals/3_9_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed May 14 13:29:04 2014
@@ -116,9 +116,12 @@
client requests
332276 Implement additional Xen hypercalls
332658 ldrd.w r1, r2, [PC, #imm] does not adjust for 32bit alignment
+333145 Tests for missaligned PC+#imm access for arm
333228 AAarch64 Missing instruction encoding: mrs %[reg], ctr_el0
333230 AAarch64 missing instruction encodings: dc, ic, dsb.
+333428 ldr.w pc [rD, #imm] instruction leads to assertion
333666 Recognize MPX instructions and bnd prefix.
+334049 lzcnt fails silently (x86_32)
334705 sendmsg and recvmsg should guard against bogus msghdr fields.
334727 Build fails with -Werror=format-security
n-i-bz Fix KVM_CREATE_IRQCHIP ioctl handling
Modified: trunk/docs/internals/3_9_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_9_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_9_BUGSTATUS.txt Wed May 14 13:29:04 2014
@@ -26,13 +26,10 @@
331057 unhandled instruction: 0xEEE01B20 (vfma.f64) (has patch)
331178 disInstr(arm): unhandled instruction: 0xEE190F1D
Probably WONTFIX or CANTFIX
-333145 Tests for missaligned PC+#imm access for arm
-333428 ldr.w pc [rD, #imm] instruction leads to assertion
=== VEX/x86 ============================================================
333625 Program under valgrind calculates complex exp() wrogly
-334049 lzcnt fails silently (x86_32)
=== VEX/mips ===========================================================
|