]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: update NEWS for new 0.5.0 version
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 18 Aug 2015 21:46:57 +0000 (17:46 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 14 Oct 2015 10:42:43 +0000 (06:42 -0400)
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/NEWS

index e50e7de181133e63f32362d606ef2b7ff0f5b00d..de3c31421fe85d18d5d91c414fc547e22b7f4286 100644 (file)
@@ -1,9 +1,9 @@
 DTrace Kernel Modules News
 ==========================
 
-Release 0.5.0 (Jul 6th, 2015)
------------------------------
-Kernel release: 4.0.4-15.el6uek
+Release 0.5.0 (Aug 10th, 2015)
+------------------------------
+Kernel release: 4.1.4-4.el6uek
 
 New features:
 
@@ -15,6 +15,18 @@ New features:
    D subroutines (or obtained from structures) are evaluated based on the
    initial user namespace.
 
+Changes:
+
+ - Accessing kernel memory under NOFAULT protection now implies NOPF (no
+   page fault) as well.  Previously, NOPF was an option that could be set
+   in addition to NOFAULT.
+
+ - Debugging output has been improved (to be enabled at compile time).
+
+ - The datatype formerly known as sdt_instr_t has been renamed asm_instr_t.
+   The rationale behind this change is that it will be used in code beyond
+   the SDT provider and therefore a more generic name is appropriate.
+
 Release 0.4.5 (Jun 17th, 2015)
 ------------------------------
 Kernel release: 3.8.13-87.el6uek