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

diff --git a/a/1.txt b/N1/1.txt
index acba73e..c60c795 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,16 +1,6 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Thomas Gleixner <tglx@linutronix.de>
-CC: Paolo Bonzini <pbonzini@redhat.com>
-CC: Jing Liu <jing2.liu@intel.com>
-CC: Yang Zhong <yang.zhong@intel.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0
 commit: c270ce393dfd700e7510a4579568deeefba954fd x86/fpu: Add guest support to xfd_enable_feature()
-date:   10 days ago
-:::::: branch date: 27 hours ago
-:::::: commit date: 10 days ago
 config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp(a)intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
@@ -21,27 +11,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)
 
-Old smatch warnings:
-arch/x86/kernel/fpu/xstate.c:375 os_xrstor_booting() warn: mask and shift to zero
-
 vim +/curfps +1580 arch/x86/kernel/fpu/xstate.c
 
-500afbf645a040 Chang S. Bae    2021-10-21  1501  
-500afbf645a040 Chang S. Bae    2021-10-21  1502  /**
-500afbf645a040 Chang S. Bae    2021-10-21  1503   * fpstate_realloc - Reallocate struct fpstate for the requested new features
-500afbf645a040 Chang S. Bae    2021-10-21  1504   *
-500afbf645a040 Chang S. Bae    2021-10-21  1505   * @xfeatures:	A bitmap of xstate features which extend the enabled features
-500afbf645a040 Chang S. Bae    2021-10-21  1506   *		of that task
-500afbf645a040 Chang S. Bae    2021-10-21  1507   * @ksize:	The required size for the kernel buffer
-500afbf645a040 Chang S. Bae    2021-10-21  1508   * @usize:	The required size for user space buffers
-c270ce393dfd70 Thomas Gleixner 2022-01-05  1509   * @guest_fpu:	Pointer to a guest FPU container. NULL for host allocations
-500afbf645a040 Chang S. Bae    2021-10-21  1510   *
-500afbf645a040 Chang S. Bae    2021-10-21  1511   * Note vs. vmalloc(): If the task with a vzalloc()-allocated buffer
-500afbf645a040 Chang S. Bae    2021-10-21  1512   * terminates quickly, vfree()-induced IPIs may be a concern, but tasks
-500afbf645a040 Chang S. Bae    2021-10-21  1513   * with large states are likely to live longer.
-500afbf645a040 Chang S. Bae    2021-10-21  1514   *
-500afbf645a040 Chang S. Bae    2021-10-21  1515   * Returns: 0 on success, -ENOMEM on allocation error.
-500afbf645a040 Chang S. Bae    2021-10-21  1516   */
 500afbf645a040 Chang S. Bae    2021-10-21  1517  static int fpstate_realloc(u64 xfeatures, unsigned int ksize,
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1518  			   unsigned int usize, struct fpu_guest *guest_fpu)
 500afbf645a040 Chang S. Bae    2021-10-21  1519  {
@@ -85,6 +56,9 @@ c270ce393dfd70 Thomas Gleixner 2022-01-05  1556  	if (in_use && test_thread_flag
 500afbf645a040 Chang S. Bae    2021-10-21  1557  		fpregs_restore_userregs();
 500afbf645a040 Chang S. Bae    2021-10-21  1558  
 500afbf645a040 Chang S. Bae    2021-10-21 @1559  	newfps->xfeatures = curfps->xfeatures | xfeatures;
+                                                                            ^^^^^^^^^^^^^^^^^
+Unchecked dereference
+
 500afbf645a040 Chang S. Bae    2021-10-21  1560  	newfps->user_xfeatures = curfps->user_xfeatures | xfeatures;
 500afbf645a040 Chang S. Bae    2021-10-21  1561  	newfps->xfd = curfps->xfd & ~xfeatures;
 500afbf645a040 Chang S. Bae    2021-10-21  1562  
@@ -106,11 +80,13 @@ c270ce393dfd70 Thomas Gleixner 2022-01-05  1576  		xfd_update_state(fpu->fpstate
 500afbf645a040 Chang S. Bae    2021-10-21  1578  
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1579  	/* Only free valloc'ed state */
 c270ce393dfd70 Thomas Gleixner 2022-01-05 @1580  	if (curfps && curfps->is_valloc)
+                                                            ^^^^^^
+Checked too late
+
 500afbf645a040 Chang S. Bae    2021-10-21  1581  		vfree(curfps);
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1582  
 500afbf645a040 Chang S. Bae    2021-10-21  1583  	return 0;
 500afbf645a040 Chang S. Bae    2021-10-21  1584  }
-500afbf645a040 Chang S. Bae    2021-10-21  1585  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index 9835888..99e30c3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,12 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)\0"
- "Date\0Tue, 25 Jan 2022 03:23:58 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Wed, 26 Jan 2022 13:16:48 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Thomas Gleixner <tglx@linutronix.de>\n"
- "CC: Paolo Bonzini <pbonzini@redhat.com>\n"
- "CC: Jing Liu <jing2.liu@intel.com>\n"
- "CC: Yang Zhong <yang.zhong@intel.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0\n"
  "commit: c270ce393dfd700e7510a4579568deeefba954fd x86/fpu: Add guest support to xfd_enable_feature()\n"
- "date:   10 days ago\n"
- ":::::: branch date: 27 hours ago\n"
- ":::::: commit date: 10 days ago\n"
  "config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
@@ -27,27 +17,8 @@
  "New smatch warnings:\n"
  "arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)\n"
  "\n"
- "Old smatch warnings:\n"
- "arch/x86/kernel/fpu/xstate.c:375 os_xrstor_booting() warn: mask and shift to zero\n"
- "\n"
  "vim +/curfps +1580 arch/x86/kernel/fpu/xstate.c\n"
  "\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1501  \n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1502  /**\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1503   * fpstate_realloc - Reallocate struct fpstate for the requested new features\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1504   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1505   * @xfeatures:\tA bitmap of xstate features which extend the enabled features\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1506   *\t\tof that task\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1507   * @ksize:\tThe required size for the kernel buffer\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1508   * @usize:\tThe required size for user space buffers\n"
- "c270ce393dfd70 Thomas Gleixner 2022-01-05  1509   * @guest_fpu:\tPointer to a guest FPU container. NULL for host allocations\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1510   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1511   * Note vs. vmalloc(): If the task with a vzalloc()-allocated buffer\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1512   * terminates quickly, vfree()-induced IPIs may be a concern, but tasks\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1513   * with large states are likely to live longer.\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1514   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1515   * Returns: 0 on success, -ENOMEM on allocation error.\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1516   */\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1517  static int fpstate_realloc(u64 xfeatures, unsigned int ksize,\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1518  \t\t\t   unsigned int usize, struct fpu_guest *guest_fpu)\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1519  {\n"
@@ -91,6 +62,9 @@
  "500afbf645a040 Chang S. Bae    2021-10-21  1557  \t\tfpregs_restore_userregs();\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1558  \n"
  "500afbf645a040 Chang S. Bae    2021-10-21 @1559  \tnewfps->xfeatures = curfps->xfeatures | xfeatures;\n"
+ "                                                                            ^^^^^^^^^^^^^^^^^\n"
+ "Unchecked dereference\n"
+ "\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1560  \tnewfps->user_xfeatures = curfps->user_xfeatures | xfeatures;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1561  \tnewfps->xfd = curfps->xfd & ~xfeatures;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1562  \n"
@@ -112,14 +86,16 @@
  "500afbf645a040 Chang S. Bae    2021-10-21  1578  \n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1579  \t/* Only free valloc'ed state */\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05 @1580  \tif (curfps && curfps->is_valloc)\n"
+ "                                                            ^^^^^^\n"
+ "Checked too late\n"
+ "\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1581  \t\tvfree(curfps);\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1582  \n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1583  \treturn 0;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1584  }\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1585  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-2810761aa12e12a0389486b290d844147d576096c8fb86159b7a8188468a50c1
+20f56fe18a0b81a4669ddfe9625f80cfe63dea6327c74f1bfa20cd1f1394cd43

diff --git a/a/1.txt b/N2/1.txt
index acba73e..0b3c7e1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,17 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Thomas Gleixner <tglx@linutronix.de>
-CC: Paolo Bonzini <pbonzini@redhat.com>
-CC: Jing Liu <jing2.liu@intel.com>
-CC: Yang Zhong <yang.zhong@intel.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0
 commit: c270ce393dfd700e7510a4579568deeefba954fd x86/fpu: Add guest support to xfd_enable_feature()
-date:   10 days ago
-:::::: branch date: 27 hours ago
-:::::: commit date: 10 days ago
-config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp(a)intel.com/config)
+config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp@intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -21,27 +11,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)
 
-Old smatch warnings:
-arch/x86/kernel/fpu/xstate.c:375 os_xrstor_booting() warn: mask and shift to zero
-
 vim +/curfps +1580 arch/x86/kernel/fpu/xstate.c
 
-500afbf645a040 Chang S. Bae    2021-10-21  1501  
-500afbf645a040 Chang S. Bae    2021-10-21  1502  /**
-500afbf645a040 Chang S. Bae    2021-10-21  1503   * fpstate_realloc - Reallocate struct fpstate for the requested new features
-500afbf645a040 Chang S. Bae    2021-10-21  1504   *
-500afbf645a040 Chang S. Bae    2021-10-21  1505   * @xfeatures:	A bitmap of xstate features which extend the enabled features
-500afbf645a040 Chang S. Bae    2021-10-21  1506   *		of that task
-500afbf645a040 Chang S. Bae    2021-10-21  1507   * @ksize:	The required size for the kernel buffer
-500afbf645a040 Chang S. Bae    2021-10-21  1508   * @usize:	The required size for user space buffers
-c270ce393dfd70 Thomas Gleixner 2022-01-05  1509   * @guest_fpu:	Pointer to a guest FPU container. NULL for host allocations
-500afbf645a040 Chang S. Bae    2021-10-21  1510   *
-500afbf645a040 Chang S. Bae    2021-10-21  1511   * Note vs. vmalloc(): If the task with a vzalloc()-allocated buffer
-500afbf645a040 Chang S. Bae    2021-10-21  1512   * terminates quickly, vfree()-induced IPIs may be a concern, but tasks
-500afbf645a040 Chang S. Bae    2021-10-21  1513   * with large states are likely to live longer.
-500afbf645a040 Chang S. Bae    2021-10-21  1514   *
-500afbf645a040 Chang S. Bae    2021-10-21  1515   * Returns: 0 on success, -ENOMEM on allocation error.
-500afbf645a040 Chang S. Bae    2021-10-21  1516   */
 500afbf645a040 Chang S. Bae    2021-10-21  1517  static int fpstate_realloc(u64 xfeatures, unsigned int ksize,
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1518  			   unsigned int usize, struct fpu_guest *guest_fpu)
 500afbf645a040 Chang S. Bae    2021-10-21  1519  {
@@ -85,6 +56,9 @@ c270ce393dfd70 Thomas Gleixner 2022-01-05  1556  	if (in_use && test_thread_flag
 500afbf645a040 Chang S. Bae    2021-10-21  1557  		fpregs_restore_userregs();
 500afbf645a040 Chang S. Bae    2021-10-21  1558  
 500afbf645a040 Chang S. Bae    2021-10-21 @1559  	newfps->xfeatures = curfps->xfeatures | xfeatures;
+                                                                            ^^^^^^^^^^^^^^^^^
+Unchecked dereference
+
 500afbf645a040 Chang S. Bae    2021-10-21  1560  	newfps->user_xfeatures = curfps->user_xfeatures | xfeatures;
 500afbf645a040 Chang S. Bae    2021-10-21  1561  	newfps->xfd = curfps->xfd & ~xfeatures;
 500afbf645a040 Chang S. Bae    2021-10-21  1562  
@@ -106,12 +80,14 @@ c270ce393dfd70 Thomas Gleixner 2022-01-05  1576  		xfd_update_state(fpu->fpstate
 500afbf645a040 Chang S. Bae    2021-10-21  1578  
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1579  	/* Only free valloc'ed state */
 c270ce393dfd70 Thomas Gleixner 2022-01-05 @1580  	if (curfps && curfps->is_valloc)
+                                                            ^^^^^^
+Checked too late
+
 500afbf645a040 Chang S. Bae    2021-10-21  1581  		vfree(curfps);
 c270ce393dfd70 Thomas Gleixner 2022-01-05  1582  
 500afbf645a040 Chang S. Bae    2021-10-21  1583  	return 0;
 500afbf645a040 Chang S. Bae    2021-10-21  1584  }
-500afbf645a040 Chang S. Bae    2021-10-21  1585  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
-https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
+https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
diff --git a/a/content_digest b/N2/content_digest
index 9835888..b611331 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,20 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)\0"
- "Date\0Tue, 25 Jan 2022 03:23:58 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Wed, 26 Jan 2022 13:16:48 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Thomas Gleixner <tglx@linutronix.de>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  linux-kernel@vger.kernel.org
+  Paolo Bonzini <pbonzini@redhat.com>
+  Jing Liu <jing2.liu@intel.com>
+ " Yang Zhong <yang.zhong@intel.com>\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Thomas Gleixner <tglx@linutronix.de>\n"
- "CC: Paolo Bonzini <pbonzini@redhat.com>\n"
- "CC: Jing Liu <jing2.liu@intel.com>\n"
- "CC: Yang Zhong <yang.zhong@intel.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0\n"
  "commit: c270ce393dfd700e7510a4579568deeefba954fd x86/fpu: Add guest support to xfd_enable_feature()\n"
- "date:   10 days ago\n"
- ":::::: branch date: 27 hours ago\n"
- ":::::: commit date: 10 days ago\n"
- "config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp(a)intel.com/config)\n"
+ "config: x86_64-randconfig-m001-20220124 (https://download.01.org/0day-ci/archive/20220125/202201250223.SYDiQopU-lkp@intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -27,27 +24,8 @@
  "New smatch warnings:\n"
  "arch/x86/kernel/fpu/xstate.c:1580 fpstate_realloc() warn: variable dereferenced before check 'curfps' (see line 1559)\n"
  "\n"
- "Old smatch warnings:\n"
- "arch/x86/kernel/fpu/xstate.c:375 os_xrstor_booting() warn: mask and shift to zero\n"
- "\n"
  "vim +/curfps +1580 arch/x86/kernel/fpu/xstate.c\n"
  "\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1501  \n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1502  /**\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1503   * fpstate_realloc - Reallocate struct fpstate for the requested new features\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1504   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1505   * @xfeatures:\tA bitmap of xstate features which extend the enabled features\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1506   *\t\tof that task\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1507   * @ksize:\tThe required size for the kernel buffer\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1508   * @usize:\tThe required size for user space buffers\n"
- "c270ce393dfd70 Thomas Gleixner 2022-01-05  1509   * @guest_fpu:\tPointer to a guest FPU container. NULL for host allocations\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1510   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1511   * Note vs. vmalloc(): If the task with a vzalloc()-allocated buffer\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1512   * terminates quickly, vfree()-induced IPIs may be a concern, but tasks\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1513   * with large states are likely to live longer.\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1514   *\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1515   * Returns: 0 on success, -ENOMEM on allocation error.\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1516   */\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1517  static int fpstate_realloc(u64 xfeatures, unsigned int ksize,\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1518  \t\t\t   unsigned int usize, struct fpu_guest *guest_fpu)\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1519  {\n"
@@ -91,6 +69,9 @@
  "500afbf645a040 Chang S. Bae    2021-10-21  1557  \t\tfpregs_restore_userregs();\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1558  \n"
  "500afbf645a040 Chang S. Bae    2021-10-21 @1559  \tnewfps->xfeatures = curfps->xfeatures | xfeatures;\n"
+ "                                                                            ^^^^^^^^^^^^^^^^^\n"
+ "Unchecked dereference\n"
+ "\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1560  \tnewfps->user_xfeatures = curfps->user_xfeatures | xfeatures;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1561  \tnewfps->xfd = curfps->xfd & ~xfeatures;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1562  \n"
@@ -112,14 +93,16 @@
  "500afbf645a040 Chang S. Bae    2021-10-21  1578  \n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1579  \t/* Only free valloc'ed state */\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05 @1580  \tif (curfps && curfps->is_valloc)\n"
+ "                                                            ^^^^^^\n"
+ "Checked too late\n"
+ "\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1581  \t\tvfree(curfps);\n"
  "c270ce393dfd70 Thomas Gleixner 2022-01-05  1582  \n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1583  \treturn 0;\n"
  "500afbf645a040 Chang S. Bae    2021-10-21  1584  }\n"
- "500afbf645a040 Chang S. Bae    2021-10-21  1585  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
- https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
+ https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
 
-2810761aa12e12a0389486b290d844147d576096c8fb86159b7a8188468a50c1
+00bf82ca3c6d9a5efe4e5702ca481c4ef76c2332c1ee70004d063b83c9fcf5f9

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.