Checking FreeBSD kernel with static analyzer

Russell Haley russ.haley at gmail.com
Wed Feb 17 21:01:03 UTC 2016


Ah, okay. I realize now that my method won't work because there are different trees under the same repository. 

Thanks for sharing!
Russ

Sent from my BlackBerry 10 smartphone on the Koodo network.
  Original Message  
From: Dag-Erling Smørgrav
Sent: Wednesday, February 17, 2016 8:08 AM
To: Russell Haley
Cc: Warren Block; freebsd-doc at freebsd.org; wblock at freebsd.org
Subject: Re: Checking FreeBSD kernel with static analyzer

Russell Haley <russ.haley at gmail.com> writes:
> Any chance you can divulge how you calculated that?

In a git clone of the same repo:

% git show -s 46763fd4ca8a37f836c9bf2333f9d687509278f3
commit 46763fd4ca8a37f836c9bf2333f9d687509278f3
Author: mmel <mmel at FreeBSD.org>
Date: Thu Feb 4 06:39:20 2016 +0000

ARM: Remove unused symbols from genassym.c.

(I should have just asked Svyatoslav to run "git show -s HEAD")

Then, in an svn working copy of head:

% svn log | less

and look for the same date and log message.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-doc mailing list