Stijn Tintel
Stijn Tintel
When building with UndefinedBehaviorSanitizer enabled we hit a type_mismatch_v1 in cJSON_ArrayForEach (https://github.com/toverainc/willow/blob/main/main/hass.c#L210). ```diff diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index f84414b..fd2fefe 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -16,3 +16,5 @@ set(COMPONENT_PRIV_REQUIRES register_component()...
Currently mqtt_response with the unexpected key set to true fails if no message is received. This is strange, was we don't expect a message, and should only fail if a...
The world is moving away from iptables/ipset to nftables. The latter comes with its own generic set infrastructure. While there are some options that support a hybrid setup (nftables backend...
Initializing an I2S stream currently unconditionally installs the I2S driver. When two I2S streams are needed, one for input and one for output, the following error occurs during initialization of...
To support authentication in [Willow Inference Server](https://github.com/toverainc/willow-inference-server) to allow people to run public, shared WIS servers, we need HTTP authentication support in http_stream. This PR adds support for it.
When building [Willow](https://github.com/toverainc/willow) with ESP-IDF 5.1, a bunch of warnings appear due to GCC 12 being much stricter and ESP-IDF deprecating some code used by ESP-ADF. We've suppressed some of...
- usr: do not rely on non-portable __WORDSIZE - usr: do not rely on LFS64 interfaces - CI: build on Alpine Linux
@feckert The notify options in [the default keepalived UCI config](https://github.com/openwrt/packages/blob/master/net/keepalived/files/keepalived.config#L81-L84) suggest you can put a path to a script. This is misleading, as they are handled by hotplug-call, which is...
As requested downstream in https://bugs.gentoo.org/show_bug.cgi?id=924184: ``` ➜ resolve-march-native ERROR: No entry -m(arch|cpu)=.. found in: -mabi=lp64 -march= -mbranch-protection= -mcmodel=small -mcpu= -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -mglibc -mharden-sls= -mlittle-endian -mno-big-endian -mno-bionic -mno-general-regs-only -mno-low-precision-div -mno-low-precision-recip-sqrt -mno-low-precision-sqrt...
Maybe it could be useful to have someting like "bcachefs data job {copygc,rebalance}" to be able to run them with cron/timers at non-busy times.