Lines Matching +full:boot +full:- +full:page +full:- +full:step
1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0)
9 change that broke something -- for example when some functionality stopped
13 kernel, better follow Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst
17 care about the result -- for example, because the problem happens after the
28 use as pristine base at each bisection step; ideally, you have also worked out
29 a fully reliable and straight-forward way to reproduce the regression, too.*
38 Instead of Git tags like 'v6.0' and 'v6.1' you can specify commit-ids, too.
46 2. Now build, install, and boot a kernel. This might fail for unrelated reasons,
49 go back to step 1.
68 test after this (roughly 10 steps)'. In that case go back to step 1.
75 mentioning the culprit's commit-id.
85 git bisect log > ~/bisection-log
86 cp .config ~/bisection-config-culprit
95 to revert the change by specifying its commit-id::
97 git revert --no-edit cafec0cacaca0
101 the culprit on its own because later changes depend on it -- at least unless
109 Documentation/admin-guide/reporting-issues.rst.
113 ---------------------------
115 * The `man page for 'git bisect' <https://git-scm.com/docs/git-bisect>`_ and
116 `fighting regressions with 'git bisect' <https://git-scm.com/docs/git-bisect-lk2009.html>`_
118 * `Working with git bisect <https://nathanchance.dev/posts/working-with-git-bisect/>`_
124 end-of-content
129 want to contribute changes to the text -- but for copyright reasons please CC
130 linux-doc@vger.kernel.org and 'sign-off' your contribution as
131 Documentation/process/submitting-patches.rst explains in the section 'Sign
132 your work - the Developer's Certificate of Origin'.
134 This text is available under GPL-2.0+ or CC-BY-4.0, as stated at the top
135 of the file. If you want to distribute this text under CC-BY-4.0 only,
138 …rnel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/admin-guide/bug-bisect.rst
142 is available under CC-BY-4.0, as versions of this text that were processed