Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1256894 > unrolled thread
| Started by | kbuild test robot <lkp@intel.com> |
|---|---|
| First post | 2015-10-27 17:20 +0100 |
| Last post | 2015-10-27 17:20 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v12 1/5] lightnvm: Support for Open-Channel SSDs kbuild test robot <lkp@intel.com> - 2015-10-27 17:20 +0100
[PATCH] lightnvm: fix memdup_user.cocci warnings kbuild test robot <lkp@intel.com> - 2015-10-27 17:20 +0100
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2015-10-27 17:20 +0100 |
| Subject | Re: [PATCH v12 1/5] lightnvm: Support for Open-Channel SSDs |
| Message-ID | <qof8B-7mI-5@gated-at.bofh.it> |
Hi Matias, [auto build test WARNING on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Matias-Bj-rling/Support-for-Open-Channel-SSDs/20151027-230440 coccinelle warnings: (new ones prefixed by >>) >> drivers/lightnvm/core.c:657:8-15: WARNING opportunity for memdup_user Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2015-10-27 17:20 +0100 |
| Subject | [PATCH] lightnvm: fix memdup_user.cocci warnings |
| Message-ID | <qof8C-7mI-37@gated-at.bofh.it> |
| In reply to | #1256894 |
drivers/lightnvm/core.c:657:8-15: WARNING opportunity for memdup_user Use memdup_user rather than duplicating its implementation This is a little bit restricted to reduce false positives Generated by: scripts/coccinelle/api/memdup_user.cocci CC: Matias Bjørling <m@bjorling.me> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- 0 files changed rule starting on line 17: position variables or mixed modifs interfere with comm_assoc isobool ( ( ( (unknown *to == NULL) >>> IS_ERR(rule starting on line 17:to) | !unknown *to >>> IS_ERR(rule starting on line 17:to) ) | (unknown *NULL == unknown *to) >>> IS_ERR(rule starting on line 17:to) ) || ...) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web