From 0d5a1a203ed7f247e777f0991ab0f571b47bcfc8 Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Tue, 18 Aug 2015 17:46:57 -0400 Subject: [PATCH] dtrace: update NEWS for new 0.5.0 version Signed-off-by: Kris Van Hees --- dtrace/NEWS | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/dtrace/NEWS b/dtrace/NEWS index e50e7de181133..de3c31421fe85 100644 --- a/dtrace/NEWS +++ b/dtrace/NEWS @@ -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 -- 2.50.1