mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
bisect: previx all bisec scripts with bisect-
This commit is contained in:
@@ -9636,7 +9636,7 @@ echo #?
|
||||
git bisect good
|
||||
|
||||
# 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.
|
||||
git bisect reset
|
||||
@@ -9645,7 +9645,7 @@ git submodule update
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user