Stuart Shelton
Stuart Shelton
### Describe the bug When booting the 6.1.73 kernel (from `stable_20240124`) on an 8GB CM4 with 4k page-size, the early boot messages read: ``` Reserved memory: created CMA memory pool...
(Possibly related to Issue #3 from 2012?) I have a trivial code sample: ``` js var zkplus = require( 'zkplus' ); var client = zkplus.createClient({ connect: false , servers: [{...
The "Hello world example" at http://mcavage.me/node-zkplus/ is missing a comma before "port" when incoking createClient. The example in the bundled README.md appears to be correct.
Running `cargo-ebuild ebuild --noaudit` in the cloned https://github.com/rust-lang/rust-bindgen.git repo with tag v0.63.0 checked-out causes `cargo-ebuild` to hang indefinitely without producing any output. If I run it through `ltrace`, I see:...
### Describe the bug If `CONFIG_USB_DWCOTG=y` is set but `CONFIG_USB=m`, building the `6.1.73`/`stable_20240124` (and likely previous) kernel(s) fails with: ``` LD .tmp_vmlinux.kallsyms1 ld.lld: error: undefined symbol: usb_hcd_check_unlink_urb >>> referenced by...
I'm trying to run `bpftune` from a `--privileged` container (rootful, via podman) on kernel 6.3.6 with the following configuration: ``` $ zgrep BPF /proc/config.gz CONFIG_BPF=y CONFIG_HAVE_EBPF_JIT=y CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y # BPF subsystem...
In bash-4.3 and prior, it was possible to use `${!var:-}` to reference the variable whose name is stored in `var` indirectly, whilst not returning an `unbound variable` error if `nounset`...
It would be helpful to be able to query a programmatic reference to specify the features needed, or to find out when a feature was first implemented (without requiring repo...
**Is your feature request related to a problem? Please describe.** Some of the hourly speech-samples are somewhat annoying (one of the English 4pm pronouncements especially!) More generally, it would be...
### Component Dasharo firmware ### Device PC Engines APU2 ### Dasharo version PC Engines release v4.19.0.1 ### Dasharo Tools Suite version _No response_ ### Test case ID _No response_ ###...