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 482D0C433FE for ; Sat, 1 Oct 2022 07:01:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229495AbiJAHBV (ORCPT ); Sat, 1 Oct 2022 03:01:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbiJAHBT (ORCPT ); Sat, 1 Oct 2022 03:01:19 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C266631D5 for ; Sat, 1 Oct 2022 00:01:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id 361EEB80B40 for ; Sat, 1 Oct 2022 07:01:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FEB1C433D6; Sat, 1 Oct 2022 07:01:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664607674; bh=5LMO+mvVw/CnAgVQkF5pIZXhkacoh3yfBvA8U+6JqsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AZV0yGI8MW7ATQ3RF5Su4V+PUVwSjfGvCCPhfEe4UN4a+Dx4P31qZIYpjtZEkchWf Ju2xnZt9xEMp/+RMWztB66o6gnc73zb8+4JxiKz0bV1KqEk7HE5Nc6izj1B8i0xBh3 FcwrwImngCp0D4XQtm8Jd7LMfOViaZn6DBiVuZBs= Date: Sat, 1 Oct 2022 09:01:51 +0200 From: Greg KH To: Mikulas Patocka Cc: stable@vger.kernel.org Subject: Re: [PATCH] wait_on_bit: add an acquire memory barrier Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 30, 2022 at 11:34:55AM -0400, Mikulas Patocka wrote: > This is backport of the upstream patch 8238b4579866b7c1bb99883cfe102a43db5506ff > for the stable branch 4.9 > > Signed-off-by: Mikulas Patocka Again, you lost all of the original changelog and authorship/review information here :( And what order are these to be applied in? Please make a patch series for each stable/LTS tree they are to be backported to. Would you want to try to unwind this if you were the reciever of these emails? thanks, greg k-h