)]}'
{
  "log": [
    {
      "commit": "c4913c7b71abc79b008a3c118628cfb59bdb0efc",
      "tree": "96643ccbb75a4f0e534b83312ab4ef5f5aaff401",
      "parents": [
        "1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Jun 02 15:46:51 2008 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Jun 02 15:46:51 2008 +1000"
      },
      "message": "[CRYPTO] cts: Init SG tables\n\nSteps to reproduce:\n\n\tmodprobe tcrypt\t\t# with CONFIG_DEBUG_SG\u003dy\n\ntesting cts(cbc(aes)) encryption\ntest 1 (128 bit key):\n------------[ cut here ]------------\nkernel BUG at include/linux/scatterlist.h:65!\ninvalid opcode: 0000 [1] PREEMPT SMP DEBUG_PAGEALLOC\nCPU 0 \nModules linked in: tea xts twofish twofish_common tcrypt(+) [maaaany]\nPid: 16151, comm: modprobe Not tainted 2.6.26-rc4-fat #7\nRIP: 0010:[\u003cffffffffa0bf032e\u003e]  [\u003cffffffffa0bf032e\u003e] :cts:cts_cbc_encrypt+0x151/0x355\nRSP: 0018:ffff81016f497a88  EFLAGS: 00010286\nRAX: ffffe20009535d58 RBX: ffff81016f497af0 RCX: 0000000087654321\nRDX: ffff8100010d4f28 RSI: ffff81016f497ee8 RDI: ffff81016f497ac0\nRBP: ffff81016f497c38 R08: 0000000000000000 R09: 0000000000000011\nR10: ffffffff00000008 R11: ffff8100010d4f28 R12: ffff81016f497ac0\nR13: ffff81016f497b30 R14: 0000000000000010 R15: 0000000000000010\nFS:  00007fac6fa276f0(0000) GS:ffffffff8060e000(0000) knlGS:0000000000000000\nCS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b\nCR2: 00007f12ca7cc000 CR3: 000000016f441000 CR4: 00000000000026e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000ffff4ff0 DR7: 0000000000000400\nProcess modprobe (pid: 16151, threadinfo ffff81016f496000, task ffff8101755b4ae0)\nStack:  0000000000000001 ffff81016f496000 ffffffff80719f78 0000000000000001\n 0000000000000001 ffffffff8020c87c ffff81016f99c918 20646c756f772049\n 65687420656b696c 0000000000000020 0000000000000000 0000000033341102\nCall Trace:\n [\u003cffffffff8020c87c\u003e] ? restore_args+0x0/0x30\n [\u003cffffffffa04aa311\u003e] ? :aes_generic:crypto_aes_expand_key+0x311/0x369\n [\u003cffffffff802ab453\u003e] ? check_object+0x15a/0x213\n [\u003cffffffff802aad22\u003e] ? init_object+0x6e/0x76\n [\u003cffffffff802ac3ae\u003e] ? __slab_free+0xfc/0x371\n [\u003cffffffffa0bf05ed\u003e] :cts:crypto_cts_encrypt+0xbb/0xca\n [\u003cffffffffa07108de\u003e] ? :crypto_blkcipher:setkey+0xc7/0xec\n [\u003cffffffffa07110b8\u003e] :crypto_blkcipher:async_encrypt+0x38/0x3a\n [\u003cffffffffa2ce9341\u003e] :tcrypt:test_cipher+0x261/0x7c6\n [\u003cffffffffa2cfd9df\u003e] :tcrypt:tcrypt_mod_init+0x9df/0x1b30\n [\u003cffffffff80261e35\u003e] sys_init_module+0x9e/0x1b2\n [\u003cffffffff8020c15a\u003e] system_call_after_swapgs+0x8a/0x8f\nCode: 45 c0 e8 aa 24 63 df 48 c1 e8 0c 48 b9 00 00 00 00 00 e2 ff ff 48 8b 55 88 48 6b c0 68 48 01 c8 b9 21 43 65 87 48 39 4d 80 74 04 \u003c0f\u003e 0b eb fe f6 c2 01 74 04 0f 0b eb fe 83 e2 03 4c 89 ef 44 89 \nRIP  [\u003cffffffffa0bf032e\u003e] :cts:cts_cbc_encrypt+0x151/0x355\n RSP \u003cffff81016f497a88\u003e\n---[ end trace e8bahiarjand37fd ]---\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "76cb9521795a167ae3d206343c072f602d84f815",
      "tree": "36aa2e201867c76ac244de69e1bb16befa0504ee",
      "parents": [
        "fd4609a8e00a867303783ade62d67953fb72adc8"
      ],
      "author": {
        "name": "Kevin Coffman",
        "email": "kwc@citi.umich.edu",
        "time": "Mon Mar 24 21:26:16 2008 +0800"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Apr 21 10:19:23 2008 +0800"
      },
      "message": "[CRYPTO] cts: Add CTS mode required for Kerberos AES support\n\nImplement CTS wrapper for CBC mode required for support of AES\nencryption support for Kerberos (rfc3962).\n\nSigned-off-by: Kevin Coffman \u003ckwc@citi.umich.edu\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    }
  ]
}
