Re: [PATCH net-next v25 02/23] ovpn: add basic netlink support

2025-04-11 Thread Antonio Quartulli
On 11/04/2025 04:58, Jakub Kicinski wrote: On Mon, 07 Apr 2025 21:46:10 +0200 Antonio Quartulli wrote: +checks: + exact-len: nonce-tail-size some of the checks look slightly mis-indented (needs one more space) ACK. Will fix those. Regards, -- Antonio Quartulli OpenVPN Inc.

Re: [PATCH net-next v25 02/23] ovpn: add basic netlink support

2025-04-10 Thread Jakub Kicinski
On Mon, 07 Apr 2025 21:46:10 +0200 Antonio Quartulli wrote: > +checks: > + exact-len: nonce-tail-size some of the checks look slightly mis-indented (needs one more space)

Re: [PATCH net-next v25 02/23] ovpn: add basic netlink support

2025-04-10 Thread ALOK TIWARI
On 08-04-2025 01:16, Antonio Quartulli wrote: +/** + * ovpn_nl_register - perform any needed registration in the NL subsustem typo subsustem -> subsystem + * + * Return: 0 on success, a negative error code otherwise + */ +int __init ovpn_nl_register(void) +{ + int ret = genl_register