From: Greg KH <greg@kroah.com>
To: Tianrui Wei <tianrui@tianruiwei.com>
Cc: kernelnewbies@kernelnewbies.org
Subject: Re: How to Convert Legacy Kernel Modules for modern Kernels
Date: Fri, 21 Jan 2022 09:53:06 +0100 [thread overview]
Message-ID: <Yep0cmg2skA/3odY@kroah.com> (raw)
In-Reply-To: <26CF6336-497B-4694-A150-E3003692B895@tianruiwei.com>
On Fri, Jan 21, 2022 at 04:21:18PM +0800, Tianrui Wei wrote:
> >> If there're not out of box solutions, is there a way I could view the
> >> API changes in every subsystem clearly? For example, this particular
> >> commit[^1] shows the second return argument is being removed from
> >> ki_complete, and it took a lot of fishing down the lkml to do. Perhaps
> >> there is a simpler way?
> >
> > Use git itself to track the changes in apis. You can see all changes to
> > a .h file by doing:
> > git log -p path/to/file
> > and then see where the api got changed.
>
> This is a really good suggestion, and it's also the way I approach
> recent kernel modules. However some specifically ancient kernel
> modules is rather difficult to use this approach.
We have git history going back to Linux 0.1 so this should work. If
not, then do the normal 'does it build' test. APIs are almost always
changed in ways that break the build.
> > It usually isn't that difficult to forward port a driver, but it all
> > depends on the age of the code, and what it actually does. Do you have
> > a link to the code you wish to drag forward?
>
> The specific driver I had in mind is a PCIE driver for a Xilinx IP
> block. It's under
> https://www.xilinx.com/products/boards-and-kits/ek-k7-kc705-g.html#resources
> in a zip folder called rdf0281-kc705-base-trd-2014-3.zip. Everyone
> with a xilinx account could download the folder. Unfortunately its
> header claims it contains confidential information from Xilinx, as
> such I'm a bit wary to post it online.
Please get support from xilix for stuff like this. You are paying for
it from them, so please take advantage of it. Especially if they claim
that their code is not GPLv2 compatible, you want them to take that
legal risk, not you :)
greg k-h
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
next prev parent reply other threads:[~2022-01-21 8:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-20 10:10 How to Convert Legacy Kernel Modules for modern Kernels Tianrui Wei
2022-01-21 7:51 ` Greg KH
2022-01-21 8:21 ` Tianrui Wei
2022-01-21 8:53 ` Greg KH [this message]
2022-01-21 9:32 ` Tianrui Wei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yep0cmg2skA/3odY@kroah.com \
--to=greg@kroah.com \
--cc=kernelnewbies@kernelnewbies.org \
--cc=tianrui@tianruiwei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox