)]}'
{
  "commit": "cf974371fbccb66939c5b73e546ada6aacf9021c",
  "tree": "052c33dc405781f53f4387e7aab20173bb583ad7",
  "parents": [
    "d62e229680574718385b420516c3613f3d8ae15a"
  ],
  "author": {
    "name": "Nicolas Pitre",
    "email": "npitre@baylibre.com",
    "time": "Wed Jun 26 11:32:58 2019 -0400"
  },
  "committer": {
    "name": "Andrew Boie",
    "email": "andrewboie@gmail.com",
    "time": "Tue Jul 02 19:41:20 2019 -0700"
  },
  "message": "mempool: make alignment/rounding 64-bit compatible\n\nMinimum alignment and rounding must be done on a word boundary. Let\u0027s\nreplace _ALIGN4() with WB_UP() which is equivalent on 32-bit targets,\nand 64-bit aware.\n\nAlso enforce a minimal alignment on the memory pool. This is making\na difference mostly on64-bit targets where the widely used 4-byte\nalignment is not sufficient.\n\nThe _ALIGN4() macro has no users left so it is removed.\n\nSigned-off-by: Nicolas Pitre \u003cnpitre@baylibre.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fe58675098d4da641944143838424362fdaacbf9",
      "old_mode": 33188,
      "old_path": "include/kernel.h",
      "new_id": "2a38e28490561a58bce61aed66acdd076fee4bc2",
      "new_mode": 33188,
      "new_path": "include/kernel.h"
    },
    {
      "type": "modify",
      "old_id": "d863a3f717407b893701266e5bfbc2e1df071815",
      "old_mode": 33188,
      "old_path": "include/sys/mempool.h",
      "new_id": "cf2b29d111d90b700fcae67fe052388d8147748f",
      "new_mode": 33188,
      "new_path": "include/sys/mempool.h"
    },
    {
      "type": "modify",
      "old_id": "66e27a7190d384a7f12cae2be5a8405d78c14c25",
      "old_mode": 33188,
      "old_path": "include/sys/mempool_base.h",
      "new_id": "9b66d63b01610ed9445d7aa02a0f4c24f9936c34",
      "new_mode": 33188,
      "new_path": "include/sys/mempool_base.h"
    },
    {
      "type": "modify",
      "old_id": "39a7c17a28b153c2109a6ad3a2f765cb2bbbba71",
      "old_mode": 33188,
      "old_path": "lib/libc/minimal/source/stdlib/malloc.c",
      "new_id": "c081257d291da5d525636d788dda2b83d098e4d9",
      "new_mode": 33188,
      "new_path": "lib/libc/minimal/source/stdlib/malloc.c"
    },
    {
      "type": "modify",
      "old_id": "4184639330df63558a5527dcd4e5b7edab6da10b",
      "old_mode": 33188,
      "old_path": "lib/os/mempool.c",
      "new_id": "75f42cc0187239aaaff85c4899b95c443b10c496",
      "new_mode": 33188,
      "new_path": "lib/os/mempool.c"
    }
  ]
}
