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

Configure Feed

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

at v6.17 11 lines 232 B view raw
1SECTIONS 2{ 3 . = ALIGN(4096); 4 .note.gnu.build-id : { *(.note.gnu.build-id) } 5 . = ALIGN(4096); 6} 7INSERT AFTER .text; 8 9build_id_start = ADDR(.note.gnu.build-id); 10build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id); 11