All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Journald fixes
@ 2014-02-11  3:33 Khem Raj
  2014-02-11  3:33 ` [PATCH 1/3] systemd: Fix misc journald memory bugs Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Khem Raj @ 2014-02-11  3:33 UTC (permalink / raw)
  To: openembedded-core

This patchset does two things. Enables systemd-journald-gatewayd
Fixes journald for various memory leaks and memory allocation problems
as seen under stress and big-endian architectures.

The following changes since commit b5b4898cd409036161c62891e9618d9ab3f891f9:

  python-pycurl: upgrade to 7.19.3 (2014-02-08 21:03:27 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/journald-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/journald-fixes

Khem Raj (3):
  systemd: Fix misc journald memory bugs
  libmicrohttpd: add recipe
  systemd: Enable building microhttpd

 ...ournal-Add-missing-byte-order-conversions.patch |   60 ++++++++++++++
 .../journal-file-protect-against-alloca-0.patch    |   23 ++++++
 ...n-appending-to-journal-file-allocate-larg.patch |   83 ++++++++++++++++++++
 .../systemd/journald-add-missing-error-check.patch |   16 ++++
 .../systemd/journald-fix-minor-memory-leak.patch   |   16 ++++
 meta/recipes-core/systemd/systemd_208.bb           |    7 ++
 .../libmicrohttpd/libmicrohttpd_0.9.33.bb          |   18 +++++
 7 files changed, 223 insertions(+)
 create mode 100644 meta/recipes-core/systemd/systemd/journal-Add-missing-byte-order-conversions.patch
 create mode 100644 meta/recipes-core/systemd/systemd/journal-file-protect-against-alloca-0.patch
 create mode 100644 meta/recipes-core/systemd/systemd/journal-when-appending-to-journal-file-allocate-larg.patch
 create mode 100644 meta/recipes-core/systemd/systemd/journald-add-missing-error-check.patch
 create mode 100644 meta/recipes-core/systemd/systemd/journald-fix-minor-memory-leak.patch
 create mode 100644 meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.33.bb

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-11 16:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11  3:33 [PATCH 0/3] Journald fixes Khem Raj
2014-02-11  3:33 ` [PATCH 1/3] systemd: Fix misc journald memory bugs Khem Raj
2014-02-11  3:33 ` [PATCH 2/3] libmicrohttpd: add recipe Khem Raj
2014-02-11  3:33 ` [PATCH 3/3] systemd: Enable building microhttpd Khem Raj
2014-02-11 10:43   ` Burton, Ross
2014-02-11 14:49     ` Khem Raj
2014-02-11 15:04       ` Burton, Ross
2014-02-11 15:07         ` Khem Raj
2014-02-11 15:29           ` Burton, Ross
2014-02-11 16:46             ` Khem Raj
2014-02-11 16:55               ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.