Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 18:23:38 +0200
From:      Roger Pau =?utf-8?B?TW9ubsOp?= <roger.pau@citrix.com>
To:        Brian Buhrow <buhrow@nfbcal.org>
Cc:        freebsd-xen@freebsd.org
Subject:   Re: Stable/13 doesn't boot with xen
Message-ID:  <YqtZCtXP7LmFAy/%2B@Air-de-Roger>
In-Reply-To: <YqGYWDjtyU4pg78v@Air-de-Roger>
References:  <YqCXVSJ6zW3ntTqy@Air-de-Roger> <202206081544.258FiwmW012809@nfbcal.org> <YqGYWDjtyU4pg78v@Air-de-Roger>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 09, 2022 at 08:51:04AM +0200, Roger Pau Monné wrote:
> On Wed, Jun 08, 2022 at 08:44:58AM -0700, Brian Buhrow wrote:
> > 	hello Roger.  Okay.  Another question, which might be one you answered, but I don't yet
> > have enough git knowledge to understand it.  Since releng/13.1 boots and runs fine on my
> > machine, but stable/13 does not, is there a way to compare the differences between the two
> > branches?  If so, what do I need to clone and how would I instigate such a comparison through
> > git?  Or, is this just a matter of diffing the two source trees the old fashioned way?
> 
> 
> You can easily get a diff from the git tree, ie:
> 
> $ git clone https://git.FreeBSD.org/src.git
> $ cd src
> $ git diff 0bbbd845fd32ef07707c03d1dc4e4b27f6ebef83..fc952ac2212b121aa6eefc273f5960ec3e0a466d sys
> 
> Note the two commit hashes: one is HEAD from releng/13.1 and the
> other is from stable/13.  I've added the 'sys' at the end to limit the
> diff to changes to the sys/ folder (so kernel only).
> 
> In any case, I think such diff is too big to be able to spot any
> changes that could cause issues by code inspection.
> 
> If you can do the bisection and provide the info from the debug key
> (plus the kernel debug symbols) that's likely to be quite useful.

Hello,

Before I forget, do you have any more info from the issue on
stable/13?

Thanks, Roger.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YqtZCtXP7LmFAy/%2B>