Advertisement
MrRockchip

fedora 29 testing

Nov 26th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0))
  2. if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)) {
  3. #else
  4. if (!access_ok(priv_cmd.buf, priv_cmd.total_len)) {
  5. #endif/* Linux kernel < 5.0.0 */
  6.  
  7. http://rpm.pbone.net/info_idpl_56757058_distro_fedora_29_com_elfutils-libelf-devel-0.174-1.fc29.x86_64.rpm.html
  8.  
  9. ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/testing/29/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.174-1.fc29.x86_64.rpm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement