From: David Smith Date: Thu, 5 Jan 2012 18:58:29 +0000 (-0600) Subject: Mention task_finder2 work in NEWS. X-Git-Tag: release-1.7~46 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=567f504dbce0e70e9b1208479d23ebd24c3c0f53;p=systemtap.git Mention task_finder2 work in NEWS. --- diff --git a/NEWS b/NEWS index 7b8571f6b..58e4d6d3c 100644 --- a/NEWS +++ b/NEWS @@ -128,6 +128,28 @@ '_sunrpc.clnt.create_client.rpc_new_client_inline' probe has been deprecated in favor of the new internal-only '__args' variable. +- Experimental support for recent kernels without utrace has been + added for the following probe types: + + process(PID).begin + process("PATH").begin + process.begin + process(PID).thread.begin + process("PATH").thread.begin + process.thread.begin + process(PID).end + process("PATH").end + process.end + process(PID).thread.end + process("PATH").thread.end + process.thread.end + process(PID).syscall + process("PATH").syscall + process.syscall + process(PID).syscall.return + process("PATH").syscall.return + process.syscall.return + * What's new in version 1.6, 2011-07-25 - Security fixes for CVE-2011-2503: read instead of mmap to load modules,