ns
ns
Do you mean annotating specific functions to disable CFI checks on them? > CFI checking can be disabled in a function with the `__nocfi` attribute. [(source)](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf68fffb66d60d96209446bfc4a15291dc5a5d41) Even though CFI can't...
There is a little new problem now, yes: ``` >>> Source unpacked in /var/tmp/portage/app-i18n/mozc-9999/work >>> Preparing source in /var/tmp/portage/app-i18n/mozc-9999/work/mozc-9999/src ... coreutils: cannot stat '/var/tmp/portage/app-i18n/mozc-9999/work/fcitx5-mozc/src/unix/fcitx5': No such file or directory *...
That part works now (TYVM for the quick fix!), there's just the issue of an outdated patch now: ``` >>> Source unpacked in /var/tmp/portage/app-i18n/mozc-9999/work >>> Preparing source in /var/tmp/portage/app-i18n/mozc-9999/work/mozc-9999/src ......
The patches don't seem like the easiest to rebase (I'll probably have a go at it sometime, though). As for my reasoning for using mozc-9999, it's mainly because I am...
``` 7: br0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1024 link/ether [redacted] brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 65535 openvswitch addrgenmode stable_secret numtxqueues 1...
No (empty output). Open vSwitch isn't a Linux bridge (`bridge.ko`), mostly works in userspace, & has an entirely different API than Linux bridges in terms of configuration (uses [its own...
AFAIK this is not a full implementation of LLDP & is merely focused on providing enough support for it to work with SPBM networks. C.f. https://www.openvswitch.org/support/dist-docs-2.5/ovs-vswitchd.conf.db.5.html (section "AutoAttach TABLE").
Not sure if this is related, but here's a panic trace from the system that suffers from this. This same stacktrace happens very occasionally from very ordinary use of the...
Just snapshotted my machine over to a virtual machine to see what a scrub would do, & by pure luck I can definitely note that scrubs are prone to causing...
Is this problem still reproducible? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f2b277c4d1c63a85127e8aa2588e9cc3bd21cb99 should have fixed it (it did for me).