**** BEGIN LOGGING AT Mon May 10 02:59:56 2021 May 10 10:10:20 Hello! When git bisecting the kernel for the rpi, can I only replace the vmlinuz file in /boot? Or do I also have to rebuild the initrd? May 10 11:30:51 the kernel deb usually does this automatically ... May 10 11:31:09 (the deb has a postinst trigger that calls update-initramfs) May 10 11:31:48 ogra: I see, the problem is that I don’t know how to generate a deb from a commit in the kernel May 10 11:32:07 ogra: when I crossbuild, all I get is vmlinuz May 10 11:33:06 https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel May 10 11:33:43 CROSS_COMPILE= and ARCH= are respected when building a deb ... May 10 11:34:29 ogra: that procedure seems to assume the debian/ directory is present. But I see it is only present in some commits, not in others. May 10 11:34:41 ?? May 10 11:34:48 it is definitely in all our trees May 10 11:36:32 ogra: I’m git bisecting, and I found myself in commits where no debian/ directory was present. May 10 11:36:58 ogra: what I saw is that the directory seems to be added when a new release is started, is this possible? May 10 11:38:11 well, not sure what tree you are bisecting against (and i'm not any expert in bisecting) but you should definitely always have a debian dir in any ubuntu trees May 10 11:38:19 perhaps better ask in #ubuntu-kernel May 10 11:40:37 ogra: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/hirsute/tree/?id=84faf29b2d529a10cd71e609ddb237a5af8551a4 May 10 11:42:54 as i said, better ask in #ubuntu-kernel ... May 10 11:43:23 ogra: ok, thanks May 10 11:43:33 though that commit you have there is totally not for RPi's at all ... May 10 11:43:38 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/hirsute/commit/?id=84faf29b2d529a10cd71e609ddb237a5af8551a4 May 10 11:43:54 ogra: I see, but bisection brings me there. May 10 11:44:06 it's adevicetree change for some exotic stm 96boards device May 10 11:44:46 ogra: I understand that commit is not relevant for me, but previous commits are. May 10 11:44:55 (not sure why that would even end up in linux-raspi at all ... so you definitely need someone from the kernel team to answer that) May 10 11:45:28 ogra: isn’t that the rpi kernel? May 10 11:45:49 linux-raspi is the pi kernel. yeah ... but that seems to be some upstream pull-in thing May 10 11:46:10 ogra: oh, maybe I found the wrong git? May 10 11:46:25 they tend to sync changes from upstream ... and that might be why there is no debian dir in the upstream tree you compare May 10 11:46:44 but again, only someone from the kernel team can answer that May 10 11:46:59 ogra: ok, I’ll try to ask there then, thanks **** ENDING LOGGING AT Tue May 11 02:59:57 2021