summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@manguebit.org>2025-07-26 13:45:43 -0300
committerSteve French <stfrench@microsoft.com>2025-07-28 09:42:05 -0500
commit60c9511253d508bbc9df8d988f38ce2a633ead86 (patch)
tree7254bcce725609525456aaa19542d1930d64220a /tools/perf/scripts/python/bin/stackcollapse-report
parent1b6075ebd34da9c79243416f4c24d418fa490059 (diff)
downloadkernel-60c9511253d508bbc9df8d988f38ce2a633ead86.tar.gz
smb: client: get rid of kstrdup() when parsing domain mount option
Steal string reference from @param->string rather than duplicating it. Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.org> Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
nclude/linux/fortify-string.h?h=linux-6.13.y&id=605395cd7ceded5842c8ba6763ea24feee690c87'>fortify: Add protection for strlcat()Kees Cook 2023-05-16fortify: Use const variables for __member_size trackingKees Cook 2023-05-16fortify: strscpy: Fix flipped q and p docstring typoArne Welzel 2023-01-05fortify: Use __builtin_dynamic_object_size() when availableKees Cook 2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-11-04Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-11-01fortify: Do not cast to "unsigned char"Kees Cook 2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook 2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook 2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook 2022-10-28fortify: Capture __bos() results in const temp varsKees Cook 2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko 2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-10-03x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko 2022-09-26fortify: Convert to struct vs member helpersKees Cook 2022-09-26fortify: Explicitly check bounds are compile-time constantsKees Cook 2022-09-07fortify: Add run-time WARN for cross-field memcpy()Kees Cook 2022-09-07fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook 2022-09-07fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook 2022-09-07string: Introduce strtomem() and strtomem_pad()Kees Cook 2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook 2022-02-13fortify: Add Clang supportKees Cook 2022-02-13fortify: Make sure strlen() may still be used as a constant expressionKees Cook 2022-02-13fortify: Use __diagnose_as() for better diagnostic coverageKees Cook 2022-02-13fortify: Make pointer arguments constKees Cook 2022-02-13fortify: Replace open-coded __gnu_inline attributeKees Cook 2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook 2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook 2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook