Package Details: linux-pf 6.15.pf3-1

Git Clone URL: https://aur.archlinux.org/linux-pf.git (read-only, click to copy)
Package Base: linux-pf
Description: The pf-kernel and modules
Upstream URL: https://pfkernel.natalenko.name
Keywords: bbr bbr3 bbrv3 kernel linux linux-pf ovpn-dco pf-kernel v4l2loopback
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, linux-pf, NTFS3-MODULE, NTSYNC-MODULE, OVPN-MODULE, V4L2LOOPBACK-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: nous
Maintainer: post-factum
Last Packager: post-factum
Votes: 210
Popularity: 0.79
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2025-06-17 12:56 (UTC)

Dependencies (20)

Required by (13)

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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 106 Next › Last »

Thaodan commented on 2015-02-24 23:04 (UTC)

Why please explain? I you have something to add/complain please explain it in detail I can't do anything whithout valid infos.

pavbaranov commented on 2015-02-24 22:56 (UTC)

Natalenko's pf-patch uses old graysky's GCC patch (for GCC prior then 4.9). In Arch we have GCC 4.9 now, then it's impossible to build proper kernel enabling CPU-specific compile option in the Linux kernel for some Intel processors. The PKGBUILD should changes pf-patch before it's implemented.

Thaodan commented on 2015-02-24 11:53 (UTC)

nous: thanks, I added a workaround from gravsky for this, without dvb it builds just fine now. Now I just runned qconf and saved the new config. I think I have missed the changes in ARCH config .

nous commented on 2015-02-24 09:53 (UTC)

@Thaodan: About the security stuff, perhaps you accidentally copied over the .config from 3.18*? In the diff @AnAkkk posted seems so.

nous commented on 2015-02-24 09:44 (UTC)

@Tahu363: Device drivers --> <M> Multimedia support --> [*] Digital TV support. You are right, the related config options have changed, I'll update the wiki.

nous commented on 2015-02-24 09:40 (UTC)

@hzy199411 You can do it yourself in the PKGBUILD (change NUMA_off=yes). Very very few of us run multi-cpu (not multi-core) systems and NUMA creates some overhead. This kernel is desktop-oriented, not server...

hzy199411 commented on 2015-02-24 05:52 (UTC)

would you like enable CONFIG_NUMA ? or it will complain "/sys is not mounted" when I run openmpi programs.

Thaodan commented on 2015-02-23 13:02 (UTC)

I'll change the f2fs stuff the security stuff is enabled before me I ask nous why he has enabled it

AnAkkk commented on 2015-02-23 12:49 (UTC)

Well, there aren't that much differences, but there are a few. https://www.diffchecker.com/ehe0jdbk CONFIG_SECURITY_* and CONFIG_AUDIT_* are still enabled though, which can impact performance. Are they needed for anything in -pf? This might be why I get less FPS in -pf than in -ck and the default arch kernel. There are other differences, e.g. CONFIG_F2FS_FS_SECURITY and CONFIG_F2FS_CHECK_FS are not set in -pf, and they're enabled in the default kernel. I use F2FS on two of my computers so this might be useful :)

Thaodan commented on 2015-02-23 12:24 (UTC)

AnAkkk: I looked at this and the config should me like ARCH's except the pf stuff. @Tahu363: workaround for this copied from -ck look at the PKGBUILD to how this wotks if you want (you don't need to change something).