Skip to content

Commit

Permalink
PATCH: kernel 4.4.200-201
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 23, 2019
1 parent d3806bd commit edf95db
Show file tree
Hide file tree
Showing 62 changed files with 928 additions and 290 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 200
SUBLEVEL = 201
EXTRAVERSION =
NAME = Blurry Fish Butt

Expand Down
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/perf_event_amd_ibs.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ static int perf_ibs_handle_irq(struct perf_ibs *perf_ibs, struct pt_regs *iregs)
if (event->attr.sample_type & PERF_SAMPLE_RAW)
offset_max = perf_ibs->offset_max;
else if (check_rip)
offset_max = 2;
offset_max = 3;
else
offset_max = 1;
do {
Expand Down
Loading

0 comments on commit edf95db

Please sign in to comment.