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 7339FC04AB8 for ; Wed, 20 Sep 2023 17:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229556AbjITRkb (ORCPT ); Wed, 20 Sep 2023 13:40:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229538AbjITRk3 (ORCPT ); Wed, 20 Sep 2023 13:40:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51C7ACE for ; Wed, 20 Sep 2023 10:40:23 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87D23C433C7; Wed, 20 Sep 2023 17:40:21 +0000 (UTC) Date: Wed, 20 Sep 2023 18:40:18 +0100 From: Catalin Marinas To: linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, Mark Rutland , Andrew Morton , Peter Collingbourne Subject: Re: [PATCH] mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign() Message-ID: References: <20230920173149.2983892-1-catalin.marinas@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230920173149.2983892-1-catalin.marinas@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 20, 2023 at 06:31:49PM +0100, Catalin Marinas wrote: > base-commit: e1df27213941725962f68c64349bbcc60ece0314 The patch was on top of 6.6-rc1. How git generated this base-commit I can't tell yet. > prerequisite-patch-id: b7fd527dd443902936bad1beb25d8fbdca717805 [...] > prerequisite-patch-id: 81f49df909f2212885086c08f18b8b29ab61ab2e And I have no idea what this long list is. Please ignore this part. -- Catalin