Michal Suchánek
Michal Suchánek
Why is there problem with wrong startup mode of the ARM cores? Doesn't the maskrom code run on the VPU?
If you want newer processors powerpc-notebook is not where to look. Raptor Computing makes some workstations and servers based on current day PowerPC chips. Asahi Linux project aims to run...
- this does not happen for me. I run just 'xmonad' and the custom config is executed without any recompile message - in fact the recompilation does not seem to...
Ignoring numlock state is probably intended. As in you want your key bindings perform the same regardless of numlock state. On many keyboards the key is missing and the state...
There has been some development in stabilizing the kernel wrt pmem operations. Please test with a recent kernel.
Maybe you could at lest try the current ndctl? https://build.opensuse.org/package/binaries/hardware:nvdimm/ndctl/openSUSE_Leap_15.3
Right, you mentioned Leap but I missed that you mentioned it as the working version. Then it likely works because of some random backports or different build configuration, and building...
The numa_node is no longer zero so the reported problem is solved, right?
I don't see a problem with pmem1 mapped to numa0 - the device order is not guaranteed. As for both regions mapped to numa0 you did not provide log from...
The numa node is simply: ``` sprintf(path, "%s/numa_node", ndns_base); if (sysfs_read_attr(ctx, path, buf) == 0) ndns->numa_node = strtol(buf, NULL, 0); else ndns->numa_node = -1; ``` ``` find /sys -name numa_node...