Re: [ovs-dev] [PATCH branch-2.17] datapath-linux: Fix kmod build with recent CentOS Stream kernels

2023-11-14 Thread Vladislav Odintsov
Hi Ilya, Thanks for the review. regards, Vladislav Odintsov > On 15 Nov 2023, at 00:17, Ilya Maximets wrote: > > On 11/14/23 13:47, Vladislav Odintsov wrote: >> With kernel 4.18.0-477.x.y there was a compilation error: >> >> /builddir/build/BUILD/openvswitch-2.17.3/_4.18.0-477.10.1.el8_8.x86

Re: [ovs-dev] [PATCH branch-2.17] datapath-linux: Fix kmod build with recent CentOS Stream kernels

2023-11-14 Thread Ilya Maximets
On 11/14/23 13:47, Vladislav Odintsov wrote: > With kernel 4.18.0-477.x.y there was a compilation error: > > /builddir/build/BUILD/openvswitch-2.17.3/_4.18.0-477.10.1.el8_8.x86_64/../datapath/linux/compat/include/linux/mm.h:13:21: > error: redefinition of 'kvmalloc' > static inline void *kvmallo

Re: [ovs-dev] [PATCH branch-2.17] datapath-linux: Fix kmod build with recent CentOS Stream kernels

2023-11-14 Thread 0-day Robot
Bleep bloop. Greetings Vladislav Odintsov, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should end with a dot. Subject: datapath-linux: Fix kmod bui

[ovs-dev] [PATCH branch-2.17] datapath-linux: Fix kmod build with recent CentOS Stream kernels

2023-11-14 Thread Vladislav Odintsov
With kernel 4.18.0-477.x.y there was a compilation error: /builddir/build/BUILD/openvswitch-2.17.3/_4.18.0-477.10.1.el8_8.x86_64/../datapath/linux/compat/include/linux/mm.h:13:21: error: redefinition of 'kvmalloc' static inline void *kvmalloc(size_t size, gfp_t flags) ^~