summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_208.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-02-10 19:33:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 11:56:56 +0000
commit6bf21ce08264e18c0b27b373af3cebef1ca18098 (patch)
tree9b09ebbc428a24ac7d23a417861a2e017752a11a /meta/recipes-core/systemd/systemd_208.bb
parent410a3e157414448bb7de613b7055a4a33ad20fae (diff)
downloadast2050-yocto-poky-6bf21ce08264e18c0b27b373af3cebef1ca18098.zip
ast2050-yocto-poky-6bf21ce08264e18c0b27b373af3cebef1ca18098.tar.gz
systemd: Fix misc journald memory bugs
These set of patches fix journald exhibiting some issues under load. One of the prevelant issues is that when appending to journal it is not able to allocate memory and starts taking 100% cpu spewing errors like systemd-journald[2934]: Failed to write entry (19 items, 452 bytes), ignoring: Cannot allocate memory Other memory issues crept up with time e.g.vacuuming (From OE-Core rev: b1bdc1c6fb6914d85f888acde9d806d5560c84d8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_208.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_208.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_208.bb b/meta/recipes-core/systemd/systemd_208.bb
index 5ed31c3..f94ce56 100644
--- a/meta/recipes-core/systemd/systemd_208.bb
+++ b/meta/recipes-core/systemd/systemd_208.bb
@@ -20,6 +20,11 @@ inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-altern
SRC_URI = "http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz \
file://0001-Use-bin-mkdir-instead-of-host-mkdir-path.patch \
file://binfmt-install.patch \
+ file://journald-add-missing-error-check.patch \
+ file://journald-fix-minor-memory-leak.patch \
+ file://journal-when-appending-to-journal-file-allocate-larg.patch \
+ file://journal-file-protect-against-alloca-0.patch \
+ file://journal-Add-missing-byte-order-conversions.patch \
file://touchscreen.rules \
${UCLIBCPATCHES} \
file://00-create-volatile.conf \
OpenPOWER on IntegriCloud