updated, added patch to enanble cpufreq/intelp with ivybridge cpus.
Search Criteria
Package Details: linux-pf-headers 6.11.pf4-1
Package Actions
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.28 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
Dependencies (10)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 106 Next › Last »
Thaodan commented on 2013-05-22 22:25 (UTC)
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.
nous commented on 2013-04-10 17:34 (UTC)
You forgot again to update the configs, the build script stops at the same points.
% diff -u config.x86_64 config.local
--- config.x86_64 2013-03-16 22:39:26.000000000 +0200
+++ config.local 2013-04-10 20:32:01.343274958 +0300
@@ -1,6 +1,6 @@
-# Linux/x86_64 3.8.1-pf Kernel Configuration
+# Linux/x86_64 3.8.2-pf Kernel Configuration
@@ -303,8 +303,6 @@
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_IOSCHED_BFQ=y
CONFIG_CGROUP_BFQIO=y
-# CONFIG_DEFAULT_DEADLINE is not set
-# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_BFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="bfq"
@@ -341,6 +339,7 @@
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
+# CONFIG_MK10 is not set
# CONFIG_MBARCELONA is not set
# CONFIG_MBOBCAT is not set
# CONFIG_MBULLDOZER is not set
@@ -5287,6 +5286,8 @@
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_EFI_VARS=y
+CONFIG_EFI_VARS_PSTORE=y
+# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
CONFIG_DELL_RBU=m
Thaodan commented on 2013-04-08 09:52 (UTC)
yes
lockheed commented on 2013-04-08 09:46 (UTC)
Does that version finally include appropriate /include/linux/version.h file to enable installation of nvidia-pf package?
nous commented on 2013-04-08 07:07 (UTC)
I also found tremendously helpful to regularly commit to the bitbucket repo, so I could easily revert mistakes or use a past version which worked better in my laptop.
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.