You are not logged in.
Is there any way to use git bisection method for kernel debugging in combination with ABS for building the kernel via makepkg?
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
You can include any valid commands in the build function of a PKGBUILD. If it works directly from the command line, it will work in a PKGBUILD - just edit as required.
Offline
Yes, but ABS for kernel uses some patches in order for the kernel to be successfully build.
ftp://ftp.archlinux.org/other/kernel26/
I wanted to know is if there is any way to distinguish what particular patch to use in every bisection point.
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Trial and error, I'd say. The existing patches are created for use with the released source code. Also, depending on what exactly you're trying to debug, you may not need the patches.
Offline