[roll] Roll fuchsia [kernel][tracing] Only attempt to trace non-null messages

If a channel call times out the TraceMessage routine was called without
an actual message leading to log spam of this form:

03894:04222> KERN: warning! failed to trace NULL message on channel ...

This checks if a message is present before calling TraceMessage and
tightens up the types.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161162
Original-Revision: ad3eee5f93f9fd4a59825864a9f22a3e3148f6b8
GitOrigin-RevId: 8bc4aa38e8752ae5912cd912b8c32bf11d24247d
Change-Id: I698e6e67f73a8fa7858619f632653bf6874f5437
1 file changed
tree: dadc62c75247a84c4edd151bbbf3d9f9e068c43e
  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.