From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7547A34C121 for ; Sun, 26 Apr 2026 13:11:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777209109; cv=none; b=kHQnEz8dXOzlQteh5XYBKIEWJJ8NtoVPl07092KXhiBTg52P2GthAe+sKqBZJyTRhrtQL+lOA1dAM6CRh45RB/HQcYeKlzHrHusBNiIgHE12wAe5OzQW6lIDLrZxRTUGdK1D36Gum1PIYvevQ8yZeZ4cCjpuW80Yb7SixJo89eg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777209109; c=relaxed/simple; bh=YEVvM6FpRRuRP61hJhb/+89MDOvpl5IwcVQvrSMPJic=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=d8Fx2cW2uRZWiTIn7cW7kl+7F1HIoQLGNENZXs7Fi/O3KBsTEcUDV0IgONnP2qHOOXsoGbbWGT7rF0cMPeBoCQ3hOewSn51x81RI1E1hPrlQpheYsUV6xTnKIIh6qE1TTT1yMtaJ0SPFVcVrH9f8MPLeqK288RJaZ53UZ+LmDRs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=HMRHcIvm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="HMRHcIvm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C477BC2BCAF; Sun, 26 Apr 2026 13:11:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777209109; bh=YEVvM6FpRRuRP61hJhb/+89MDOvpl5IwcVQvrSMPJic=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HMRHcIvmn5sefLGmSo50e8YvsVBMv5Yz5OKElcyIRunFMO8wy1QiSqIVyLyS5lc+c rfDYSA4v1E10retZlXJn0OEQ8FymF+HTVXaxRoGkaEb3YwYut3pVP+g5RVzvrQbB84 tgV9Qj5srq4SlWqHPC28bJ2cZtbT0Hfs5YgwXZjA= Date: Sun, 26 Apr 2026 06:11:48 -0700 From: Andrew Morton To: Oscar Salvador Cc: David Hildenbrand , Michal Hocko , Muchun Song , Vlastimil Babka , Lorenzo Stoakes , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Roman Gushchin Subject: Re: [RFC PATCH v2 0/7] Implement a new generic pagewalk API Message-Id: <20260426061148.944a69c2cb020b0d51f13f6a@linux-foundation.org> In-Reply-To: <20260426125719.24698-1-osalvador@suse.de> References: <20260426125719.24698-1-osalvador@suse.de> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 26 Apr 2026 14:57:12 +0200 Oscar Salvador wrote: > Also, I would like to thank Vlastimil, who helped me running this > patchset quite a few times through Claude, to catch some fixes. Well dang, I wanted to do a Claude-vs-Sashiko cage match, but "Failed to apply". Again :( (https://sashiko.dev/#/patchset/20260426125719.24698-1-osalvador@suse.de). And indeed, there are a couple of little rejects against current -linus. Giving patch(1) the "-l" flag fixes those up, no probs. Roman, perhaps teach Sashiko to try that as a fallback?