mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
bisect: previx all bisec scripts with bisect-
This commit is contained in:
@@ -9636,7 +9636,7 @@ echo #?
|
|||||||
git bisect good
|
git bisect good
|
||||||
|
|
||||||
# This leaves us at the offending commit.
|
# This leaves us at the offending commit.
|
||||||
git bisect run ../qemu-bisect-boot
|
git bisect run ../biset-qemu-linux-boot
|
||||||
|
|
||||||
# Clean up after the bisection.
|
# Clean up after the bisection.
|
||||||
git bisect reset
|
git bisect reset
|
||||||
@@ -9645,7 +9645,7 @@ git submodule update
|
|||||||
rm -rf "$(./getvar -a arm build_dir)/host-qemu-custom.bisect"
|
rm -rf "$(./getvar -a arm build_dir)/host-qemu-custom.bisect"
|
||||||
....
|
....
|
||||||
|
|
||||||
An example of Linux kernel commit bisection on gem5 boots can be found at: link:linux-bisect-boot-gem5[].
|
An example of Linux kernel commit bisection on gem5 boots can be found at: link:bisect-linux-boot-gem5[].
|
||||||
|
|
||||||
==== Update a forked submodule
|
==== Update a forked submodule
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user