<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Compile Linux Kernel on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/compile-linux-kernel-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 07 Mar 2024 15:59:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: total_loss		</title>
		<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-2144574</link>

		<dc:creator><![CDATA[total_loss]]></dc:creator>
		<pubDate>Thu, 07 Mar 2024 15:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=626#comment-2144574</guid>

					<description><![CDATA[Hello,

I have built hundreds of kernel rpm packages, and all the documentation that I have read says to never build kernels as root. Yet that is what you indicate here. Can you explain? Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have built hundreds of kernel rpm packages, and all the documentation that I have read says to never build kernels as root. Yet that is what you indicate here. Can you explain? Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: none		</title>
		<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1415365</link>

		<dc:creator><![CDATA[none]]></dc:creator>
		<pubDate>Thu, 14 Jan 2021 16:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=626#comment-1415365</guid>

					<description><![CDATA[After &lt;strong&gt;make modules_install&lt;/strong&gt;, issue the following,
&lt;pre&gt;
# dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
&lt;/pre&gt;
or just type kernel version instead,
&lt;pre&gt;
# dracut -f /boot/initramfs-4.19.163.img 4.19.163
&lt;/pre&gt;
to rebuild initramfs and avoid boot failures.]]></description>
			<content:encoded><![CDATA[<p>After <strong>make modules_install</strong>, issue the following,</p>
<pre>
# dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
</pre>
<p>or just type kernel version instead,</p>
<pre>
# dracut -f /boot/initramfs-4.19.163.img 4.19.163
</pre>
<p>to rebuild initramfs and avoid boot failures.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1318467</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 05:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=626#comment-1318467</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1317654&quot;&gt;manoj raul&lt;/a&gt;.

@Manoj,

I never upgrade kernels, unless any specific application requires a specific kernel version.

Regular security updates are enough to keep our system safe from vulnerabilities.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1317654">manoj raul</a>.</p>
<p>@Manoj,</p>
<p>I never upgrade kernels, unless any specific application requires a specific kernel version.</p>
<p>Regular security updates are enough to keep our system safe from vulnerabilities.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manoj raul		</title>
		<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1317654</link>

		<dc:creator><![CDATA[manoj raul]]></dc:creator>
		<pubDate>Wed, 19 Feb 2020 13:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=626#comment-1317654</guid>

					<description><![CDATA[Hi Ravi 

Here we are doing this kernel upgrade using &lt;strong&gt;ELRepo&lt;/strong&gt; (&lt;strong&gt;kernel-ml&lt;/strong&gt;), the main intention here is to keep the Linux box safe from all the latest vulnerabilities.

I google and found that people also do security updates using yum, so my question is do we really need to upgrade the kernel from 3.10 to 5.4 using kernel-ml of ELRepo or just doing security update using yum to existing stable kernel us enough?

just need your valuable suggestion, as you must have come across such experience 

Regards
Manoj Raul]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi </p>
<p>Here we are doing this kernel upgrade using <strong>ELRepo</strong> (<strong>kernel-ml</strong>), the main intention here is to keep the Linux box safe from all the latest vulnerabilities.</p>
<p>I google and found that people also do security updates using yum, so my question is do we really need to upgrade the kernel from 3.10 to 5.4 using kernel-ml of ELRepo or just doing security update using yum to existing stable kernel us enough?</p>
<p>just need your valuable suggestion, as you must have come across such experience </p>
<p>Regards<br />
Manoj Raul</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manoj		</title>
		<link>https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1316410</link>

		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 07:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=626#comment-1316410</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1316408&quot;&gt;Ravi Saive&lt;/a&gt;.

Thanks Ravi]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/compile-linux-kernel-on-centos-7/comment-page-1/#comment-1316408">Ravi Saive</a>.</p>
<p>Thanks Ravi</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
