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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 2CAD6C2D0A3 for ; Fri, 6 Nov 2020 10:11:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4E38206CB for ; Fri, 6 Nov 2020 10:11:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726751AbgKFKLq (ORCPT ); Fri, 6 Nov 2020 05:11:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726010AbgKFKLq (ORCPT ); Fri, 6 Nov 2020 05:11:46 -0500 Received: from smtp3-1.goneo.de (smtp3.goneo.de [IPv6:2001:1640:5::8:37]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8D37C0613CF for ; Fri, 6 Nov 2020 02:11:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by smtp3.goneo.de (Postfix) with ESMTP id 2052023EEE7; Fri, 6 Nov 2020 11:11:42 +0100 (CET) X-Virus-Scanned: by goneo Received: from smtp3.goneo.de ([127.0.0.1]) by localhost (smtp3.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Am71BUPAJc1H; Fri, 6 Nov 2020 11:11:40 +0100 (CET) Received: from lem-wkst-02.lemonage (hq.lemonage.de [87.138.178.34]) by smtp3.goneo.de (Postfix) with ESMTPSA id 563BB23F314; Fri, 6 Nov 2020 11:11:40 +0100 (CET) Date: Fri, 6 Nov 2020 11:11:35 +0100 From: Lars Poeschel To: Miguel Ojeda Cc: Willy Tarreau , Ksenija Stanojevic , linux-kernel Subject: Re: [PATCH v6 00/25] Make charlcd device independent Message-ID: <20201106101135.xesjdqg2z3hgpqnv@lem-wkst-02.lemonage> References: <20201103095828.515831-1-poeschel@lemonage.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 04, 2020 at 02:30:04PM +0100, Miguel Ojeda wrote: > Thanks a lot for all the work, Lars. Queued in -next. I got an email [1] with a report about a build failure in hd44780_common. The fix is simple but I don't know the process from here on. Should I post a v7 of the whole patchset or only a follow-up patch for the fix ? Regards, Lars [1]: https://lore.kernel.org/linux-next/77c23d41-b652-bd08-12ef-6d3403f0ad8c@infradead.org/T/#u