Hi Salvatore, Yes, I executed the steps in 4.2.1. These is what I did:
####################### sudo apt install build-essential fakeroot sudo apt build-dep linux sudo apt install devscripts sudo apt install linux-source-5.10 sudo apt source linux tar xaf /usr/src/linux-source-5.10.tar.xz cd linux-source-5.10 sudo apt install libncurses-dev make menuconfig make ####################### The first make resulted in the error make[1]: *** No rule to make target 'debian/certs/debian-uefi-certs.pem', needed by 'certs/x509_certificate_list'. Stop which I solved by following https://stackoverflow.com/questions/67530734/no-rule-to-make-target-when-compiling-linux-kernel-when-needed-by-certs-x509-cer Best regards, Markus On Thu, Jan 19, 2023 at 11:34 PM Salvatore Bonaccorso <[email protected]> wrote: > > Hi Markus, > > On Thu, Jan 19, 2023 at 10:21:35PM +0100, Markus Kramer wrote: > > Hi Diederik, > > Thank you for > > 0001-Revert-ASoC-soc-pcm-Don-t-zero-TDM-masks-in-__soc_pc.patch > > > > Following chapter 4.2.2 of > > https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html > > > > $sudo apt-get install devscripts > > Reading package lists... Done > > Building dependency tree... Done > > Reading state information... Done > > devscripts is already the newest version (2.21.3+deb11u1). > > 0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded. > > > > Next step would be to execute > > > > bash debian/bin/test-patches > > 0001-Revert-ASoC-soc-pcm-Don-t-zero-TDM-masks-in-__soc_pc.patch > > > > But there is no file test-patches on my client and googled in vain. > > How can I procure test-patches? > > Just to be sure, have you performed the steps preceding 4.2.2 and > fetched the source, in particular 4.2.1 pareparation? When you invoke > apt-get source linux, you will get the source package, unpacked it, > and changing with the next step into the source directory you will > find below debian/bin/test-patches. > > Hope this helps, > > Regards, > Salvatore

