Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev
Subject: Re: [v6.7][PATCH v2 04/23] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Date: Tue, 6 Feb 2024 19:43:34 +0800	[thread overview]
Message-ID: <ZcIbZhvrZE8c8xlp@ddcdc6924185> (raw)
In-Reply-To: <20240206113358.729003384@rostedt.homelinux.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: [v6.7][PATCH v2 04/23] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Link: https://lore.kernel.org/stable/20240206113358.729003384%40rostedt.homelinux.com

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




  reply	other threads:[~2024-02-06 11:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 11:31 [v6.7][PATCH v2 00/23] eventfs: Linus's updates for 6.7 Steven Rostedt
2024-02-06 11:31 ` [v6.7][PATCH v2 01/23] eventfs: Remove "lookup" parameter from create_dir/file_dentry() Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 02/23] eventfs: Stop using dcache_readdir() for getdents() Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 03/23] tracefs/eventfs: Use root and instance inodes as default ownership Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 04/23] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set Steven Rostedt
2024-02-06 11:43   ` kernel test robot [this message]
2024-02-06 11:32 ` [v6.7][PATCH v2 05/23] eventfs: Do ctx->pos update for all iterations in eventfs_iterate() Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 06/23] eventfs: Read ei->entries before ei->children " Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 07/23] eventfs: Shortcut eventfs_iterate() by skipping entries already read Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 08/23] eventfs: Have the inodes all for files and directories all be the same Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 09/23] eventfs: Do not create dentries nor inodes in iterate_shared Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 10/23] eventfs: Use kcalloc() instead of kzalloc() Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 11/23] eventfs: Save directory inodes in the eventfs_inode structure Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 12/23] tracefs: remove stale update_gid code Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 13/23] tracefs: Zero out the tracefs_inode when allocating it Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 14/23] eventfs: Initialize the tracefs inode properly Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 15/23] tracefs: Avoid using the ei->dentry pointer unnecessarily Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 16/23] tracefs: dentry lookup crapectomy Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 17/23] eventfs: Remove unused d_parent pointer field Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 18/23] eventfs: Clean up dentry ops and add revalidate function Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 19/23] eventfs: Get rid of dentry pointers without refcounts Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 20/23] eventfs: Warn if an eventfs_inode is freed without is_freed being set Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 21/23] eventfs: Restructure eventfs_inode structure to be more condensed Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 22/23] eventfs: Remove fsnotify*() functions from lookup() Steven Rostedt
2024-02-06 11:32 ` [v6.7][PATCH v2 23/23] eventfs: Keep all directory links at 1 Steven Rostedt
2024-02-19 18:10 ` [v6.7][PATCH v2 00/23] eventfs: Linus's updates for 6.7 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=ZcIbZhvrZE8c8xlp@ddcdc6924185 \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rostedt@goodmis.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox