-
## Context
🚀 @daebot proposed the following changelogs for release v0.6.0rc1 generated in [workflow run](https://github.com/daeuniverse/dae/actions/runs/8521494332).
## Changelogs
#### Feat…
-
If something like this checkpatch line exists in a commit message:
```
smth/smth: My commit title
My commit description.
Checkpatch-Ignore: MY_FLAG
Signed-off: ...
```
should be picked …
-
The warning looks valid in the general case, but [my commit](https://github.com/tarantool/tarantool/pull/9730) adds an ordered dictionary implementation and `od` is used in many places as a variable n…
-
**Describe the bug**
Among other integer insanities, the sign of literals in C depends on their value _and_ on the C version used, the compiler used and probably the phase of the moon too.
As lu…
-
## Context
🚀 @daebot proposed the following changelogs for release v0.6.0rc2 generated in [workflow run](https://github.com/daeuniverse/dae/actions/runs/8688195710).
## Changelogs
#### Features
-…
-
There are currently 20 missing POSIX functions with trivial implementations, `shm_open()` is one of them.
> shm_open - open a shared memory object (REALTIME)
>
> The shm_open() function shall es…
ycsin updated
4 months ago
-
I tried building with the 6.8-rc2 kernel, and the v4l2loopback ubuntu branch forks from a point where strlcpy is still used. This commit is in the 6.8 kernel, and hence the module will not compile fr…
-
We have a CI system that occasionally sends partial git logs with unrelated commits (checkpatch output contains them, for example) within its report emails - b4 picks up and applies trailers sent in C…
-
**Describe the bug**
The error parsing regex in `check_compliance.py` strips out information required to fix the problem for `duplicate-code` warnings: https://github.com/zephyrproject-rtos/zephyr…
-
### What happened?
After upgrading my VM (Ubuntu 22.04 / amd64) to the latest available kernel (`5.15.0-1023-aws` and `5.15.0-1022-gcp`), service probes stopped working. I checked older versions of…