|
From: <sv...@va...> - 2008-01-09 21:19:45
|
Author: sewardj Date: 2008-01-09 21:19:44 +0000 (Wed, 09 Jan 2008) New Revision: 7333 Log: Start a bug-tracking file for the 3.3 line. Added: trunk/docs/internals/3_3_BUGSTATUS.txt Modified: trunk/docs/internals/Makefile.am Added: trunk/docs/internals/3_3_BUGSTATUS.txt =================================================================== --- trunk/docs/internals/3_3_BUGSTATUS.txt (rev 0) +++ trunk/docs/internals/3_3_BUGSTATUS.txt 2008-01-09 21:19:44 UTC (rev 7333) @@ -0,0 +1,26 @@ + +---------- Legend -------------------------------------------------- + +n-i-bz = not in bugzilla +pending = is scheduled to be fixed (or at least considered) on this branch +wontfix = will not fix on this branch +many = fix composed of many commits +WF = waiting for feedback from bug reporter + +PRI: 33 = fix this for 3.3.1 + Vfd = fix has been verified on 3.3.X branch + + +---------- Bugs reported after (in) 3.3.0 -------------------------- + +TRUNK 33BRANCH PRI BUG# WHAT + +r7299 pending 33 n-i-bz stupid sizeof bug in Helgrind +r7322 pending 33 n-i-bz check fd on sys_llseek +r7323 pending 33 n-i-bz update syscall lists to kernel 2.6.23.1 +r7324 pending 33 n-i-bz support sys_sync_file_range + +vx1807 pending 33 155011 vex x86->IR: 0xCF (iret) + +pending pending 33 155091 Warning [...] unhandled DW_OP_ opcode 0x23 + (patch proposed, waiting for feedback) Modified: trunk/docs/internals/Makefile.am =================================================================== --- trunk/docs/internals/Makefile.am 2008-01-09 21:03:43 UTC (rev 7332) +++ trunk/docs/internals/Makefile.am 2008-01-09 21:19:44 UTC (rev 7333) @@ -1,5 +1,6 @@ EXTRA_DIST = \ 3_0_BUGSTATUS.txt 3_1_BUGSTATUS.txt \ + 3_2_BUGSTATUS.txt 3_3_BUGSTATUS.txt \ darwin-notes.txt darwin-syscalls.txt \ directory-structure.txt \ m_replacemalloc.txt \ |