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 4738BEB64DD for ; Thu, 3 Aug 2023 17:30:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234872AbjHCRaS (ORCPT ); Thu, 3 Aug 2023 13:30:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235014AbjHCRaO (ORCPT ); Thu, 3 Aug 2023 13:30:14 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 301CF4206 for ; Thu, 3 Aug 2023 10:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691083812; x=1722619812; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=/m479Gf9DM8UvN+7iA752rTQD0/JRdzJK0yMI+eJ4xs=; b=ecoGCAdb3/obxWSJP4utCcpLrQMxzXO1WvX5i+tk3Gx3o3C/uv4RFsgA GiSthRJxnb/n+fRd961moQ9EzVI+Zb5XrA3notoPYBfZUiS0lXsD5KZID kLOP1x6Q8RpTRpLW/jIu925pGAYJ9s0VFeUJwEu/mgMUtOv1EDt3P4yGp 5ToYWEG3Ev6OM9QOJVJ5Uzuu73TiTK6VVb862TSYDNewubMNrIXGqX9Yg evm8jdMCHKWToykjv0vtUGnO0+I8MHu5oBhfsm5e72NNFbpDTKy3yBF9v XIBRE2i6G3QJZyt1L0XyEnySuoLVgnT5zjUkfL7io5sDvp9prPARh4suB w==; X-IronPort-AV: E=McAfee;i="6600,9927,10791"; a="369940316" X-IronPort-AV: E=Sophos;i="6.01,252,1684825200"; d="scan'208";a="369940316" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2023 10:29:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="873032614" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 03 Aug 2023 10:29:47 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qRc8t-0002Fn-1i; Thu, 03 Aug 2023 17:29:43 +0000 Date: Fri, 4 Aug 2023 01:28:45 +0800 From: kernel test robot To: Suren Baghdasaryan Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH v3 2/6] mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803172652.2849981-3-surenb@google.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, Thanks for your patch. FYI: kernel test robot notices the stable kernel rule is not satisfied. Rule: 'Cc: stable@vger.kernel.org' or 'commit upstream.' Subject: [PATCH v3 2/6] mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap Link: https://lore.kernel.org/stable/20230803172652.2849981-3-surenb%40google.com The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki