../lib/str_error_r.c: In function ‘str_error_r’: ../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict] snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err); ^~~~~~~~
Search Criteria
Package Details: linux-xanmod-headers 6.11.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (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 (4)
Latest Comments
« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 Next › Last »
morosa commented on 2018-05-08 07:50 (UTC)
SilverMight commented on 2018-04-07 23:15 (UTC) (edited on 2018-04-07 23:15 (UTC) by SilverMight)
==> Making package: linux-xanmod 4.16.0-2 (Sat Apr 7 19:13:11 EDT 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found 4.16.0-xanmod1.tar.gz
-> Found 60-linux.hook
-> Found 90-linux.hook
-> Found linux-xanmod.preset
-> Found choose-gcc-optimization.sh
-> Found 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
-> Found 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
-> Found 0003-Partially-revert-swiotlb-remove-various-exports.patch
-> Found config
==> ERROR: Integrity checks (sha256) differ in size from the source array.
Getting this now
QDesjardin commented on 2018-01-28 22:43 (UTC)
Works 100% now.
figue commented on 2018-01-27 21:20 (UTC) (edited on 2018-01-27 21:21 (UTC) by figue)
Oh my... Sorry I'm updating sources from my not usual computer... Fixed again.
QDesjardin commented on 2018-01-27 20:59 (UTC)
Tried updating. This is like playing whack-a-mole.
==> Validating source files with sha256sums...
4.14.15-xanmod20.tar.gz ... Passed
60-linux.hook ... Passed
90-linux.hook ... Passed
linux-xanmod.preset ... Passed
choose-gcc-optimization.sh ... Passed
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch ... Passed
0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch ... Passed
0003-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch ... Passed
0004-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch ... Passed
==> Validating source_x86_64 files with sha256sums...
config ... FAILED
figue commented on 2018-01-27 20:18 (UTC)
@QDesjardin sorry. Fixed.
QDesjardin commented on 2018-01-27 05:13 (UTC) (edited on 2018-01-27 05:13 (UTC) by QDesjardin)
Almost works - one of the patches aren't verified properly:
==> Validating source files with sha256sums...
4.14.15-xanmod20.tar.gz ... Passed
60-linux.hook ... Passed
90-linux.hook ... Passed
linux-xanmod.preset ... Passed
choose-gcc-optimization.sh ... Passed
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch ... FAILED
0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch ... Passed
0003-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch ... Passed
0004-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch ... Passed
figue commented on 2018-01-27 01:32 (UTC)
@QDesjardin I've updated to 4.14.15-xanmod20. Please check if all is ok now.
QDesjardin commented on 2018-01-27 01:00 (UTC) (edited on 2018-01-27 01:00 (UTC) by QDesjardin)
For the 4.14.14-2 release, it fails for me when validating the xanmod tar:
==> Validating source files with sha256sums...
4.14.14-xanmod19.tar.gz ... FAILED
..
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: