Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp1530262img; Tue, 19 Mar 2019 09:33:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqy+H9Xpco/DzSoE7OI1L7KLv4WGyk5+Y1S6CquipNMPvEIssrKoEYxEvQpYpuaUXZuNy7Z9 X-Received: by 2002:a65:5281:: with SMTP id y1mr2797261pgp.59.1553013180782; Tue, 19 Mar 2019 09:33:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553013180; cv=none; d=google.com; s=arc-20160816; b=uQ3YJHCpHG3i8EFfceuYVQHmG67QXUXWw3qZmKJmPhi0kHTGRIEUS2GPIFy7G4TV2n bbQEskczIHUzxlHMDUj3P95tFXHzqX3fyauBW6ffO7WOBd9iG/rNPpX+jYFnKIutslEh MmzJuzD+XS8/yiq3/0hohjIOhGJAKQmWfzu8t7H1n7nvQdnYts1EOr3VBA/EjpUFMXLB lm4m42vggNfOv7ljojx0pr/n1E+YgrpgbGh7knsKCZjYZrKH05X3xMNejSqvsMloP5cB J/2tunAS/QD7+DUfTep57DR2GetxcFtAefDfqKNg2EwuSzDre1wkbsas5WZGbEx/gRBN FYSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=7N3lVgG+QTXsa8ZPmyG635DEI/cPqmhwoIsv1OLIKxY=; b=e0WirCxpy73yrVhk4Laj85GRe3R+E5vn/Ms2U/cVOzUVEGyYXiHSxbsJrq4/14LGD1 wa61pk3H6R1soS7o5qE79nAVPEZM0sWaMOYXY0k3xzN8F2t85w4GgZq6hLeM3AVxSvu+ gypCqPMHuVhA0gcpwfr5s9zusG8iHjvhAVdDatfol74/Vxwu6O2T8b97Tyz6DvsAzhvV 9omF9XEAH2flCKfpDZ3STmzlGggG0TBLAhkJNK+Yo+oZLAbV+ZwFcCaedkvsiKhPPVgF VhWNMH3F7nd/a8wPzLhhJ8d/U4uYYdf890ZfSeyzCMJL2ndylwDZGOHn/Ix1r9KXkx7+ +CBQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d19si11457932pgv.522.2019.03.19.09.32.44; Tue, 19 Mar 2019 09:33:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727193AbfCSQbs (ORCPT + 99 others); Tue, 19 Mar 2019 12:31:48 -0400 Received: from www.llwyncelyn.cymru ([82.70.14.225]:37448 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726579AbfCSQbs (ORCPT ); Tue, 19 Mar 2019 12:31:48 -0400 Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id x2JGVLNb025570; Tue, 19 Mar 2019 16:31:22 GMT Date: Tue, 19 Mar 2019 16:31:21 +0000 From: Alan Cox To: Samuel Thibault Cc: Chris Brannon , Okash Khawaja , Greg Kroah-Hartman , speakup@linux-speakup.org, devel@driverdev.osuosl.org, William Hubbs , Kirk Reiser , linux-kernel@vger.kernel.org Subject: Re: Staging status of speakup Message-ID: <20190319163121.5e7ab8c7@alans-desktop> In-Reply-To: <20190316093543.w4i6djt5uuqtx5xr@function> References: <20190315130035.6a8f16e9@narunkot> <87ef77obtg.fsf@cmbmachine.messageid.invalid> <20190316093543.w4i6djt5uuqtx5xr@function> Organization: Intel Corporation X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 16 Mar 2019 10:35:43 +0100 Samuel Thibault wrote: > Chris Brannon, le ven. 15 mars 2019 18:19:39 -0700, a ecrit: > > Okash Khawaja writes: > > > Finally there is an issue where text in output buffer sometimes gets > > > garbled on SMP systems, but we can continue working on it after the > > > driver is moved out of staging, if that's okay. Basically we need a > > > reproducer of this issue. > > > > What kind of reproducer do you need here? It's straightforward to > > reproduce in casual use, at least with a software synthesizer. > > The problem is that neither Okash nor I are even casual users of > speakup, so we need a walk-through of the kind of operation that > produces the issue. It does not have to be reproducible each time it is > done. Perhaps (I really don't know what that bug is about actually) it > is a matter of putting text in the selection buffer, and try to paste it > 100 times, and once every 10 times it will be garbled, for instance. paste_selection still says /* Insert the contents of the selection buffer into the * queue of the tty associated with the current console. * Invoked by ioctl(). * * Locking: called without locks. Calls the ldisc wrongly with * unsafe methods, */ from which I deduce that with everyone using X nobody ever bothered to fix it. So before you look too hard at the speakup code you might want to review the interaction with selection.c too. Alan