Skip to content

Commit f37e99a

Browse files
committed
Merge tag 's390-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into master
Pull s390 fixes from Heiko Carstens: - Change cpum_cf/perf counter name from DFLT_CCERROR to DFLT_CCFINISH to reflect reality and avoid further confusion. This is a user space visible change therefore the commit has also a stable tag for 5.7, where this counter was introduced. - Add Matthew Rosato as s390 IOMMU maintainer. * tag 's390-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: MAINTAINERS: add Matthew for s390 IOMMU s390/cpum_cf,perf: change DFLT_CCERROR counter name
2 parents d15be54 + 0cfa112 commit f37e99a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14863,6 +14863,7 @@ F: drivers/s390/block/dasd*
1486314863
F: include/linux/dasd_mod.h
1486414864

1486514865
S390 IOMMU (PCI)
14866+
M: Matthew Rosato <[email protected]>
1486614867
M: Gerald Schaefer <[email protected]>
1486714868
1486814869
S: Supported

arch/s390/kernel/perf_cpum_cf_events.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ CPUMF_EVENT_ATTR(cf_z15, TX_C_TABORT_SPECIAL, 0x00f5);
292292
CPUMF_EVENT_ATTR(cf_z15, DFLT_ACCESS, 0x00f7);
293293
CPUMF_EVENT_ATTR(cf_z15, DFLT_CYCLES, 0x00fc);
294294
CPUMF_EVENT_ATTR(cf_z15, DFLT_CC, 0x00108);
295-
CPUMF_EVENT_ATTR(cf_z15, DFLT_CCERROR, 0x00109);
295+
CPUMF_EVENT_ATTR(cf_z15, DFLT_CCFINISH, 0x00109);
296296
CPUMF_EVENT_ATTR(cf_z15, MT_DIAG_CYCLES_ONE_THR_ACTIVE, 0x01c0);
297297
CPUMF_EVENT_ATTR(cf_z15, MT_DIAG_CYCLES_TWO_THR_ACTIVE, 0x01c1);
298298

@@ -629,7 +629,7 @@ static struct attribute *cpumcf_z15_pmu_event_attr[] __initdata = {
629629
CPUMF_EVENT_PTR(cf_z15, DFLT_ACCESS),
630630
CPUMF_EVENT_PTR(cf_z15, DFLT_CYCLES),
631631
CPUMF_EVENT_PTR(cf_z15, DFLT_CC),
632-
CPUMF_EVENT_PTR(cf_z15, DFLT_CCERROR),
632+
CPUMF_EVENT_PTR(cf_z15, DFLT_CCFINISH),
633633
CPUMF_EVENT_PTR(cf_z15, MT_DIAG_CYCLES_ONE_THR_ACTIVE),
634634
CPUMF_EVENT_PTR(cf_z15, MT_DIAG_CYCLES_TWO_THR_ACTIVE),
635635
NULL,

tools/perf/pmu-events/arch/s390/cf_z15/extended.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
{
381381
"Unit": "CPU-M-CF",
382382
"EventCode": "265",
383-
"EventName": "DFLT_CCERROR",
383+
"EventName": "DFLT_CCFINISH",
384384
"BriefDescription": "Increments by one for every DEFLATE CONVERSION CALL instruction executed that ended in Condition Codes 0, 1 or 2",
385385
"PublicDescription": "Increments by one for every DEFLATE CONVERSION CALL instruction executed that ended in Condition Codes 0, 1 or 2"
386386
},

0 commit comments

Comments
 (0)