<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-el-common.git/recipes-devtools, branch pyro-nfvaccess</title>
<subtitle>Commmon distro layer for Enea Linux</subtitle>
<id>https://git.enea.com/cgit/linux/meta-el-common.git/atom?h=pyro-nfvaccess</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-el-common.git/atom?h=pyro-nfvaccess'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/'/>
<updated>2017-12-06T10:40:45+00:00</updated>
<entry>
<title>run-postinsts: don't call update-rc.d if systemd is present</title>
<updated>2017-12-06T10:40:45+00:00</updated>
<author>
<name>Gabriel Ionescu</name>
<email>gabriel.ionescu@enea.com</email>
</author>
<published>2017-12-05T14:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=3864dfb7366dad8a823f417f920882b5896903dd'/>
<id>urn:sha1:3864dfb7366dad8a823f417f920882b5896903dd</id>
<content type='text'>
This patch removes the call to update-rc.d in order to fix the console login
issue for the Cavium board.

Signed-off-by: Gabriel Ionescu &lt;gabriel.ionescu@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>run-postinsts: Disable dpkg --configure for debs to fix boot lockup</title>
<updated>2017-11-22T10:46:21+00:00</updated>
<author>
<name>Gabriel Ionescu</name>
<email>gabriel.ionescu@enea.com</email>
</author>
<published>2017-11-20T18:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=2c80876ac2a42928167ed5567dc803179485c815'/>
<id>urn:sha1:2c80876ac2a42928167ed5567dc803179485c815</id>
<content type='text'>
When a board boots for the first time, it executes run-postinsts.service and
dpkg-configure.service. Since both services run dpkg --configure, it sometimes
results in locking up the login service.

This patch disables the execution of dpkg --configure from run-postinsts by
removing the deb keyword from the list of scanned packet types.

Signed-off-by: Gabriel Ionescu &lt;gabriel.ionescu@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2017-5931</title>
<updated>2017-09-18T11:54:31+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2017-09-14T06:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=4c6acb2de2b9612dfae273e63348c40921ebf235'/>
<id>urn:sha1:4c6acb2de2b9612dfae273e63348c40921ebf235</id>
<content type='text'>
Fixes integer overflow in in handling virtio-crypto requests

Reference:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5931

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2017-8309</title>
<updated>2017-08-29T11:32:58+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2017-08-29T08:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=7da6ebdca2d6b30dd6240db73b0c7605c310a4f1'/>
<id>urn:sha1:7da6ebdca2d6b30dd6240db73b0c7605c310a4f1</id>
<content type='text'>
Qemu built with the Audio subsystem support is vulnerable to
a host memory leakage issue. It could occur if a guest user
was to repeatedly start and stop audio capture.

A privileged user inside guest could use this flaw to exhaust host memory,
resulting in DoS.

Reference:
==========
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-8309
Upstream patch:
https://lists.gnu.org/archive/html/qemu-devel/2017-04/msg05587.html

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2017-6505</title>
<updated>2017-08-29T11:32:30+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2017-08-29T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=534a1c7f012e2099ce83bcab35c25cd587c9f3af'/>
<id>urn:sha1:534a1c7f012e2099ce83bcab35c25cd587c9f3af</id>
<content type='text'>
Quick Emulator built with the USB OHCI Emulation support is vulnerable to an
infinite loop issue. It could occur while processing an endpoint list
descriptor in ohci_service_ed_list().

A guest user/process could use this flaw to crash Qemu process resulting in DoS.

References:
==========
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-6505
Upstream patch:
http://git.qemu-project.org/?p=qemu.git;a=commitdiff;h=95ed56939eb2eaa4e2f349fe6dcd13ca4edfd8fb

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2017-7471</title>
<updated>2017-08-29T11:31:52+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2017-08-29T08:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=4c3b48e94915ea1e62f5364fe4261359cf99a8e7'/>
<id>urn:sha1:4c3b48e94915ea1e62f5364fe4261359cf99a8e7</id>
<content type='text'>
Qemu built with the VirtFS, host directory sharing via Plan 9 File
System(9pfs) support, is vulnerable to an improper access control issue.
It could occur while accessing files on a shared host directory.

A privileged user inside guest could use this flaw to access host file system
beyond the shared folder and potentially escalating their privileges on a host.

References:
==========
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7471
Upstream patch:
http://git.qemu-project.org/?p=qemu.git;a=commitdiff;h=96bae145e27d4df62671b4eebd6c735f412016cf

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2017-2620</title>
<updated>2017-08-29T11:30:51+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2017-08-29T08:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=a7eb7fc1cd1d8598d44b4b80ccf39855c9b58841'/>
<id>urn:sha1:a7eb7fc1cd1d8598d44b4b80ccf39855c9b58841</id>
<content type='text'>
QEMU built with the Cirrus CLGD 54xx VGA Emulator support
is vulnerable to an out-of-bounds access issue. The issue
could occur while copying VGA data in cirrus_bitblt_cputovideo.

References:
==========
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-2620
Upstream patch:
https://lists.gnu.org/archive/html/qemu-devel/2017-02/msg04700.html

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>elfutils,gdb: Drop bbappends</title>
<updated>2017-06-21T14:06:53+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2017-06-21T12:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=4bf7d1abd0e8414a7f096864fa916e3cc705ac11'/>
<id>urn:sha1:4bf7d1abd0e8414a7f096864fa916e3cc705ac11</id>
<content type='text'>
We won't upstream this and we won't maintain it anymore, so drop it.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>automake: remove patch integrated in poky</title>
<updated>2016-03-30T08:18:43+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2016-03-29T19:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=779c492f7b69ce0a2bc739e5f8f47de0262bf559'/>
<id>urn:sha1:779c492f7b69ce0a2bc739e5f8f47de0262bf559</id>
<content type='text'>
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>binutils: drop the bbappends</title>
<updated>2016-02-24T12:37:33+00:00</updated>
<author>
<name>Martin Borg</name>
<email>martin.borg@enea.com</email>
</author>
<published>2016-02-16T11:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=80bbbc804ccfd071fc8c365afe1a3a9f3f41dfaa'/>
<id>urn:sha1:80bbbc804ccfd071fc8c365afe1a3a9f3f41dfaa</id>
<content type='text'>
This was a temporary fix for 64bit PPC kernel builds with binutils 2.24 [1].

The build problem was fixed in meta-fsl-ppc by backport of a kernel patch
(commit a6c4175595b0f316e543cf93a8b6dc1a7f098997) and this backported
patch was later removed when the kernel version was upgraded
(commit e321cb35d66d31b4d7f10da989e7b94eea3337c3).

binutils has also been upgraded to 2.25.1 on poky master

-------
[1] https://lists.yoctoproject.org/pipermail/meta-freescale/2014-April/008083.html

Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
Signed-off-by: Huimin She &lt;huimin.she@enea.com&gt;
</content>
</entry>
</feed>
