]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Dec 2021 19:07:41 +0000 (11:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Dec 2021 19:07:41 +0000 (11:07 -0800)
commit2b2c0f24bac75bfdf2de9f4ea0912946ce5bf5c8
tree8762dca9c3ab7f378d88c1a9b9814b812fda5928
parentdf365887f83dda9386a02ea1aa48b3b566473c64
parent6bbfa44116689469267f1a6e3d233b52114139d2
Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "Three tracing fixes:

   - Allow compares of strings when using signed and unsigned characters

   - Fix kmemleak false positive for histogram entries

   - Handle negative numbers for user defined kretprobe data sizes"

* tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  kprobes: Limit max data_size of the kretprobe instances
  tracing: Fix a kmemleak false positive in tracing_map
  tracing/histograms: String compares should not care about signed values