damentz / aur

Kernels (v 5.x) and modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernels and modules:

  • linux-aufs

  • linux-bfq-dev

Packaging status

  • linux-lqx

Packaging status

  • linux-next-git

  • linux-uksm

Packaging status

linux-aufs incorporates:
  • AUFS / AUFS - advanced multi-layered unification filesystem
linux-bfq-dev incorporates:

latest packaged version(s)

Some patches for BFQ conflict with patches for BFQ-dev.
To use linux-bfq-dev smoothly apply bfq-reverts before bfq-dev patch. Otherwise the kernel will not compile.
linux-lqx incorporates:

latest packaged version(s)

linux-uksm incorporates:

latest packaged version(s)


Download:

git clone https://github.com/sirlucjan/aur.git

or

git clone https://gitlab.com/sirlucjan/aur.git

Install:

cd /some_path/aur/package_name
makepkg -srci

Enable bfq

For now, you can use sudo tee /sys/block/sda/queue/scheduler <<< bfq to enable "bfq".

You can also add this to file 60-schedulers.rules:

# Non-rotational disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
# Rotational disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"

and run a command sudo udevadm control --reload && sudo udevadm trigger

For now, bfq is enabled by default! (since 5.0-lucjan-ll1-rc1.patch and LL-elevator-set-default-scheduler-to-bfq-for-blk-mq.patch)

About

Kernels (v 5.x) and modules


Languages

Language:Shell 100.0%