summaryrefslogtreecommitdiffstats
path: root/drivers/of/module.c
AgeCommit message (Expand)AuthorLines
2024-10-16of: module: remove strlen() call in of_modalias()Sergey Shtylyov-3/+1
2024-05-17Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+4
2024-05-08of: module: add buffer overflow check in of_modalias()Sergey Shtylyov-3/+4
2024-03-27of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov-0/+8
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal-0/+30
2023-04-05of: Move of_modalias() to module.cMiquel Raynal-0/+44