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 15F9BC433FE for ; Wed, 9 Dec 2020 11:04:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C67262313E for ; Wed, 9 Dec 2020 11:04:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730278AbgLILEH (ORCPT ); Wed, 9 Dec 2020 06:04:07 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:44076 "EHLO hera.aquilenet.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730161AbgLILEH (ORCPT ); Wed, 9 Dec 2020 06:04:07 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2AE6614B0; Wed, 9 Dec 2020 12:03:26 +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 XNUmJQcNtsuE; Wed, 9 Dec 2020 12:03:25 +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 7E06FCF5; Wed, 9 Dec 2020 12:03:25 +0100 (CET) Received: from samy by function.youpi.perso.aquilenet.fr with local (Exim 4.94) (envelope-from ) id 1kmxFk-0064m8-I0; Wed, 09 Dec 2020 12:03:24 +0100 Date: Wed, 9 Dec 2020 12:03:24 +0100 From: Samuel Thibault To: Greg KH Cc: stable@vger.kernel.org Subject: Re: [PATCH for 4.19] speakup: Reject setting the speakup line discipline outside of speakup Message-ID: <20201209110324.lnx7jmnm456jovim@function> Mail-Followup-To: Samuel Thibault , Greg KH , stable@vger.kernel.org References: <20201209102640.yn7mdn52sm7bfbgm@function> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Greg KH, le mer. 09 déc. 2020 11:54:54 +0100, a ecrit: > This, and the 4.14.y backport, fail to apply: > > patching file drivers/staging/speakup/spk_ttyio.c > Hunk #1 FAILED at 47. > Hunk #2 succeeded at 187 (offset -4 lines). > 1 out of 2 hunks FAILED -- rejects in file drivers/staging/speakup/spk_ttyio.c > > What tree(s) did you make the patch against? I used 4.19.162 and 4.14.211 tarballs. But now I realize that I used patch -l, without it there are small whitespace differences. Can you apply them with -l, or should I fix the whitespacing? Samuel