Commit 7f5faaa
committed
Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar:
"Misc fixes, an expansion of perf syscall access to CAP_PERFMON
privileged tools, plus a RAPL HW-enablement for Intel SPR platforms"
* tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/rapl: Add support for Intel SPR platform
perf/x86/rapl: Support multiple RAPL unit quirks
perf/x86/rapl: Fix missing psys sysfs attributes
hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declaration
kprobes: Remove show_registers() function prototype
perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability3 files changed
Lines changed: 38 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
137 | | - | |
| 143 | + | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
612 | 618 | | |
613 | 619 | | |
614 | 620 | | |
| 621 | + | |
615 | 622 | | |
616 | 623 | | |
617 | 624 | | |
618 | 625 | | |
619 | 626 | | |
620 | 627 | | |
621 | | - | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
622 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
623 | 643 | | |
624 | 644 | | |
625 | 645 | | |
| |||
665 | 685 | | |
666 | 686 | | |
667 | 687 | | |
668 | | - | |
| 688 | + | |
669 | 689 | | |
670 | 690 | | |
671 | 691 | | |
| |||
698 | 718 | | |
699 | 719 | | |
700 | 720 | | |
701 | | - | |
702 | 721 | | |
703 | 722 | | |
704 | 723 | | |
| |||
707 | 726 | | |
708 | 727 | | |
709 | 728 | | |
710 | | - | |
711 | 729 | | |
712 | 730 | | |
713 | 731 | | |
| |||
717 | 735 | | |
718 | 736 | | |
719 | 737 | | |
720 | | - | |
721 | 738 | | |
722 | 739 | | |
723 | 740 | | |
| |||
726 | 743 | | |
727 | 744 | | |
728 | 745 | | |
729 | | - | |
| 746 | + | |
730 | 747 | | |
731 | 748 | | |
732 | 749 | | |
733 | 750 | | |
734 | 751 | | |
735 | 752 | | |
736 | 753 | | |
737 | | - | |
| 754 | + | |
738 | 755 | | |
739 | 756 | | |
740 | 757 | | |
| |||
745 | 762 | | |
746 | 763 | | |
747 | 764 | | |
748 | | - | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
749 | 775 | | |
750 | 776 | | |
751 | 777 | | |
752 | 778 | | |
753 | 779 | | |
754 | 780 | | |
755 | | - | |
756 | 781 | | |
757 | 782 | | |
758 | 783 | | |
| |||
787 | 812 | | |
788 | 813 | | |
789 | 814 | | |
| 815 | + | |
790 | 816 | | |
791 | 817 | | |
792 | 818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
122 | | - | |
123 | | - | |
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11706 | 11706 | | |
11707 | 11707 | | |
11708 | 11708 | | |
11709 | | - | |
| 11709 | + | |
11710 | 11710 | | |
11711 | 11711 | | |
11712 | 11712 | | |
11713 | 11713 | | |
11714 | 11714 | | |
11715 | 11715 | | |
11716 | 11716 | | |
11717 | | - | |
| 11717 | + | |
11718 | 11718 | | |
11719 | 11719 | | |
11720 | 11720 | | |
| |||
0 commit comments