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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76C01C4361B for ; Thu, 10 Dec 2020 12:56:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3117323D6C for ; Thu, 10 Dec 2020 12:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726439AbgLJM4Z (ORCPT ); Thu, 10 Dec 2020 07:56:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:47170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387506AbgLJM4P (ORCPT ); Thu, 10 Dec 2020 07:56:15 -0500 Date: Thu, 10 Dec 2020 13:56:50 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607604935; bh=pVcCSiBLIZxTrarAIbVfE/y5QBFQ9zTia/5AhHvoR78=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=gXWYLqgFjsYiYSAD/STbCRQH8NWGw+CDVvZUpXu2Bw180b12jCKMuHjgbmwqYFdgO dVDRsGvxxJgwJhcinGwuqkkB12al9yctmVFiao8I3C49c9CJH0hUYvXwP+mvrOLINO OwLq6eaf/NuU4FdFw0Unf6al5EOTbpMv8l2UUXEQ= From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: sashal@kernel.org, stable@vger.kernel.org Subject: Re: request for 5.9/5.4-stable: 4f134b89a24b ("lib/syscall: fix syscall registers retrieval on 32-bit platforms") Message-ID: References: <20201210121947.shepiv5mqewbtdzu@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201210121947.shepiv5mqewbtdzu@debian> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Dec 10, 2020 at 12:19:47PM +0000, Sudip Mukherjee wrote: > Hi Greg, Sasha, > > 4f134b89a24b ("lib/syscall: fix syscall registers retrieval on 32-bit platforms") > is not marked for stable but I guess it should be in stable. > Applies cleanly to 5.9-stable and 5.4-stable. Yes, it's on my list of "patches to queue up", sorry for the delay. thanks, greg k-h