Hi, I've built the test kernel successfully, how do I install it? I have the following four files.
linux-headers-5.10.0-19-amd64_5.10.149-1a~test_amd64.deb linux-image-5.10.0-19-amd64-dbg_5.10.149-1a~test_amd64.deb linux-image-5.10.0-19-amd64-unsigned_5.10.149-1a~test_amd64.deb linux-image-amd64-dbg_5.10.149-1a~test_amd64.deb On 10/19/22 08:18 AM, Salvatore Bonaccorso wrote: > Hi Dan, > > On Wed, Oct 19, 2022 at 12:55:16PM +0000, Dan Coleman wrote: >> Hi, >> >> I would love to, but I'm afraid I don't know how. If you or anyone on the >> chain is willing to show me what commands to enter (I tried following >> thishttps://www.debian.org/doc/manuals/debian-kernel-handbook/ch-common-tasks.html >> but got as far as 4.2.2 and couldn't find a debian directory in the source >> that I unpacked by following the prior instructions), I would be grateful. >> >> That said, I understand time and resources are limited, so no worries if >> that's not possible! > When you do fetch the source package the output will look like: > > # apt-get source linux > Reading package lists... Done > NOTICE: 'linux' packaging is maintained in the 'Git' version control system > at: > https://salsa.debian.org/kernel-team/linux.git > Please use: > git clonehttps://salsa.debian.org/kernel-team/linux.git > to retrieve the latest (possibly unreleased) updates to the package. > Need to get 124 MB of source archives. > Get:1http://security.debian.org/debian-security bullseye-security/main linux > 5.10.149-1 (dsc) [197 kB] > Get:2http://security.debian.org/debian-security bullseye-security/main linux > 5.10.149-1 (tar) [122 MB] > Get:3http://security.debian.org/debian-security bullseye-security/main linux > 5.10.149-1 (diff) [1549 kB] > Fetched 124 MB in 1s (95.7 MB/s) > dpkg-source: info: extracting linux in linux-5.10.149 > dpkg-source: info: unpacking linux_5.10.149.orig.tar.xz > dpkg-source: info: unpacking linux_5.10.149-1.debian.tar.xz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: applying debian/gitignore.patch > dpkg-source: info: applying > debian/dfsg/arch-powerpc-platforms-8xx-ucode-disable.patch > [...] > dpkg-source: info: applying > bugfix/all/tools-perf-pmu-events-fix-reproducibility.patch > dpkg-source: info: applying > bugfix/all/bpftool-fix-version-string-in-recursive-builds.patch > dpkg-source: info: applying debian/overlayfs-permit-mounts-in-userns.patch > > Now you have in the current working directory the linux-5.10.149 directory. > > Did you process went that far? If so change into that directory where the > debian/ > directory which will include the debian/bin/test-patches to test-apply the > patches > we would like to test. > > If that will not help I will try to respin a build so anyone affected can test > > Hope this helps already, > > Regards, > Salvatore