Failed to build against linux-6.16
Bug #2114259 reported by
You-Sheng Yang
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| v4l2loopback (Ubuntu) |
Fix Released
|
High
|
You-Sheng Yang | ||
| Noble |
In Progress
|
High
|
You-Sheng Yang | ||
| Plucky |
Invalid
|
Undecided
|
Unassigned | ||
| Questing |
Fix Released
|
High
|
You-Sheng Yang | ||
Bug Description
1. from_timer macro renamed in v6.16-rc1 commit 41cb08555c416 ("treewide, timers: Rename from_timer() to timer_container
CC [M] v4l2loopback.o
v4l2loopback.c: In function 'v4l2_loopback_
v4l2loopback.
2910 | setup_timer(
| ^~~~~~~~~~~
make[4]: *** [/usr/src/
| Changed in v4l2loopback (Ubuntu Questing): | |
| status: | New → Triaged |
| description: | updated |
To post a comment you must log in.

In v4l2loopback.c: timer_setup) && defined(from_timer)
```
48 #if defined(
49 #define HAVE_TIMER_SETUP
50 #endif
```
`timer_setup()` was first introduced in v4.14-rc3 commit 686fef928bba as a wrapper to `__setup_timer()`. Same for `from_timer()` macro. There is no reason to test both.