Package Base Details: linux-pf

Git Clone URL: https://aur.archlinux.org/linux-pf.git (read-only, click to copy)
Keywords: bbr bbr3 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd
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-05-06 10:23 (UTC)

Pinned Comments

post-factum commented on 2023-09-25 20:30 (UTC)

Official binary builds for various x86_64 μ-arches are available here.

post-factum commented on 2023-09-25 20:20 (UTC)

pf-kernel follows its own versioning scheme that doesn't depend on stable kernel releases versioning. X.Y.Z package version here corresponds to vX.Y-pfZ release in the source code repo.

Latest Comments

« First ‹ Previous 1 .. 87 88 89 90 91 92 93 94 95 96 97 .. 106 Next › Last »

misc commented on 2011-03-26 01:27 (UTC)

It would be great if an option for nconfig were to be included in this PKGBUILD.

nous commented on 2011-03-19 11:33 (UTC)

If the stock -ARCH kernel has the same issue, then something might wrong with your build tools. I really can't imagine where you should start, but you could grep the main kernel Makefile for 'export' directives (I see make, awk, perl, gcc among others; definitely more in submakefiles) and reinstall them. It's really weird, have you tested on another box?

Cape commented on 2011-03-18 22:35 (UTC)

Nope... same output, but still i'm unable to enter that submenu. The same happens in /usr/src/linux-2.6.37-ARCH cape ~/Packages/kernel26-pf/src/linux-2.6.37 $ make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/lxdialog/checklist.o HOSTCC scripts/kconfig/lxdialog/inputbox.o HOSTCC scripts/kconfig/lxdialog/menubox.o HOSTCC scripts/kconfig/lxdialog/textbox.o HOSTCC scripts/kconfig/lxdialog/util.o HOSTCC scripts/kconfig/lxdialog/yesno.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/mconf scripts/kconfig/mconf Kconfig # # configuration written to .config # *** End of the configuration. *** Execute 'make' to start the build or try 'make help'.

nous commented on 2011-03-18 21:37 (UTC)

I just tested the PKGBUILD again on an i686 box without problems. Please do the following and see if you get any errors. 1. Download the kernel26-pf tarball, untar and run makepkg 2. At the '==> Run make menuconfig before build? (y/N)' prompt press CTRL-C 3. cd into src/linux-2.6.37 and run 'make menuconfig', check the processor option and exit menuconfig My output is the following: ================================ proxy:[nous]:/temp/pkgbuild/kernel26-pf/src/linux-2.6.37% make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/lxdialog/checklist.o HOSTCC scripts/kconfig/lxdialog/inputbox.o HOSTCC scripts/kconfig/lxdialog/menubox.o HOSTCC scripts/kconfig/lxdialog/textbox.o HOSTCC scripts/kconfig/lxdialog/util.o HOSTCC scripts/kconfig/lxdialog/yesno.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/mconf scripts/kconfig/mconf Kconfig # # configuration written to .config # *** End of the configuration. *** Execute 'make' to start the build or try 'make help'. ===================================== What happens if you run 'sudo make menuconfig' in /usr/src/linux-2.6.38-ARCH?

Cape commented on 2011-03-18 13:07 (UTC)

I'm on i686 and i'm using makepkg. Of course, i answer "y" when asked to run menuconfig. The problem is that "Processor type and features ---> Processor family" is "locked", i can't enter the submenu... It's the same if choose localmodconfig, vanilla or current kernel config. I also noticed that other options are locked.

nous commented on 2011-03-16 22:06 (UTC)

Cape: It's not normal. I assume you follow "Processor type and features ---> Processor family", right? Can you be more specific? (i686 or x86_64? makepkg or yaourt/clyde? etc) I also assume of course that you answer 'y' to "==> Run make menuconfig before build? (y/N)"

Cape commented on 2011-03-16 20:19 (UTC)

Maybe i'm doing something wrong, but i'm not able to choose my cpu family in menuconfig. It's the same if i choose locamodconfig, running kernel or stock... I just can't edit that entry. Is it normal?