All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ryan Roberts <ryan.roberts@arm.com>
Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v1 4/8] s390: hugetlb: Convert set_huge_pte_at() to take vma
Date: Fri, 22 Sep 2023 00:21:04 +0800	[thread overview]
Message-ID: <ZQxtcKDtX0sgBM1O@a36b5d0e9c41> (raw)
In-Reply-To: <20230921162007.1630149-5-ryan.roberts@arm.com>

Hi,

Thanks for your patch.

FYI: kernel test robot notices the stable kernel rule is not satisfied.

The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html/#option-1

Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree.
Subject: [PATCH v1 4/8] s390: hugetlb: Convert set_huge_pte_at() to take vma
Link: https://lore.kernel.org/stable/20230921162007.1630149-5-ryan.roberts%40arm.com

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki




  reply	other threads:[~2023-09-21 16:21 UTC|newest]

Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-21 16:19 [PATCH v1 0/8] Fix set_huge_pte_at() panic on arm64 Ryan Roberts
2023-09-21 16:19 ` Ryan Roberts
2023-09-21 16:19 ` Ryan Roberts
2023-09-21 16:19 ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 1/8] parisc: hugetlb: Convert set_huge_pte_at() to take vma Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 2/8] powerpc: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 18:43   ` Christophe Leroy
2023-09-21 18:43     ` Christophe Leroy
2023-09-21 18:43     ` Christophe Leroy
2023-09-21 18:43     ` Christophe Leroy
2023-09-22  6:44     ` Christophe Leroy
2023-09-22  6:44       ` Christophe Leroy
2023-09-22  6:44       ` Christophe Leroy
2023-09-22  6:44       ` Christophe Leroy
2023-09-22  7:19       ` Ryan Roberts
2023-09-22  7:19         ` Ryan Roberts
2023-09-22  7:19         ` Ryan Roberts
2023-09-22  7:19         ` Ryan Roberts
2023-09-22  6:56   ` Christophe Leroy
2023-09-22  6:56     ` Christophe Leroy
2023-09-22  6:56     ` Christophe Leroy
2023-09-22  6:56     ` Christophe Leroy
2023-09-22  7:33     ` Ryan Roberts
2023-09-22  7:33       ` Ryan Roberts
2023-09-22  7:33       ` Ryan Roberts
2023-09-22  7:33       ` Ryan Roberts
2023-09-22  8:10       ` Christophe Leroy
2023-09-22  8:10         ` Christophe Leroy
2023-09-22  8:10         ` Christophe Leroy
2023-09-22  8:10         ` Christophe Leroy
2023-09-22  8:41         ` Ryan Roberts
2023-09-22  8:41           ` Ryan Roberts
2023-09-22  8:41           ` Ryan Roberts
2023-09-22  8:41           ` Ryan Roberts
2023-09-22  9:14           ` Christophe Leroy
2023-09-22  9:14             ` Christophe Leroy
2023-09-22  9:14             ` Christophe Leroy
2023-09-22  9:14             ` Christophe Leroy
2023-09-22  9:37             ` Ryan Roberts
2023-09-22  9:37               ` Ryan Roberts
2023-09-22  9:37               ` Ryan Roberts
2023-09-22  9:37               ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 3/8] riscv: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-22  7:54   ` Alexandre Ghiti
2023-09-22  7:54     ` Alexandre Ghiti
2023-09-22  7:54     ` Alexandre Ghiti
2023-09-22  7:54     ` Alexandre Ghiti
2023-09-22  8:36     ` Ryan Roberts
2023-09-22  8:36       ` Ryan Roberts
2023-09-22  8:36       ` Ryan Roberts
2023-09-22  8:36       ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 4/8] s390: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:21   ` kernel test robot [this message]
2023-09-21 16:20 ` [PATCH v1 5/8] sparc: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 6/8] mm: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-22  1:37   ` SeongJae Park
2023-09-22  1:37     ` SeongJae Park
2023-09-22  1:37     ` SeongJae Park
2023-09-22  1:37     ` SeongJae Park
2023-09-21 16:20 ` [PATCH v1 7/8] arm64: " Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20 ` [PATCH v1 8/8] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-21 16:20   ` Ryan Roberts
2023-09-22  2:54   ` Qi Zheng
2023-09-22  2:54     ` Qi Zheng
2023-09-22  2:54     ` Qi Zheng
2023-09-22  2:54     ` Qi Zheng
2023-09-22  7:40     ` Ryan Roberts
2023-09-22  7:40       ` Ryan Roberts
2023-09-22  7:40       ` Ryan Roberts
2023-09-22  7:40       ` Ryan Roberts
2023-09-22  7:54       ` Qi Zheng
2023-09-22  7:54         ` Qi Zheng
2023-09-22  7:54         ` Qi Zheng
2023-09-22  7:54         ` Qi Zheng
2023-09-22  9:35         ` Ryan Roberts
2023-09-22  9:35           ` Ryan Roberts
2023-09-22  9:35           ` Ryan Roberts
2023-09-22  9:35           ` Ryan Roberts
2023-09-22  9:58           ` Qi Zheng
2023-09-22  9:58             ` Qi Zheng
2023-09-22  9:58             ` Qi Zheng
2023-09-22  9:58             ` Qi Zheng
2023-09-21 16:30 ` [PATCH v1 0/8] Fix set_huge_pte_at() panic on arm64 Andrew Morton
2023-09-21 16:30   ` Andrew Morton
2023-09-21 16:30   ` Andrew Morton
2023-09-21 16:30   ` Andrew Morton
2023-09-21 16:35   ` Ryan Roberts
2023-09-21 16:35     ` Ryan Roberts
2023-09-21 16:35     ` Ryan Roberts
2023-09-21 16:35     ` Ryan Roberts
2023-09-21 17:38     ` Catalin Marinas
2023-09-21 17:38       ` Catalin Marinas
2023-09-21 17:38       ` Catalin Marinas
2023-09-21 17:38       ` Catalin Marinas
2023-09-22  7:41       ` Ryan Roberts
2023-09-22  7:41         ` Ryan Roberts
2023-09-22  7:41         ` Ryan Roberts
2023-09-22  7:41         ` Ryan Roberts
2023-09-22  9:23     ` Greg Kroah-Hartman
2023-09-22  9:23       ` Greg Kroah-Hartman
2023-09-22  9:23       ` Greg Kroah-Hartman
2023-09-22  9:23       ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZQxtcKDtX0sgBM1O@a36b5d0e9c41 \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=ryan.roberts@arm.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.