[DTrace-devel] [oracle/dtrace-utils] b5c20c: Fix some inet_ntoa comments

Kris Van Hees noreply at github.com
Thu Aug 31 20:47:27 UTC 2023


  Branch: refs/heads/dev
  Home:   https://github.com/oracle/dtrace-utils
  Commit: b5c20c34293a438b87ea7b8acd833e5423b97421
      https://github.com/oracle/dtrace-utils/commit/b5c20c34293a438b87ea7b8acd833e5423b97421
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M bpf/inet_ntoa.S

  Log Message:
  -----------
  Fix some inet_ntoa comments

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


  Commit: b0d93d65a7eff67cd92e935e8e3b6d976c112eac
      https://github.com/oracle/dtrace-utils/commit/b0d93d65a7eff67cd92e935e8e3b6d976c112eac
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M test/unittest/options/tst.iregs.sh

  Log Message:
  -----------
  test: Add nosort to iregs test

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


  Commit: f91ad18c5513410d8bd12563029948a67f929602
      https://github.com/oracle/dtrace-utils/commit/f91ad18c5513410d8bd12563029948a67f929602
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M libdtrace/dt_cg.c

  Log Message:
  -----------
  Avoid a possible compiler complaint about uninitialized variable

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


  Commit: b59d10aa886c2e5486f935c501c3c160a17fefa7
      https://github.com/oracle/dtrace-utils/commit/b59d10aa886c2e5486f935c501c3c160a17fefa7
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M libdtrace/dt_cg.c
    A test/unittest/funcs/alloca/tst.alloca-array-load.d
    A test/unittest/funcs/alloca/tst.alloca-array-store.d
    A test/unittest/funcs/alloca/tst.alloca-deref-load.d
    A test/unittest/funcs/alloca/tst.alloca-deref-store.d
    A test/unittest/funcs/alloca/tst.alloca-struct-load.d
    A test/unittest/funcs/alloca/tst.alloca-struct-store.d
    A test/unittest/funcs/alloca/tst.alloca-struct-union-load.d
    A test/unittest/funcs/alloca/tst.alloca-struct-union-store.d

  Log Message:
  -----------
  cg: fix store/load for struct and union members for alloca pointers

Storing to and loading from struct or union members of alloca pointers
was not properly turning the alloca pointer into a real pointer, nor was
it performing boundary checks.

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


Compare: https://github.com/oracle/dtrace-utils/compare/bcf5f82ddd6c...b59d10aa886c



More information about the DTrace-devel mailing list