<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kernel Archives | Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.clever.cloud/blog/tag/kernel/</link>
	<description>From Code to Product</description>
	<lastBuildDate>Tue, 26 May 2026 14:01:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>Kernel Archives | Clever Cloud</title>
	<link>https://www.clever.cloud/blog/tag/kernel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How Clever Cloud responds to kernel vulnerabilities</title>
		<link>https://www.clever.cloud/blog/engineering/2026/05/26/how-clever-cloud-responds-to-kernel-vulnerabilities/</link>
		
		<dc:creator><![CDATA[Leo Le Levé Dandé]]></dc:creator>
		<pubDate>Tue, 26 May 2026 13:57:15 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[CVE]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.clever.cloud/?p=24388</guid>

					<description><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2026.05 SEO How Clever Cloud responds to kernel vulnerabilities EN" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en-768x341.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>Several recent Linux kernel vulnerabilities have required a swift response from infrastructure operators. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Among them, <a href="https://access.redhat.com/security/vulnerabilities/RHSB-2026-002">Copy Fail</a> and <a href="https://access.redhat.com/security/vulnerabilities/RHSB-2026-003">Dirty Frag</a> drew attention because they involve local privilege escalation scenarios. Copy Fail is tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31431">CVE-2026-31431</a>. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Dirty Frag covers two distinct vulnerabilities, <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43284">CVE-2026-43284</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43500">CVE-2026-43500</a>, tied to Linux kernel components.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At Clever Cloud, we treated these vulnerabilities as critical infrastructure matters. Our goal was twofold: quickly shrink the exposure window, then sustainably improve our kernel selection and deployment process.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This article reviews our approach, the decisions made, and the changes brought to our operations pipeline</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Why these vulnerabilities called for a fast response</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Copy Fail and Dirty Frag belong to the family of local privilege escalation vulnerabilities. In this type of scenario, an attacker must already be able to execute code locally, but can then attempt to gain higher privileges on the affected machine.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Dirty Frag rests on two Linux kernel flaws. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>They notably affect modules related to ESP, used by <a href="https://en.wikipedia.org/wiki/IPsec">IPsec</a>, and to <a href="https://docs.kernel.org/networking/rxrpc.html">RxRPC</a>. On a cloud platform, this type of vulnerability calls for a rapid analysis. The risk is not limited to a single isolated machine. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Scenarios tied to shared environments, containerized workloads, and isolation mechanisms must also be assessed.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What we verified</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We analyzed the potential impact of these vulnerabilities on our environments. This step is not just about reading security advisories. It also involves verifying whether a theoretical scenario can become relevant in our operating context.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the case of Copy Fail, the flaw came under embargo together with its patch. We published a new system image with the patch applied in the days that followed. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Our customers' applications were redeployed shortly after.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the case of Dirty Frag, our internal analyses confirmed that these vulnerabilities had to be taken seriously. ESP modules are enabled in our kernels to support some specific customer needs. Fortunately, RxRPC-related modules are not present in our environment, as they serve no purpose for our usage. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We do not detail the technical steps of the exploitation here, since the purpose of this article is to inform our customers, not to publish a reproducible procedure.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This validation confirmed the operational decision: handle the matter immediately, reduce the exposed surface, then force the necessary redeployments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<table style="border-collapse:collapse;width:100%;font-family:Arial,sans-serif;">
<thead>
<tr style="background:#f5f5f5;">
<th style="border:1px solid #ddd;padding:12px 16px;text-align:left;">Period</th>
<th style="border:1px solid #ddd;padding:12px 16px;text-align:left;">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">April 30, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Fast rollout of initial kernel mitigations</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 7, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Update of kernels affected by the new vulnerabilities</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 8, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Progressive workload redeployment to apply the patches</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 11, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Production release of kernel management integration into the orchestration pipeline</td>
</tr>
</tbody>
</table>
<!-- /wp:html -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Our operational response</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Rolling out immediate measures</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We first applied quick measures on the affected kernels. In the case of Dirty Frag, the publicly recommended measures focus in particular on the kernel components related to ESP and RxRPC.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On Clever Cloud's side, the goal was clear: reduce the identified exposed surfaces and shrink the exposure window without waiting for a standard maintenance cycle.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Redeploying the affected workloads</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A kernel update only matters if the affected systems actually restart on a patched environment. We therefore launched a progressive redeployment of applications, then handled the cases that blocked this redeployment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This phase matters. On a managed platform, the fix is not limited to producing an image or compiling a kernel. The execution chain must also actually use the expected version.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Improving the process along the way</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We also took advantage of this sequence to replace a temporary mechanism with a cleaner integration into our orchestration pipeline.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Concretely, the kernel choice is now passed more explicitly through our internal pipeline, all the way to Supernova, our hypervisor agent. This evolution replaces the stiffer workaround put in place in the heat of the moment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is the central point of this intervention: fix fast, then make the fix more reliable for future operations.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What this changes for Clever Cloud customers</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For customers, the expected effect is simple: reduce exposure without any manual action on their part whenever the platform can handle the redeployment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Clever Cloud runs an architecture that relies in particular on isolation through virtualization. This approach is documented on <a href="https://www.clever-cloud.com/security/">our security pages</a> and in our technical content on running containers inside virtual machines. It does not eliminate every risk, but it limits certain lateral movement scenarios compared to models where multiple workloads share the same execution environment directly.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We avoid, however, presenting this isolation as an absolute guarantee. A kernel vulnerability must always be taken seriously. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is why we combined mitigation, redeployment, and improvement of our operations pipeline.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What we take away</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>This sequence confirms three principles.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>First, a kernel vulnerability must be analyzed in its actual operating context. A public alert is not enough. We need to understand whether the conditions required for exploitation can exist on the platform.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Second, reaction speed matters. The Copy Fail and Dirty Frag vulnerabilities were disclosed publicly within a few days of each other, with analyses published by several players in the Linux and cloud ecosystem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Finally, a useful security response must not only fix the problem of the moment. It must also improve the system that will handle the next incident.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is what we did here: handled the vulnerabilities, shrank the exposure window, and strengthened our kernel management process.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">Q&amp;A</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>What is a local kernel vulnerability?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A local kernel vulnerability is a flaw that already requires execution capability on the affected machine. It can then allow gaining higher privileges, such as root, if the kernel is vulnerable.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Why do these flaws concern cloud platforms?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Cloud platforms run many workloads with isolation mechanisms. A kernel flaw can become critical if it allows crossing certain boundaries between processes, containers, or execution environments.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Are Dirty Frag and Copy Fail the same vulnerability?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Copy Fail is tracked as CVE-2026-31431. Dirty Frag covers CVE-2026-43284 and CVE-2026-43500. These vulnerabilities are close in impact, but they are distinct.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>What action is required from Clever Cloud customers?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No general action is required from customers for environments handled by the platform. The automation brought by Clever Cloud allowed everything to be updated without action needed. Specific cases are tracked individually.<br></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="355" src="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="2026.05 SEO How Clever Cloud responds to kernel vulnerabilities EN" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en.png 800w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en-300x133.png 300w, https://cdn.clever-cloud.com/uploads/2026/05/2026-05-seo-how-clever-cloud-responds-to-kernel-vulnerabilities-en-768x341.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></p><!-- wp:paragraph -->
<p>Several recent Linux kernel vulnerabilities have required a swift response from infrastructure operators. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Among them, <a href="https://access.redhat.com/security/vulnerabilities/RHSB-2026-002">Copy Fail</a> and <a href="https://access.redhat.com/security/vulnerabilities/RHSB-2026-003">Dirty Frag</a> drew attention because they involve local privilege escalation scenarios. Copy Fail is tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31431">CVE-2026-31431</a>. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Dirty Frag covers two distinct vulnerabilities, <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43284">CVE-2026-43284</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43500">CVE-2026-43500</a>, tied to Linux kernel components.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>At Clever Cloud, we treated these vulnerabilities as critical infrastructure matters. Our goal was twofold: quickly shrink the exposure window, then sustainably improve our kernel selection and deployment process.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This article reviews our approach, the decisions made, and the changes brought to our operations pipeline</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Why these vulnerabilities called for a fast response</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Copy Fail and Dirty Frag belong to the family of local privilege escalation vulnerabilities. In this type of scenario, an attacker must already be able to execute code locally, but can then attempt to gain higher privileges on the affected machine.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Dirty Frag rests on two Linux kernel flaws. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>They notably affect modules related to ESP, used by <a href="https://en.wikipedia.org/wiki/IPsec">IPsec</a>, and to <a href="https://docs.kernel.org/networking/rxrpc.html">RxRPC</a>. On a cloud platform, this type of vulnerability calls for a rapid analysis. The risk is not limited to a single isolated machine. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Scenarios tied to shared environments, containerized workloads, and isolation mechanisms must also be assessed.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What we verified</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We analyzed the potential impact of these vulnerabilities on our environments. This step is not just about reading security advisories. It also involves verifying whether a theoretical scenario can become relevant in our operating context.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the case of Copy Fail, the flaw came under embargo together with its patch. We published a new system image with the patch applied in the days that followed. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Our customers' applications were redeployed shortly after.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>In the case of Dirty Frag, our internal analyses confirmed that these vulnerabilities had to be taken seriously. ESP modules are enabled in our kernels to support some specific customer needs. Fortunately, RxRPC-related modules are not present in our environment, as they serve no purpose for our usage. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We do not detail the technical steps of the exploitation here, since the purpose of this article is to inform our customers, not to publish a reproducible procedure.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This validation confirmed the operational decision: handle the matter immediately, reduce the exposed surface, then force the necessary redeployments.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<table style="border-collapse:collapse;width:100%;font-family:Arial,sans-serif;">
<thead>
<tr style="background:#f5f5f5;">
<th style="border:1px solid #ddd;padding:12px 16px;text-align:left;">Period</th>
<th style="border:1px solid #ddd;padding:12px 16px;text-align:left;">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">April 30, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Fast rollout of initial kernel mitigations</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 7, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Update of kernels affected by the new vulnerabilities</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 8, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Progressive workload redeployment to apply the patches</td>
</tr>
<tr>
<td style="border:1px solid #ddd;padding:12px 16px;">May 11, 2026</td>
<td style="border:1px solid #ddd;padding:12px 16px;">Production release of kernel management integration into the orchestration pipeline</td>
</tr>
</tbody>
</table>
<!-- /wp:html -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Our operational response</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Rolling out immediate measures</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We first applied quick measures on the affected kernels. In the case of Dirty Frag, the publicly recommended measures focus in particular on the kernel components related to ESP and RxRPC.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>On Clever Cloud's side, the goal was clear: reduce the identified exposed surfaces and shrink the exposure window without waiting for a standard maintenance cycle.</p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Redeploying the affected workloads</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A kernel update only matters if the affected systems actually restart on a patched environment. We therefore launched a progressive redeployment of applications, then handled the cases that blocked this redeployment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>This phase matters. On a managed platform, the fix is not limited to producing an image or compiling a kernel. The execution chain must also actually use the expected version.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong>Improving the process along the way</strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>We also took advantage of this sequence to replace a temporary mechanism with a cleaner integration into our orchestration pipeline.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Concretely, the kernel choice is now passed more explicitly through our internal pipeline, all the way to Supernova, our hypervisor agent. This evolution replaces the stiffer workaround put in place in the heat of the moment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is the central point of this intervention: fix fast, then make the fix more reliable for future operations.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What this changes for Clever Cloud customers</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>For customers, the expected effect is simple: reduce exposure without any manual action on their part whenever the platform can handle the redeployment.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Clever Cloud runs an architecture that relies in particular on isolation through virtualization. This approach is documented on <a href="https://www.clever-cloud.com/security/">our security pages</a> and in our technical content on running containers inside virtual machines. It does not eliminate every risk, but it limits certain lateral movement scenarios compared to models where multiple workloads share the same execution environment directly.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>We avoid, however, presenting this isolation as an absolute guarantee. A kernel vulnerability must always be taken seriously. </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is why we combined mitigation, redeployment, and improvement of our operations pipeline.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading -->
<h2 class="wp-block-heading">What we take away</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>This sequence confirms three principles.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>First, a kernel vulnerability must be analyzed in its actual operating context. A public alert is not enough. We need to understand whether the conditions required for exploitation can exist on the platform.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Second, reaction speed matters. The Copy Fail and Dirty Frag vulnerabilities were disclosed publicly within a few days of each other, with analyses published by several players in the Linux and cloud ecosystem.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Finally, a useful security response must not only fix the problem of the moment. It must also improve the system that will handle the next incident.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>That is what we did here: handled the vulnerabilities, shrank the exposure window, and strengthened our kernel management process.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"15px"} -->
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:heading {"textAlign":"center","level":1} -->
<h1 class="wp-block-heading has-text-align-center">Q&amp;A</h1>
<!-- /wp:heading -->

<!-- wp:html -->
<div style="height: 1px; background-color: #DEDDEE; margin: 30px auto; width: 100%;"></div>
<!-- /wp:html -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>What is a local kernel vulnerability?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>A local kernel vulnerability is a flaw that already requires execution capability on the affected machine. It can then allow gaining higher privileges, such as root, if the kernel is vulnerable.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Why do these flaws concern cloud platforms?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Cloud platforms run many workloads with isolation mechanisms. A kernel flaw can become critical if it allows crossing certain boundaries between processes, containers, or execution environments.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>Are Dirty Frag and Copy Fail the same vulnerability?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No. Copy Fail is tracked as CVE-2026-31431. Dirty Frag covers CVE-2026-43284 and CVE-2026-43500. These vulnerabilities are close in impact, but they are distinct.<br></p>
<!-- /wp:paragraph -->

<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading"><strong><strong>What action is required from Clever Cloud customers?</strong></strong></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>No general action is required from customers for environments handled by the platform. The automation brought by Clever Cloud allowed everything to be updated without action needed. Specific cases are tracked individually.<br></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Grâce au Pulsar multi nucléaire, Franken prouve que PHP est bien vivant !</title>
		<link>https://www.clever.cloud/podcast/grace-au-pulsar-multi-nucleaire-franken-prouve-que-php-est-bien-vivant/</link>
					<comments>https://www.clever.cloud/podcast/grace-au-pulsar-multi-nucleaire-franken-prouve-que-php-est-bien-vivant/#respond</comments>
		
		<dc:creator><![CDATA[Horacio Gonzalez]]></dc:creator>
		<pubDate>Fri, 10 Oct 2025 08:14:55 +0000</pubDate>
				<category><![CDATA[FrankenPHP]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Pulsar]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?post_type=podcast&#038;p=20709</guid>

					<description><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2025/10/144.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="144" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2025/10/144.jpg 1920w, https://cdn.clever-cloud.com/uploads/2025/10/144-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2025/10/144-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2025/10/144-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2025/10/144-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2025/10/144-1368x770.jpg 1368w" sizes="(max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/zs4huFbJQYI">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Animé par : Horacio GONZALEZ<br>Avec la participation de : <br>- Mathieu SANTOSTEFANO<br>- Sébastien BRUNAT<br>- Julien DURILLON</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Episode enregistré le 26 septembre 2025</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Montage : Yann BRESSON @ Smartmedias</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage et Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 - Présentation des invités</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:03:30 - FrankenPHP annonce le support de gRPC pour les apps PHP</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://dunglas.dev/2025/09/the-best-of-both-worlds-go-powered-grpc-for-your-php-and-api-platform-apps/">https://dunglas.dev/2025/09/the-best-of-both-worlds-go-powered-grpc-for-your-php-and-api-platform-apps/</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:12:10 - Stop saying “PHP is not dead” <a href="https://liamhammett.com/think-of-an-elephpant">https://liamhammett.com/think-of-an-elephpant</a></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>En disant “PHP is not dead”, le cerveau humain entend d’abord “PHP is dead”</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:15:30 - Futur : PHP 9, pas mal de changements</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://benjamincrozat.com/php-90">https://benjamincrozat.com/php-90</a> </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:23:00 - Open Infrastructure is Not Free&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://openssf.org/blog/2025/09/23/open-infrastructure-is-not-free-a-joint-statement-on-sustainable-stewardship/">https://openssf.org/blog/2025/09/23/open-infrastructure-is-not-free-a-joint-statement-on-sustainable-stewardship/</a><!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Appel à la prise de conscience que les infra qui fait tourner les packages managers n’est pas gratuite et sont en danger de financement</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:30:45 - Behind The Scenes of Bun Install - <a href="https://bun.com/blog/behind-the-scenes-of-bun-install">https://bun.com/blog/behind-the-scenes-of-bun-install</a>&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:37:40 - Linux Multikernel architecture - <a href="https://www.phoronix.com/news/Linux-Multi-Kernel-Patches">https://www.phoronix.com/news/Linux-Multi-Kernel-Patches</a></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Pourrait améliorer le changement de kernel à chaud</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Pourrait permettre une séparation plus sécurisée de certains workloads sans dégainer un hyperviseur</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Sur la mailing-list, les gens ne sont pas tous convaincus par la possibilité d’une implémentation dans un futur proche.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:46:10 - Client Pulsar natif PHP</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://github.com/ikilobyte/pulsar-client-php">https://github.com/ikilobyte/pulsar-client-php</a> </li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>PR Symfony pour Kafka dans Messenger : <a href="https://github.com/symfony/symfony/pull/51070">https://github.com/symfony/symfony/pull/51070</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><br>01:00:36 - Musique de fin – Meute - You and me (Disclosure) live at Coachella <a href="https://www.youtube.com/watch?v=HmvNo6aUIDo">https://www.youtube.com/watch?v=HmvNo6aUIDo</a></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2025/10/144.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="144" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2025/10/144.jpg 1920w, https://cdn.clever-cloud.com/uploads/2025/10/144-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2025/10/144-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2025/10/144-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2025/10/144-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2025/10/144-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/zs4huFbJQYI">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Animé par : Horacio GONZALEZ<br>Avec la participation de : <br>- Mathieu SANTOSTEFANO<br>- Sébastien BRUNAT<br>- Julien DURILLON</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Episode enregistré le 26 septembre 2025</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Montage : Yann BRESSON @ Smartmedias</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage et Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 - Présentation des invités</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:03:30 - FrankenPHP annonce le support de gRPC pour les apps PHP</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://dunglas.dev/2025/09/the-best-of-both-worlds-go-powered-grpc-for-your-php-and-api-platform-apps/">https://dunglas.dev/2025/09/the-best-of-both-worlds-go-powered-grpc-for-your-php-and-api-platform-apps/</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:12:10 - Stop saying “PHP is not dead” <a href="https://liamhammett.com/think-of-an-elephpant">https://liamhammett.com/think-of-an-elephpant</a></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>En disant “PHP is not dead”, le cerveau humain entend d’abord “PHP is dead”</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:15:30 - Futur : PHP 9, pas mal de changements</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://benjamincrozat.com/php-90">https://benjamincrozat.com/php-90</a> </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:23:00 - Open Infrastructure is Not Free&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://openssf.org/blog/2025/09/23/open-infrastructure-is-not-free-a-joint-statement-on-sustainable-stewardship/">https://openssf.org/blog/2025/09/23/open-infrastructure-is-not-free-a-joint-statement-on-sustainable-stewardship/</a><!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Appel à la prise de conscience que les infra qui fait tourner les packages managers n’est pas gratuite et sont en danger de financement</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:30:45 - Behind The Scenes of Bun Install - <a href="https://bun.com/blog/behind-the-scenes-of-bun-install">https://bun.com/blog/behind-the-scenes-of-bun-install</a>&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:37:40 - Linux Multikernel architecture - <a href="https://www.phoronix.com/news/Linux-Multi-Kernel-Patches">https://www.phoronix.com/news/Linux-Multi-Kernel-Patches</a></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>Pourrait améliorer le changement de kernel à chaud</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Pourrait permettre une séparation plus sécurisée de certains workloads sans dégainer un hyperviseur</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Sur la mailing-list, les gens ne sont pas tous convaincus par la possibilité d’une implémentation dans un futur proche.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>00:46:10 - Client Pulsar natif PHP</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li><a href="https://github.com/ikilobyte/pulsar-client-php">https://github.com/ikilobyte/pulsar-client-php</a> </li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>PR Symfony pour Kafka dans Messenger : <a href="https://github.com/symfony/symfony/pull/51070">https://github.com/symfony/symfony/pull/51070</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><br>01:00:36 - Musique de fin – Meute - You and me (Disclosure) live at Coachella <a href="https://www.youtube.com/watch?v=HmvNo6aUIDo">https://www.youtube.com/watch?v=HmvNo6aUIDo</a></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
					<wfw:commentRss>https://www.clever.cloud/podcast/grace-au-pulsar-multi-nucleaire-franken-prouve-que-php-est-bien-vivant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Les nouveauté Kernel 6.9 et 6.10</title>
		<link>https://www.clever.cloud/podcast/les-nouveaute-kernel-6-9-et-6-10/</link>
					<comments>https://www.clever.cloud/podcast/les-nouveaute-kernel-6-9-et-6-10/#respond</comments>
		
		<dc:creator><![CDATA[Julien Durillon]]></dc:creator>
		<pubDate>Fri, 04 Oct 2024 07:18:33 +0000</pubDate>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?post_type=podcast&#038;p=14219</guid>

					<description><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2024/09/117.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="117" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2024/09/117.jpg 1920w, https://cdn.clever-cloud.com/uploads/2024/09/117-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2024/09/117-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2024/09/117-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2024/09/117-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2024/09/117-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/AD_QrgDFsVc" target="_blank" rel="noreferrer noopener">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Animé par Julien Durillon - @juuduu<br>avec la participation de : </p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Arnaud Lefebvre - @blackyoup</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Agathe - @agathe</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Adrien Mahieux - @saruspete</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>Épisode enregistré le 25 septembre 2024</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage et Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 : Introduction et présentation des participants</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>6.9</strong><br>00:02:14 Les nouveautés de BPF<br>Arenas : yet another partage de mémoire entre le programme BPF et le userspace. Plus sympa à utiliser que les rings et les maps<br>Tokens : ça simplifie le fait de donner des accès à des fonctionnalités BPF à d’autres softs. On n’a pas très bien compris l’usage, faites-vous inviter au prochain épisode pour nous l’expliquer</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:09:06 Deprecation d’ext2<br>Sera cassé en 2038, vous savez pourquoi<br>Pour le UEFI, on utilise fat32 qui devrait tenir jusqu’à 2107<br>cf. <a href="https://cscie92.dce.harvard.edu/spring2024/slides/FAT32%20File%20Structure.pdf p37" target="_blank" rel="noreferrer noopener">https://cscie92.dce.harvard.edu/spring2024/slides/FAT32%20File%20Structure.pdf p37</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:16:23 Support AMD Secure Nested Paging<br>Chiffrement des “shadow page tables” directement dans le proc</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:22:14 Fuse bypass dans certains cas<br>FUSE (Filesystem in Userspace) permet de monter des FS non supportés par le kernel<br>Ça fonctionne en lançant un “serveur” fuse<br>La modif en question permet dans certains cas de bypass le serveur et d’écrire directement dans les fichiers visés en mmap</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>6.10<br></strong>00:25:29 mseal<br>On peut définir des bouts de la ram comme étant readonly. En cas de stack overflow, l’attaquant ne pourra pas aller écrire dedans<br>Utilisé par chrome pour le sandboxing<br>Tant que le process tourne, la mémoire reste bloquée</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:30:46 integrity and security to tpm2 support<br>Trusted Platform Module : du hardware qui permet de faire du chiffrement / stockage de clé ou certifs<br>On ne peut plus trop écouter ce qui passe électroniquement sur le bus.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:36:36 Faster io_uring zerocopy perf</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:41:15 numa<br>Migration des huge pages entre nœuds</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:50:11 : Musique de fin - Lipps Inc. - Funky town - <a href="https://www.youtube.com/watch?v=uhzy7JaU2Zc" target="_blank" rel="noreferrer noopener">https://www.youtube.com/watch?v=uhzy7JaU2Zc</a></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2024/09/117.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="117" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2024/09/117.jpg 1920w, https://cdn.clever-cloud.com/uploads/2024/09/117-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2024/09/117-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2024/09/117-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2024/09/117-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2024/09/117-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/AD_QrgDFsVc" target="_blank" rel="noreferrer noopener">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Animé par Julien Durillon - @juuduu<br>avec la participation de : </p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Arnaud Lefebvre - @blackyoup</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Agathe - @agathe</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Adrien Mahieux - @saruspete</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>Épisode enregistré le 25 septembre 2024</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage et Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 : Introduction et présentation des participants</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>6.9</strong><br>00:02:14 Les nouveautés de BPF<br>Arenas : yet another partage de mémoire entre le programme BPF et le userspace. Plus sympa à utiliser que les rings et les maps<br>Tokens : ça simplifie le fait de donner des accès à des fonctionnalités BPF à d’autres softs. On n’a pas très bien compris l’usage, faites-vous inviter au prochain épisode pour nous l’expliquer</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:09:06 Deprecation d’ext2<br>Sera cassé en 2038, vous savez pourquoi<br>Pour le UEFI, on utilise fat32 qui devrait tenir jusqu’à 2107<br>cf. <a href="https://cscie92.dce.harvard.edu/spring2024/slides/FAT32%20File%20Structure.pdf p37" target="_blank" rel="noreferrer noopener">https://cscie92.dce.harvard.edu/spring2024/slides/FAT32%20File%20Structure.pdf p37</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:16:23 Support AMD Secure Nested Paging<br>Chiffrement des “shadow page tables” directement dans le proc</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:22:14 Fuse bypass dans certains cas<br>FUSE (Filesystem in Userspace) permet de monter des FS non supportés par le kernel<br>Ça fonctionne en lançant un “serveur” fuse<br>La modif en question permet dans certains cas de bypass le serveur et d’écrire directement dans les fichiers visés en mmap</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>6.10<br></strong>00:25:29 mseal<br>On peut définir des bouts de la ram comme étant readonly. En cas de stack overflow, l’attaquant ne pourra pas aller écrire dedans<br>Utilisé par chrome pour le sandboxing<br>Tant que le process tourne, la mémoire reste bloquée</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:30:46 integrity and security to tpm2 support<br>Trusted Platform Module : du hardware qui permet de faire du chiffrement / stockage de clé ou certifs<br>On ne peut plus trop écouter ce qui passe électroniquement sur le bus.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:36:36 Faster io_uring zerocopy perf</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:41:15 numa<br>Migration des huge pages entre nœuds</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:50:11 : Musique de fin - Lipps Inc. - Funky town - <a href="https://www.youtube.com/watch?v=uhzy7JaU2Zc" target="_blank" rel="noreferrer noopener">https://www.youtube.com/watch?v=uhzy7JaU2Zc</a></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
					<wfw:commentRss>https://www.clever.cloud/podcast/les-nouveaute-kernel-6-9-et-6-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Les IA java se microprofilent sur les homepages dégooglelisées</title>
		<link>https://www.clever.cloud/podcast/les-ia-java-se-microprofilent-sur-les-homepages-degooglelisees/</link>
					<comments>https://www.clever.cloud/podcast/les-ia-java-se-microprofilent-sur-les-homepages-degooglelisees/#respond</comments>
		
		<dc:creator><![CDATA[Horacio Gonzalez]]></dc:creator>
		<pubDate>Fri, 02 Aug 2024 07:46:54 +0000</pubDate>
				<category><![CDATA[international]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[unraid]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?post_type=podcast&#038;p=13029</guid>

					<description><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2024/07/108.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="108" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2024/07/108.jpg 1920w, https://cdn.clever-cloud.com/uploads/2024/07/108-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2024/07/108-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2024/07/108-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2024/07/108-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2024/07/108-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/riwIRvVpgUY">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p>Animé par Horacio Gonzalez - <a href="https://twitter.com/LostInBrittany" target="_blank" rel="noreferrer noopener">@LostInBrittany</a><br>avec la participation de : <br>- Antoine Sabot-Durand- @antoine_sd<br>- Erwan Rougeux - @ERougeux<br>- Florentin Dubois - @FlorentinDUBOIS</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Épisode enregistré le 18 juillet 2024</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👋  Venez discuter avec nous sur <a href="https://twitter.com/clever_cloudFR" target="_blank" rel="noreferrer noopener">@clever_cloudFR</a> pour nous dire ce que vous avez pensé de ce nouvel épisode.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>➡️  Pour découvrir ou réécouter d’anciens épisodes <a href="https://www.clever.cloud/fr/podcast/">c’est par ici</a> !</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage </h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 : Introduction et présentation des participants </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:01:35 : Développement international chez Clever Cloud : <a href="https://www.clever.cloud/blog/company/2024/06/19/clever-cloud-announces-international-growth/ ">https://www.clever.cloud/blog/company/2024/06/19/clever-cloud-announces-international-growth/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:06:49 : L’initiative MicroProfile AI : <a href="https://microprofile.io/ https://github.com/smallrye/smallrye-llm ">https://microprofile.io/ https://github.com/smallrye/smallrye-llm </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:30:49 : Homepage : <a href="https://gethomepage.dev/main/ ">https://gethomepage.dev/main/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://www.home-assistant.io/ https://pi-hole.net/ ">https://www.home-assistant.io/ https://pi-hole.net/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:40:10 : Calibre web : <a href="https://github.com/janeczku/calibre-web ">https://github.com/janeczku/calibre-web </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:45:01 : Kernel 6.10 <a href="https://www.phoronix.com/news/Linux-6.10-Hardening ">https://www.phoronix.com/news/Linux-6.10-Hardening </a><a href="https://www.phoronix.com/news/GNU-Linux-Libre-6.10 ">https://www.phoronix.com/news/GNU-Linux-Libre-6.10 </a><a href="https://www.phoronix.com/news/Linux-6.10-Released ">https://www.phoronix.com/news/Linux-6.10-Released </a><a href="https://www.phoronix.com/news/Linux-6.10-Features-Recap ">https://www.phoronix.com/news/Linux-6.10-Features-Recap </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:47:40 : Unraid 7.0.0-beta.2 - Highlights ZFS <a href="https://docs.unraid.net/unraid-os/release-notes/7.0.0/ ">https://docs.unraid.net/unraid-os/release-notes/7.0.0/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://unraid.net/blog/unraid-7-beta-2">https://unraid.net/blog/unraid-7-beta-2</a></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2024/07/108.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="108" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2024/07/108.jpg 1920w, https://cdn.clever-cloud.com/uploads/2024/07/108-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2024/07/108-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2024/07/108-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2024/07/108-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2024/07/108-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/riwIRvVpgUY">Voir sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p>Animé par Horacio Gonzalez - <a href="https://twitter.com/LostInBrittany" target="_blank" rel="noreferrer noopener">@LostInBrittany</a><br>avec la participation de : <br>- Antoine Sabot-Durand- @antoine_sd<br>- Erwan Rougeux - @ERougeux<br>- Florentin Dubois - @FlorentinDUBOIS</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Épisode enregistré le 18 juillet 2024</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👋  Venez discuter avec nous sur <a href="https://twitter.com/clever_cloudFR" target="_blank" rel="noreferrer noopener">@clever_cloudFR</a> pour nous dire ce que vous avez pensé de ce nouvel épisode.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>➡️  Pour découvrir ou réécouter d’anciens épisodes <a href="https://www.clever.cloud/fr/podcast/">c’est par ici</a> !</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Chapitrage </h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:16 : Introduction et présentation des participants </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:01:35 : Développement international chez Clever Cloud : <a href="https://www.clever.cloud/blog/company/2024/06/19/clever-cloud-announces-international-growth/ ">https://www.clever.cloud/blog/company/2024/06/19/clever-cloud-announces-international-growth/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:06:49 : L’initiative MicroProfile AI : <a href="https://microprofile.io/ https://github.com/smallrye/smallrye-llm ">https://microprofile.io/ https://github.com/smallrye/smallrye-llm </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:30:49 : Homepage : <a href="https://gethomepage.dev/main/ ">https://gethomepage.dev/main/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://www.home-assistant.io/ https://pi-hole.net/ ">https://www.home-assistant.io/ https://pi-hole.net/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:40:10 : Calibre web : <a href="https://github.com/janeczku/calibre-web ">https://github.com/janeczku/calibre-web </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:45:01 : Kernel 6.10 <a href="https://www.phoronix.com/news/Linux-6.10-Hardening ">https://www.phoronix.com/news/Linux-6.10-Hardening </a><a href="https://www.phoronix.com/news/GNU-Linux-Libre-6.10 ">https://www.phoronix.com/news/GNU-Linux-Libre-6.10 </a><a href="https://www.phoronix.com/news/Linux-6.10-Released ">https://www.phoronix.com/news/Linux-6.10-Released </a><a href="https://www.phoronix.com/news/Linux-6.10-Features-Recap ">https://www.phoronix.com/news/Linux-6.10-Features-Recap </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:47:40 : Unraid 7.0.0-beta.2 - Highlights ZFS <a href="https://docs.unraid.net/unraid-os/release-notes/7.0.0/ ">https://docs.unraid.net/unraid-os/release-notes/7.0.0/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><a href="https://unraid.net/blog/unraid-7-beta-2">https://unraid.net/blog/unraid-7-beta-2</a></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
					<wfw:commentRss>https://www.clever.cloud/podcast/les-ia-java-se-microprofilent-sur-les-homepages-degooglelisees/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>#69 &#8211; Roland Garros force Nvidia à libérer ses sources en menaçant d&#8217;un DDoS de NFT</title>
		<link>https://www.clever.cloud/podcast/69-roland-garros-force-nvidia-a-liberer-ses-sources-en-menacant-dun-ddos-de-nft/</link>
		
		<dc:creator><![CDATA[Julien Durillon]]></dc:creator>
		<pubDate>Tue, 31 May 2022 08:23:30 +0000</pubDate>
				<category><![CDATA[Doctolib]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Rust]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?post_type=podcast&#038;p=6710</guid>

					<description><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2022/05/69-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="69 1" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2022/05/69-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:gallery {"columns":4,"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-4 is-cropped"><!-- wp:image {"id":713,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->
<figure class="wp-block-image size-large is-style-default"><img src="https://cdn.clever-cloud.com/uploads/2021/03/julien-durillon-447x447.jpg" alt="julien_durillon" class="wp-image-713"/><figcaption class="wp-element-caption">Julien Durillon</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":3035,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/08/T02QK4NGF-U021X4DM9U1-42b52926ebe1-512-447x447.jpeg" alt="florentin_dubois" class="wp-image-3035"/><figcaption class="wp-element-caption">Florentin Dubois</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":708,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/clement-nivolle-447x447.jpg" alt="clément_nivolle" class="wp-image-708"/><figcaption class="wp-element-caption">Clément Nivolle</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":6713,"sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="https://cdn.clever-cloud.com/uploads/2022/05/s8cwhlsy400x400.jpg" alt="Alexandre Gourdel" class="wp-image-6713"/><figcaption class="wp-element-caption">Alexandre Gourdel</figcaption></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:paragraph -->
<p>Dans ce formidable épisode nous parlons de la disparition des protocoles TLS 1.0 et 1.1 sur Clever Cloud, de notre Operator pour Kubernetes, de Rolland Garros sauce NFT, des drivers Nvidia en open source pour Linux, des suites du DDos du bloggeur Amos, de sécurité autour d'Heroku et de Doctolib, de développement de module Kernel en Rust avant de présenter l'outil de la semaine pour enfin finir en musique.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/vfz0Z_5NsLw" target="_blank" rel="noreferrer noopener">Regarder sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👋  Venez discuter avec nous sur <a href="https://twitter.com/clever_cloudFR" target="_blank" rel="noreferrer noopener">@clever_cloudFR</a> pour nous dire ce que vous avez pensé de ce nouvel épisode.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>➡️  Pour découvrir ou réécouter d’anciens épisodes&nbsp;<a href="https://www.clever.cloud/fr/podcast/">c’est par ici</a>&nbsp;!</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Timecode &amp; Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:00 Introduction et présentation d’Alexandre Gourdel</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Avant de passer aux sujets de sociétés, quelques annonces de Clever Cloud</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:09:40 Removal of tls 1.0 and 1.1 (Clément)<br><a href="https://www.clever.cloud/blog/engineering/2022/05/03/removal-of-tls-1-0-and-1-1-from-our-load-balancers-on-june-30/" target="_blank" rel="noreferrer noopener">https://www.clever.cloud/blog/engineering/2022/05/03/removal-of-tls-1-0-and-1-1-from-our-load-balancers-on-june-30/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:12:40 Et si on testait le Clever Operator pour Kubernetes ? (Florentin)<br><a href="https://blog.zwindler.fr/2022/05/17/et-si-on-testait-clever-kubernetes-operator/" target="_blank" rel="noreferrer noopener">https://blog.zwindler.fr/2022/05/17/et-si-on-testait-clever-kubernetes-operator/<br></a><a href="https://www.clever.cloud/blog/engineering/2022/04/28/introducing-the-clever-cloud-rust-sdk/" target="_blank" rel="noreferrer noopener">https://www.clever.cloud/blog/engineering/2022/04/28/introducing-the-clever-cloud-rust-sdk/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:15:56 Kubernetes 1.24: Introducing Non-Graceful Node Shutdown Alpha (Florentin)<br><a href="https://kubernetes.io/blog/2022/05/20/kubernetes-1-24-non-graceful-node-shutdown-alpha/" target="_blank" rel="noreferrer noopener">https://kubernetes.io/blog/2022/05/20/kubernetes-1-24-non-graceful-node-shutdown-alpha/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:19:05 Le sport se met aux NFT (Alexandre)<br><a href="https://www.francetvinfo.fr/sports/manne-financiere-communaute-de-fans-elargie-attrait-des-sponsors-les-nft-nouvel-eldorado-dans-le-monde-du-sport_5116483.html" target="_blank" rel="noreferrer noopener">https://www.francetvinfo.fr/sports/manne-financiere-communaute-de-fans-elargie-attrait-des-sponsors-les-nft-nouvel-eldorado-dans-le-monde-du-sport_5116483.html<br></a><a href="https://club.rolandgarros.com/fr" target="_blank" rel="noreferrer noopener">https://club.rolandgarros.com/fr<br></a>Un détenteur d’un NFT « RG Game, Seat &amp; Match » bénéficiera de nombreux avantages : accès à la version virtuelle du court Philippe-Chatrier ainsi qu’à des expériences exceptionnelles (jouer sur les courts de Roland-Garros, remporter des billets pour les prochaines éditions du Grand Chelem parisien et du Rolex Paris Masters, visiter les coulisses du stade Roland-Garros…). Acquérir un NFT de cette collection, c’est aussi rejoindre une communauté de fans engagés, avec qui échanger et partager votre passion.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:28:32 Nvidia ouvre les drivers linux de ses cartes graphiques (Clément)<br><a href="https://www.phoronix.com/scan.php?page=article&amp;item=nvidia-open-kernel&amp;num=1" target="_blank" rel="noreferrer noopener">https://www.phoronix.com/scan.php?page=article&amp;item=nvidia-open-kernel&amp;num=1<br></a>En fait ils ont pas le choix<br>Quelques jours plus tôt, y’a deux boîtes qui ont réussi à casser LHR grâce à la fuite de février.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:34:22 Amos a amélioré son serveur HTTP perso suite à un DDoS (Julien)<br><a href="https://twitter.com/fasterthanlime/status/1520937581059448838" target="_blank" rel="noreferrer noopener">https://twitter.com/fasterthanlime/status/1520937581059448838<br></a><a href="https://fasterthanli.me/articles/i-won-free-load-testing" target="_blank" rel="noreferrer noopener">https://fasterthanli.me/articles/i-won-free-load-testing</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:45:45 À quoi ressemble la gestion d’un gros incident sécu, l'exemple Heroku<br><a href="https://status.heroku.com/incidents/2413?updated" target="_blank" rel="noreferrer noopener">https://status.heroku.com/incidents/2413?updated<br></a>Tweet du seum pour heroku</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:52:48 La sécurité pour les nuls<br><a href="https://www.francetvinfo.fr/internet/securite-sur-internet/enquete-doctolib-certaines-donnees-medicales-ne-sont-pas-entierement-protegees_5147644.html" target="_blank" rel="noreferrer noopener">https://www.francetvinfo.fr/internet/securite-sur-internet/enquete-doctolib-certaines-donnees-medicales-ne-sont-pas-entierement-protegees_5147644.html<br></a>Article touilleur : <a href="https://www.touilleur-express.fr/2022/03/08/le-chiffrement-de-bout-en-bout-et-la-signature-denveloppe/" target="_blank" rel="noreferrer noopener">https://www.touilleur-express.fr/2022/03/08/le-chiffrement-de-bout-en-bout-et-la-signature-denveloppe/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:02:00 Things Are Getting Rusty In Kernel Land (Florentin)<br><a href="https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/" target="_blank" rel="noreferrer noopener">https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/<br></a>Conférence de Georges Thomas sur “Comment développer un module kernel en Rust”<br>Pourquoi des modules en Rust, plutôt qu’un autre langage ?<br>As kernel second-in-command [Greg Kroah-Hartman] put it, “drivers are probably the first place for an attempt like this as they are the ‘end leafs’ of the tree of dependencies in the kernel source. They depend on core kernel functionality, but nothing depends on them.”<br>Mais qu’est-ce qui se passe ? Que se passe-t-il ?<br>At some point in the future, one of the interested parties, like Google, would start writing new drivers in Rust. Google seems to be very interested in converting parts of Android to Rust, likely in an attempt to thwart the continued pwnage of their OS from the likes of the NSO group.<br>Another interesting connection is that [Miguel Ojeda], lead developer of the Rust for Linux effort, is now employed full time by Prossimo for that purpose. Prossimo is an arm of the Internet Security Research Group, which is also famous for leading Let’s Encrypt.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:10:45 L'Outil de la semaine<br><a href="https://vscodecandothat.com/" target="_blank" rel="noreferrer noopener">https://vscodecandothat.com/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:16:13 La musique de l’épisode : Billy Paul - Your Song - <a href="https://www.youtube.com/watch?v=DbgYUj3jQoI" target="_blank" rel="noreferrer noopener">https://www.youtube.com/watch?v=DbgYUj3jQoI</a></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2022/05/69-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="69 1" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2022/05/69-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2022/05/69-1-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:gallery {"columns":4,"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-4 is-cropped"><!-- wp:image {"id":713,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->
<figure class="wp-block-image size-large is-style-default"><img src="https://cdn.clever-cloud.com/uploads/2021/03/julien-durillon-447x447.jpg" alt="julien_durillon" class="wp-image-713"/><figcaption class="wp-element-caption">Julien Durillon</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":3035,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/08/T02QK4NGF-U021X4DM9U1-42b52926ebe1-512-447x447.jpeg" alt="florentin_dubois" class="wp-image-3035"/><figcaption class="wp-element-caption">Florentin Dubois</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":708,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/clement-nivolle-447x447.jpg" alt="clément_nivolle" class="wp-image-708"/><figcaption class="wp-element-caption">Clément Nivolle</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":6713,"sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="https://cdn.clever-cloud.com/uploads/2022/05/s8cwhlsy400x400.jpg" alt="Alexandre Gourdel" class="wp-image-6713"/><figcaption class="wp-element-caption">Alexandre Gourdel</figcaption></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:paragraph -->
<p>Dans ce formidable épisode nous parlons de la disparition des protocoles TLS 1.0 et 1.1 sur Clever Cloud, de notre Operator pour Kubernetes, de Rolland Garros sauce NFT, des drivers Nvidia en open source pour Linux, des suites du DDos du bloggeur Amos, de sécurité autour d'Heroku et de Doctolib, de développement de module Kernel en Rust avant de présenter l'outil de la semaine pour enfin finir en musique.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/vfz0Z_5NsLw" target="_blank" rel="noreferrer noopener">Regarder sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>👋  Venez discuter avec nous sur <a href="https://twitter.com/clever_cloudFR" target="_blank" rel="noreferrer noopener">@clever_cloudFR</a> pour nous dire ce que vous avez pensé de ce nouvel épisode.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>➡️  Pour découvrir ou réécouter d’anciens épisodes&nbsp;<a href="https://www.clever.cloud/fr/podcast/">c’est par ici</a>&nbsp;!</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Timecode &amp; Liens</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>00:00:00 Introduction et présentation d’Alexandre Gourdel</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Avant de passer aux sujets de sociétés, quelques annonces de Clever Cloud</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:09:40 Removal of tls 1.0 and 1.1 (Clément)<br><a href="https://www.clever.cloud/blog/engineering/2022/05/03/removal-of-tls-1-0-and-1-1-from-our-load-balancers-on-june-30/" target="_blank" rel="noreferrer noopener">https://www.clever.cloud/blog/engineering/2022/05/03/removal-of-tls-1-0-and-1-1-from-our-load-balancers-on-june-30/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:12:40 Et si on testait le Clever Operator pour Kubernetes ? (Florentin)<br><a href="https://blog.zwindler.fr/2022/05/17/et-si-on-testait-clever-kubernetes-operator/" target="_blank" rel="noreferrer noopener">https://blog.zwindler.fr/2022/05/17/et-si-on-testait-clever-kubernetes-operator/<br></a><a href="https://www.clever.cloud/blog/engineering/2022/04/28/introducing-the-clever-cloud-rust-sdk/" target="_blank" rel="noreferrer noopener">https://www.clever.cloud/blog/engineering/2022/04/28/introducing-the-clever-cloud-rust-sdk/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:15:56 Kubernetes 1.24: Introducing Non-Graceful Node Shutdown Alpha (Florentin)<br><a href="https://kubernetes.io/blog/2022/05/20/kubernetes-1-24-non-graceful-node-shutdown-alpha/" target="_blank" rel="noreferrer noopener">https://kubernetes.io/blog/2022/05/20/kubernetes-1-24-non-graceful-node-shutdown-alpha/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:19:05 Le sport se met aux NFT (Alexandre)<br><a href="https://www.francetvinfo.fr/sports/manne-financiere-communaute-de-fans-elargie-attrait-des-sponsors-les-nft-nouvel-eldorado-dans-le-monde-du-sport_5116483.html" target="_blank" rel="noreferrer noopener">https://www.francetvinfo.fr/sports/manne-financiere-communaute-de-fans-elargie-attrait-des-sponsors-les-nft-nouvel-eldorado-dans-le-monde-du-sport_5116483.html<br></a><a href="https://club.rolandgarros.com/fr" target="_blank" rel="noreferrer noopener">https://club.rolandgarros.com/fr<br></a>Un détenteur d’un NFT « RG Game, Seat &amp; Match » bénéficiera de nombreux avantages : accès à la version virtuelle du court Philippe-Chatrier ainsi qu’à des expériences exceptionnelles (jouer sur les courts de Roland-Garros, remporter des billets pour les prochaines éditions du Grand Chelem parisien et du Rolex Paris Masters, visiter les coulisses du stade Roland-Garros…). Acquérir un NFT de cette collection, c’est aussi rejoindre une communauté de fans engagés, avec qui échanger et partager votre passion.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:28:32 Nvidia ouvre les drivers linux de ses cartes graphiques (Clément)<br><a href="https://www.phoronix.com/scan.php?page=article&amp;item=nvidia-open-kernel&amp;num=1" target="_blank" rel="noreferrer noopener">https://www.phoronix.com/scan.php?page=article&amp;item=nvidia-open-kernel&amp;num=1<br></a>En fait ils ont pas le choix<br>Quelques jours plus tôt, y’a deux boîtes qui ont réussi à casser LHR grâce à la fuite de février.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:34:22 Amos a amélioré son serveur HTTP perso suite à un DDoS (Julien)<br><a href="https://twitter.com/fasterthanlime/status/1520937581059448838" target="_blank" rel="noreferrer noopener">https://twitter.com/fasterthanlime/status/1520937581059448838<br></a><a href="https://fasterthanli.me/articles/i-won-free-load-testing" target="_blank" rel="noreferrer noopener">https://fasterthanli.me/articles/i-won-free-load-testing</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:45:45 À quoi ressemble la gestion d’un gros incident sécu, l'exemple Heroku<br><a href="https://status.heroku.com/incidents/2413?updated" target="_blank" rel="noreferrer noopener">https://status.heroku.com/incidents/2413?updated<br></a>Tweet du seum pour heroku</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>00:52:48 La sécurité pour les nuls<br><a href="https://www.francetvinfo.fr/internet/securite-sur-internet/enquete-doctolib-certaines-donnees-medicales-ne-sont-pas-entierement-protegees_5147644.html" target="_blank" rel="noreferrer noopener">https://www.francetvinfo.fr/internet/securite-sur-internet/enquete-doctolib-certaines-donnees-medicales-ne-sont-pas-entierement-protegees_5147644.html<br></a>Article touilleur : <a href="https://www.touilleur-express.fr/2022/03/08/le-chiffrement-de-bout-en-bout-et-la-signature-denveloppe/" target="_blank" rel="noreferrer noopener">https://www.touilleur-express.fr/2022/03/08/le-chiffrement-de-bout-en-bout-et-la-signature-denveloppe/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:02:00 Things Are Getting Rusty In Kernel Land (Florentin)<br><a href="https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/" target="_blank" rel="noreferrer noopener">https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/<br></a>Conférence de Georges Thomas sur “Comment développer un module kernel en Rust”<br>Pourquoi des modules en Rust, plutôt qu’un autre langage ?<br>As kernel second-in-command [Greg Kroah-Hartman] put it, “drivers are probably the first place for an attempt like this as they are the ‘end leafs’ of the tree of dependencies in the kernel source. They depend on core kernel functionality, but nothing depends on them.”<br>Mais qu’est-ce qui se passe ? Que se passe-t-il ?<br>At some point in the future, one of the interested parties, like Google, would start writing new drivers in Rust. Google seems to be very interested in converting parts of Android to Rust, likely in an attempt to thwart the continued pwnage of their OS from the likes of the NSO group.<br>Another interesting connection is that [Miguel Ojeda], lead developer of the Rust for Linux effort, is now employed full time by Prossimo for that purpose. Prossimo is an arm of the Internet Security Research Group, which is also famous for leading Let’s Encrypt.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:10:45 L'Outil de la semaine<br><a href="https://vscodecandothat.com/" target="_blank" rel="noreferrer noopener">https://vscodecandothat.com/</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>01:16:13 La musique de l’épisode : Billy Paul - Your Song - <a href="https://www.youtube.com/watch?v=DbgYUj3jQoI" target="_blank" rel="noreferrer noopener">https://www.youtube.com/watch?v=DbgYUj3jQoI</a></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>#61 Overclock Le Soc, On Est En Retard Sur Le Kernel</title>
		<link>https://www.clever.cloud/podcast/maci-episode-61/</link>
		
		<dc:creator><![CDATA[Quentin Adam]]></dc:creator>
		<pubDate>Wed, 12 Jan 2022 22:49:31 +0000</pubDate>
				<category><![CDATA[AMD]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CES]]></category>
		<category><![CDATA[Class action]]></category>
		<category><![CDATA[GNUPG]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile eye]]></category>
		<guid isPermaLink="false">https://www.clever-cloud.com/?post_type=podcast&#038;p=5123</guid>

					<description><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2022/01/61-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="61 1" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2022/01/61-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:gallery {"columns":4,"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-4 is-cropped"><!-- wp:image {"id":722,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/quentin-adam-1.jpg" alt="quentin_adam" class="wp-image-722"/><figcaption class="wp-element-caption">Quentin Adam</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":716,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/marc-antoine-perennou-1.jpg" alt="marc_antoine_perennou" class="wp-image-716"/><figcaption class="wp-element-caption">Marc-Antoine Perennou</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":713,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/julien-durillon-1.jpg" alt="Julien Durillon" class="wp-image-713"/><figcaption class="wp-element-caption">Julien Durillon</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":3045,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/08/30kgnplq400x400.jpg" alt="Pierre Zemb" class="wp-image-3045"/><figcaption class="wp-element-caption">Pierre Zemb</figcaption></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:paragraph -->
<p>Dans ce fabuleux épisode réalisé en famille avec Quentin Adam, Marc Antoine Perennou, Julien Durillon et Pierre Zemb, nous parlons de class action sur une entente Google / Apple sur les moteur de recherche, des processeurs Mobile eye by Intel et des annonces AMD et Intel pour de nouveaux procs, de GNUPG qui devient économiquement viable, du bug Exchange de l'an 2022. On vous présente les nouvelles recrues de Clever Cloud et enfin, on vous parle Kernel !</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-fill"} -->
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/3AF-uKse1bI" target="_blank" rel="noreferrer noopener">Regarder sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Timecodes &amp; liens :</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>00:00:00 : Introduction</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:02:03</strong><br><a href="https://appleinsider.com/articles/22/01/04/class-action-lawsuit-alleges-google-pays-apple-to-stay-out-of-the-search-engine-market - https://twitter.com/techemails?lang=fr" target="_blank" rel="noreferrer noopener">https://appleinsider.com/articles/22/01/04/class-action-lawsuit-alleges-google-pays-apple-to-stay-out-of-the-search-engine-market - https://twitter.com/techemails?lang=fr </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:07:48</strong><br><a href="https://www.intel.com/content/www/us/en/newsroom/resources/mobileye-ces-2022.html#gs.ksmzw1">https://www.intel.com/content/www/us/en/newsroom/resources/mobileye-ces-2022.html#gs.ksmzw1</a><br><a href="https://fr.wikipedia.org/wiki/Mobileye">https://fr.wikipedia.org/wiki/Mobileye</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:10:49 : Annonce proc au CES </strong><br><a href="https://www.theverge.com/2022/1/4/22866452/intel-amd-cpu-ces-2022-core-i9-12900ks-ryzen-processor">https://www.theverge.com/2022/1/4/22866452/intel-amd-cpu-ces-2022-core-i9-12900ks-ryzen-processor</a> that's 22 for PCs, eight for gaming laptops, six in a new P series, 10 U series for thin-and-lights and four for cheap laptops and Chromebooks. Intel tease 5.5 GHz </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:13:28 : GnuPG devient économiquement viable </strong><br><a href="https://linuxfr.org/users/gouttegd/journaux/gnupg-devient-economiquement-viable-et-n-a-plus-besoin-de-dons">https://linuxfr.org/users/gouttegd/journaux/gnupg-devient-economiquement-viable-et-n-a-plus-besoin-de-dons</a><br>Annulation de tous les dons récurrents sur Paypal.<br>Message disant que c’est plus la peine de donner : <a href="https://gnupg.org/donate/index.html">https://gnupg.org/donate/index.html</a><br>Notamment en se faisant certifier par le Bundesamt für Sicherheit in der Informationstechnik<br>En parallèle, il y a aussi une nouvelle implem en rust qui, elle, expose une vraie lib : https://sequoia-pgp.org/ (rien de ouf , juste une nouvelle lib/appli) </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:18:51 : Exchange s’est tapé le bug de l’an 2022.</strong><br>Microsoft releases emergency fix for Exchange year 2022 bug discovered that their servers were no longer delivering email. store the date in a signed int32 variable. Can't convert "2201010001” However, this variable can store only a maximum value of 2,147,483,647, which is less than the new date value of 2,201,010,001 for January 1st, 2022, at midnight.<br><a href="https://twitter.com/pbeyssac/status/1477370059664281606">https://twitter.com/pbeyssac/status/1477370059664281606</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:22:13 Clever Cloud appoints Steven Le Roux as CTO and Cédric Biron as COO to continue its structuring</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:24:50</strong><br><a href="https://sysprog21.github.io/lkmpg/ ">https://sysprog21.github.io/lkmpg/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:28:00 : Kernel 5.13</strong><br><a href="https://kernelnewbies.org/Linux_5.13 landlock" target="_blank" rel="noreferrer noopener">https://kernelnewbies.org/Linux_5.13 landlock</a> </p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>LSM for sandboxing. Instead of targetting syscalls, targets kernel resources and objects Clang Control Flow Integrity</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Crash on UB detection instead of letting potential attacks go on 00:39:30 Randomising stack address for each syscall - security ++ but perfs – </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>00:41:18 Apple M1 support </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:45:00 BPF programs can call kernel functions </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:47:30 misc cgroups: basic counter-based limits</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:50:00 KVM SGX support </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:51:25 = SMALL NEWS<br></strong>A virtio sound driver for improved sound experience on virtualized guests <a href="https://www.qubes-os.org/ ">https://www.qubes-os.org/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:54:10 zstd compressed modules</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:57:55 WWAN subsystem io_uring support for multi shot mode </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>01:05:20 Musique par Jul(ien)</strong> : <a href="https://www.youtube.com/watch?v=yESgLltcd-k">https://www.youtube.com/watch?v=yESgLltcd-k</a></p>
<!-- /wp:paragraph -->]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://cdn.clever-cloud.com/uploads/2022/01/61-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="61 1" decoding="async" loading="lazy" srcset="https://cdn.clever-cloud.com/uploads/2022/01/61-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-300x169.jpg 300w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1024x576.jpg 1024w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-768x432.jpg 768w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1536x864.jpg 1536w, https://cdn.clever-cloud.com/uploads/2022/01/61-1-1368x770.jpg 1368w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></p><!-- wp:gallery {"columns":4,"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-4 is-cropped"><!-- wp:image {"id":722,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/quentin-adam-1.jpg" alt="quentin_adam" class="wp-image-722"/><figcaption class="wp-element-caption">Quentin Adam</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":716,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/marc-antoine-perennou-1.jpg" alt="marc_antoine_perennou" class="wp-image-716"/><figcaption class="wp-element-caption">Marc-Antoine Perennou</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":713,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/03/julien-durillon-1.jpg" alt="Julien Durillon" class="wp-image-713"/><figcaption class="wp-element-caption">Julien Durillon</figcaption></figure>
<!-- /wp:image -->

<!-- wp:image {"id":3045,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://cdn.clever-cloud.com/uploads/2021/08/30kgnplq400x400.jpg" alt="Pierre Zemb" class="wp-image-3045"/><figcaption class="wp-element-caption">Pierre Zemb</figcaption></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:paragraph -->
<p>Dans ce fabuleux épisode réalisé en famille avec Quentin Adam, Marc Antoine Perennou, Julien Durillon et Pierre Zemb, nous parlons de class action sur une entente Google / Apple sur les moteur de recherche, des processeurs Mobile eye by Intel et des annonces AMD et Intel pour de nouveaux procs, de GNUPG qui devient économiquement viable, du bug Exchange de l'an 2022. On vous présente les nouvelles recrues de Clever Cloud et enfin, on vous parle Kernel !</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-fill"} -->
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://youtu.be/3AF-uKse1bI" target="_blank" rel="noreferrer noopener">Regarder sur Youtube</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:heading -->
<h2 class="wp-block-heading">Timecodes &amp; liens :</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>00:00:00 : Introduction</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:02:03</strong><br><a href="https://appleinsider.com/articles/22/01/04/class-action-lawsuit-alleges-google-pays-apple-to-stay-out-of-the-search-engine-market - https://twitter.com/techemails?lang=fr" target="_blank" rel="noreferrer noopener">https://appleinsider.com/articles/22/01/04/class-action-lawsuit-alleges-google-pays-apple-to-stay-out-of-the-search-engine-market - https://twitter.com/techemails?lang=fr </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:07:48</strong><br><a href="https://www.intel.com/content/www/us/en/newsroom/resources/mobileye-ces-2022.html#gs.ksmzw1">https://www.intel.com/content/www/us/en/newsroom/resources/mobileye-ces-2022.html#gs.ksmzw1</a><br><a href="https://fr.wikipedia.org/wiki/Mobileye">https://fr.wikipedia.org/wiki/Mobileye</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:10:49 : Annonce proc au CES </strong><br><a href="https://www.theverge.com/2022/1/4/22866452/intel-amd-cpu-ces-2022-core-i9-12900ks-ryzen-processor">https://www.theverge.com/2022/1/4/22866452/intel-amd-cpu-ces-2022-core-i9-12900ks-ryzen-processor</a> that's 22 for PCs, eight for gaming laptops, six in a new P series, 10 U series for thin-and-lights and four for cheap laptops and Chromebooks. Intel tease 5.5 GHz </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:13:28 : GnuPG devient économiquement viable </strong><br><a href="https://linuxfr.org/users/gouttegd/journaux/gnupg-devient-economiquement-viable-et-n-a-plus-besoin-de-dons">https://linuxfr.org/users/gouttegd/journaux/gnupg-devient-economiquement-viable-et-n-a-plus-besoin-de-dons</a><br>Annulation de tous les dons récurrents sur Paypal.<br>Message disant que c’est plus la peine de donner : <a href="https://gnupg.org/donate/index.html">https://gnupg.org/donate/index.html</a><br>Notamment en se faisant certifier par le Bundesamt für Sicherheit in der Informationstechnik<br>En parallèle, il y a aussi une nouvelle implem en rust qui, elle, expose une vraie lib : https://sequoia-pgp.org/ (rien de ouf , juste une nouvelle lib/appli) </p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:18:51 : Exchange s’est tapé le bug de l’an 2022.</strong><br>Microsoft releases emergency fix for Exchange year 2022 bug discovered that their servers were no longer delivering email. store the date in a signed int32 variable. Can't convert "2201010001” However, this variable can store only a maximum value of 2,147,483,647, which is less than the new date value of 2,201,010,001 for January 1st, 2022, at midnight.<br><a href="https://twitter.com/pbeyssac/status/1477370059664281606">https://twitter.com/pbeyssac/status/1477370059664281606</a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:22:13 Clever Cloud appoints Steven Le Roux as CTO and Cédric Biron as COO to continue its structuring</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:24:50</strong><br><a href="https://sysprog21.github.io/lkmpg/ ">https://sysprog21.github.io/lkmpg/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:28:00 : Kernel 5.13</strong><br><a href="https://kernelnewbies.org/Linux_5.13 landlock" target="_blank" rel="noreferrer noopener">https://kernelnewbies.org/Linux_5.13 landlock</a> </p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>LSM for sandboxing. Instead of targetting syscalls, targets kernel resources and objects Clang Control Flow Integrity</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Crash on UB detection instead of letting potential attacks go on 00:39:30 Randomising stack address for each syscall - security ++ but perfs – </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>00:41:18 Apple M1 support </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:45:00 BPF programs can call kernel functions </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:47:30 misc cgroups: basic counter-based limits</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:50:00 KVM SGX support </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:51:25 = SMALL NEWS<br></strong>A virtio sound driver for improved sound experience on virtualized guests <a href="https://www.qubes-os.org/ ">https://www.qubes-os.org/ </a></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:54:10 zstd compressed modules</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>00:57:55 WWAN subsystem io_uring support for multi shot mode </strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><strong>01:05:20 Musique par Jul(ien)</strong> : <a href="https://www.youtube.com/watch?v=yESgLltcd-k">https://www.youtube.com/watch?v=yESgLltcd-k</a></p>
<!-- /wp:paragraph -->]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
