Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbdLAGA1 (ORCPT ); Fri, 1 Dec 2017 01:00:27 -0500 Received: from a.mx.secunet.com ([62.96.220.36]:41340 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750892AbdLAGA0 (ORCPT ); Fri, 1 Dec 2017 01:00:26 -0500 Date: Fri, 1 Dec 2017 07:00:23 +0100 From: Steffen Klassert To: Michal Kubecek CC: Herbert Xu , "David S. Miller" , Lorenzo Colitti , , Subject: Re: [PATCH ipsec] xfrm: fix XFRMA_OUTPUT_MARK policy entry Message-ID: <20171201060023.jsrdm2i2chd5rq7u@gauss3.secunet.de> References: <20171129172356.36CD4A0EE5@unicorn.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20171129172356.36CD4A0EE5@unicorn.suse.cz> User-Agent: NeoMutt/20170609 (1.8.3) X-G-Data-MailSecurity-for-Exchange-State: 0 X-G-Data-MailSecurity-for-Exchange-Error: 0 X-G-Data-MailSecurity-for-Exchange-Sender: 23 X-G-Data-MailSecurity-for-Exchange-Server: d65e63f7-5c15-413f-8f63-c0d707471c93 X-EXCLAIMER-MD-CONFIG: 2c86f778-e09b-4440-8b15-867914633a10 X-G-Data-MailSecurity-for-Exchange-Guid: 0F5960B7-7022-41A8-8DE5-58A5C558C2E6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 316 Lines: 8 On Wed, Nov 29, 2017 at 06:23:56PM +0100, Michal Kubecek wrote: > This seems to be an obvious typo, NLA_U32 is type of the attribute, not its > (minimal) length. > > Fixes: 077fbac405bf ("net: xfrm: support setting an output mark.") > Signed-off-by: Michal Kubecek Patch applied, thanks Michal!