Supreeth
Supreeth

Reputation: 1

How to find the kernel source files for a given version of fedora 29, for eg: 4.18.16-300.fc29.x86_64?

I would like to analyse the kernel drivers for a given version (uname -a) of fedora-29 distro: for eg: 4.18.16-300.fc29.x86_64. How to get the appropriate version of source files, patches etc? To rephrase the same, can we get info from 4.18.16-300 as to what source files were compiled for this version of fedora?

https://fedora.pkgs.org/29/fedora-x86_64/ gives a list of rpm packages only.

https://koji.fedoraproject.org/koji/index didn't give me anything either.

Upvotes: -2

Views: 405

Answers (1)

KamilCuk
KamilCuk

Reputation: 141155

A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm - you can download the source for your rpm and even built it yourself. Each rpm usually has a source package.

For browsing kernel source however I would recommend using many of cool online sites, such as elixir.

Upvotes: 0

Related Questions