)]}'
{
  "commit": "cbb60b924b9f3e4d7c67a1c9dcf981718f926e4e",
  "tree": "f3952696484e55feb05b862849d15740b87183a8",
  "parents": [
    "454dab3f965ec24fda8fbe135c8dad4c5b238a86"
  ],
  "author": {
    "name": "Dominik Brodowski",
    "email": "linux@dominikbrodowski.net",
    "time": "Tue Mar 13 21:43:59 2018 +0100"
  },
  "committer": {
    "name": "Dominik Brodowski",
    "email": "linux@dominikbrodowski.net",
    "time": "Mon Apr 02 20:16:03 2018 +0200"
  },
  "message": "fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()\n\nUsing this helper allows us to avoid the in-kernel calls to the\nsys_ioctl() syscall. The ksys_ prefix denotes that this function\nis meant as a drop-in replacement for the syscall. In particular, it\nuses the same calling convention as sys_ioctl().\n\nAfter careful review, at least some of these calls could be converted\nto do_vfs_ioctl() in future.\n\nThis patch is part of a series which removes in-kernel calls to syscalls.\nOn this basis, the syscall entry path can be streamlined. For details, see\nhttp://lkml.kernel.org/r/20180325162527.GA17492@light.dominikbrodowski.net\n\nCc: Alexander Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5ace7efb0d04d2c0d4201e0fa24176be43b6e69c",
      "old_mode": 33188,
      "old_path": "fs/ioctl.c",
      "new_id": "4823431d1c9d4dc26f35df2327215ef56c94792e",
      "new_mode": 33188,
      "new_path": "fs/ioctl.c"
    },
    {
      "type": "modify",
      "old_id": "c056aff6d7ad9075cb9ccd74b8ed21fc24d04bdd",
      "old_mode": 33188,
      "old_path": "include/linux/syscalls.h",
      "new_id": "5a959efd8fb76e28c1b7fc54b8ae2e6e5712fd2c",
      "new_mode": 33188,
      "new_path": "include/linux/syscalls.h"
    },
    {
      "type": "modify",
      "old_id": "cc11034770714e48f00e0ddb9ed8e8a6f3b3a503",
      "old_mode": 33188,
      "old_path": "init/do_mounts.c",
      "new_id": "b17e0095eb4edc37d876d790ae7d1c6ce21a0c1a",
      "new_mode": 33188,
      "new_path": "init/do_mounts.c"
    },
    {
      "type": "modify",
      "old_id": "cedca8fd25901fba0fc137a4c959cafcbec0ad35",
      "old_mode": 33188,
      "old_path": "init/do_mounts_initrd.c",
      "new_id": "03ec0c1b75530fd7c2c84f8cd1a9b5ab162d0896",
      "new_mode": 33188,
      "new_path": "init/do_mounts_initrd.c"
    },
    {
      "type": "modify",
      "old_id": "76dcfaada3edcce82e834d1e333049552d0253a7",
      "old_mode": 33188,
      "old_path": "init/do_mounts_md.c",
      "new_id": "7d85d172bc7e265ae2e4541a95d495799ee6446e",
      "new_mode": 33188,
      "new_path": "init/do_mounts_md.c"
    },
    {
      "type": "modify",
      "old_id": "a6706314baa75a88c90c8b5b7c7d1b78b9108f31",
      "old_mode": 33188,
      "old_path": "init/do_mounts_rd.c",
      "new_id": "4dafaed5736f20f3807510cb5b096168c2348895",
      "new_mode": 33188,
      "new_path": "init/do_mounts_rd.c"
    }
  ]
}
