Fetching a tag from #ubuntu #linux #kernel tree:
function git-fetch-linux-ubuntu-tag {
local tag=refs/tags/cod/mainline/$1
git fetch --no-tags \
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack \
$tag:$tag
}
Usage example:
$ git checkout -b tmp
Switched to a new branch 'tmp'
$ git-fetch-linux-ubuntu-tag v6.3
From git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
* [new tag] cod/mainline/v6.3 -> cod/mainline/v6.3
$ git merge v6.3
Building:
LANG=C fakeroot debian/rules clean
LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch
So to test my next branch I just need to do pretty trivial steps to get a properly packaged distro kernel:
git fetch --no-tags git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack refs/tags/cod/mainline/v6.3-rc7:refs/tags/cod/mainline/v6.3-rc7
git checkout next
git checkout -b next-test
git merge cod/mainline/v6.3-rc7
LANG=C fakeroot debian/rules clean
LANG=C fakeroot debian/rules binary-headers binary-generic
In my experience even in archlinux test kernel packaging is more involved than ubuntu.
#remindertomyself: fetch a #git tag for the given #ubuntu #mainline #linux #kernel #snapshot:
$ git fetch --no-tags git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack refs/tags/cod/mainline/v6.3-rc7:refs/tags/cod/mainline/v6.3-rc7
From git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
* [new tag] cod/mainline/v6.3-rc7 -> cod/mainline/v6.3-rc7
suppilovahvero in linux-tpmdd on next took 19s
$ git tag
cod/mainline/v6.3-rc7
Compilation:
LANG=C fakeroot debian/rules clean
LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch
I have now kind of current state of desktop in both #x86 and #ARM ends :-)
The 2nd is both the computer I do music with (i.e. my studio machine) and also #ARM test farm for #TPM. I compile ARM kernels with it and run them in VMWare Fusion, which provides nicely packaged #vTPM’s.
i find paying for #sublimetext and using it with #neovintageous much better option than #vscode, if I need a GUI editor e.g. in meetings. It is fast and uncluttered. If you write code normally in the #terminal with #neovim, vscode can feel a bit sticky, and also stressful because it has too much shit going on in the screen estate. Milliseconds do affect to the overall feeling just like they would when e.g. when playing with a MIDI keyboard.
And generally if it is not fully open source, I feel less worried to use an application where I pay a sum of money for the license. Because the profit is often acquired by some means anyway, it is the most transparent for me…
$ ps -T -o comm,policy,rtprio -p $(pgrep -w -d ',' irq) | egrep '(snd|hci)'
irq/148-xhci_hc FF 85
irq/147-ahci[00 FF 50
irq/203-snd_hda FF 90
irq/204-snd_hda FF 90