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 38B1CC4332F for ; Thu, 24 Nov 2022 00:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229455AbiKXANS (ORCPT ); Wed, 23 Nov 2022 19:13:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiKXANR (ORCPT ); Wed, 23 Nov 2022 19:13:17 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B94926123; Wed, 23 Nov 2022 16:13:16 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3716161F82; Thu, 24 Nov 2022 00:13:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7034DC433D6; Thu, 24 Nov 2022 00:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669248795; bh=tSZZanP7qrvlFJT/sNP6C4cmKLPsR8ixiTuNYSxcDJ4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0Hlynf8iqE1hGw7d95+4Rkx8Bzs57fu17eRhoQIQxQpZ4j7Xq8FbLJex7ZwAzgqV6 pwEG0rO05psdzZy3+IsEnGR8HnQzPRLBH7UFhnWhTLSrkCYIKgRxIEF+z+8OYLRfkG gviSWzS2lws4oP41EspLQNxvrDnI7+potPKa+0Vw= Date: Wed, 23 Nov 2022 16:13:12 -0800 From: Andrew Morton To: Jann Horn Cc: Linux Kernel Mailing List , Linux Next Mailing List , Stephen Rothwell Subject: Re: linux-next: Fixes tag needs some work in the mm tree Message-Id: <20221123161312.48c1a103da3e4c2df8da7bf9@linux-foundation.org> In-Reply-To: References: <20221124090815.7e550d88@canb.auug.org.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, 24 Nov 2022 00:06:28 +0100 Jann Horn wrote: > On Wed, Nov 23, 2022 at 11:08 PM Stephen Rothwell wrote: > > > > Hi all, > > > > In commit > > > > d5d60d30f574 ("mmu_gather: Use macro arguments more carefully") > > > > Fixes tag > > > > Fixes: a6d60245d6d9 ("asm-generic/tlb: Track which levels of the page table= > > > > has these problem(s): > > I'm not sure what happened here - when I apply the mail that I sent > with "git am", the "Fixes" line is properly one line. But in the > version that landed in the tree, it looks as if the quoted-printable > encoding was not decoded for that one line? My email client has trouble decoding the quoted-printable stuff. I have a nightly script which tells me about stragglers, but Stephen sometimes gets there first. 99% of people use Content-Transfer-Encoding: 8bit.