https://bugzilla.redhat.com/show_bug.cgi?id=1324590



--- Comment #63 from Michal Schmidt <mschm...@redhat.com> ---
The goal of this review should be to get libpsm2 into Fedora Rawhide (the
'master' branch of Fedora) and Fedora 24 (which is currently in preparation for
a Beta release). I wouldn't bother with pushing it as an update to Fedora 23
(the latest stable release).

Fedora 24 currently contains kernel-4.5.2-301.fc24. It's Linus's kernel v4.5.2
plus some Fedora patches.

There are several ways to get to the source code of Fedora packages.
You can get them using fedpkg:
  fedpkg clone -a kernel
  cd kernel
  git checkout f24
  fedpkg prep

You can get them from a SRPM:
  dnf install dnf-plugins-core
  dnf download --source --releasever=24 kernel
  rpm -ivh kernel-*.src.rpm
  cd ~/rpmbuild/SPECS
  rpmbuild -bp kernel.spec

In the special case of the kernel you don't even have to download anything.
You can look directly at the exploded Fedora kernel git tree published by Josh
Boyer:

https://git.kernel.org/cgit/linux/kernel/git/jwboyer/fedora.git/tree/drivers/staging/rdma/hfi1/device.c?h=kernel-4.5.2-301.fc24

Are you looking for the presence of commit e116a64fab650 ("IB/hfi: Properly set
permissions for user device files")? This one was included already in Linux
v4.3-rc2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org

Reply via email to