From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967737AbeAONXp (ORCPT + 1 other); Mon, 15 Jan 2018 08:23:45 -0500 Received: from a.mx.secunet.com ([62.96.220.36]:49354 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966914AbeAONXb (ORCPT ); Mon, 15 Jan 2018 08:23:31 -0500 Date: Mon, 15 Jan 2018 14:23:29 +0100 From: Steffen Klassert To: Greg Kroah-Hartman CC: , , "David S. Miller" Subject: Re: [PATCH 4.14 053/118] Revert "Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."" Message-ID: <20180115132328.cuwcmhb262z2psgl@gauss3.secunet.de> References: <20180115123415.325497625@linuxfoundation.org> <20180115123418.624941321@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20180115123418.624941321@linuxfoundation.org> 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: 1E2FB9BF-8129-4AD6-830F-4E0D441DCC54 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 01:34:40PM +0100, Greg Kroah-Hartman wrote: > 4.14-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: "David S. Miller" > > > This reverts commit 94802151894d482e82c324edf2c658f8e6b96508. > > It breaks transport mode when the policy template has > wildcard addresses configured. > > Signed-off-by: David S. Miller > Signed-off-by: Greg Kroah-Hartman Hm, this seems to be one revert too much. commit 94802151894d482e82c324edf2c658f8e6b96508 reverted already the buggy commit. Reverting the revert will bring the bug back.