[roll] Roll fuchsia [kernel] Remove debugging_syscalls gate on ktrace syscalls

The ktrace syscalls previously returned ZX_ERR_NOT_SUPPORTED if
the enable_debugging_syscalls kernel command line option was not
set. This has now been removed, so the ktrace syscalls will be
accessible all the time. This required updating or removing some
tests that attempted to verify whether ktrace was enabled or
disabled.

Original-Bug: 364894040
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1228727
Original-Revision: c53bc8a9a479920daf4aa1f2961c64147a00944c
GitOrigin-RevId: e9df67068a14a802b721a6ad9b328fd07cbb1fd9
Change-Id: I4acabb21dcd3b71dfb5403ab42549f037312314c
1 file changed
tree: a0bcb71169a2b28ac237a212c66a3cc0262baf06
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.