From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x225FGLUy4mFZFGlrOQdURRFsMZqdZ9o6lTzIbRHwlZBmw4dveDeV3N5WfHdMqdd4tZOYkn69 ARC-Seal: i=1; a=rsa-sha256; t=1516474176; cv=none; d=google.com; s=arc-20160816; b=jijCiXuU0u8lWQPJ8yso6LBDkbcN4q/D6b09DYYPM3nHINT26ANPqDgVtpZWuErwum iQjWhPFwzNqLej7qdNuHTKlTa7DL44r1DMeRGXVG3aKhtC2pMzGq2KacTeJADSRO2Qt6 UnLMQsnud49xkX0/rTbK3YcMuf+yASgR7iv0V2Wb8uyM3w/lo1jPmX157RjRyDxRAebP zbnskFKGJ6rlh+BV79gq64eE2LPMYsRUAS5i4bN7flgB/2cxCW0zk4WLQw6mljdIYRWK 5rZ8OTjjWPQZJkw0wybO4w1P25x9zZIjIaL/RySSn8BbXJPzmuCVQpYL42HMDQplMFaF wX1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:organization:references :in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=4GUyHRjaaKsKbYfHmuNYAuVwXB1oeDVzeI3qL5QEues=; b=Ax/lEuG/QUK6yDU4kZElg3Adi3gGM5a2C0yw6zU2ekH+8w/bkylhq55lup5YEZpBbE 0sc6TJsbCR8FXrwf2Zu0oAABTPc+oaq+wy10YefBQuHr2lxcB7H7E/ZIopf6rdODe4A+ L9ThaZ0F8pc5aHzHiNq4VCDg2ufwr82865//1ndBXmU/vjF6enp3WmnZnxQc5pvIpnMe etUu6OoLTBtp2Nho6EqQQvnKmHsNDYr139gCpbwacWl9NCZNzrHQ0qm1PDcoqSRvXES5 gDZEfVwxfP2ETAADFOlMo+vWfJCDyaZVPHxd+/KsiqaCdjOLw2z7Q60oT1a8di2bKnQW Hwsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gnomes@lxorguk.ukuu.org.uk designates 82.70.14.225 as permitted sender) smtp.mailfrom=gnomes@lxorguk.ukuu.org.uk Authentication-Results: mx.google.com; spf=pass (google.com: domain of gnomes@lxorguk.ukuu.org.uk designates 82.70.14.225 as permitted sender) smtp.mailfrom=gnomes@lxorguk.ukuu.org.uk Date: Sat, 20 Jan 2018 18:49:32 +0000 From: Alan Cox To: "Kohli, Gaurav" Cc: jslaby@suse.com, gregkh@linuxfoundation.org, mikey@neuling.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] tty: fix data race in n_tty_receive_buf_common Message-ID: <20180120184932.2975042d@alans-desktop> In-Reply-To: <736cab12-44c3-9bd1-168e-901ef907de74@codeaurora.org> References: <1514987332-14122-1-git-send-email-gkohli@codeaurora.org> <20180103193807.465e054e@alans-desktop> <0a456419-c836-08cf-070b-a254fb702b75@codeaurora.org> <20180104110920.169a1fe5@alans-desktop> <0dbd1f05-4c94-d1cc-3858-7bd4d38b9212@codeaurora.org> <20180104143716.5b09b1c7@alans-desktop> <93a7bd73-1123-90a7-b22d-02964ba29fb0@codeaurora.org> <999c5499-05c7-4702-77a7-dfb56ba577d2@codeaurora.org> <20180105133609.636b2d1f@alans-desktop> <20180105141504.0e399394@alans-desktop> <1097619b-9e03-cba8-e40e-b0c00a53b84c@codeaurora.org> <46645a5b-b0d4-35b7-95ac-3606ab9c69d2@codeaurora.org> <20180105210529.0264fef0@alans-desktop> <3aa0f202-ac36-2513-22d2-a3164fb44d3f@codeaurora.org> <736cab12-44c3-9bd1-168e-901ef907de74@codeaurora.org> Organization: Intel Corporation X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1588579369033162085?= X-GMAIL-MSGID: =?utf-8?q?1590138425665207810?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: > Sorry for the delayed response, as i was waiting for test results. > I have uploaded the new patch v1 as per your suggestions and result > looks good. Thanks for all the testing. This looks good to me too. Alan