Package Details: linux-pf 6.15.pf1-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: 209
Popularity: 0.004718
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2025-05-31 15:59 (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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 106 Next › Last »

nous commented on 2013-05-23 18:17 (UTC)

I have an i686 server box running 3.8.2-3-pf and updated to 3.9.2-pf but not rebooted yet. The new kernel modules and headers are installed in /usr/lib/modules/3.9.0-ARCH and /usr/src/linux-3.9.0-ARCH and the running kernel's version is 3.8.0, instead of 3.8.2-pf. So, there's definitely something broken in the PKGBUILD.

Thaodan commented on 2013-05-23 18:02 (UTC)

Hmm, It should I don't see anything in the PKGBUILD.

nous commented on 2013-05-23 17:54 (UTC)

It might be my repo build script, but whereas the x86_64 packages correctly show install paths suffixed with 3.9.3-pf (i.e. in /usr/src and /usr/lib/modules), the i686 ones show instead 3.9.0 (without -pf). The returned kernel version (uname -r) might also be wrong in i686, but I haven't booted one to check.

<deleted-account> commented on 2013-05-23 11:00 (UTC)

This package mentions AUFS3 in the title, but if I'm not mistaken the patches/includes are missing. Just FYI http://aufs.sourceforge.net/ currently shows patches for 3.9; it would be great to see these re-added if it isn't too much trouble. My hope is for the ability to use Docker (http://www.docker.io/) which unfortunately requires AUFS for now...

Thaodan commented on 2013-05-22 22:25 (UTC)

updated, added patch to enanble cpufreq/intelp with ivybridge cpus.

trizen commented on 2013-05-09 19:01 (UTC)

'bc' package should be included in makedepends array, otherwise: CC kernel/itimer.o HZFILE kernel/hz.bc BC kernel/timeconst.h /bin/sh: bc: command not found make[1]: *** [kernel/timeconst.h] Error 127 make: *** [kernel] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Thaodan commented on 2013-05-04 23:39 (UTC)

fixed

walkindude commented on 2013-05-04 21:10 (UTC)

wrong sum for pf patch

nous commented on 2013-04-12 06:14 (UTC)

Sorry to be such a noisy chap, but I think you should put the PKGBUILD section between lines 150-289 into build(), i.e. from if [[ "$_BATCH" != "y" ]]; to export CPU Rationale: if someones wants to retry compiling with 'makepkg -e', so as to not unpack and patch again the source tree, then he (or she) won't be presented with the configuration/customization options. I use this option extensively either manually or scripted, especially for building the optimized repository binaries.