Changed paths:
M pkg/build/linux.go
M syz-cluster/workflow/build-step/main.go
M syz-cluster/workflow/fuzz-step/main.go
M syz-cluster/workflow/fuzz-step/main_test.go
When determining whether a patch series is worth fuzzing, consider not
only the hashes of .text symbols, but also the hashes of the global
(static and non-static) variables.
As before, calculate the hashes during build and process them at the
beginning of the fuzz step.