[Openvpn-devel] [S] Change in openvpn[master]: sitnl: replace NLMSG_TAIL macro with nlmsg_tail() function

2024-10-29 Thread ordex (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/788?usp=email to review the following change. Change subject: sitnl: replace NLMSG_TAIL macro with nlmsg_tail(

[Openvpn-devel] [S] Change in openvpn[master]: sitnl: replace NLMSG_TAIL macro with noinline function

2024-10-29 Thread ordex (Code Review)
Attention is currently required from: flichtenheld, ordex, plaisthos. Hello flichtenheld, plaisthos, I'd like you to reexamine a change. Please visit http://gerrit.openvpn.net/c/openvpn/+/788?usp=email to look at the new patch set (#3). The following approvals got outdated and were removed

[Openvpn-devel] [S] Change in openvpn[master]: sitnl: replace NLMSG_TAIL macro with noinline function

2024-10-29 Thread ordex (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello flichtenheld, plaisthos, I'd like you to reexamine a change. Please visit http://gerrit.openvpn.net/c/openvpn/+/788?usp=email to look at the new patch set (#2). Change subject: sitnl: replace NLMSG_TAIL macro with noinli

[Openvpn-devel] [S] Change in openvpn[master]: sitnl: replace NLMSG_TAIL macro with noinline function

2024-10-29 Thread flichtenheld (Code Review)
Attention is currently required from: ordex, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/788?usp=email ) Change subject: sitnl: replace NLMSG_TAIL macro with noinline function

[Openvpn-devel] [PATCH] sitnl: replace NLMSG_TAIL macro with nlmsg_tail() function

2024-10-29 Thread Antonio Quartulli
From: Antonio Quartulli The NLMSG_TAIL macro never had any reason to exist, because libnl already provides a function doing exactly the same: nlmsg_tail(). Moreover, this macro was found to confuse gcc when compiling with -O3, which would result in subsequent warnings like: networking_sitnl.c:1