Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1259853 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2015-10-31 00:30 +0100 |
| Last post | 2015-10-31 00:40 +0100 |
| Articles | 2 — 2 participants |
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 2/2] sound: soc: Add Cygnus audio driver Arnd Bergmann <arnd@arndb.de> - 2015-10-31 00:30 +0100
Re: [PATCH 2/2] sound: soc: Add Cygnus audio driver simran rai <ssimran@broadcom.com> - 2015-10-31 00:40 +0100
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2015-10-31 00:30 +0100 |
| Subject | Re: [PATCH 2/2] sound: soc: Add Cygnus audio driver |
| Message-ID | <qprhn-3F0-15@gated-at.bofh.it> |
On Saturday 31 October 2015 07:20:17 kbuild test robot wrote: > > 785 dev_dbg(rtd->cpu_dai->dev, "%s: size 0x%x @ 0x%p\n", > 786 __func__, size, buf->area); > Both reports are for the same bug: the "0x%x" should be "0x%zx". There is another bug in the same line: "0x%p" should be "%pK", to avoid the duplicate "0x" and to not leak the pointer when kptr_restrict is set. Arnd -- 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 | simran rai <ssimran@broadcom.com> |
|---|---|
| Date | 2015-10-31 00:40 +0100 |
| Message-ID | <qprr3-3I5-9@gated-at.bofh.it> |
| In reply to | #1259853 |
Hi Arnd, On 10/30/2015 4:28 PM, Arnd Bergmann wrote: > On Saturday 31 October 2015 07:20:17 kbuild test robot wrote: >> > 785 dev_dbg(rtd->cpu_dai->dev, "%s: size 0x%x @ 0x%p\n", >> 786 __func__, size, buf->area); >> > Both reports are for the same bug: the "0x%x" should be "0x%zx". > > There is another bug in the same line: "0x%p" should be "%pK", > to avoid the duplicate "0x" and to not leak the pointer when > kptr_restrict is set. > > Arnd I will fix both of these in the next patchset, early next week. If there are any other comments/suggestions, please let me know. Thanks for the feedback. Simran -- 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