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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95811C433EF for ; Fri, 13 May 2022 22:47:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379789AbiEMWrY (ORCPT ); Fri, 13 May 2022 18:47:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349751AbiEMWrV (ORCPT ); Fri, 13 May 2022 18:47:21 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 69DCD4839E; Fri, 13 May 2022 15:47:19 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id C79E892009C; Sat, 14 May 2022 00:47:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id C0C0492009B; Fri, 13 May 2022 23:47:18 +0100 (BST) Date: Fri, 13 May 2022 23:47:18 +0100 (BST) From: "Maciej W. Rozycki" To: Greg KH cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warnings after merge of the tty tree In-Reply-To: Message-ID: References: <20220511075804.79c5b697@canb.auug.org.au> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 May 2022, Greg KH wrote: > > I'll see how to fix the file up and will make the necessary corrections, > > but how shall I post the update? A replacement patch or an incremental > > change? > > Incremental change as I can't rebase my tree. Thanks for the guidance! Patches now posted, as a small series as the issue turned out more complex than one might have expected, see: . Maciej