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

diff --git a/a/1.txt b/N1/1.txt
index 08b0283..78ca2f4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,23 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-In-Reply-To: <20211220111901.23206-2-johan@kernel.org>
-References: <20211220111901.23206-2-johan@kernel.org>
-TO: Johan Hovold <johan@kernel.org>
-
 Hi Johan,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on johan-usb-serial/usb-next]
-[also build test WARNING on usb/usb-testing linus/master balbi-usb/testing/next peter-chen-usb/for-usb-next v5.16-rc8]
-[cannot apply to next-20220105]
-[If your patch is applied to the wrong git tree, kindly drop us a note.
-And when submitting patch, we suggest to use '--base' as documented in
-https://git-scm.com/docs/git-format-patch]
-
 url:    https://github.com/0day-ci/linux/commits/Johan-Hovold/gnss-add-USB-support/20211220-192005
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git usb-next
-:::::: branch date: 2 weeks ago
-:::::: commit date: 2 weeks ago
 config: parisc-randconfig-m031-20220105 (https://download.01.org/0day-ci/archive/20220106/202201060110.w9bLWwnW-lkp(a)intel.com/config)
 compiler: hppa-linux-gcc (GCC) 11.2.0
 
@@ -30,7 +14,6 @@ drivers/gnss/usb.c:155 gnss_usb_probe() warn: missing error code 'ret'
 
 vim +/ret +155 drivers/gnss/usb.c
 
-8b66a253fbf538 Johan Hovold 2021-12-20  116  
 8b66a253fbf538 Johan Hovold 2021-12-20  117  static int gnss_usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
 8b66a253fbf538 Johan Hovold 2021-12-20  118  {
 8b66a253fbf538 Johan Hovold 2021-12-20  119  	struct usb_device *udev = interface_to_usbdev(intf);
@@ -64,12 +47,18 @@ vim +/ret +155 drivers/gnss/usb.c
 8b66a253fbf538 Johan Hovold 2021-12-20  147  	urb = usb_alloc_urb(0, GFP_KERNEL);
 8b66a253fbf538 Johan Hovold 2021-12-20  148  	if (!urb)
 8b66a253fbf538 Johan Hovold 2021-12-20  149  		goto err_put_gdev;
+
+ret = -ENOMEM;
+
 8b66a253fbf538 Johan Hovold 2021-12-20  150  
 8b66a253fbf538 Johan Hovold 2021-12-20  151  	buf_len = max(usb_endpoint_maxp(in), GNSS_USB_READ_BUF_LEN);
 8b66a253fbf538 Johan Hovold 2021-12-20  152  
 8b66a253fbf538 Johan Hovold 2021-12-20  153  	buf = kzalloc(buf_len, GFP_KERNEL);
 8b66a253fbf538 Johan Hovold 2021-12-20  154  	if (!buf)
 8b66a253fbf538 Johan Hovold 2021-12-20 @155  		goto err_free_urb;
+
+ret = -ENOMEM;
+
 8b66a253fbf538 Johan Hovold 2021-12-20  156  
 8b66a253fbf538 Johan Hovold 2021-12-20  157  	usb_fill_bulk_urb(urb, udev,
 8b66a253fbf538 Johan Hovold 2021-12-20  158  			usb_rcvbulkpipe(udev, usb_endpoint_num(in)),
@@ -100,7 +89,6 @@ vim +/ret +155 drivers/gnss/usb.c
 8b66a253fbf538 Johan Hovold 2021-12-20  183  
 8b66a253fbf538 Johan Hovold 2021-12-20  184  	return ret;
 8b66a253fbf538 Johan Hovold 2021-12-20  185  }
-8b66a253fbf538 Johan Hovold 2021-12-20  186  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index 3bd2def..9b471b1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,14 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020211220111901.23206-2-johan@kernel.org\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH 1/2] gnss: add USB support\0"
- "Date\0Thu, 06 Jan 2022 01:20:13 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Fri, 07 Jan 2022 11:15:07 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "In-Reply-To: <20211220111901.23206-2-johan@kernel.org>\n"
- "References: <20211220111901.23206-2-johan@kernel.org>\n"
- "TO: Johan Hovold <johan@kernel.org>\n"
- "\n"
  "Hi Johan,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on johan-usb-serial/usb-next]\n"
- "[also build test WARNING on usb/usb-testing linus/master balbi-usb/testing/next peter-chen-usb/for-usb-next v5.16-rc8]\n"
- "[cannot apply to next-20220105]\n"
- "[If your patch is applied to the wrong git tree, kindly drop us a note.\n"
- "And when submitting patch, we suggest to use '--base' as documented in\n"
- "https://git-scm.com/docs/git-format-patch]\n"
- "\n"
  "url:    https://github.com/0day-ci/linux/commits/Johan-Hovold/gnss-add-USB-support/20211220-192005\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git usb-next\n"
- ":::::: branch date: 2 weeks ago\n"
- ":::::: commit date: 2 weeks ago\n"
  "config: parisc-randconfig-m031-20220105 (https://download.01.org/0day-ci/archive/20220106/202201060110.w9bLWwnW-lkp(a)intel.com/config)\n"
  "compiler: hppa-linux-gcc (GCC) 11.2.0\n"
  "\n"
@@ -36,7 +21,6 @@
  "\n"
  "vim +/ret +155 drivers/gnss/usb.c\n"
  "\n"
- "8b66a253fbf538 Johan Hovold 2021-12-20  116  \n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  117  static int gnss_usb_probe(struct usb_interface *intf, const struct usb_device_id *id)\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  118  {\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  119  \tstruct usb_device *udev = interface_to_usbdev(intf);\n"
@@ -70,12 +54,18 @@
  "8b66a253fbf538 Johan Hovold 2021-12-20  147  \turb = usb_alloc_urb(0, GFP_KERNEL);\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  148  \tif (!urb)\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  149  \t\tgoto err_put_gdev;\n"
+ "\n"
+ "ret = -ENOMEM;\n"
+ "\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  150  \n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  151  \tbuf_len = max(usb_endpoint_maxp(in), GNSS_USB_READ_BUF_LEN);\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  152  \n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  153  \tbuf = kzalloc(buf_len, GFP_KERNEL);\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  154  \tif (!buf)\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20 @155  \t\tgoto err_free_urb;\n"
+ "\n"
+ "ret = -ENOMEM;\n"
+ "\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  156  \n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  157  \tusb_fill_bulk_urb(urb, udev,\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  158  \t\t\tusb_rcvbulkpipe(udev, usb_endpoint_num(in)),\n"
@@ -106,10 +96,9 @@
  "8b66a253fbf538 Johan Hovold 2021-12-20  183  \n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  184  \treturn ret;\n"
  "8b66a253fbf538 Johan Hovold 2021-12-20  185  }\n"
- "8b66a253fbf538 Johan Hovold 2021-12-20  186  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-ce32c03fbd40e96d3ac61f06f2dc5456b49c3b8de938629f479dc596ab6110ec
+144a1a092c775869a230cc020203ec5a889fc865cb2c35f80f601341905bdc92

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.