<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/enea-kernel-cache.git/patches, branch intel-5.10</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/enea-kernel-cache.git/atom?h=intel-5.10</id>
<link rel='self' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/atom?h=intel-5.10'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/'/>
<updated>2022-07-12T08:09:59+00:00</updated>
<entry>
<title>Revert "patches: boot_time_opt: Minor patch context update"</title>
<updated>2022-07-12T08:09:59+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2022-07-12T08:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=d3b7a06b031a22020e863ca4626af451c4659f98'/>
<id>urn:sha1:d3b7a06b031a22020e863ca4626af451c4659f98</id>
<content type='text'>
This reverts commit 699b52d176cd7464af4444c88f9ea54d64d868a1.

Change-Id: I84269e25e971031a6350ca475513b7d731dcb96d
Signed-off-by: Alexandru Avadanii &lt;Alexandru.Avadanii@enea.com&gt;
</content>
</entry>
<entry>
<title>patches: boot_time_opt: Minor patch context update</title>
<updated>2022-07-07T15:08:24+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2022-07-06T09:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=699b52d176cd7464af4444c88f9ea54d64d868a1'/>
<id>urn:sha1:699b52d176cd7464af4444c88f9ea54d64d868a1</id>
<content type='text'>
Adjust patch context after bumping upstream kernel reference,
which now includes [1].

[1] https://github.com/intel/linux-intel-lts/commit/8cc58a6e2

Change-Id: I017f40cda3cd246d7685660b1faf670a77d9569a
Signed-off-by: Alexandru Avadanii &lt;Alexandru.Avadanii@enea.com&gt;
</content>
</entry>
<entry>
<title>patches: update guest boot optimizations</title>
<updated>2021-05-21T15:39:14+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2021-05-20T06:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=34729bc70719d3215a34486fb57b026ea332fea7'/>
<id>urn:sha1:34729bc70719d3215a34486fb57b026ea332fea7</id>
<content type='text'>
update patches according to updates done in ClearLinux[1]
[1] https://github.com/clearlinux-pkgs/linux-kvm/tree/5.9.16-505

Change-Id: I4938aa57c52838036524b311f840b75d04be21f2
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>resolv kernel config check warnings</title>
<updated>2021-05-14T13:16:52+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2021-05-13T10:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=3fb369ef6ee21ee16aa2e89fcf697cb4ea66242f'/>
<id>urn:sha1:3fb369ef6ee21ee16aa2e89fcf697cb4ea66242f</id>
<content type='text'>
- removed trailing whitespaces
- 'CONFIG_RAID6_FORCE_INT' last val (y) and
.config val (n) do not match - remove it, use AVX2
- 'CONFIG_E1000E_HWTS' last val (m) and
.config val (y) do not match - must be builtin
- 'CONFIG_ATH_COMMON' last val (n) and
.config val (m) do not match - most be added explicitly
- update features/nfs/nfs_n.cfg to 5.10 kernel to fix follwoing info:
[INFO]: the following symbols were not found in the active configuration:
     - CONFIG_NFSD_FAULT_INJECTION
     - CONFIG_CIFS_STATS
     - CONFIG_CIFS_ACL
     - CONFIG_CIFS_SMB2
     - CONFIG_NCP_FS

Change-Id: Icc21ae92125b997af9d819b22bc41e5edb1f4a81
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>patches: updated according to 5.10 kernel</title>
<updated>2021-05-14T12:37:39+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2021-05-12T10:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=eb09dd59bff9aafbce27ec9f265bd866e3d57fe7'/>
<id>urn:sha1:eb09dd59bff9aafbce27ec9f265bd866e3d57fe7</id>
<content type='text'>
cve - remove all patches already part of 5.10 kernel
    - Enea NFV Access kernel already updated to the latest
    available 5.10.32 from Intel repo

security
	- patch removed since is part of 5.10 kernel

ipv4
	- updated the patch to 5.10 kernel

kernel_startend_msg
	- removed because are not used anymore to measure boot time
	- boot time is measured with "systemd-analyze time"

Change-Id: I42d217e2ff3ab9979c0d82b1ee3651f77a4ca41d
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>patches/drivers/mailbox: removed</title>
<updated>2021-05-14T12:32:45+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2021-05-11T09:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=1f21bfc9fc42895e5e1bb5a887de8a0aca676ff4'/>
<id>urn:sha1:1f21bfc9fc42895e5e1bb5a887de8a0aca676ff4</id>
<content type='text'>
Patch is part of 5.10 - included from 4.18

Change-Id: I392c882fff928733330f2a09805e118c2d97d781
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>boot_time_opt: update patches to 5.10 kernel</title>
<updated>2021-05-12T20:56:14+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2021-05-11T07:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=c6e89e8a31eeeb82c5711cba8235e7e55d9be6a8'/>
<id>urn:sha1:c6e89e8a31eeeb82c5711cba8235e7e55d9be6a8</id>
<content type='text'>
Patches used in boot time optimization are coming from
clearlinux distribution. Update patches correspuding to 5.10
kernel: https://github.com/clearlinux-pkgs/linux/tree/5.10.32-1034

We selected a list of patches from ClearLinux. Those we have
considered risky, unknown impact on functionality have been
avoided.

Change-Id: If01459292a5a383b49944645bd8536d9a62d9de3
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>Revert "patches: drivers: net: ath EEPROM reg domain"</title>
<updated>2021-01-17T18:35:04+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2021-01-17T18:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=2d8b1f5f252f232399cbd5288f95c03c24fd9b1d'/>
<id>urn:sha1:2d8b1f5f252f232399cbd5288f95c03c24fd9b1d</id>
<content type='text'>
The backported patch:
- does not actually resolve the initial issue (testing was false-positive);
- is not actually needed as the firmware image we carry in NFVA already contains the fix;
- might cause issues with other chipsets;

This reverts commit 24fb81762ed1aeee57064deaeedee03f5d57da06.

Change-Id: I9c438d871d2aaa8c109aebe310b109eb95224baa
</content>
</entry>
<entry>
<title>patches: drivers: net: ath EEPROM reg domain</title>
<updated>2021-01-15T12:28:56+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2021-01-15T11:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=24fb81762ed1aeee57064deaeedee03f5d57da06'/>
<id>urn:sha1:24fb81762ed1aeee57064deaeedee03f5d57da06</id>
<content type='text'>
QCA6174 EEPROM might contain broken regulatory domain information, which
leads to `iw reg set &lt;country code&gt;` not being honoured.
Instead, when trying to create a wireless access point, the world (0x00)
regulatory domain is used, not allowing any emissions in 5GHz bands,
hence breaking 802.11a support.

Change-Id: I1c65ee6b3f077116d73e777dad1ff5a3aff52a6d
Signed-off-by: Alexandru Avadanii &lt;Alexandru.Avadanii@enea.com&gt;
</content>
</entry>
<entry>
<title>patches: drivers: mailbox: Backport ACPI PCCT fix</title>
<updated>2020-11-09T19:29:37+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2020-11-04T09:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/enea-kernel-cache.git/commit/?id=4e0c3ac8bde4a84bc6a2c680394b2bfe4c96c5b6'/>
<id>urn:sha1:4e0c3ac8bde4a84bc6a2c680394b2bfe4c96c5b6</id>
<content type='text'>
Fix the following kernel error during boot-up (backport):
[    0.068293] Error parsing PCC subspaces from PCCT

[1] https://github.com/torvalds/linux/commit/8f8027c5

Change-Id: I2e169067ba4e1a3dcdfc9e7e32612465ed00f421
Signed-off-by: Alexandru Avadanii &lt;Alexandru.Avadanii@enea.com&gt;
</content>
</entry>
</feed>
