Lars Kellogg-Stedman
Lars Kellogg-Stedman
NB: The same errors appear to prevent virtio network devices from working as well.
I apologize; I didn't realize OBS lagged so far behind the current release. My impressions was that the release pipeline included automatically building packages on OBS. I have downloaded cloud-hyperversion...
They are the same kernel. I use the bzimage with QEMU, but ch 38 was unable to boot it (and qemu has problems booting the ELF kernel).
Sure; I've attached it here. [config.txt](https://github.com/user-attachments/files/15961229/config.txt) I'm building from kernel commit `4545981f33be5f04ee8dd43397ea29c37337dd03` (which was `master` on 6/21).
@raffaelespazzoli I just created #47, but this sounds like it may be the same issue.
Running `golangci-lint migrate` takes care of most of these issues, although there are still two remaining issues reported by `staticcheck`: ``` WARN [runner/nolint_filter] Found unknown linters in //nolint directives: golint...
Reverting `golangci-lint` to the latest 1.x version still results in some warnings: ``` WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no...
> There are downsides of using CGO but I haven't seen them produce actual issues for users Again, my interest was primarily in removing dependencies from the container images. With...
~~It sounds as if https://github.com/guyfedwards/nom/pull/140 might be related.~~ Never mind, I think that was a different issue.
While I understand why using a sqlite in-memory database is an attractive solution, I would like to suggest instead writing a simple, pure-go in-memory store. Why? Because I am selfish...