]> git.ipfire.org Git - ipfire-2.x.git/commit
kernel: disable CONFIG_UPROBES
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 9 Jun 2020 18:51:12 +0000 (18:51 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 10 Jun 2020 15:18:36 +0000 (15:18 +0000)
commit92e828b3b0b59a29736b10c1b29bd7583950835a
treec10c6e4740ff99d1a240076391103fd88a8b497d
parenta5e577d083a3413c0bd8a49c38dca1f689a6378a
kernel: disable CONFIG_UPROBES

Quoted from #12433:
> Uprobes is the user-space counterpart to kprobes: they enable instrumentation
> applications (such as 'perf probe') to establish unintrusive probes in
> user-space binaries and libraries, by executing handler functions when the
> probes are hit by user-space applications.
>
> ( These probes come in the form of single-byte breakpoints, managed by the
> kernel and kept transparent to the probed application. )

IMHO this can be safely disabled, as there is little if any need to debug
userspace programs _that_ deeply on an IPFire machine.

Fixes: #12433
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/kernel/kernel.config.aarch64-ipfire
config/kernel/kernel.config.armv5tel-ipfire-multi
config/kernel/kernel.config.i586-ipfire
config/kernel/kernel.config.x86_64-ipfire