[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v8 3/3] CHANGELOG.md: Mention stack-protector feature
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Mon, 7 Apr 2025 22:40:28 +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=HTaXM1YcpRWAmexAanCUNtB3dc8utxSCTc4qJp2hJ04=; b=QN591Pt8xdCRab4iDb47/j/fHE8rxfFIbAks8pq1A1OfVWHl2+xL3uuqVs5U+aJAKBLHM0kKOhwtZw5w/oiicQ4khmczv5w+xFTy8ACnYlRmU5ILimWkhESKGYgJ+/PGTlSpMXZ1+vHdCjciqTYz8gsYIosh2g9fyM6M0JCnPLeUiHnvuaTCX741biUOwXuWSOgH2KVd5O0rMELmVv1x7hqAYWenzOY5LURmYqRCvv3FZkTVTQtLcK++Ipy8Cg9yu+Y42RQ2IMHETFlNZAawcMyQ+zTv+EKM04OjSx/hRqe/txq0ipYal6liRkput12qDdVIUyRvl0562rs0K5VasA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ts+7hrCwA5c8rg/Zgx9flDNHN3dzigNBYFsgy106xd5PBfF52l5gAeZdmv3HUgP6Gv0tf9i46RWLvAqT0e/dHM/cxRRU6Rahvz1aXqFOewn0AsE6DTkAdQjNV2pdK7hIv8mDaIB58zuAK6AdPiNaYfSW9FyGKX8ewz1jYyzD189VZyIFmSAS0VGQpqfyk03a5SdUBG/mMW1JiSl9rtq3rGG4vltUKqqLoQo6eMrgEsGd8TzYrj2UtSiAsw3ZCwgKpCpEQ0RHXmtaMzDfCVsq2FwYFqp3+8pbBwwLTOEyS5GqQlCakvZWp1DPCva4QdWn0ElkezrC008JoaemUq0n8g==
- 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>
- Delivery-date: Mon, 07 Apr 2025 22:40:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHbqA4P46MaoNq1rU+9TN2F/tJcNQ==
- Thread-topic: [PATCH v8 3/3] 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>
Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
Changes in v7:
- Moved the change to v4.21
- Added Oleksii's acked-by tag
Changes in v6:
- Dropped Andrew's R-b tag because there is little chance that this
series will be included in 4.20, so this patch should be reworked for
4.21
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f6afa5c85..d3dd31dea2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,9 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
capability usage is not yet supported on PVH dom0).
- Smoke tests for the FreeBSD Xen builds in Cirrus CI.
+ - On Arm:
+ - Ability to enable stack protector
+
### Removed
##
[4.20.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.20.0)
- 2025-03-05
--
2.48.1
|