)]}'
{
  "commit": "99eaf3c45fe806c4a7f39b9be4a1bd0dfc617699",
  "tree": "9da206b2faaae7dc3804df2adea4cbf7f117208c",
  "parents": [
    "6eaeeaba39e5fa3d52a0bb8de15e995516ae251a"
  ],
  "author": {
    "name": "Randy Dunlap",
    "email": "randy.dunlap@oracle.com",
    "time": "Thu May 10 22:22:39 2007 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Fri May 11 08:29:34 2007 -0700"
  },
  "message": "lib/hexdump\n\nBased on ace_dump_mem() from Grant Likely for the Xilinx SystemACE\nCompactFlash interface.\n\nAdd print_hex_dump() \u0026 hex_dumper() to lib/hexdump.c and linux/kernel.h.\n\nThis patch adds the functions print_hex_dump() \u0026 hex_dumper().\nprint_hex_dump() can be used to perform a hex + ASCII dump of data to\nsyslog, in an easily viewable format, thus providing a common text hex dump\nformat.\n\nhex_dumper() provides a dump-to-memory function.  It converts one \"line\" of\noutput (16 bytes of input) at a time.\n\nExample usages:\n\tprint_hex_dump(KERN_DEBUG, DUMP_PREFIX_ADDRESS, frame-\u003edata, frame-\u003elen);\n\thex_dumper(frame-\u003edata, frame-\u003elen, linebuf, sizeof(linebuf));\n\nExample output using %DUMP_PREFIX_OFFSET:\n0009ab42: 40414243 44454647 48494a4b 4c4d4e4f-@ABCDEFG HIJKLMNO\nExample output using %DUMP_PREFIX_ADDRESS:\nffffffff88089af0: 70717273 74757677 78797a7b 7c7d7e7f-pqrstuvw xyz{|}~.\n\n[akpm@linux-foundation.org: cleanups, add export]\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8645181fca0fba6e68079b03b0df290779c6f9f5",
      "old_mode": 33188,
      "old_path": "include/linux/kernel.h",
      "new_id": "eec0d13169a68f3d841ac10d281d375e09ba59dc",
      "new_mode": 33188,
      "new_path": "include/linux/kernel.h"
    },
    {
      "type": "modify",
      "old_id": "1f65b4613e09fa6d57b963d6764ffd6e009fbda7",
      "old_mode": 33188,
      "old_path": "lib/Makefile",
      "new_id": "c8c8e20784cecf24aefc24406a164589ff020627",
      "new_mode": 33188,
      "new_path": "lib/Makefile"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e6da5b7fc29a1f7ad57842e6f477f096f45c89a7",
      "new_mode": 33188,
      "new_path": "lib/hexdump.c"
    }
  ]
}
