<div dir="ltr">If you have the same kernel you can use the one there : <br><a href="https://github.com/zman0900/linux-vfio-aur">https://github.com/zman0900/linux-vfio-aur</a><br><div><br></div><div>Otherwise you don't really need c competences. All you have to do is use a text editor to apply the modifications manually, it is really simple even if you don't know how to code.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-18 19:04 GMT+02:00 Brett Peckinpaugh <span dir="ltr"><<a href="mailto:bp10@erylflynn.com" target="_blank">bp10@erylflynn.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Thanks for replying.<br><br></div>To stress, I am new to this process.  I have ran Linux as my primary desktop for about 2 years.<br><br></div>How would I get a copy of an ACS patch for my kernel? Or failing that, what should I do to create one?  I am not a C programmer, so would be limited in my ability to write one.<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 18, 2016 at 2:22 AM, Zycorax Tokoroa <span dir="ltr"><<a href="mailto:zycorax@phoxden.xyz" target="_blank">zycorax@phoxden.xyz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
><br>
><br>
> 2016-04-18 3:21 GMT+02:00 Blank Field <<a href="mailto:ihatethisfield@gmail.com" target="_blank">ihatethisfield@gmail.com</a><br>
> <mailto:<a href="mailto:ihatethisfield@gmail.com" target="_blank">ihatethisfield@gmail.com</a>>>:<br>
><br>
>     Doesn't patch support syntax like patch -p1 filename.patch?<br>
>     Does vanilla linux really can do stuff like make rpm? If so, since when?<br>
><br>
> I think that is the syntax i use back then.<br>
> What do you mean by vanilla linux? You're talking about the kernel or<br>
> the distrib gnu/linux in general?<br>
> Rpm is supported by the majority of the distros if i remember correctly.<br>
He likely refers to a method to build a rpm directly and solely trough<br>
the kernel's makefile. 'make rpm-pkg' is possible since as far as I can<br>
remember, along with 'make deb-pkg'<br>
<br>
>     On Apr 18, 2016 4:18 AM, "Brett Peckinpaugh" <<a href="mailto:erylflynn@gmail.com" target="_blank">erylflynn@gmail.com</a><br>
>     <mailto:<a href="mailto:erylflynn@gmail.com" target="_blank">erylflynn@gmail.com</a>>> wrote:<br>
><br>
>         Thanks for any help in advance.<br>
><br>
>         I am trying to create a patched kernel for Fedora 23.  I have<br>
>         downloaded from the Kernel archive the 4.5.1 source files.  I<br>
>         can compile to rpm, install and run from this source. When I<br>
>         attempt to patch I fail at different steps based on which ACS<br>
>         patch I try.<br>
><br>
>         I compile by the following steps.<br>
>         make menuconfig<br>
>         make rpm<br>
><br>
>         To patch:<br>
>         make menuconfig<br>
>         cat pathtofile/acs_patch.diff | patch -p1<br>
>         make rpm<br>
><br>
>         Depending on the ACS patch, sometimes it fails at the cat step,<br>
>         sometimes it fails at the make rpm step.<br>
'patch' has an '-i' argument to take a file as input - not that cat'ing<br>
is wrong, both methods work.<br>
You should look at what exact errors you get to have proper help, errors<br>
in patching usually means you are using incompatible versions of the<br>
patch and the kernel together, where the code has changed enough to<br>
confuse patch. As it has been told, look for a patch that's appropriate<br>
to your kernel version. Errors during the building of the kernel need<br>
more detail to be understood<br>
<br>
 Zycorax Tokoroa<br>
<br>
_______________________________________________<br>
vfio-users mailing list<br>
<a href="mailto:vfio-users@redhat.com" target="_blank">vfio-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/vfio-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/vfio-users</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
vfio-users mailing list<br>
<a href="mailto:vfio-users@redhat.com">vfio-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/vfio-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/vfio-users</a><br>
<br></blockquote></div><br></div>