[DTrace-devel] DTrace-ized 5.2-rc7 pushed to oss.oracle.com and github

Nick Alcock nick.alcock at oracle.com
Tue Jul 2 04:34:05 PDT 2019


Tests passed on x86-64 and AArch64 with dtrace-utils 1.2.1.

Pushed to <https://github.com/oracle/dtrace-linux-kernel> and
<https://oss.oracle.com/git/gitweb.cgi?p=dtrace-linux-kernel.git>.

Changes since 5.2-rc6 is a conflict that would not have existed were it
not for the weird Christmas-tree identifier list rules in the net
subsystem:

 1:  3dc51a7df8dd =  1:  1045263245c7 ctf: generate CTF information for the kernel
 2:  ac19e9e276fb =  2:  33b5b748fd89 kallsyms: introduce new /proc/kallmodsyms including builtin modules too
 3:  db2efddc16c8 =  3:  1f0544b632f5 waitfd: new syscall implementing waitpid() over fds
 4:  3187e1b5de56 =  4:  dadbb8b46b51 dtrace: core and x86
 5:  847b7fb2b0c9 =  5:  108a00ad38a6 dtrace: modular components and x86 support
 6:  f1f685168719 =  6:  a08da009153f dtrace: systrace provider core components
 7:  4b89203941cb =  7:  e0d74397ae06 dtrace: systrace provider
 8:  a47f6bb065b1 =  8:  968c01dfdbdf dtrace: sdt provider core components
 9:  59c180e909df =  9:  f1d2f4502491 dtrace: sdt provider for x86
10:  bc992774aea8 = 10:  727b7a5179e5 dtrace: profile provider and test probe core components
11:  660eeecbfce0 = 11:  75c797471425 dtrace: profile and tick providers built on cyclics
12:  1e8e7b121c8f = 12:  e5e84e4c7420 dtrace: USDT and pid provider core and x86 components
13:  1c3544afa341 = 13:  d8e5bd4573ac dtrace: USDT and pid providers
14:  499b675702af = 14:  de81b782bb0d dtrace: function boundary tracing (FBT) core and x86 components
15:  505152c8d109 = 15:  24cebe45c671 dtrace: fbt provider, modular components
16:  8c637fe6845c = 16:  f86f0c226f79 dtrace, arm: arm64 port
17:  90de1917f3a9 ! 17:  f7b8a79775bd dtrace: add SDT probes
    @@ -2253,8 +2253,8 @@
      {
     @@
      	struct net_device *dev = dst->dev;
    + 	const struct in6_addr *nexthop;
      	struct neighbour *neigh;
    - 	struct in6_addr *nexthop;
     -	int ret;
     +	const char *dropreason;
     +	int ret = 0;
18:  df049b9331e3 = 18:  91b0f1dac3d6 entry: apply the same change to xenint3 idtentry as is applied to debug
19:  4c763b143b3c = 19:  e60dc47050a1 dtrace: simplify stacktrace handling
20:  a8d316f35640 = 20:  c26f8850507b dtrace, arch: use srctree-qualified include path



More information about the DTrace-devel mailing list