Package Details: linux-lqx-docs 6.14.3.lqx1-1

Git Clone URL: https://aur.archlinux.org/linux-lqx.git (read-only, click to copy)
Package Base: linux-lqx
Description: Documentation for the Linux Liquorix kernel
Upstream URL: https://liquorix.net/
Keywords: bbr2 bfq futex pds proton zen
Licenses: GPL-2.0-only
Submitter: akurei
Maintainer: sir_lucjan (damentz)
Last Packager: damentz
Votes: 165
Popularity: 2.01
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-20 18:28 (UTC)

Pinned Comments

damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)

Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix

Signing key import instructions: sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D

Latest Comments

« First ‹ Previous 1 .. 79 80 81 82 83 84 85 86 87 88 89 .. 122 Next › Last »

fhdrin commented on 2014-04-20 19:30 (UTC)

compile errors with latest (3.13.10-1) lqx kernel. just me or everyone?

alaviss commented on 2014-04-20 02:00 (UTC)

Liquorix 3.13.10-1 is out! Please update the package

clfarron4 commented on 2014-04-08 21:20 (UTC)

Thanks! Builds now!

shivik commented on 2014-04-08 16:16 (UTC)

Yes,there is a problem. https://aur.archlinux.org/packages/linux-uksm-ck/?setlang=en&comments=all The guy reports that this works: --- linux-3.13.9-uksm_orig/mm/uksm.c 2014-04-04 14:56:29.738462696 -0300 +++ linux-3.13.9-devel/mm/uksm.c 2014-04-04 14:55:36.165528224 -0300 @@ -1604,7 +1604,11 @@ static struct page *page_trans_compound_anon(struct page *page) { if (PageTransCompound(page)) { - struct page *head = compound_trans_head(page); + /*benatto: old compound_trans_head + * was merged into standard + * compound_head function on linux/mm.h + */ + struct page *head = compound_head(page); /* * head may actually be splitted and freed from under * us but it's ok here.

clfarron4 commented on 2014-04-08 13:47 (UTC)

When building 3.13.9 with KSM, I got this error: http://pastie.org/private/5h9z0h5xa4kpvtjpawaiq Any ideas? It built fine with 3.13.6 (didn't build with KSM for 3.13.7 or 3.13.8).

cl00t commented on 2014-04-06 17:05 (UTC)

Flagged out of date as 3.13.9-1.patch.gz is out

thoffmeyer commented on 2014-03-12 13:10 (UTC)

@clfarron4: Thank you brother. I see it is now updated. I do know that lqx doesn't follow the [core] kernel updates or packages.

clfarron4 commented on 2014-03-11 12:00 (UTC)

@thoffmeyer: The LQX kernel follows its own development cycle which releases kernels at different times to when the individual parts are released. Put another way, when [core] releases a version, LQX doesn't immediately jump to that version.