https://github.com/torvalds/linux
Revision 5afcab22179e4b4668e2df4759cfd71f09d2b503 authored by Linus Torvalds on 27 November 2022, 19:53:41 UTC, committed by Linus Torvalds on 27 November 2022, 19:53:41 UTC
Pull perf fixes from Borislav Petkov:
 "Two more fixes to the perf sigtrap handling:

   - output the address in the sample only when it has been requested

   - handle the case where user-only events can hit in kernel and thus
     upset the sigtrap sanity checking"

* tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf: Consider OS filter fail
  perf: Fixup SIGTRAP and sample_flags interaction
2 parent s bf82d38 + 030a976
Raw File
Tip revision: 5afcab22179e4b4668e2df4759cfd71f09d2b503 authored by Linus Torvalds on 27 November 2022, 19:53:41 UTC
Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 5afcab2
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top