<div dir="ltr">Thanks, Greg - good suggestion regarding `git bisect`. I was able to narrow it down to a change between 5.8 and 5.9, so maybe that's the next logical thing to do. None of the config options added between those releases seemed relevant to the issue, but perhaps one of them is and I just don't realize it.<div><br></div><div>- Evan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 8, 2021 at 1:52 AM Greg KH <<a href="mailto:greg@kroah.com">greg@kroah.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, Feb 07, 2021 at 05:30:34PM -0500, Evan T Mesterhazy wrote:<br>
> Apologies if this comes off as a lazy question, but after a fair bit of<br>
> searching I've been unable to find a changelog indicating which device<br>
> drivers / features were dropped from various versions of the kernel. Does<br>
> such a changelog exist?<br>
<br>
`git log v5.1..v5.2` will show you the whole log, but that's a lot.<br>
<br>
> I'm specifically trying to narrow down why the PCI devices on a server I<br>
> have work with 5.8 and don't work with 5.9+. The server is circa 2014, so I<br>
> suppose there's an off chance support for some component got dropped.<br>
<br>
I doubt support for such modern hardware has been dropped in kernel<br>
versions like this.  Odds are you just forgot to update a configuration<br>
option.<br>
<br>
Try using `git bisect` to track down the offending commit, that will go<br>
much faster.<br>
<br>
good luck!<br>
<br>
greg k-h<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Evan Mesterhazy<div><a href="mailto:etm2131@columbia.edu" target="_blank">etm2131@columbia.edu</a></div></div></div></div></div>