From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/
Date: Mon, 16 Aug 2021 19:15:43 +0000 (UTC) [thread overview]
Message-ID: <1629141336.eecd3bfcaabc16c9e691299200fc6319e991f790.conikost@gentoo> (raw)
commit: eecd3bfcaabc16c9e691299200fc6319e991f790
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 19:15:12 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 19:15:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecd3bfc
sys-block/arcconf: add check for vsyscall
VSYSCALL is needed, as otherwise arcconf will directly segfault upon
calling.
Closes: https://bugs.gentoo.org/802834
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-block/arcconf/arcconf-3.07.23971.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sys-block/arcconf/arcconf-3.07.23971.ebuild b/sys-block/arcconf/arcconf-3.07.23971.ebuild
index f64c4f84d87..7d1a6ad982b 100644
--- a/sys-block/arcconf/arcconf-3.07.23971.ebuild
+++ b/sys-block/arcconf/arcconf-3.07.23971.ebuild
@@ -24,8 +24,9 @@ QA_PREBUILT="usr/bin/arcconf"
pkg_setup() {
# CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
- if linux-info_get_any_version && linux_config_src_exists ; then
- CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
+ # LEGACY_VSYSCALL_NONE makes ARCCONF segaultmakes ARCCONF segault
+ if linux-info_get_any_version && linux_config_src_exists; then
+ CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN !LEGACY_VSYSCALL_NONE"
check_extra_config
fi
}
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 19:15 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-05 21:43 [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/ Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2024-12-31 18:35 Conrad Kostecki
2024-10-15 22:13 Conrad Kostecki
2024-10-15 22:13 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-06 18:30 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-16 21:10 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-01-21 23:32 Conrad Kostecki
2024-01-20 21:22 Conrad Kostecki
2024-01-06 15:02 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-12 0:24 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-07-23 19:34 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-02-21 0:09 Conrad Kostecki
2022-11-02 20:46 Conrad Kostecki
2022-05-05 19:37 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-07-07 19:49 Conrad Kostecki
2021-02-08 9:58 Conrad Kostecki
2021-02-08 9:58 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2020-07-18 21:23 Conrad Kostecki
2020-07-18 19:01 Sam James
2020-05-31 15:52 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-11-15 12:32 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-07-21 21:48 Andreas Sturmlechner
2019-06-18 9:35 Michał Górny
2019-06-09 10:11 Michał Górny
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-09-03 9:27 Patrice Clement
2018-09-03 9:27 Patrice Clement
2018-05-06 21:47 Patrice Clement
2018-05-01 7:48 Michał Górny
2018-05-01 7:48 Michał Górny
2018-05-01 7:48 Michał Górny
2018-02-24 22:34 Patrice Clement
2018-02-21 21:18 Patrice Clement
2018-02-21 18:36 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629141336.eecd3bfcaabc16c9e691299200fc6319e991f790.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox