<div dir="auto"><div>Thank you Valdis for the quick response.<div dir="auto"><br></div><div dir="auto">Noted, I will see with the developer if he can still create a branch to document his modifications...</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 19, 2020, 10:54 AM Valdis Klētnieks <<a href="mailto:valdis.kletnieks@vt.edu">valdis.kletnieks@vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 19 Mar 2020 10:22:25 +0100, Karaoui mohamed lamine said:<br>
<br>
> I am currently encountering a kernel oops that indicate an "invalid opcode:<br>
> 0000 [#1] SMP"<br>
><br>
> I am working on this project <a href="https://github.com/GiantVM/Linux-DSM" rel="noreferrer noreferrer" target="_blank">https://github.com/GiantVM/Linux-DSM</a><br>
<br>
Oh geez.  Don't checkin a copy of the entire kernel.  Make your project be a<br>
branch off the kernel.  Ain't nobody gonna dig through that to find what parts<br>
of an old kernel the Linux-DSM code has messed with.<br>
<br>
And you'll get smacked around with a large trout for starting a project 13 days<br>
ago, and using an archaeological kernel as the base rather than 5.4 or later.<br>
4.9 is close to 3 years ago.<br>
<br>
[/usr/src/linux-next] git diff --shortstat v4.9..HEAD<br>
 71938 files changed, 10664587 insertions(+), 4767026 deletions(-)<br>
<br>
So yes... something probably splattered all over part of the kernel code.<br>
Either that, or somebody did a branch to what they thought was a function<br>
pointer but was actually a pointer to an anthill in eastern Zimbabwe or<br>
something.<br>
<br>
But nobody wants to dig through your github tree to figure out what you did....<br>
<br>
</blockquote></div></div></div>