From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC754C388F7 for ; Tue, 3 Nov 2020 14:43:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B8E0223AC for ; Tue, 3 Nov 2020 14:43:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727186AbgKCOnT (ORCPT ); Tue, 3 Nov 2020 09:43:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727688AbgKCOnM (ORCPT ); Tue, 3 Nov 2020 09:43:12 -0500 Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88F1DC0613D1 for ; Tue, 3 Nov 2020 06:43:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 33982B9A; Tue, 3 Nov 2020 15:43:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CDy0WbOmmdeQ; Tue, 3 Nov 2020 15:43:08 +0100 (CET) Received: from function.youpi.perso.aquilenet.fr (unknown [IPv6:2a01:cb19:956:1b00:9eb6:d0ff:fe88:c3c7]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4A3CBAAC; Tue, 3 Nov 2020 15:43:08 +0100 (CET) Received: from samy by function.youpi.perso.aquilenet.fr with local (Exim 4.94) (envelope-from ) id 1kZxWd-00G3OY-5s; Tue, 03 Nov 2020 15:43:07 +0100 Date: Tue, 3 Nov 2020 15:43:07 +0100 From: Samuel Thibault To: Greg KH Cc: linux-kernel@vger.kernel.org, speakup@linux-speakup.org Subject: Re: [PATCH] speakup: Fix var_id_t values and thus keymap Message-ID: <20201103144307.3sdr34iafiaa7aza@function> Mail-Followup-To: Samuel Thibault , Greg KH , linux-kernel@vger.kernel.org, speakup@linux-speakup.org References: <20201012160646.qmdo4eqtj24hpch4@function> <20201103143142.c3juf3lqj4wz5nge@function> <20201103144119.GA3110335@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201103144119.GA3110335@kroah.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH, le mar. 03 nov. 2020 15:41:19 +0100, a ecrit: > On Tue, Nov 03, 2020 at 03:31:42PM +0100, Samuel Thibault wrote: > > This is a change that should got into 5.10, in the meanwhile the bug > > (appeared in 5.8) is very inconvenient for users. > > It's in my to-apply queue, sorry, it's really long at the moment. Ok, np, juste making sure! Thanks, Samuel