linux
linux copied to clipboard
Grab new aufs patch; disable non-applying patches
This aufs patch builds. No confirmation on whether it works. See the Makefile for the source of the patch.
Tested working on C740 (mine).
Tested working on C710 (https://old.reddit.com/r/chrultrabook/comments/jut1kh/acer_c710_fn_key/gcg118f/).
Notes:
iwlmvm swcrypto refusal
$ dmesg
[...]
[ 1060.780921] iwlwifi 0000:01:00.0: iwlmvm doesn't allow to disable HW crypto, check swcrypto module parameter
This is because of:
labby@galliumos:/etc/modprobe.d$ cat iwlwifi-opts.conf
options iwlwifi swcrypto=1
labby@galliumos:/etc/modprobe.d$ dpkg -S /etc/modprobe.d/iwlwifi-opts.conf
galliumos-broadwell: /etc/modprobe.d/iwlwifi-opts.conf
I don't know of any issues with hwcrypto on iwlwifi chips since a long time. Based on the original commit it does sound like this is mostly for iwldvm chips, the early ones of which did have hw crypto issues.
So I think we should probably get rid of that option in galliumos-broadwell packages (et. al.)