openwrt/package/kernel/lantiq/ltq-tapi/patches
Martin Blumenstingl bf21b6e44d lantiq: ltq-tapi: fix compatibility with Linux 4.15+
Linux 4.15 removes the init_timer() API. It's replaced by two functions:
- timer_setup() is used instead of init_timer() and also replaces the
  timer "function" (callback) setup.
- from_timer() has to be used to obtain the use-case specific data from
  a struct timer_list, which is now passed to the timer callback.

Update the timer API to be compatible with Linux 4.15+ so it compiles
with the upcoming Linux 4.19 kernel update.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2019-07-04 08:29:13 +02:00
..
000-portability.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
010-fix-compile.patch lantiq: fix lantiq applications kernel 4.14 compatiblity 2018-02-20 19:25:17 +01:00
020-not-leak-cflags.patch lantiq: ltq-tapi: Do not leak user space CFLAGS into kernel space 2018-03-03 12:58:55 +01:00
100-ifxmips.patch lantiq: fix lantiq applications kernel 4.14 compatiblity 2018-02-20 19:25:17 +01:00
200-linux-37.patch lantiq: fix lantiq applications kernel 4.14 compatiblity 2018-02-20 19:25:17 +01:00
300-linux-310.patch lantiq: fix lantiq applications kernel 4.14 compatiblity 2018-02-20 19:25:17 +01:00
400-linux-415.patch lantiq: ltq-tapi: fix compatibility with Linux 4.15+ 2019-07-04 08:29:13 +02:00