Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C503EC61DA3 for ; Fri, 3 Mar 2023 23:25:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbjCCXZK (ORCPT ); Fri, 3 Mar 2023 18:25:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbjCCXZI (ORCPT ); Fri, 3 Mar 2023 18:25:08 -0500 Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C9B45F52B for ; Fri, 3 Mar 2023 15:25:06 -0800 (PST) Date: Fri, 3 Mar 2023 23:25:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1677885903; bh=ag/eH9YRbFJvItUbxOwLD8EmFE89rLxL3Qgb7rJNvDg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UyRHaufx2PKXy+XlMlaI5sTrTukLAD6nNx2ghzBzmz6BwqPlBDV7vnuT6LVtqum1/ HdGJbNVPTaAGGtnXwwB+Aqx1qna4BmYqNnwTeJOXW7KzdFDNs0MKXyh0J9bLXa2Q0a yk3AGelfPLfhhPnrRMhgL9UWAF+oIBbyhlXyNAtc= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: Storm Dragon Cc: George Kennedy , Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, Randy Dunlap Subject: Re: [PATCH] vc_screen: don't clobber return value in vcs_read Message-ID: References: <20230220064612.1783-1-linux@weissschuh.net> <00e5aee7-c7b3-4077-8c9f-4f28ec220567@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 03, 2023 at 04:46:21PM -0500, Storm Dragon wrote: > On Fri, Mar 03, 2023 at 09:12:50PM +0000, Thomas Weißschuh wrote: > > Sorry for the long delay, but this should be fixed in the current round > > of stable kernels. Can you try the following: > > > > pacman -U https://mirrors.edge.kernel.org/archlinux/testing/os/x86_64/linux-6.2.2.arch1-1-x86_64.pkg.tar.zst > > > > Thomas > > I have installed the package above. My screen reader is behaving much > better now. Interestingly, however, trying to cat the /dev/vcs device > still shows the following: > > cat: /dev/vcs: No such device or address > > cat: /dev/vcsa: No such device or address > > cat: /dev/vcsa1: No such device or address > > Is this expected behavior? No it isn't. Is this reliably reproducible? I doesn't happen on my side. Maybe you can provide more detailed reproduction steps. Just to be sure; did you reboot into the new kernel? Does this mean the screenreader now works correctly or is it still broken somehow? Thomas