From 8cd6dedc193cd2b7b13c3abfd04b1772c253e335 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 28 May 2020 20:02:03 +0000 Subject: libmctp: srcrev bump 34b9b3d82b..ba6727e6d6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Andrew Jeffery (53): Add MAINTAINERS file bindings: Fix spaced-indentation serial: Fix unused result warning for write() mctp-demux-daemon: Fix erroneous call to memset() astlpc: Remove unused rc variable serial: Fix control reaching end of non-void function log: Allow disabling of stdio Add gitignore astlpc: Make sure fileio capability builds if we've requested it astlpc: Fix KCS read error mesage astlpc: Fix kcs_read() status check in mctp_astlpc_kcs_send() libmctp: Clarify BTU-related symbols mctp-demux-daemon: Explicitly disable verbose before option parsing configure: Add code coverage magic astlpc: mctp_astlpc_init_ops: constify ops struct tests: Add test_astlpc tests: Add test_serial core: Add packetisation debug statements astlpc: Add packet transmission debugging statements astlpc: Fix dummy byte IRQ trigger ordering test_serial: Fix assert triggered in core.c mctp-demux.service: Set a default binding to be overridden cmake: Avoid artifacts called liblibmctp* cmake: Register test executables with the build system cmake: Add new tests to test suite mctp-demux-daemon: Resolve uninitialised variable warning test_serial: Resolve control reaching end of non-void function alloc: Resolve control reaching the end of a non-void function test_bridge: Resolve control reaching the end of a non-void function test-utils: Resolve control reaching the end of a non-void function test-utils: Avoid undefined behaviour on indirect call core: Fix realloc() memory leak in packet reassembly libmctp: Add mctp_destroy() test-utils: Add mctp_binding_test_destroy() test_seq: Clean up after each test case test_eid: Clean up after test case astlpc: Add mctp_astlpc_destroy() test_astlpc: Clean up after test case serial: Add mctp_serial_destroy() test_serial: Clean up after test case bootstrap: Add a 'dev' mode mctp-demux-daemon: Silence warnings on remote close configure: Disable portability to cater to code-coverage bootstrap: Cleanup FLAGS definition bootstrap: Error on implicit function definitions astlpc: Use mctp_pr* inside libmctp astlpc: Conditionally include endian.h astlpc: Avoid requiring off_t configure: Expose optional features via AC_ARG_WITH() libmctp: Add .clang-format config clang-format: Disable AlignConsecutiveMacros libmctp: Add code formatting script test_astlpc: Do debug logging before asserts Iwona Winiarska (1): MAINTAINERS: Add Iwona Winiarska as a reviewer James Feist (1): CmakeLists.txt: Add missing flag Jeremy Kerr (1): serial,astlpc: only include unistd.h if we're using file IO Przemyslaw Czarnowski (1): Extract container_of definition out of individual bindings Sumanth Bhat (1): Add Sumanth and Richard to reviewers Wiktor GoĊ‚gowski (1): core: Support transport control commands Xiaochao Ma (1): Add MCTP service file (From meta-phosphor rev: b89f4aea500c1aa5aafb2a23a9cb8d732c1b6bf1) Change-Id: I8522dfa3138678e56465472d3dd601ea1364590e Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/mctp/mctp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/mctp') diff --git a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb index a2577cfc4..8c17bd4bb 100644 --- a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb +++ b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb @@ -11,7 +11,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=0d30807bb7a4f16d36e96b78f9ed8fae" SRC_URI = "git://github.com/openbmc/libmctp \ file://default" -SRCREV = "34b9b3d82b049610775aea4460ff0f3bb9f02b1d" +SRCREV = "ba6727e6d61d19720d4ca8756f465375adc82536" CONFFILES_${PN} = "${sysconfdir}/default/mctp" DEPENDS += "autoconf-archive-native \ -- cgit v1.2.3