Comment 4 for bug 1853313

Revision history for this message
Frank Heimes (fheimes) wrote : Re: [20.04 FEAT] KVM enablement for enhanced hardware diagnose data of guest kernel - kernel part

I've looked-up the above git commits and found that they are already in (since quite some time - 2018):

# linux-next:

$ git log --oneline --grep "s390/setup: set control program code via diag 318"
4ad78b8 s390/setup: set control program code via diag 318
$ git tag --contains 4ad78b8
next-20200129
v5.1
...
v5.5

$ git log --oneline --grep "KVM: s390: set host program identifier"
67d49d5 KVM: s390: set host program identifier
$ git tag --contains 67d49d5
next-20200129
v4.20
...
v5.5

And with that they are already in focal, too - just to double check:

# focal-master:

$ git log --oneline --grep "s390/setup: set control program code via diag 318"
4ad78b8 s390/setup: set control program code via diag 318
$ git tag --contains 4ad78b8
Ubuntu-5.4-5.4.0-10.13
Ubuntu-5.4-5.4.0-11.14
Ubuntu-5.4-5.4.0-12.15
Ubuntu-5.4.0-8.11
Ubuntu-5.4.0-9.12

$ git log --oneline --grep "KVM: s390: set host program identifier"
67d49d5 KVM: s390: set host program identifier
$ git tag --contains 67d49d5
Ubuntu-5.4-5.4.0-10.13
Ubuntu-5.4-5.4.0-11.14
Ubuntu-5.4-5.4.0-12.15
Ubuntu-5.4.0-8.11
Ubuntu-5.4.0-9.12
v5.0

The question is now why these got requested (again) for focal?
Or are these just not the correct commit IDs?