All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202605201613.76Hj6Ulj-lkp@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 81ad06f..2f57d1d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,6 @@
-BCC: lkp@intel.com
-CC: oe-kbuild-all@lists.linux.dev
-TO: David Howells <dhowells@redhat.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git netfs-crypt
 head:   13cee75c8b683f7c4382573f8c27adfbd49ffc47
 commit: 13cee75c8b683f7c4382573f8c27adfbd49ffc47 [34/34] netfs: Support encryption on Unbuffered/DIO write
-:::::: branch date: 22 hours ago
-:::::: commit date: 22 hours ago
 config: microblaze-randconfig-r072-20260520 (https://download.01.org/0day-ci/archive/20260520/202605201613.76Hj6Ulj-lkp@intel.com/config)
 compiler: microblaze-linux-gcc (GCC) 10.5.0
 smatch: v0.5.0-9185-gbcc58b9c
@@ -22,12 +16,10 @@ fs/netfs/direct_write.c:53 netfs_rmw_read_one() warn: signedness bug returning '
 
 vim +53 fs/netfs/direct_write.c
 
-153a9961b55110 David Howells 2022-02-21  11  
-13cee75c8b683f David Howells 2026-05-16  12  /*
-13cee75c8b683f David Howells 2026-05-16  13   * Perform a read to a buffer from the server, slicing up the region to be read
-13cee75c8b683f David Howells 2026-05-16  14   * according to the network rsize.
-13cee75c8b683f David Howells 2026-05-16  15   */
 13cee75c8b683f David Howells 2026-05-16  16  static bool netfs_rmw_read_one(struct netfs_io_request *rreq, struct bvecq *bq)
+
+This is a bool function.
+
 13cee75c8b683f David Howells 2026-05-16  17  {
 13cee75c8b683f David Howells 2026-05-16  18  	struct netfs_io_stream *stream = &rreq->io_streams[0];
 13cee75c8b683f David Howells 2026-05-16  19  	size_t len = 0;
@@ -47,6 +39,9 @@ vim +53 fs/netfs/direct_write.c
 13cee75c8b683f David Howells 2026-05-16  33  		subreq = netfs_alloc_subrequest(rreq, NETFS_DOWNLOAD_FROM_SERVER);
 13cee75c8b683f David Howells 2026-05-16  34  		if (!subreq) {
 13cee75c8b683f David Howells 2026-05-16  35  			ret = -ENOMEM;
+                                                                ^^^^^^^^^^^^^
+But it returns 0 on success and true on failue.
+
 13cee75c8b683f David Howells 2026-05-16  36  			break;
 13cee75c8b683f David Howells 2026-05-16  37  		}
 13cee75c8b683f David Howells 2026-05-16  38  
@@ -66,7 +61,6 @@ vim +53 fs/netfs/direct_write.c
 13cee75c8b683f David Howells 2026-05-16  52  
 13cee75c8b683f David Howells 2026-05-16 @53  	return ret;
 13cee75c8b683f David Howells 2026-05-16  54  }
-13cee75c8b683f David Howells 2026-05-16  55  
 
 --
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index 5678907..7755d0f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,15 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[dhowells-fs:netfs-crypt 34/34] fs/netfs/direct_write.c:53 netfs_rmw_read_one() warn: signedness bug returning '(-12)'\0"
- "Date\0Wed, 20 May 2026 16:32:22 +0800\0"
- "To\0oe-kbuild@lists.linux.dev\0"
+ "Date\0Wed, 20 May 2026 11:42:23 +0300\0"
+ "To\0oe-kbuild@lists.linux.dev"
+ " David Howells <dhowells@redhat.com>\0"
  "Cc\0lkp@intel.com"
- " Dan Carpenter <error27@gmail.com>\0"
+ " oe-kbuild-all@lists.linux.dev\0"
  "\00:1\0"
  "b\0"
- "BCC: lkp@intel.com\n"
- "CC: oe-kbuild-all@lists.linux.dev\n"
- "TO: David Howells <dhowells@redhat.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git netfs-crypt\n"
  "head:   13cee75c8b683f7c4382573f8c27adfbd49ffc47\n"
  "commit: 13cee75c8b683f7c4382573f8c27adfbd49ffc47 [34/34] netfs: Support encryption on Unbuffered/DIO write\n"
- ":::::: branch date: 22 hours ago\n"
- ":::::: commit date: 22 hours ago\n"
  "config: microblaze-randconfig-r072-20260520 (https://download.01.org/0day-ci/archive/20260520/202605201613.76Hj6Ulj-lkp@intel.com/config)\n"
  "compiler: microblaze-linux-gcc (GCC) 10.5.0\n"
  "smatch: v0.5.0-9185-gbcc58b9c\n"
@@ -30,12 +25,10 @@
  "\n"
  "vim +53 fs/netfs/direct_write.c\n"
  "\n"
- "153a9961b55110 David Howells 2022-02-21  11  \n"
- "13cee75c8b683f David Howells 2026-05-16  12  /*\n"
- "13cee75c8b683f David Howells 2026-05-16  13   * Perform a read to a buffer from the server, slicing up the region to be read\n"
- "13cee75c8b683f David Howells 2026-05-16  14   * according to the network rsize.\n"
- "13cee75c8b683f David Howells 2026-05-16  15   */\n"
  "13cee75c8b683f David Howells 2026-05-16  16  static bool netfs_rmw_read_one(struct netfs_io_request *rreq, struct bvecq *bq)\n"
+ "\n"
+ "This is a bool function.\n"
+ "\n"
  "13cee75c8b683f David Howells 2026-05-16  17  {\n"
  "13cee75c8b683f David Howells 2026-05-16  18  \tstruct netfs_io_stream *stream = &rreq->io_streams[0];\n"
  "13cee75c8b683f David Howells 2026-05-16  19  \tsize_t len = 0;\n"
@@ -55,6 +48,9 @@
  "13cee75c8b683f David Howells 2026-05-16  33  \t\tsubreq = netfs_alloc_subrequest(rreq, NETFS_DOWNLOAD_FROM_SERVER);\n"
  "13cee75c8b683f David Howells 2026-05-16  34  \t\tif (!subreq) {\n"
  "13cee75c8b683f David Howells 2026-05-16  35  \t\t\tret = -ENOMEM;\n"
+ "                                                                ^^^^^^^^^^^^^\n"
+ "But it returns 0 on success and true on failue.\n"
+ "\n"
  "13cee75c8b683f David Howells 2026-05-16  36  \t\t\tbreak;\n"
  "13cee75c8b683f David Howells 2026-05-16  37  \t\t}\n"
  "13cee75c8b683f David Howells 2026-05-16  38  \n"
@@ -74,10 +70,9 @@
  "13cee75c8b683f David Howells 2026-05-16  52  \n"
  "13cee75c8b683f David Howells 2026-05-16 @53  \treturn ret;\n"
  "13cee75c8b683f David Howells 2026-05-16  54  }\n"
- "13cee75c8b683f David Howells 2026-05-16  55  \n"
  "\n"
  "--\n"
  "0-DAY CI Kernel Test Service\n"
  https://github.com/intel/lkp-tests/wiki
 
-4780164ad7de919034c0846d51a2fa696ecebdd74fb605d35a55cf68a47d5fbf
+d0985219723bad50d4eb1b2f0d184f07f92bf9176b92bb0564c68a70d218f675

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.