[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230416190219.2600911-1-joanbrugueram@gmail.com>
Date: Sun, 16 Apr 2023 19:02:19 +0000
From: Joan Bruguera Micó <joanbrugueram@...il.com>
To: jpoimboe@...nel.org
Cc: i.pear@...look.com, acme@...nel.org, alan.maguire@...cle.com,
alexandref75@...il.com, bpf@...r.kernel.org, dxu@...uu.xyz,
jforbes@...hat.com, linux-kernel@...r.kernel.org,
olsajiri@...il.com, peterz@...radead.org, ptalbert@...hat.com,
yhs@...com
Subject: [PATCH] vmlinux.lds.h: Discard .note.gnu.property section
Two small nitpicks:
> Link: https://lkml.kernel.org/lkml/57830c30-cd77-40cf-9cd1-3bb608aa602e@app.fastmail.com
This link is "semi-broken", it should go to /bpf/ instead of /lkml/.
> /DISCARD/ : { *(.note.GNU-stack) } \
> + /DISCARD/ : { *(.note.gnu.property) } \
Both discards can go in the same DISCARD block.
(just style; it's how it's most often done in other linker scripts)
Powered by blists - more mailing lists