<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/recipes-kernel, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2026-03-20T13:06:09+00:00</updated>
<entry>
<title>perf: drop libbpf const qualifier workaround</title>
<updated>2026-03-20T13:06:09+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-20T13:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=413f4312cd1fe3684f5a19db1dd97d0550bbef54'/>
<id>urn:sha1:413f4312cd1fe3684f5a19db1dd97d0550bbef54</id>
<content type='text'>
Remove the bbappend that applied const qualifier fixes to libbpf.c.

The workaround was required for older kernel versions where building
perf with -Werror triggered warnings due to discarded const qualifiers
from strstr() and strchr().

The issue is resolved in the currently used linux-intel 6.18 kernel,
making this workaround no longer necessary.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>linux-intel-rt: upgrade 6.12.61 -&gt; 6.18.15</title>
<updated>2026-03-17T16:33:14+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-17T16:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=9d90288322d52865fdcdaccfdfd9d7e98e7c13ec'/>
<id>urn:sha1:9d90288322d52865fdcdaccfdfd9d7e98e7c13ec</id>
<content type='text'>
Upgrade to Intel LTS RT kernel 6.18.15.

Uses same refreshed patches as linux-intel.

Release Notes:
https://github.com/intel/linux-intel-lts/releases/tag/lts-v6.18.15-linux-260310T050801Z

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>linux-intel: upgrade 6.12.61 -&gt; 6.18.15</title>
<updated>2026-03-17T16:32:19+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-17T16:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a7baa570f8c8b74fcabf27b39e89cd2139d7a0fb'/>
<id>urn:sha1:a7baa570f8c8b74fcabf27b39e89cd2139d7a0fb</id>
<content type='text'>
Upgrade to Intel LTS kernel 6.18.15.

Release Notes:
https://github.com/intel/linux-intel-lts/releases/tag/lts-v6.18.15-linux-260310T050801Z

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>perf: Fix const qualifier warnings in libbpf.c</title>
<updated>2026-03-13T15:45:44+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-03-13T15:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=1610818c25713c700f48c5428c151d0d02e4aa94'/>
<id>urn:sha1:1610818c25713c700f48c5428c151d0d02e4aa94</id>
<content type='text'>
Fix compilation warnings when building perf with -Werror where const
qualifiers are discarded from pointers returned by strstr() and
strchr() functions in libbpf.c.

Both strstr() and strchr() return 'const char *' when given
'const char *' input parameters. The receiving variables must
preserve this const qualification to maintain const-correctness
and avoid compiler warnings.

Errors fixed:
  libbpf.c:8179:13: error: assignment discards 'const' qualifier
    from pointer target type [-Werror=discarded-qualifiers]
  libbpf.c:11967:35: error: assignment discards 'const' qualifier
    from pointer target type [-Werror=discarded-qualifiers]

This is a workaround for kernel 6.12.x. The issue is already fixed
upstream in kernel 6.13+ and can be removed when the kernel is updated.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>ixgbevf: upgrade 4.19.10 -&gt; 5.2.2</title>
<updated>2026-02-10T17:05:40+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-09T11:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5fb3ccd1d5cca9dde13c90f290d3c367a851801c'/>
<id>urn:sha1:5fb3ccd1d5cca9dde13c90f290d3c367a851801c</id>
<content type='text'>
Updated source URL from Sourceforge to GitHub as Intel ethernet driver
project has migrated to github.com/intel/ethernet-linux-ixgbevf.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>ixgbe: upgrade 5.20.10 -&gt; 6.3.4</title>
<updated>2026-02-10T17:05:33+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-02-09T11:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d9a21c980dd9dbd1e24f5f348ccaad6690f7c2cd'/>
<id>urn:sha1:d9a21c980dd9dbd1e24f5f348ccaad6690f7c2cd</id>
<content type='text'>
Updated source URL from Sourceforge to GitHub as Intel ethernet driver
project has migrated to github.com/intel/ethernet-linux-ixgbe.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>linux-intel-rt : upgrade 6.12.55 -&gt; 6.12.61</title>
<updated>2026-01-27T11:26:52+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T11:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=bd7de550358b9c97b87b234ad0ff11520af6b512'/>
<id>urn:sha1:bd7de550358b9c97b87b234ad0ff11520af6b512</id>
<content type='text'>
Uses same refreshed patches as linux-intel.

Release Notes:
https://github.com/intel/linux-intel-lts/releases/tag/
lts-v6.12.61-linux-251229T065211Z

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>linux-intel : upgrade 6.12.55 -&gt; 6.12.61</title>
<updated>2026-01-27T11:26:52+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T11:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4c6aaa4dd40b56a91f4bb6453a775e3a126c4a63'/>
<id>urn:sha1:4c6aaa4dd40b56a91f4bb6453a775e3a126c4a63</id>
<content type='text'>
Refresh 0002-mconf patch for new kconfig infrastructure.

Release Notes:
https://github.com/intel/linux-intel-lts/releases/tag/
lts-v6.12.61-linux-251229T065211Z

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>backport-iwlwifi : upgrade core96 -&gt; core102</title>
<updated>2026-01-27T10:45:08+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T10:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=e4981dbe234a1bde75e01bedd0659dade0d1cf0b'/>
<id>urn:sha1:e4981dbe234a1bde75e01bedd0659dade0d1cf0b</id>
<content type='text'>
Update to latest upstream release/core102 branch.

This release includes various bug fixes and improvements to the
Intel wireless LinuxCore kernel driver.

Release Notes:
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/
backport-iwlwifi.git/log/?h=release/core102

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>linux-intel/6.12: update to tag lts-v6.12.55-linux-251024T074402Z</title>
<updated>2025-11-03T17:20:24+00:00</updated>
<author>
<name>Shruti Raj Vansh Singh</name>
<email>shruti.raj.vansh.singh@intel.com</email>
</author>
<published>2025-10-31T06:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=af904290f574ee9b1f62aade9f55dacdd9fb6cdb'/>
<id>urn:sha1:af904290f574ee9b1f62aade9f55dacdd9fb6cdb</id>
<content type='text'>
Updated kernel cache too.

Signed-off-by: Shruti Raj Vansh Singh &lt;shruti.raj.vansh.singh@intel.com&gt;
Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
</feed>
