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 3049CC433EF for ; Fri, 29 Apr 2022 08:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238647AbiD2ImD (ORCPT ); Fri, 29 Apr 2022 04:42:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235473AbiD2ImD (ORCPT ); Fri, 29 Apr 2022 04:42:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3746DC3E96; Fri, 29 Apr 2022 01:38:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C663E6218F; Fri, 29 Apr 2022 08:38:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FCA4C385A4; Fri, 29 Apr 2022 08:38:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651221525; bh=xNhnkNqOw++2z7Vmck3E5MYYlt3eyS8EsoL+hkP9rxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uk5qrD0ypQbkvPX0GQ3K4HbxZf4Pyom4W+xGxQwxqM7mA7yTZLh5C88jCKZiRbKKj Jzx3dBsmP4aPUzM4bkjnJkutxBn/ecvbnvTTWTyFDBEkCaq4BzPNaovMj1EI8rRU4d GkzayYLHZLsUllMDZV9QCDE6vgmJMrwFari6nkGQ= Date: Fri, 29 Apr 2022 10:38:42 +0200 From: Greg Kroah-Hartman To: Vladimir Oltean Cc: Sasha Levin , stable , lkml , Willem de Bruijn , Soheil Hassas Yeganeh , "netdev@vger.kernel.org" , Paolo Abeni , Jakub Kicinski , "David S. Miller" Subject: Re: [PATCH stable 0/3] SOF_TIMESTAMPING_OPT_ID backport to 4.14 and 4.19 Message-ID: References: <20220406192956.3291614-1-vladimir.oltean@nxp.com> <20220408152929.4zd2mclusdpazclv@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220408152929.4zd2mclusdpazclv@skbuf> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Apr 08, 2022 at 03:29:30PM +0000, Vladimir Oltean wrote: > Hello Greg, Sasha, > > On Wed, Apr 06, 2022 at 10:29:53PM +0300, Vladimir Oltean wrote: > > As discussed with Willem here: > > https://lore.kernel.org/netdev/CA+FuTSdQ57O6RWj_Lenmu_Vd3NEX9xMzMYkB0C3rKMzGgcPc6A@mail.gmail.com/T/ > > > > the kernel silently doesn't act upon the SOF_TIMESTAMPING_OPT_ID socket > > option in several cases on older kernels, yet user space has no way to > > find out about this, practically resulting in broken functionality. > > > > This patch set backports the support towards linux-4.14.y and linux-4.19.y, > > which fixes the issue described above by simply making the kernel act > > upon SOF_TIMESTAMPING_OPT_ID as expected. > > > > Testing was done with the most recent (not the vintage-correct one) > > kselftest script at: > > tools/testing/selftests/networking/timestamping/txtimestamp.sh > > with the message "OK. All tests passed". > > Could you please pick up these backports for "stable"? Thanks. Do you not already see these in a released kernel? If not, please resubmit what is missing as I think they are all there... thanks, greg k-h