Michael de Lang
Michael de Lang
Using the latest go version and the latest main pull, I get the following error: ``` $ ./init.sh ? Package name (/home/oipo/Programming/chargepoint/go/modern-go-application) nrg-playground ? Project name (nrg-playground) ? Binary name...
Using the latest git lkrg on latest git kernel and enabling ibt on an intel 12700H: ``` [ 45.141648] lkrg: loading out-of-tree module taints kernel. [ 45.141655] lkrg: module verification...
When running the following Dockerfile: ``` FROM alpine:3.19 RUN apk update RUN apk add gcc g++ build-base cmake git wget make nano sed linux-headers perl WORKDIR /opt RUN git clone...
This PR introduces the initial plumbing for supporting address sanitizer checking the opague, user-provided pointers. It does this by looping over the sqe's in userspace in `__io_uring_submit`, check their opcodes...
Updating spdlog to 1.14.1, I get the following linker error: ``` /usr/bin/c++ -Wno-maybe-uninitialized -ggdb -O3 -DNDEBUG -pie -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--no-copy-dt-needed-entries test/CMakeFiles/EtcdTests.dir/EtcdTests.cpp.o -o /opt/ichor/src/bin/EtcdTests /opt/ichor/src/bin/libichor.a /opt/ichor/src/bin/libCatch2Main.a -lsystemd /usr/lib/libboost_coroutine.a...