[DTrace-devel] [oracle/dtrace-utils] c39672: Update procfs.d.in for T->state to T->__state change

euloh noreply at github.com
Fri Sep 24 10:18:51 PDT 2021


  Branch: refs/heads/dev
  Home:   https://github.com/oracle/dtrace-utils
  Commit: c39672f87c439e0fb95e4dbead0ad40555c90808
      https://github.com/oracle/dtrace-utils/commit/c39672f87c439e0fb95e4dbead0ad40555c90808
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M libdtrace/procfs.d.in

  Log Message:
  -----------
  Update procfs.d.in for T->state to T->__state change

Starting with v5.14 kernels, the 'state' member in the task_struct has
been renamed as '__state'.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>


  Commit: a7d22340e5e8c0de0948e87fdc23a04aff0c1b6f
      https://github.com/oracle/dtrace-utils/commit/a7d22340e5e8c0de0948e87fdc23a04aff0c1b6f
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M include/bpf_asm.h

  Log Message:
  -----------
  Add 'endianness conversion' BPF instruction macro

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 91ee4101d475035f0452c7c0b2ede6272cb52b94
      https://github.com/oracle/dtrace-utils/commit/91ee4101d475035f0452c7c0b2ede6272cb52b94
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M libdtrace/dt_cg.c
    M test/unittest/dif/htonl.d
    M test/unittest/dif/htonll.d
    M test/unittest/dif/htons.d
    A test/unittest/funcs/tst.hton2.aarch64.r
    A test/unittest/funcs/tst.hton2.d
    A test/unittest/funcs/tst.hton2.x86_64.r

  Log Message:
  -----------
  Add support for hton and ntoh subroutines

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 5a570398cce9d7116fddb019ca87f9f421c18009
      https://github.com/oracle/dtrace-utils/commit/5a570398cce9d7116fddb019ca87f9f421c18009
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    R test/unittest/scripting/tst.sid.r
    M test/unittest/scripting/tst.sid.sh

  Log Message:
  -----------
  Add diagnostics for tst.sid.sh

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 8d2f51bb07f11af0d314040f980329b3ff233b77
      https://github.com/oracle/dtrace-utils/commit/8d2f51bb07f11af0d314040f980329b3ff233b77
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    A test/unittest/scripting/tst.sid-valid.sh
    R test/unittest/scripting/tst.sid.sh
    A test/unittest/variables/bvar/tst.id-valid.sh
    R test/unittest/variables/bvar/tst.id.sh

  Log Message:
  -----------
  Rename tests where same name is used for .d and .sh test

When two tests have the same base name but .d and .sh extensions,
the .d test is silently ignored and the .sh test is run in its
place.  Rename either test to avoid such a conflict.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/ef42e2c6c094...8d2f51bb07f1



More information about the DTrace-devel mailing list