[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 4/4] CHANGELOG.md: Mention stack-protector feature
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Thu, 13 Feb 2025 22:00:27 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=dC4E0y7GCBB8QCy6nu9FsWtrUcadfH6fs2ftLDFO9gI=; b=T/Nvwqb2kihn+ws/DHYgHXz7MpHUGINv/2X1z/Y4xzoKraEzbDP3/WaIWMKZy5pSDcVM9WHT4UqcpZ2dld7KNHEjYPQ1PRhiM5eQV7Ls+il8QZK5AN7or6xYVGH0FaHhiITOLazb/bRclAhVC+0s8QQy7omHLDISN0gwqGA0x9DlzPQO51/HOF8Pzji7Zp9yL50Y1R7VuNXpWUn2gWULjMlFdX+XtlLBf7FF/TOf8nybH+6NFZbIRHhqow9aUMwiUmaeq7//XVVtjY9e12SUIVKLeE19L/em3dXSIHRZcrL/6DWYypJAOU7Wj33yLcR+sriovZQdDds674RH056APw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=IOxm1UISlyebw7mHGnGuPTdIBmEOp3GwCDdj2szcNJC6Mzl973BHYCF1q7FEogzSuImSdMpNnUZxQ8JPkK7IS528Rf0iSmbu/HQbDdR63455DOphrMrpQdbVeuFjBVjph8XLaBNScyrqN2dHadTfacBHs+OxZnxsR1Q5/Cot9ZNB+ZiO3dJRRbqakXc2KF39FzWN09RwRlQenkFFc49P6hURbV/2y1zZ5eH/vBIayyS4a1NGUWHFqHUJ/1U/bWoRxgTvoQSssf8zW4H9uPmjI0Qz8Nuw1bSYSsVcOotK6Fj5NY3CTi4Y70M2sReanqnVF618UEjQWgKEDwTQmvraxw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Community Manager <community.manager@xxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Thu, 13 Feb 2025 22:00:41 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHbfmKw/yJjvs5bUE6jn7pI8tvp/w==
- Thread-topic: [PATCH v5 4/4] CHANGELOG.md: Mention stack-protector feature
Stack protector is meant to be enabled on all architectures, but
currently it is tested (and enabled) only on ARM, so mention it in ARM
section.
Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1de1d1eca1..4cac4079f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
- Basic handling for SCMI requests over SMC using Shared Memory, by allowing
forwarding the calls to EL3 FW if coming from hwdom.
- Support for LLC (Last Level Cache) coloring.
+ - Ability to enable stack protector
- On x86:
- xl suspend/resume subcommands.
- `wallclock` command line option to select time source.
--
2.47.1
|