5.15.0-116 or greater breaks xmrig

Manuel Diewald manuel.diewald at canonical.com
Tue Jul 30 15:15:40 UTC 2024


On Tue, Jul 30, 2024 at 12:31:15PM +0200, A.P. Jo. wrote:
> I understand that raising a bug on the tracker is sufficient and this does not need to be repeated on an email to the kernel team mailing list. However, I'm interested in examining the sources to troubleshoot the issue. I'm just a bit confused how the Ubuntu kernel development is done.  Could you give me some pointers to where I can see the code for 5.15.0-113 and 5.15.0-116, and some sort of list of the commits made between them?

You can find the repository for the generic jammy kernel here:

https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy

The trees for 5.15.0-113, resp. 5.15.0-116:

https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/tree/?h=Ubuntu-5.15.0-113.123
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/tree/?h=Ubuntu-5.15.0-116.126

If you wanted to list commits between these tags:

$ git clone git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy -b master-next
$ cd jammy
$ git log --oneline Ubuntu-5.15.0-113.123..Ubuntu-5.15.0-116.126

Hope that helps.

-- 
 Manuel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20240730/defeaf36/attachment.sig>


More information about the kernel-team mailing list