Em Mon, 22 Apr 2019 10:05:39 -0400 Doug Ledford <dledford@xxxxxxxxxx> escreveu: > On Mon, 2019-04-22 at 10:27 -0300, Mauro Carvalho Chehab wrote: > > +0x1b all InfiniBand Subsystem > > + <http://infiniband.sourceforge.net/> > > I did not know this link was in there. That sourceforge site is 15 > years old and totally obsolete/irrelevant at this point. This patch > doesn't have the purpose of fixing this up, but now that it's pointed > out, we'll make a follow up patch to correct this. Yeah, I suspect that there are lots of broken links over there. It seems that some people ended by prepending some broken URLs with: http://web.archive.org/web/%2A/ In order to use the web archive to get an old copy of such documents. So, replacing the link with something like: http://web.archive.org/web/%2A/http://infiniband.sourceforge.net/ Would allow retrieving pages. It seems that the last version is there at: https://web.archive.org/web/20190212201603/http://infiniband.sourceforge.net/ Yet, if are there any new repository with updated info, it would make sense to replace it by the new stuff. Alternatively, one could import existing docs (if license is compatible with GPLv2) and add to the Kernel documentation. Thanks, Mauro