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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 06B56C2BBCF for ; Fri, 18 Dec 2020 00:03:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEADA23A5D for ; Fri, 18 Dec 2020 00:03:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732028AbgLRADn (ORCPT ); Thu, 17 Dec 2020 19:03:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:49396 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726789AbgLRADm (ORCPT ); Thu, 17 Dec 2020 19:03:42 -0500 Date: Thu, 17 Dec 2020 19:03:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608249782; bh=SazuEfbj1jNY32HYgKoZkvRpVPyocKkt0kD0zzBZC2M=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=A2t12e36lzt5GpvOWR6pRLL1gLDJOe1+UMHVv7Z/d16AKeCQ0RkbA86qGwzAQ++nt tclxCntMuxqCsHrcO9JxRQZ4gnzyXbO2isS+e+sI2I8UZk45AvBsSysrNJxwG1jYQx pRVSaRVXkC5i2Ynof4mhdTJyzIhX/Gjjh+qECQOJiqoESXiac6lWGq/9KZwwW39fCk pE+U8r/3xtS/6k99zlZGqvt1xwOrP9z1E/aKRJjnJO2ScEyBwF34C7x9SVHXq0YzxO rAS3iNT36P304HAAlBJL1dcoDdUI7lePty93HG/I0RXwxVhiCGpiK6CFGEFGGQCCHn jkLqvS6sXKGOQ== From: Sasha Levin To: Young Hsieh Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: Question for AMD patches Message-ID: <20201218000300.GC643756@sasha-vm> References: <1B44E762-F9F2-4E2B-BFEF-6F032BE8841E@uber.com> <83E7490A-EFB0-42C2-BD9D-B5E6E5BF440D@uber.com> <20201217203211.GB643756@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 18, 2020 at 07:34:07AM +0800, Young Hsieh wrote: >Hi Sasha, > >The other reason we are wondering if 5.4 has backporting is we are not very comfortable about using the bleeding edge. Do you think 5.10 is stable currently? Thanks for your help again. :) Hi Young, See https://www.kernel.org/releases.html for a list of the LTS branches. The 5.10 kernel is already designated as LTS and should be used by most stable tree users; this is the preferrable kernel to adopt right now. The AMD hardware enablement stuff won't be backported on top of 5.4. -- Thanks, Sasha