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 941C7C25B6E for ; Tue, 24 Oct 2023 14:31:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234479AbjJXOby (ORCPT ); Tue, 24 Oct 2023 10:31:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232897AbjJXObw (ORCPT ); Tue, 24 Oct 2023 10:31:52 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D6C58F for ; Tue, 24 Oct 2023 07:31:50 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDD5DC433C8; Tue, 24 Oct 2023 14:31:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698157910; bh=G6yxWp0pmPUi/KQSG4vgaxy/Lv0MtlmSOMruTZR3w4g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vEjKrijGMFfqatsZ6bnCFxTyPjxElueAvZj6ss1QmocMRgNDuXMB223Zfg4A228Ml O5sBvE8qkmWGpwJeMtKLwYTBlgXXpVDPHgd9NGDhj9P85zcGXZ3D6LDAgd9zCHnQXS 14RzU72HFeDS96WmwfYlFmvVJSvLP8lROPxAp/TJVh/pBZitDdaY2wU3I7nPCmEARv aNPFih9zwCc3ofYh4rkLUu94R2AjUl3Px9rZOdGgx35iwWyxOh0CWgL0aT6wpqtKgK 55XKnx9MgghawILS4ZA6hysTKXbi2vxpknWHpfALZ6yfEBzzFPfzxLFXjE1/NFgrea M9TK1F97sAysw== Date: Tue, 24 Oct 2023 10:31:48 -0400 From: Sasha Levin To: =?iso-8859-1?Q?Rodr=EDguez_Barbarin=2C_Jos=E9?= Javier Cc: "stable@vger.kernel.org" , "jth@kernel.org" , "gregkh@linuxfoundation.org" , =?iso-8859-1?B?U2FuanXhbiBHYXJj7WEs?= Jorge , "morbidrsa@gmail.com" Subject: Re: Missing patches of a patch series during AUTOSEL backport Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 24, 2023 at 01:02:39PM +0000, Rodríguez Barbarin, José Javier wrote: >Dear Sasha Levin, > >I am the author of a patch series and I am writting you because I have >detected an issue with a patch series I have submitted in May'23. > >I sent a series of 3 patches to the maintainer. When he approved them, >he sent an email to Greg, requesting him to include such >patch series in kernel 6.4. > >You can check the email thread here: > >https://lore.kernel.org/all/20230411083329.4506-1-jth@kernel.org/ > >For a reason I cannot understand, the AUTOSEL only chose 1 of 3 patches >of the series, so only 1 was backported to stable kernel versions. > >[PATCH AUTOSEL 6.3 24/24] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 6.2 20/20] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 6.1 19/19] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 5.15 10/10] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 5.10 9/9] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 5.4 9/9] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 4.19 9/9] mcb-pci: Reallocate memory region to avoid >memory overlapping >[PATCH AUTOSEL 4.14 8/8] mcb-pci: Reallocate memory region to avoid >memory overlapping > >In kernel 6.4 and above, the 3 patches were included. > >Including only 1 patch is causing crashes in part of our devices. > >Please, could you backport the remaining 2 patches to the stable >versions? Sure, I'll queue it up for all active trees. Thanks! -- Thanks, Sasha