ovpn-dco: fix build on kernel 6.18.33
authorQingfang Deng <redacted>
Tue, 26 May 2026 03:27:34 +0000 (11:27 +0800)
committerAlexandru Ardelean <redacted>
Tue, 26 May 2026 09:04:35 +0000 (12:04 +0300)
commit407e0767591f2585e62708eba4f0e9331dee9990
tree35f8c939363728e8efc41ae04759a23da8e6f5d9
parentf10dfca2ba531f33685cbed2dec36e901a3c1fd1
ovpn-dco: fix build on kernel 6.18.33

Kernel version 6.18.33 backports kmalloc_obj macros but GFP flags are
required, which causes build failures as ovpn omits GFP flags. Undef
those macros to fix the build.

Signed-off-by: Qingfang Deng <redacted>
kernel/ovpn-dco/patches/0002-undef-kmalloc_obj.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT