-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
90 lines (61 loc) · 5.22 KB
/
index.xml
File metadata and controls
90 lines (61 loc) · 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Kernelim Ltd</title>
<link>/</link>
<description>Recent content on Kernelim Ltd</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 28 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Announcing 3rd-party KASAN support (Address Sanitizer) for CentOS 7.6</title>
<link>/posts/2019-03-28-kasan-for-centos-v2/</link>
<pubDate>Thu, 28 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/2019-03-28-kasan-for-centos-v2/</guid>
<description><p>The <a href="https://github.com/google/sanitizers">Google sanitizer</a> project provides a set of enhancements to compilers along with run-time support for validating code&rsquo;s correctness. In previous years, a large effort was made to introduce those sanitizers into the Linux kernel, and this support is now in <a href="https://www.kernel.org/doc/html/v4.17/dev-tools/kasan.html">mainline</a>.</p>
<p>However, many old Linux systems generally do not benefit from these recent enhancements.</p>
<p>One of those earlier kernels is the one supplied by CentOS 7.x. Recognizing that it may be beneficial to have KASAN under <a href="https://en.wikipedia.org/wiki/CentOS">CentOS</a> 7.x systems, I&rsquo;ve made an effort to port the KASAN code base from the mainline Linux kernel v4.17 back to CentOS 7.x.</p>
<p>The v2 release is available as a <a href="https://wiki.centos.org/HowTos/RebuildSRPM">Source RPM for CentOS</a>, and it produces a <code>kernel-kasan</code> RPM that is based on version <code>3.10.0-957.10.1.el7.x86_64</code> of the CentOS kernel.</p>
<p>Here is the link on Github:</p>
<p><a href="https://github.com/kernelim/centos-kasan/releases/tag/centos-kasan-v2">centos-kasan-v2</a>.</p>
<p>(<a href="../2018-08-13-kasan-for-centos">link to the original v1 announcement</a>)</p>
<p>To inquire about additional support, please <a href="mailto:dan@kernelim.com">email me</a>.</p>
<p>&nbsp;&nbsp; — Dan Aloni</p>
</description>
</item>
<item>
<title>Announcing 3rd-party KASAN support (Address Sanitizer) for CentOS 7.5</title>
<link>/posts/2018-08-13-kasan-for-centos/</link>
<pubDate>Mon, 13 Aug 2018 00:00:00 +0000</pubDate>
<guid>/posts/2018-08-13-kasan-for-centos/</guid>
<description><p>The <a href="https://github.com/google/sanitizers">Google sanitizer</a> project provides a set of enhancements to compilers along with run-time support for validating code&rsquo;s correctness. In previous years, a large effort was made to introduce those sanitizers into the Linux kernel, and this support is now in <a href="https://www.kernel.org/doc/html/v4.17/dev-tools/kasan.html">mainline</a>.</p>
<p>However, many old Linux systems generally do not benefit from these recent enhancements.</p>
<p>One of those earlier kernels is the one supplied by CentOS 7.x. Recognizing that it may be beneficial to have KASAN under <a href="https://en.wikipedia.org/wiki/CentOS">CentOS</a> 7.x systems, I&rsquo;ve made an effort to port the KASAN code base from the mainline Linux kernel v4.17 back to CentOS 7.x.</p>
<p>The v1 release is available as a <a href="https://wiki.centos.org/HowTos/RebuildSRPM">Source RPM for CentOS</a>, and it produces a <code>kernel-kasan</code> RPM that is based on version <code>3.10.0-862.9.1.el7.v1.x86_64</code> of the CentOS kernel.</p>
<p>Here is the link on Github:</p>
<p><a href="https://github.com/kernelim/centos-kasan/releases/tag/centos-kasan-v1">centos-kasan-v1</a>.</p>
<p>To inquire about additional support, please <a href="mailto:dan@kernelim.com">email me</a>.</p>
<p>&nbsp;&nbsp; — Dan Aloni</p>
<p><img src="/static/images/centos-kasan-v1.png" alt="centos-kasan-v1-screenshot" /></p>
</description>
</item>
<item>
<title>About</title>
<link>/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/about/</guid>
<description><p>All software provided here is published according to the respective open source licenses.</p>
<p>To inquire about additional support, please <a href="mailto:dan@kernelim.com">email me</a>.</p>
<p>&nbsp;&nbsp; — Dan Aloni</p>
</description>
</item>
<item>
<title>Archives</title>
<link>/archives/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/archives/</guid>
<description></description>
</item>
</channel>
</rss>