]> git.baikalelectronics.ru Git - kernel.git/commit
mm/util.c: update the kerneldoc for kstrdup_const()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 16 Oct 2020 03:07:39 +0000 (20:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:17 +0000 (11:11 -0700)
commit7180548fa08443b2479d108c6091220a820b6733
treedfbb18edaa5be3a2400779c804d9c41903e8aa2b
parentb062555cf880e6baf00c04ef11064334b1216121
mm/util.c: update the kerneldoc for kstrdup_const()

Memory allocated with kstrdup_const() must not be passed to regular
krealloc() as it is not aware of the possibility of the chunk residing in
.rodata.  Since there are no potential users of krealloc_const() at the
moment, let's just update the doc to make it explicit.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200817173927.23389-1-brgl@bgdev.pl
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/util.c