Binary compatibility report for the systemd library between 204 and 205 versions on x86
Test Info
Library Name | systemd |
Version #1 | 204 |
Version #2 | 205 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 67 |
Total Shared Libraries | 6 |
Total Symbols / Types | 292 / 182 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 32 |
Other Changes in Constants | - | 38 |
Added Symbols (2)
sd-journal.h,
libsystemd-journal.so
sd_journal_open_files ( sd_journal** ret, char const** paths, int flags ) @@ LIBSYSTEMD_JOURNAL_205
sd-login.h,
libsystemd-login.so
sd_pid_get_slice ( pid_t pid, char** name ) @@ LIBSYSTEMD_LOGIN_205
to the top
Problems with Symbols, Low Severity (1)
libudev.h,
libudev.so
[+] udev_device_new_from_device_id ( struct udev* udev, char* id ) @@ LIBUDEV_189 (1)
changed to:udev_device_new_from_device_id ( struct udev* udev, char const* id ) @@ LIBUDEV_189
| Change | Effect |
---|
1 | Type of 2nd parameter id has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (32)
config.h
[+] HAVE_KMOD
| Change | Effect |
---|
1 | The constant HAVE_KMOD with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
kdbus.h
[+] KDBUS_HELLO_NULL
| Change | Effect |
---|
1 | The constant KDBUS_HELLO_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_MAKE_NULL
| Change | Effect |
---|
1 | The constant KDBUS_MAKE_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_MATCH_NULL
| Change | Effect |
---|
1 | The constant KDBUS_MATCH_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_MSG_BLOOM
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_BLOOM has been changed from 4 to 5. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_DST_NAME
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_DST_NAME has been changed from 5 to 6. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_ID_ADD
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_ID_ADD has been changed from 1027 to 2051. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_ID_REMOVE
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_ID_REMOVE has been changed from 1028 to 2052. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_NAME_ADD
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_NAME_ADD has been changed from 1024 to 2048. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_NAME_CHANGE
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_NAME_CHANGE has been changed from 1026 to 2050. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_NAME_REMOVE
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_NAME_REMOVE has been changed from 1025 to 2049. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_NULL
| Change | Effect |
---|
1 | The constant KDBUS_MSG_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_MSG_PAYLOAD
| Change | Effect |
---|
1 | The constant KDBUS_MSG_PAYLOAD with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_MSG_PAYLOAD_VEC
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_PAYLOAD_VEC has been changed from 2 to 1. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_REPLY_DEAD
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_REPLY_DEAD has been changed from 1030 to 2054. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_REPLY_TIMEOUT
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_REPLY_TIMEOUT has been changed from 1029 to 2053. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_AUDIT
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_AUDIT has been changed from 522 to 1034. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_CAPS
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_CAPS has been changed from 520 to 1032. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_CGROUP
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_CGROUP has been changed from 519 to 1031. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_CMDLINE
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_CMDLINE has been changed from 518 to 1030. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_CREDS
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_CREDS has been changed from 514 to 1026. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_EXE
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_EXE has been changed from 517 to 1029. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_NAMES
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_NAMES has been changed from 512 to 1024. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_PID_COMM
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_PID_COMM has been changed from 515 to 1027. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_SECLABEL
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_SECLABEL has been changed from 521 to 1033. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_SRC_TID_COMM
| Change | Effect |
---|
1 | The value of constant KDBUS_MSG_SRC_TID_COMM has been changed from 516 to 1028. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] KDBUS_MSG_UNIX_FDS
| Change | Effect |
---|
1 | The constant KDBUS_MSG_UNIX_FDS with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_NAME_INFO_ITEM_NULL
| Change | Effect |
---|
1 | The constant KDBUS_NAME_INFO_ITEM_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_PAYLOAD_NULL
| Change | Effect |
---|
1 | The constant KDBUS_PAYLOAD_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_POLICY_ACCESS_NULL
| Change | Effect |
---|
1 | The constant KDBUS_POLICY_ACCESS_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_POLICY_NULL
| Change | Effect |
---|
1 | The constant KDBUS_POLICY_NULL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] KDBUS_VEC_ALIGNED
| Change | Effect |
---|
1 | The constant KDBUS_VEC_ALIGNED with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (38)
bus-kernel.h
[+] KDBUS_POOL_SIZE
| Change | Effect |
---|
1 | The constant KDBUS_POOL_SIZE with value (16*1024*1024) has been added. | No effect. |
[+] MEMFD_CACHE_ITEM_SIZE_MAX
| Change | Effect |
---|
1 | The constant MEMFD_CACHE_ITEM_SIZE_MAX with value (128*1024) has been added. | No effect. |
[+] MEMFD_CACHE_MAX
| Change | Effect |
---|
1 | The constant MEMFD_CACHE_MAX with value 32 has been added. | No effect. |
[+] MEMFD_MIN_SIZE
| Change | Effect |
---|
1 | The constant MEMFD_MIN_SIZE with value (128*1024) has been added. | No effect. |
config.h
[+] HAVE_MACHINED
| Change | Effect |
---|
1 | The constant HAVE_MACHINED with value 1 has been added. | No effect. |
[+] HAVE_SMACK
| Change | Effect |
---|
1 | The constant HAVE_SMACK with value 1 has been added. | No effect. |
journald-server.h
[+] N_IOVEC_OBJECT_FIELDS
| Change | Effect |
---|
1 | The constant N_IOVEC_OBJECT_FIELDS with value 11 has been added. | No effect. |
kdbus.h
[+] _KDBUS_MAKE_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_MAKE_NULL with value 0 has been added. | No effect. |
[+] _KDBUS_MATCH_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_MATCH_NULL with value 0 has been added. | No effect. |
[+] _KDBUS_MSG_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_MSG_NULL with value 0 has been added. | No effect. |
[+] _KDBUS_NAME_INFO_ITEM_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_NAME_INFO_ITEM_NULL with value 0 has been added. | No effect. |
[+] _KDBUS_POLICY_ACCESS_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_POLICY_ACCESS_NULL with value 0 has been added. | No effect. |
[+] _KDBUS_POLICY_NULL
| Change | Effect |
---|
1 | The constant _KDBUS_POLICY_NULL with value 0 has been added. | No effect. |
[+] KDBUS_CMD_BUS_MAKE
| Change | Effect |
---|
1 | The constant KDBUS_CMD_BUS_MAKE with value 1075877120 has been added. | No effect. |
[+] KDBUS_CMD_EP_MAKE
| Change | Effect |
---|
1 | The constant KDBUS_CMD_EP_MAKE with value 1074828576 has been added. | No effect. |
[+] KDBUS_CMD_EP_POLICY_SET
| Change | Effect |
---|
1 | The constant KDBUS_CMD_EP_POLICY_SET with value 1074304368 has been added. | No effect. |
[+] KDBUS_CMD_HELLO
| Change | Effect |
---|
1 | The constant KDBUS_CMD_HELLO with value -1070557904 has been added. | No effect. |
[+] KDBUS_CMD_MATCH_ADD
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MATCH_ADD with value 1075877216 has been added. | No effect. |
[+] KDBUS_CMD_MATCH_REMOVE
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MATCH_REMOVE with value 1075877217 has been added. | No effect. |
[+] KDBUS_CMD_MEMFD_NEW
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MEMFD_NEW with value -2147183232 has been added. | No effect. |
[+] KDBUS_CMD_MEMFD_SEAL_GET
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MEMFD_SEAL_GET with value -2147183229 has been added. | No effect. |
[+] KDBUS_CMD_MEMFD_SEAL_SET
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MEMFD_SEAL_SET with value 38276 has been added. | No effect. |
[+] KDBUS_CMD_MEMFD_SIZE_GET
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MEMFD_SIZE_GET with value -2147183231 has been added. | No effect. |
[+] KDBUS_CMD_MEMFD_SIZE_SET
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MEMFD_SIZE_SET with value 1074042242 has been added. | No effect. |
[+] KDBUS_CMD_MONITOR
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MONITOR with value 1074828642 has been added. | No effect. |
[+] KDBUS_CMD_MSG_RECV
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MSG_RECV with value -2147183295 has been added. | No effect. |
[+] KDBUS_CMD_MSG_SEND
| Change | Effect |
---|
1 | The constant KDBUS_CMD_MSG_SEND with value 1077450048 has been added. | No effect. |
[+] KDBUS_CMD_NAME_ACQUIRE
| Change | Effect |
---|
1 | The constant KDBUS_CMD_NAME_ACQUIRE with value -1071606448 has been added. | No effect. |
[+] KDBUS_CMD_NAME_LIST
| Change | Effect |
---|
1 | The constant KDBUS_CMD_NAME_LIST with value -1073179310 has been added. | No effect. |
[+] KDBUS_CMD_NAME_QUERY
| Change | Effect |
---|
1 | The constant KDBUS_CMD_NAME_QUERY with value -1069509293 has been added. | No effect. |
[+] KDBUS_CMD_NS_MAKE
| Change | Effect |
---|
1 | The constant KDBUS_CMD_NS_MAKE with value -2146396912 has been added. | No effect. |
[+] KDBUS_MSG_FDS
| Change | Effect |
---|
1 | The constant KDBUS_MSG_FDS with value 4 has been added. | No effect. |
[+] KDBUS_MSG_PAYLOAD_MEMFD
| Change | Effect |
---|
1 | The constant KDBUS_MSG_PAYLOAD_MEMFD with value 3 has been added. | No effect. |
[+] KDBUS_MSG_PAYLOAD_OFF
| Change | Effect |
---|
1 | The constant KDBUS_MSG_PAYLOAD_OFF with value 2 has been added. | No effect. |
[+] KDBUS_MSG_PRIORITY
| Change | Effect |
---|
1 | The constant KDBUS_MSG_PRIORITY with value 7 has been added. | No effect. |
[+] KDBUS_PAYLOAD_KERNEL
| Change | Effect |
---|
1 | The constant KDBUS_PAYLOAD_KERNEL with value 0 has been added. | No effect. |
sd-journal.h
[+] SD_JOURNAL_CURRENT_USER
| Change | Effect |
---|
1 | The constant SD_JOURNAL_CURRENT_USER with value 8 has been added. | No effect. |
[+] SD_JOURNAL_SYSTEM
| Change | Effect |
---|
1 | The constant SD_JOURNAL_SYSTEM with value 4 has been added. | No effect. |
to the top
Header Files (67)
boot-loader.h
boot.h
bootchart.h
bus-bloom.h
bus-control.h
bus-error.h
bus-kernel.h
bus-match.h
bus-message.h
bus-signature.h
bus-socket.h
bus-type.h
catalog.h
compress.h
config.h
fsprg.h
gudev.h
gudevenumtypes.h
gudevmarshal.h
ifconf.h
journal-authenticate.h
journal-def.h
journal-file.h
journal-qrcode.h
journal-vacuum.h
journal-verify.h
journald-console.h
journald-kmsg.h
journald-native.h
journald-rate-limit.h
journald-server.h
journald-stream.h
journald-syslog.h
kdbus.h
keys-from-name.h
libudev-hwdb-def.h
libudev-private.h
libudev.h
logind-acl.h
logind-action.h
logind-button.h
logind-device.h
logind-inhibit.h
logind-seat.h
logind-session.h
logind-user.h
logind.h
lookup3.h
microhttpd-util.h
mmap-cache.h
mtd_probe.h
pyutil.h
readahead-common.h
scsi.h
scsi_id.h
sd-bus-protocol.h
sd-bus.h
sd-daemon.h
sd-id128.h
sd-journal.h
sd-login.h
sd-messages.h
sd-readahead.h
sd-shutdown.h
store.h
svg.h
udev.h
to the top
Shared Libraries (6)
libgudev-1.0.so
libsystemd-daemon.so
libsystemd-id128.so
libsystemd-journal.so
libsystemd-login.so
libudev.so
to the top