Giter Club home page Giter Club logo

Comments (6)

dvyukov avatar dvyukov commented on June 3, 2024

Take the kernel at the identified revision and revert it.

We already done this check during bisection.

Reverting at HEAD may give some additional info, but not sure if it will be useful.
Kernel commits are not reverted often. We also don't know the tree maintainer is interested in, e.g. maintainer may consider reverting on sound tree, but we tested on usb.
Or it may not revert cleanly, or trap on another bug, or the automatic revert may introduce a new bug.

from syzkaller.

a-nogikh avatar a-nogikh commented on June 3, 2024

We already done this check during bisection.

You mean in detectNoopChange()? We compare kernel signatures, but we don't run the reproducer.

from syzkaller.

dvyukov avatar dvyukov commented on June 3, 2024

I mean the bisection itself. It's literally what bisection is checking: the bug happens on the resulting commit, but not on the previous one (which is effectively reverting the guilty commit).

from syzkaller.

a-nogikh avatar a-nogikh commented on June 3, 2024

It's literally what bisection is checking: the bug happens on the resulting commit

Yes, but it's only true assuming that we were able to give a 100% correct answer at every bisection step, which is not always the case.

from syzkaller.

dvyukov avatar dvyukov commented on June 3, 2024

I assumed bisection cannot point to a commit w/o testing on that commit with positive results and testing on the previous one with negative result, regardless of results on all previous steps. And that's effectively testing a revert. In all other cases bisection points to multiple commits, which we don't report.

from syzkaller.

a-nogikh avatar a-nogikh commented on June 3, 2024

Hmm, indeed! Thanks.

from syzkaller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.