From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 92e828b3b0b59a29736b10c1b29bd7583950835a Date: Wed, 10 Jun 2020 15:18:47 +0000 Message-ID: <49hrHC37B8z2xfh@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3580616340402886904==" List-Id: --===============3580616340402886904== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 92e828b3b0b59a29736b10c1b29bd7583950835a (commit) from a5e577d083a3413c0bd8a49c38dca1f689a6378a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92e828b3b0b59a29736b10c1b29bd7583950835a Author: Peter M=C3=BCller Date: Tue Jun 9 18:51:12 2020 +0000 kernel: disable CONFIG_UPROBES =20 Quoted from #12433: > Uprobes is the user-space counterpart to kprobes: they enable instrumen= tation > 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. ) =20 IMHO this can be safely disabled, as there is little if any need to debug userspace programs _that_ deeply on an IPFire machine. =20 Fixes: #12433 =20 Cc: Arne Fitzenreiter Signed-off-by: Peter M=C3=BCller Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 2 +- config/kernel/kernel.config.armv5tel-ipfire-multi | 2 +- config/kernel/kernel.config.i586-ipfire | 2 +- config/kernel/kernel.config.x86_64-ipfire | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kerne= l.config.aarch64-ipfire index 605c0886a..e78564569 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -227,7 +227,7 @@ CONFIG_TRACEPOINTS=3Dy # CONFIG_KPROBES is not set CONFIG_JUMP_LABEL=3Dy CONFIG_STATIC_KEYS_SELFTEST=3Dy -CONFIG_UPROBES=3Dy +# CONFIG_UPROBES is not set # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=3Dy CONFIG_HAVE_KPROBES=3Dy diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kerne= l/kernel.config.armv5tel-ipfire-multi index e190d8990..10ae01dcc 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -225,7 +225,7 @@ CONFIG_HAVE_OPROFILE=3Dy # CONFIG_KPROBES is not set CONFIG_JUMP_LABEL=3Dy CONFIG_STATIC_KEYS_SELFTEST=3Dy -CONFIG_UPROBES=3Dy +# CONFIG_UPROBES is not set # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=3Dy CONFIG_ARCH_USE_BUILTIN_BSWAP=3Dy diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.c= onfig.i586-ipfire index 55fc6828d..3cb89c86d 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -242,7 +242,7 @@ CONFIG_OPROFILE_NMI_TIMER=3Dy # CONFIG_KPROBES is not set CONFIG_JUMP_LABEL=3Dy CONFIG_STATIC_KEYS_SELFTEST=3Dy -CONFIG_UPROBES=3Dy +# CONFIG_UPROBES is not set # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=3Dy CONFIG_ARCH_USE_BUILTIN_BSWAP=3Dy diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index f64332227..974316c5d 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -251,7 +251,7 @@ CONFIG_OPROFILE_NMI_TIMER=3Dy # CONFIG_KPROBES is not set CONFIG_JUMP_LABEL=3Dy CONFIG_STATIC_KEYS_SELFTEST=3Dy -CONFIG_UPROBES=3Dy +# CONFIG_UPROBES is not set # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=3Dy CONFIG_ARCH_USE_BUILTIN_BSWAP=3Dy hooks/post-receive -- IPFire 2.x development tree --===============3580616340402886904==--