https://github.com/torvalds/linux
Revision 1fd9f4ce8442e34d4f817924d191d2855cdb80c5 authored by Linus Torvalds on 05 June 2022, 17:49:42 UTC, committed by Linus Torvalds on 05 June 2022, 17:49:42 UTC
Pull x86 boot update from Thomas Gleixner:
 "Use strlcpy() instead of strscpy() in arch_setup()"

* tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/setup: Use strscpy() to replace deprecated strlcpy()
2 parent s c049ecc + 8a33d96
Raw File
Tip revision: 1fd9f4ce8442e34d4f817924d191d2855cdb80c5 authored by Linus Torvalds on 05 June 2022, 17:49:42 UTC
Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 1fd9f4c
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top