On Fri, Jun 10, 2022 at 11:53:42AM +0100, Chris Narkiewicz wrote:
> On Fri, Jun 10, 2022 at 01:45:09PM +1000, Jonathan Gray wrote:
> > Thanks, it would appear to be something outside of drm then.
> 
> Is there a way to do a bisect with CVS? I could perhaps compile a bunch of
> kernel versions to pinoint the exact commit.

A time can be specified to cvs co/up/diff with -D
for example:
cvs -q -d /cvs up -D "2022-05-25 11:00" -Pd .
cvs -q -d /cvs diff -D "2022-05-25 11:00" -D "2022-05-26 11:00" . > /tmp/diff

and 'up -PAd' when done to remove the date tag

If you have used git bisect before and don't mind checking out
the full tree with full history there is also the git mirror:
https://github.com/openbsd/src

Reply via email to