Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751199AbbLHWL6 (ORCPT ); Tue, 8 Dec 2015 17:11:58 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:38967 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769AbbLHWL4 (ORCPT ); Tue, 8 Dec 2015 17:11:56 -0500 From: Joseph Salisbury To: kamal.mostafa@canonical.com Cc: tatsu@ab.jp.nec.com, gregkh@linuxfoundation.org, jslaby@suse.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: [PATCH 0/1][3.13.y-ckt] tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c Date: Tue, 8 Dec 2015 17:11:46 -0500 Message-Id: X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1045 Lines: 37 Hello, Please consider including upstream commit e81107d4c6bd098878af9796b24edc8d4a9524fd in the next v3.13.y-ckt release. This commit was included mainline as of v4.3-rc5. It has been tested and confirmed to resolve http://bugs.launchpad.net/bugs/1512815 . commit e81107d4c6bd098878af9796b24edc8d4a9524fd Author: Kosuke Tatsukawa Date: Fri Oct 2 08:27:05 2015 +0000 tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c Commit e81107d4 does not apply cleanly to v3.13.y-ckt, so I performed a backport, which is in email 1/1. Sincerely, Joseph Salisbury Kosuke Tatsukawa (1): tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c drivers/tty/n_tty.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/