Package Details: linux-pf-headers 6.11.pf4-1

Git Clone URL: https://aur.archlinux.org/linux-pf.git (read-only, click to copy)
Package Base: linux-pf
Description: Headers and scripts for building modules for the pf-kernel
Upstream URL: https://pfkernel.natalenko.name
Keywords: bbr bbr3 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd
Licenses: GPL-2.0-only
Provides: linux-pf-headers
Submitter: nous
Maintainer: post-factum
Last Packager: post-factum
Votes: 210
Popularity: 0.30
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2024-11-06 15:49 (UTC)

Dependencies (10)

Required by (0)

Sources (2)

Pinned Comments

post-factum commented on 2023-09-25 20:30 (UTC) (edited on 2024-10-08 14:21 (UTC) by post-factum)

Official binary builds for various x86_64 ISA levels are available here.

Latest Comments

« First ‹ Previous 1 .. 94 95 96 97 98 99 100 101 102 103 104 .. 106 Next › Last »

nous commented on 2010-10-31 22:09 (UTC)

Fixed, thanks.

<deleted-account> commented on 2010-10-31 14:26 (UTC)

@nous - Could you take a look at "config.x86_64". Some things like BFQ are not being set correctly. Is this just me? CONFIG_IOSCHED_BFQ=y | # CONFIG_IOSCHED_BFQ is not set CONFIG_CGROUP_BFQIO=y | # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_BFQ=y | CONFIG_DEFAULT_CFQ=y CONFIG_DEFAULT_IOSCHED="bfq" | CONFIG_DEFAULT_IOSCHED="cfq"

nous commented on 2010-10-30 15:03 (UTC)

@sht0rm -ck2 is included in -pf1, check line 1483 of kernel/sched_bfs.c, "BUG_ON(rq != this_rq());" is removed. BTW, I'm not russian/ukrainian :p

<deleted-account> commented on 2010-10-30 11:07 (UTC)

Можете включить patch -ck2 или он уже включен? Являюсь владельцем intel 4965, и вайфай заглючил. Can you include an -ck2 patch in your kernel, or it already included? I am an owner of this wifi chip 0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) in my laptop, and I have a problems with 2.6.26-pf1. http://ck-hack.blogspot.com/2010/10/2636-ck2.html

nous commented on 2010-10-29 19:22 (UTC)

LinuxIMQ hasn't released a patch for 2.6.36, so the author of pfkernel ditched it. I also ditched aufs2 and squashfs-lzma, because I couldn't find patches to apply cleanly in 2.6.36. I'm building generic and optimized binaries right now to upload at the repo.

drexya commented on 2010-10-27 22:24 (UTC)

The Con Kolivas patchset is very impressive, x264 encoding (on the same clip) with stock kernel = ~ 15fps, with this kernel = ~ 20fps !

nous commented on 2010-10-22 15:09 (UTC)

Please, do not flag as out-of-date before checking the pf-kernel page. The author is waiting for IMQ to sync with 2.6.36 before releasing -pf1. [EDIT] Please, again, DO NOT FLAG AS OUT-OF-DATE! This package follows http://pf-kernel.org.ua - NOT http://kernel.org.

nous commented on 2010-10-12 08:08 (UTC)

Thanks for the suggestion, I replaced the relevant section from your package.

graysky commented on 2010-10-11 22:10 (UTC)

@nous - you might wanna modify your make localmodconfig line to call the script directly as that make lmc never worked right. See my PKGBUILD in the kernel26-ck package for more.