• Home
  • Raw
  • Download

Lines Matching +full:skip +full:- +full:config

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
19 fixed, or is caused by a .config change you or your Linux distributor performed.
26 software required to build and install kernels, as well as a .config file stored
27 in a safe place (the following example assumes '~/prepared_kernel_.config') to
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.
40 1. Copy your prepared .config into the build directory and adjust it to the
43 cp ~/prepared_kernel_.config .config
48 bisection a later change resolves. In such cases run ``git bisect skip`` and
75 mentioning the culprit's commit-id.
81 * Recommended complementary task: put the bisection log and the current .config
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