From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95CB9C19F2B for ; Thu, 28 Jul 2022 19:16:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233217AbiG1TQR (ORCPT ); Thu, 28 Jul 2022 15:16:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbiG1TQP (ORCPT ); Thu, 28 Jul 2022 15:16:15 -0400 Received: from smtp117.ord1d.emailsrvr.com (smtp117.ord1d.emailsrvr.com [184.106.54.117]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A550A2F019 for ; Thu, 28 Jul 2022 12:16:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openvpn.net; s=20170822-45nk5nwl; t=1659035774; bh=SeMSQnT6wZkcTf3H3sQpzQpbLlpeUjeQJXewNPiwe+0=; h=Date:Subject:To:From:From; b=cr/rxuPX78wSfyIUVkoK9+1hub+katxpA/Xlb2aAaEVDL/iG4pjI7p43Gt1dKu5k1 fRGGGguDje1vqVhvyC+b2mBe0g0SNNsWjWirccEFmY7CbvXBjouCSWn60nDcKc1Tsb QVQWRF8KybegjRFGt4741w/sZ1MoJrBWYM4GGhl8= X-Auth-ID: antonio@openvpn.net Received: by smtp15.relay.ord1d.emailsrvr.com (Authenticated sender: antonio-AT-openvpn.net) with ESMTPSA id 0BF92601D4; Thu, 28 Jul 2022 15:16:12 -0400 (EDT) Message-ID: <7c690a60-103d-47c6-022a-5f2588c1fd87@openvpn.net> Date: Thu, 28 Jul 2022 21:16:57 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [RFC 1/1] net: introduce OpenVPN Data Channel Offload (ovpn-dco) Content-Language: en-US To: Jakub Kicinski Cc: Andrew Lunn , netdev@vger.kernel.org, David Miller , linux-kernel@vger.kernel.org References: <20220719014704.21346-1-antonio@openvpn.net> <20220719014704.21346-2-antonio@openvpn.net> <20220728092848.36c6ccd5@kernel.org> From: Antonio Quartulli Organization: OpenVPN Inc. In-Reply-To: <20220728092848.36c6ccd5@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Classification-ID: 42921ce1-6c69-4280-8ab3-968aa8b9941a-1-1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/07/2022 18:28, Jakub Kicinski wrote: > On Thu, 28 Jul 2022 09:41:11 +0200 Antonio Quartulli wrote: >> However, I guess I will still fill MODULE_VERSION() with a custom >> string. This may also be useful when building the module out-of-tree. > > Please use the kernel versions for versioning the out of tree code. > Whenever a new release is cut upstream you bump the number > appropriately in oot, and adjust whatever compat code needs adjusting. Thanks for the hint about the versioning! Will definitely use the kernel version once we are hooked. -- Antonio Quartulli OpenVPN Inc.