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=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 27DE7C6786C for ; Fri, 14 Dec 2018 12:19:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C38712148E for ; Fri, 14 Dec 2018 12:19:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C38712148E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mansr.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732791AbeLNMTY convert rfc822-to-8bit (ORCPT ); Fri, 14 Dec 2018 07:19:24 -0500 Received: from unicorn.mansr.com ([81.2.72.234]:33256 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732635AbeLNMPu (ORCPT ); Fri, 14 Dec 2018 07:15:50 -0500 Received: by unicorn.mansr.com (Postfix, from userid 51770) id 29F1317106; Fri, 14 Dec 2018 12:15:47 +0000 (GMT) From: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= To: Miguel Ojeda Cc: linux-kernel , Robert Abel , Geert Uytterhoeven , Willy Tarreau , Andy Shevchenko Subject: Re: [PATCH] auxdisplay: charlcd: fix x/y command parsing References: <20181205135247.7964-1-mans@mansr.com> Date: Fri, 14 Dec 2018 12:15:47 +0000 In-Reply-To: (Miguel Ojeda's message of "Thu, 13 Dec 2018 22:03:42 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miguel Ojeda writes: > Hi Måns, > > On Thu, Dec 6, 2018 at 1:06 PM Måns Rullgård wrote: >> >> >> BTW, the parsing of this command has been broken since 3.2-rc1 due to >> >> commit 129957069e6a. >> > >> > Thanks for checking! Are you able to test this? >> >> Yes, that's how I noticed it was broken. > > Fantastic, thank you. > > Can you please add the explanation about commit 129957069e6a > ("staging: panel: Fixed checkpatch warning about simple_strtoul()") in > the commit message so that we don't lose it? I will pick it into > linux-next. The bad code from that commit was already completely replaced with the new parse_xy() function. -- Måns Rullgård