kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* RO data
@ 2018-12-03  6:59 Nicholas Mc Guire
  0 siblings, 0 replies; only message in thread
From: Nicholas Mc Guire @ 2018-12-03  6:59 UTC (permalink / raw)
  To: kernelnewbies


HI !

 devm_kstrdup_const() will check if the pointer passed
 in is in the RO data section with is_kernel_rodata()
 But this is simply a check for address range - so how
 can one find out at code level reliably what will be in
 that RO data - or is that in principle not possible ?

 The background of this question is that there are cases
 of devm_kstrdup() that do not check the return value
 which can be NULL and are not safe - but rather than
 simply checking the return some look like they could
 be converted to devm_kstrdup_const() which would solve
 the issue in a better way e.g. 
   drivers/hwtracing/coresight/of_coresight.c:of_coresight_parse_endpoint()
 is such a case - so is there are reliable way to 
 assure that some object is in the RO section ? or 
 must one simply assume that it could be RW ?

thx!
hofrat

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-03  6:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03  6:59 RO data Nicholas Mc Guire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).