From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753041AbdATQlg (ORCPT ); Fri, 20 Jan 2017 11:41:36 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:33004 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752663AbdATQle (ORCPT ); Fri, 20 Jan 2017 11:41:34 -0500 Date: Fri, 20 Jan 2017 11:32:09 -0500 (EST) Message-Id: <20170120.113209.1764653226397979876.davem@davemloft.net> To: marcelo.leitner@gmail.com Cc: colin.king@canonical.com, vyasevich@gmail.com, nhorman@tuxdriver.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][V2] net: sctp: fix array overrun read on sctp_timer_tbl From: David Miller In-Reply-To: <20170120135845.GT3781@localhost.localdomain> References: <20170120134542.21104-1-colin.king@canonical.com> <20170120135845.GT3781@localhost.localdomain> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 20 Jan 2017 07:33:04 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Marcelo Ricardo Leitner Date: Fri, 20 Jan 2017 11:58:45 -0200 > Not sure I can add the Fixes tag for you here, but: > Fixes: 7b9438de0cd4 ("sctp: add stream reconf timer") > Acked-by: Marcelo Ricardo Leitner FWIW, patchwork doesn't notice updated Fixes: tags like this but I try to do so myself and the effort is definitely appreciated. We need a V3 of this change anyways, see the build failure I reported for V2, so Colin can add the Fixes: tag there explicitly.