Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull objtool fix from Borislav Petkov:
"Fix a potential truncated string warning triggered by gcc12"

* tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
objtool: Fix truncated string warning

+1 -1
+1 -1
tools/objtool/check.c
··· 2854 2854 2855 2855 static inline const char *call_dest_name(struct instruction *insn) 2856 2856 { 2857 - static char pvname[16]; 2857 + static char pvname[19]; 2858 2858 struct reloc *rel; 2859 2859 int idx; 2860 2860