/srv/irclogs.ubuntu.com/2017/12/18/#ubuntu-kernel.txt

stephen101Nobody home? Lol01:36
=== Elimin8r is now known as Elimin8er
FourDollarsHi, I was asking about how to generate the Debian source package from git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-oem last week. I can generate the Debian source package now after executing `fakeroot debian/rules clean`. However the Debian source package can not be built by sbuild with some error like http://paste.ubuntu.com/26207215/.07:21
apwFourDollars, well at a most fundamental level that is actually what happens on a buildd08:40
apwFourDollars, the error that is being reported by the kernel makefiles is that your tree is dirty08:40
apwFourDollars, did you update configs in that tree for instance ?08:40
apwFourDollars, i find the kernel makefiles say that if include/config exists or something like that08:41
FourDollarsapw: No, I just add my one commit and execute `fakeroot debian/rules clean` before `dpkg-buildpackage -S -us -uc`.08:41
FourDollarsNever mind. Let me try it again.08:43
apwFourDollars, once yo have applied the fix, use a git clean -x -f -d on the tree, it will _remove_ everything not in version control so expect that08:45
FourDollarsapw: You are right. `git clean -x -f -d` does remove more files. Thx a lot.08:46
FourDollarsSo the proper commands sequence will be `git clean -x -f -d`, `fakeroot debian/rules clean`, and then `dpkg-buildpackage -S -us -uc`.08:47
apwthat is what i do yes08:48
dupondjeThere are no signed daily (or rc) kernels for ubuntu?13:37
dupondjegot 'some' errors on my new device, so want to check what is resolved yet in the newest kernel13:38
apwdupondje, signed in the sense of signed for EFI secure-boot ?  no indeed13:46
apwdupondje, though i am not sure why that would prevent them being booted13:46
dupondjeapw: going to try :)13:47
dupondjeallright booted 4.15.0-999-generic :)13:53
apwdupondje, being unsigned means that grub hands off to the kernel in a different manner, with efi boot services closed down13:59
sforsheekees: your patch which changes the behavior of the RLIMIT_STACK hard limit across suid exec, that has broken one of our tests. The test can be fixed, but I'm wondering how confident you are that it doesn't regress any userspace stuff?14:21
dupondjeapw: ok, tought uefi only accepted signed kernels14:31
dupondjebut good thing, new kernel fixes all my problems :)14:38
apwdupondje, it only boots it in secure mode14:48
apwif it is signed14:48
keessforshee: yeah, that broke a bunch of stuff, I've already gotten it reverted upstream (and it just landed in stable too)17:18
sforsheekees: ok thanks, glad I didn't try to push that kernel through then :-)17:22

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!