)]}'
{
  "commit": "b7ed82c06006da0bc59952c17a06cc97689ae189",
  "tree": "539986eaf9336c7f9c450cefc79fd804052f0d5b",
  "parents": [
    "e309f781ff166614067205d7b8810804032854fe"
  ],
  "author": {
    "name": "Maochen Wang",
    "email": "maochen.wang@nxp.com",
    "time": "Thu Jun 20 15:05:48 2024 +0800"
  },
  "committer": {
    "name": "Anas Nashif",
    "email": "anas.nashif@intel.com",
    "time": "Wed Jun 26 13:07:02 2024 -0400"
  },
  "message": "modules: mbedtls: Fix init hang issue\n\nIn device init phase, it will call _mbedtls_init before malloc_prepare\nas mbedtls has higher priority defined in SYS_INIT..\n_mbedtls_init() will call psa_crypto_init() and malloc buffer,\nbut z_malloc_heap is not initialized, which will cause device hang.\nShould call malloc_prepare() before _mbedtls_init to fix this issue,\nso decrease the priority of mbedtls to default 40.\n\nSigned-off-by: Maochen Wang \u003cmaochen.wang@nxp.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bfdc83863463c4496a083627fc73eb6ebe404789",
      "old_mode": 33188,
      "old_path": "modules/mbedtls/zephyr_init.c",
      "new_id": "89720fb9aa04e42ee7b2eb86701fbe4889efd438",
      "new_mode": 33188,
      "new_path": "modules/mbedtls/zephyr_init.c"
    }
  ]
}
