Message ID | 20220901054854.2449416-1-amir73il@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-xfs-owner@kernel.org> 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 71591ECAAD1 for <linux-xfs@archiver.kernel.org>; Thu, 1 Sep 2022 05:49:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233170AbiIAFto (ORCPT <rfc822;linux-xfs@archiver.kernel.org>); Thu, 1 Sep 2022 01:49:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233222AbiIAFt3 (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Thu, 1 Sep 2022 01:49:29 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99A971178F1; Wed, 31 Aug 2022 22:49:12 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id n23-20020a7bc5d7000000b003a62f19b453so709312wmk.3; Wed, 31 Aug 2022 22:49:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=iiNLSCWLhtCWiCCcJz0yWTZ68ge6jNEThNiRP9eJfB8=; b=JDj+wJdZpRGnMuGNQitYlGrq7Zc4WbsD0CATrexZMwvDwa5Gp7JkQSIgGDCcH9vGr5 LqjzWPy1P6+vaoPQ634cmAI9NId3DzsgAGXajND1CAckWwz2vC4nhGfNarSGA1CWhPq8 HR7NLeMBYw73rfPRJShcAKCLgK8tu7TmH0dKNz7oVrKhbBHtYfcHoS2Iv/J0Q04CwrG9 tmcfko1VZxqrlrkkxSnnlUTV8jd+wNkBUOMmSiSALPcSEid6WSirivwQM6rbKa0y33IM AmKNkVXkUEzccCQhxesou23DJ8GN8jsb2FGWa2ZapKfl85nSIJ/7dosFWGJrDhtHotPL O/ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=iiNLSCWLhtCWiCCcJz0yWTZ68ge6jNEThNiRP9eJfB8=; b=re4yaHnROmIjAxp1Tw7u9MmWLcgxmmOCXFNgoija2XY7RSSBagcwRTJVFaZwUwglzL D4rYBKzY0ObdG9LqyvrxbOIv/Rlgw4fETLj/a4YdfmCMbG8iiZxnHxHBNXtqK51NKeZT iaL8lfFgm8oAdcJA+u0/E3WPcT+7Uggp6HQuMp8tKC30wsuWcE0W/vHVNGeI36La3AXz FVfNtY103T49t7M7JJLtoOpZc7yYQwPiAuVZQGWKbAYSCLTKTTaFQ+DYAWB0bjoqL8zd NY+yx9zP8x+RsSjupSAOl56vRtIX79My9R2vGnj6HTZqRXOOETHVP3+obwqCveVZHfbe Rpzw== X-Gm-Message-State: ACgBeo1mIEwHomiHqD1ROyexvPzO5Mdu6WONXL41ajEM8KE+psZLRdar ywddX8WZ49UbaJNDC4yzR7p28RFizLY= X-Google-Smtp-Source: AA6agR5+lSPFqp5iJOIOZEAs1O2kESYuLc97xb8SaHTh0dX8oXd5CUM309oET15LaHgUerRSSJrcsg== X-Received: by 2002:a05:600c:2059:b0:3a5:92cc:19c5 with SMTP id p25-20020a05600c205900b003a592cc19c5mr3748475wmg.101.1662011341621; Wed, 31 Aug 2022 22:49:01 -0700 (PDT) Received: from localhost.localdomain ([77.137.66.49]) by smtp.gmail.com with ESMTPSA id bg15-20020a05600c3c8f00b003a4f08495b7sm4447262wmb.34.2022.08.31.22.48.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Aug 2022 22:49:00 -0700 (PDT) From: Amir Goldstein <amir73il@gmail.com> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Sasha Levin <sashal@kernel.org>, "Darrick J . Wong" <djwong@kernel.org>, Leah Rumancik <leah.rumancik@gmail.com>, Chandan Babu R <chandan.babu@oracle.com>, Luis Chamberlain <mcgrof@kernel.org>, Adam Manzanares <a.manzanares@samsung.com>, linux-xfs@vger.kernel.org, stable@vger.kernel.org Subject: [PATCH 5.10 v2 0/7] xfs stable patches for 5.10.y (from v5.18+) Date: Thu, 1 Sep 2022 08:48:47 +0300 Message-Id: <20220901054854.2449416-1-amir73il@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
xfs stable patches for 5.10.y (from v5.18+)
|
expand
|