From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 10 Apr 2017 13:31:59 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:60166 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23993911AbdDJLbwApON0 (ORCPT ); Mon, 10 Apr 2017 13:31:52 +0200 Received: from h7.dl5rb.org.uk (localhost [127.0.0.1]) by h7.dl5rb.org.uk (8.15.2/8.14.8) with ESMTP id v3ABVoM4027690; Mon, 10 Apr 2017 13:31:50 +0200 Received: (from ralf@localhost) by h7.dl5rb.org.uk (8.15.2/8.15.2/Submit) id v3ABVoWv027689; Mon, 10 Apr 2017 13:31:50 +0200 Date: Mon, 10 Apr 2017 13:31:50 +0200 From: Ralf Baechle To: James Hogan Cc: Rabin Vincent , linux-mips@linux-mips.org, stable@vger.kernel.org Subject: Re: [PATCH] MIPS: cevt-r4k: Fix out-of-bounds array access Message-ID: <20170410113150.GC13627@linux-mips.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57631 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Apr 05, 2017 at 04:32:45PM +0100, James Hogan wrote: Thanks, applied. Ralf