)]}'
{
  "log": [
    {
      "commit": "dd196a2b3dbd192ff3ccf263d12b59bf22572958",
      "tree": "c2639777ee4022a67ca562242c1edd82a4a10466",
      "parents": [
        "18aecc2b645bbb07851b196452a2af314222069b"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 09 13:28:43 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Tue May 17 14:44:36 2011 -0400"
      },
      "message": "tile: add an RTC driver for the Tilera hypervisor\n\nThis is a simple RTC driver that lets Tilera hardware boot up and\nset the clock correctly.\n\nAcked-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "18aecc2b645bbb07851b196452a2af314222069b",
      "tree": "959f765f69af01046c6e26db12b45c3390799d3e",
      "parents": [
        "be84cb43833ee40a42e08f5425d20310f16229c7"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:38:26 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Thu May 12 15:52:12 2011 -0400"
      },
      "message": "arch/tile: finish enabling support for TILE-Gx 64-bit chip\n\nThis support was partially present in the existing code (look for\n\"__tilegx__\" ifdefs) but with this change you can build a working\nkernel using the TILE-Gx toolchain and ARCH\u003dtilegx.\n\nMost of these files are new, generally adding a foo_64.c file\nwhere previously there was just a foo_32.c file.\n\nThe ARCH\u003dtilegx directive redirects to arch/tile, not arch/tilegx,\nusing the existing SRCARCH mechanism in the top-level Makefile.\n\nChanges to existing files:\n\n- \u003casm/bitops.h\u003e and \u003casm/bitops_32.h\u003e changed to factor the\n  include of \u003casm-generic/bitops/non-atomic.h\u003e in the common header.\n\n- \u003casm/compat.h\u003e and arch/tile/kernel/compat.c changed to remove\n  the \"const\" markers I had put on compat_sys_execve() when trying\n  to match some recent similar changes to the non-compat execve.\n  It turns out the compat version wasn\u0027t \"upgraded\" to use const.\n\n- \u003casm/opcode-tile_64.h\u003e and \u003casm/opcode_constants_64.h\u003e were\n  previously included accidentally, with the 32-bit contents.  Now\n  they have the proper 64-bit contents.\n\nFinally, I had to hack the existing hacky drivers/input/input-compat.h\nto add yet another \"#ifdef\" for INPUT_COMPAT_TEST (same as x86_64).\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\nAcked-by: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e [drivers/input]\n"
    },
    {
      "commit": "be84cb43833ee40a42e08f5425d20310f16229c7",
      "tree": "0d5ddbaac88aa99ab5dbd0925ec525d399405fd5",
      "parents": [
        "d2e48c1d4184a0baa4bf09920b63661e0b860b8c"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 09 13:12:30 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Thu May 12 15:51:36 2011 -0400"
      },
      "message": "compat: fixes to allow working with tile arch\n\nThe existing \u003casm-generic/unistd.h\u003e mechanism doesn\u0027t really provide\nenough to create the 64-bit \"compat\" ABI properly in a generic way,\nsince the compat ABI is a mix of things were you can re-use the 64-bit\nversions of syscalls and things where you need a compat wrapper.\n\nTo provide this in the most direct way possible, I added two new macros\nto go along with the existing __SYSCALL and __SC_3264 macros: __SC_COMP\nand SC_COMP_3264.  These macros take an additional argument, typically a\n\"compat_sys_xxx\" function, which is passed to __SYSCALL if you define\n__SYSCALL_COMPAT when including the header, resulting in a pointer to\nthe compat function being placed in the generated syscall table.\n\nThe change also adds some missing definitions to \u003clinux/compat.h\u003e so that\nit actually has declarations for all the compat syscalls, since the\n\"[nr] \u003d ##call\" approach requires proper C declarations for all the\nfunctions included in the syscall table.\n\nFinally, compat.c defines compat_sys_sigpending() and\ncompat_sys_sigprocmask() even if the underlying architecture doesn\u0027t\nrequest it, which tries to pull in undefined compat_old_sigset_t defines.\nWe need to guard those compat syscall definitions with appropriate\n__ARCH_WANT_SYS_xxx ifdefs.\n\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "d2e48c1d4184a0baa4bf09920b63661e0b860b8c",
      "tree": "a244564ae510f2bcfaa2ae2ebec05207982db8d6",
      "parents": [
        "ceca3c193e73bb409d093515fae9e5ef02ffa2de"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Tue May 03 16:47:22 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:42:02 2011 -0400"
      },
      "message": "arch/tile: update defconfig file to something more useful\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "ceca3c193e73bb409d093515fae9e5ef02ffa2de",
      "tree": "b29f24fb0c280dd04bc4cdd0d68ffdec06e48ad7",
      "parents": [
        "dc0b124d8edc6c2f95fc3a689cd40ec05ad85108"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@redhat.com",
        "time": "Tue Apr 26 22:37:11 2011 +0200"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:53 2011 -0400"
      },
      "message": "tile: do_hardwall_trap: do not play with task-\u003esighand\n\n1. do_hardwall_trap() checks -\u003esighand !\u003d NULL and then takes -\u003esiglock.\n\n   This is unsafe even if the task can\u0027t run (I assume it is pinned to\n   the same CPU), its parent can reap the task and set -\u003esighand \u003d NULL\n   right after this check. Even if the compiler dosn\u0027t read -\u003esighand\n   twice and this memory can\u0027t to away __group_send_sig_info() is wrong\n   after that. Use do_send_sig_info().\n\n2. Send SIGILL to the thread, not to the whole process. Unless it has\n   the handler or blocked this kills the whole thread-group as before.\n   IIUC, different threads can be bound to different rect\u0027s.\n\n3. Check PF_EXITING instead of -\u003esighand. A zombie thread can go away\n   but its -\u003esighand can be !NULL.\n\nReported-by: Matt Fleming \u003cmatt@console-pimps.org\u003e\nSigned-off-by: Oleg Nesterov \u003coleg@redhat.com\u003e\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "dc0b124d8edc6c2f95fc3a689cd40ec05ad85108",
      "tree": "1a64b5a0e4761c0fc3fb454d0385be52e69f0970",
      "parents": [
        "ef0aaf873ebadd7576f4fb2085ec4557a9df8bf5"
      ],
      "author": {
        "name": "KOSAKI Motohiro",
        "email": "kosaki.motohiro@jp.fujitsu.com",
        "time": "Mon Apr 18 21:18:11 2011 +0900"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:44 2011 -0400"
      },
      "message": "tile: replace mm-\u003ecpu_vm_mask with mm_cpumask()\n\nWe plan to change mm-\u003ecpu_vm_mask definition later. Thus, this patch convert\nit into proper macro.\n\nSigned-off-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "ef0aaf873ebadd7576f4fb2085ec4557a9df8bf5",
      "tree": "5915716fb8aaacb0226b18df9ea49a22258d30e4",
      "parents": [
        "aaeb012fe4700cb808562c2daf7ccc464e7f18cf"
      ],
      "author": {
        "name": "James Hogan",
        "email": "james.hogan@imgtec.com",
        "time": "Mon Apr 04 16:21:47 2011 +0100"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:36 2011 -0400"
      },
      "message": "tile,mn10300: add device parameter to dma_cache_sync()\n\nSince v2.6.20 \"Pass struct dev pointer to dma_cache_sync()\"\n(d3fa72e4556ec1f04e46a0d561d9e785ecaa173d), dma_cache_sync() takes a\nstruct dev pointer, but these appear to be missing from the tile and\nmn10300 implementations, so add them.\n\nSigned-off-by: James Hogan \u003cjames.hogan@imgtec.com\u003e\n[cmetcalf@tilera.com: took only the \"tile\" portion as I don\u0027t maintain mn10300]\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "aaeb012fe4700cb808562c2daf7ccc464e7f18cf",
      "tree": "c46c547b8cc287acad328c2c937485349a0df456",
      "parents": [
        "d07bd86d82622247dba8cc29974d3860f857ea33"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 16:52:19 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:28 2011 -0400"
      },
      "message": "audit: support the \"standard\" \u003casm-generic/unistd.h\u003e\n\nMany of the syscalls mentioned in the audit code are not present\nfor architectures that implement only the \"standard\" set of\nLinux syscalls (e.g. openat, but not open, etc.).  This change\nadds proper #ifdefs for all those syscalls.\n\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "d07bd86d82622247dba8cc29974d3860f857ea33",
      "tree": "d6f1c7059c125e61ac7956e4c4bc4d58416a5096",
      "parents": [
        "5386e735897afd8bcd332caf21a5f68d9e0e81c6"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 16:36:48 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:20 2011 -0400"
      },
      "message": "arch/tile: clarify flush_buffer()/finv_buffer() function names\n\nThey are only applicable for locally-homecached memory ranges, so\nchange their names to {flush,finv}_buffer_local().  Change inv_buffer()\nto just do an mf instead of any kind of fancier barrier, since you\u0027re\nobviously not going to be waiting for anything once the local homecache\nis invalidated.\n\nFix tilepro.c network driver not to bother calling finv_buffer when\nstopping the EPP, but just mf after memset to ensure that it will not\nsee any packet data after we finish stopping; use finv_buffer_remote()\nwhen doing exit-time cleanup.\n\nThis also fixes a (not very interesting) generic Linux build failure\nwhere drivers/scsi/st.c declares its own flush_buffer().\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "5386e735897afd8bcd332caf21a5f68d9e0e81c6",
      "tree": "4149431c393c4aa5631d20790cdb238e718d5347",
      "parents": [
        "28d717411badb78df71ecf087a07b93caf418f59"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 16:21:12 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:41:13 2011 -0400"
      },
      "message": "arch/tile: kernel-related cleanups from removing static page size\n\nUser space code has been able to discover the static page size\nby including a special \u003chv/pagesize.h\u003e file.  In the current release,\nthat file is now gone, and \u003casm/page.h\u003e doesn\u0027t rely on it.  The\ngetpagesize() API is now the only way for userspace to get the page size.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "28d717411badb78df71ecf087a07b93caf418f59",
      "tree": "9ad835c19009726acecfa4c114e8a70ca10d5cd0",
      "parents": [
        "dbb434214e34014dc7acb0e7811c37471df26a72"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 16:06:42 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:54 2011 -0400"
      },
      "message": "arch/tile: various header improvements for building drivers\n\nThis change adds a number of missing headers in asm (fb.h, parport.h,\nserial.h, and vga.h) using the minimal generic versions.\n\nIt also adds a number of missing interfaces that showed up as build\nfailures when trying to build various drivers not normally included in the\n\"tile\" distribution: ioremap_wc(), memset_io(), io{read,write}{16,32}be(),\nvirt_to_bus(), bus_to_virt(), irq_canonicalize(), __pte(), __pgd(),\nand __pmd().  I also added a cast in virt_to_page() since not all callers\npass a pointer.\n\nI fixed \u003casm/stat.h\u003e to properly include a __KERNEL__ guard for the\n__ARCH_WANT_STAT64 symbol, and \u003casm/swab.h\u003e to use __builtin_bswap32()\neven for our 64-bit architecture, since the same code is produced.\n\nI added an export for get_cycles(), since it\u0027s used in some modules.\n\nAnd I made \u003carch/spr_def.h\u003e properly include the __KERNEL__ guard,\neven though it\u0027s not yet exported, since it likely will be soon.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "dbb434214e34014dc7acb0e7811c37471df26a72",
      "tree": "c7402998f41a967107fe3e7bec11b66c3b6a9afe",
      "parents": [
        "43d9ebba93b4e775f89efc1eeeed3075a4ab4741"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:54:32 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:46 2011 -0400"
      },
      "message": "arch/tile: disable GX prefetcher during cache flush\n\nOtherwise, it\u0027s possible to end up with the prefetcher pulling\ndata into cache that the code believes has been flushed.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "43d9ebba93b4e775f89efc1eeeed3075a4ab4741",
      "tree": "2b09b6ccbb1346aa64574cbebfbdc7b3017ef00e",
      "parents": [
        "229f4df1fb84e5d3306b4fc49b41f7847340092d"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:51:32 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:36 2011 -0400"
      },
      "message": "arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD\n\nThe code accidentally was relying on this configuration option\nbeing selected.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "229f4df1fb84e5d3306b4fc49b41f7847340092d",
      "tree": "1e7bbb5c6af2d5a2891910492469df876e2885d6",
      "parents": [
        "7194988fb5add6341b95f4501f6778bf27b4d3de"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:35:06 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:25 2011 -0400"
      },
      "message": "arch/tile: properly flush the I$ when unloading kernel modules\n\nOtherwise, in principle, there could be stale I$ data present\nnext time the page that previously held the kernel module code was\nused to run some new code.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "7194988fb5add6341b95f4501f6778bf27b4d3de",
      "tree": "8271874e8ffeb61927b94f5d8a48d76db7e43a0b",
      "parents": [
        "df29ccb6c06dcb65867d4fd3c2fa473017f60ecc"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:22:18 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:16 2011 -0400"
      },
      "message": "arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domain\n\nThis allows processes to spread more effectively to multiple cores\n(particularly important on 64-core chips!).\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "df29ccb6c06dcb65867d4fd3c2fa473017f60ecc",
      "tree": "dd05474f47c908f4167cbcd29f5cd41d66e6eb2f",
      "parents": [
        "398fa5a9319797e43f67b215337afe62e39475ef"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:13:13 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:40:07 2011 -0400"
      },
      "message": "arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls\n\nThis semantic was already true for atomic operations within the kernel,\nand this change makes it true for the fast atomic syscalls (__NR_cmpxchg\nand __NR_atomic_update) as well.  Previously, user-space had to use\nthe fast atomic syscalls exclusively to update memory, since raw stores\ncould lose a race with the atomic update code even when the atomic update\nhadn\u0027t actually modified the value.\n\nWith this change, we no longer write back the value to memory if it\nhasn\u0027t changed.  This allows certain types of idioms in user space to\nwork as expected, e.g. \"atomic exchange\" to acquire a spinlock, followed\nby a raw store of zero to release the lock.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "398fa5a9319797e43f67b215337afe62e39475ef",
      "tree": "44d966997a6baa6b75a176526d981e3ffb32e471",
      "parents": [
        "313ce674d3cbc2d48ed34a9462427920ac54f4ad"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 15:09:42 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Wed May 04 14:39:53 2011 -0400"
      },
      "message": "arch/tile: improve support for PCI hotplug\n\nNote that this is not complete hot-plug support; hot-unplug is not included.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "313ce674d3cbc2d48ed34a9462427920ac54f4ad",
      "tree": "7478150a1268c79851f1a366158c59606330e700",
      "parents": [
        "93013a0f533fb3dd6875ca670d8e0bb4166a796e"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 14:50:06 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 18:53:35 2011 -0400"
      },
      "message": "arch/tile: support TIF_NOTIFY_RESUME\n\nThis support is required for CONFIG_KEYS, NFSv4 kernel DNS, etc.\nThe change is slightly more complex than the minimal thing, since\nI took advantage of having to go into the assembly code to just\nmove a bunch of stuff into C code: specifically, the schedule(),\ndo_async_page_fault(), do_signal(), and single_step_once() support,\nin addition to the TIF_NOTIFY_RESUME support.\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "93013a0f533fb3dd6875ca670d8e0bb4166a796e",
      "tree": "b3967c2853ca9b8a6322d16d70400b10bb25ac53",
      "parents": [
        "8e10cd74342c7f5ce259cceca36f6eba084f5d58"
      ],
      "author": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 13:49:14 2011 -0400"
      },
      "committer": {
        "name": "Chris Metcalf",
        "email": "cmetcalf@tilera.com",
        "time": "Mon May 02 13:49:14 2011 -0400"
      },
      "message": "arch/tile: refactor backtracing code\n\nThis change is the result of some work to make the backtrace code more\nshareable between kernel, libc, and gdb.\n\nFor the kernel, some good effects are to eliminate the hacky\n\"VirtualAddress\" typedef in favor of \"unsigned long\", to eliminate a\nbunch of spurious kernel doc comments, to remove the dead \"bt_read_memory\"\nfunction, and to use \"__tilegx__\" in #ifdefs instead of \"TILE_CHIP\".\n\nSigned-off-by: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\n"
    },
    {
      "commit": "8e10cd74342c7f5ce259cceca36f6eba084f5d58",
      "tree": "d9c0f6f091078463e6d67b12bb40991a253cf779",
      "parents": [
        "6befe5f69bae9f907e6c85bbfe298e404864092e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 20:48:50 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 20:48:50 2011 -0700"
      },
      "message": "Linux 2.6.39-rc5\n"
    },
    {
      "commit": "6befe5f69bae9f907e6c85bbfe298e404864092e",
      "tree": "40ba3321800dd1225b57af9f570f2bba4af8f0f5",
      "parents": [
        "4175242c0dc1d92e821d2b45bc8fe06d4650a7b5"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Apr 26 12:33:21 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 20:48:37 2011 -0700"
      },
      "message": "init/Kconfig: fix EXPERT menu list\n\nThe EXPERT menu list was recently broken by the insertion of a\nkconfig symbol (EMBEDDED) at the beginning of the EXPERT list of\nkconfig items.  Broken by:\n\n  commit 6a108a14fa356ef607be308b68337939e56ea94e\n  Author: David Rientjes \u003crientjes@google.com\u003e\n  Date:   Thu Jan 20 14:44:16 2011 -0800\n    kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT\n\nRestore the EXPERT menu list -- don\u0027t inject a symbol (EMBEDDED)\nthat does not depend on EXPERT into the list.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: David Rientjes \u003crientjes@google.com\u003e\nCc: Peter Foley \u003cpefoley2@verizon.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4175242c0dc1d92e821d2b45bc8fe06d4650a7b5",
      "tree": "47a2e80324ab28e346946db1eff058cd4e958988",
      "parents": [
        "45dafe98f865895dc4f2a94069b614180f7e01c8",
        "c1ae68309b0c1ea67b72e9e94e26b4e819022fc7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:39:37 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:39:37 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:\n  amd64_edac: Erratum #637 workaround\n  amd64_edac: Factor in CC6 save area\n  amd64_edac: Remove node interleave warning\n  EDAC: Remove debugging output in scrub rate handling\n"
    },
    {
      "commit": "45dafe98f865895dc4f2a94069b614180f7e01c8",
      "tree": "63e2d78e9d92b7a05da5c91866886349e4610a7e",
      "parents": [
        "fc7b3ff1ac0ca3250628911ca6534882db9f2cb3",
        "aa1f465225384b276e150238472a5452c4f92a84"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:39:14 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:39:14 2011 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:\n  watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCH\n"
    },
    {
      "commit": "fc7b3ff1ac0ca3250628911ca6534882db9f2cb3",
      "tree": "96972cb5ef0a54c5011b308497ee43de550c8b3d",
      "parents": [
        "019793b7554b18818624e9cf7a2ee8ba8cf6bda0",
        "9ff4cfb3fcfd48b49fdd9be7381b3be340853aa4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:38:48 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 11:38:48 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.marist.edu/pub/scm/linux-2.6:\n  [S390] kvm-390: Let kernel exit SIE instruction on work\n  [S390] dasd: check sense type in device change handler\n  [S390] pfault: fix token handling\n  [S390] qdio: reset error states immediately\n  [S390] fix page table walk for changing page attributes\n  [S390] prng: prevent access beyond end of stack\n  [S390] dasd: fix race between open and offline\n"
    },
    {
      "commit": "019793b7554b18818624e9cf7a2ee8ba8cf6bda0",
      "tree": "ffe6ea833b4310d063a4a40435ba8877c396a303",
      "parents": [
        "cb49f577879519d1bff5898d9eec72dd441286cb",
        "7cf96da3ec7ca225acf4f284b0e904a1f5f98821"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 08:26:58 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 08:26:58 2011 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable:\n  Btrfs: cleanup error handling in inode.c\n  Btrfs: put the right bio if we have an error\n  Btrfs: free bitmaps properly when evicting the cache\n  Btrfs: Free free_space item properly in btrfs_trim_block_group()\n  btrfs: add missing spin_unlock to a rare exit path\n  Btrfs: check return value of kmalloc()\n  btrfs: fix wrong allocating flag when reading page\n  Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()\n"
    },
    {
      "commit": "cb49f577879519d1bff5898d9eec72dd441286cb",
      "tree": "25ac9515b139d1f84b4fbeb52135779286b277a3",
      "parents": [
        "f727a938ce1c92d7693e0a66cee2295f2f9ca6d3",
        "211588ad1902df57beeeadc9b44546540fa4bd81"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 08:25:16 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 26 08:25:16 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable:\n  Btrfs: do some plugging in the submit_bio threads\n"
    },
    {
      "commit": "c1ae68309b0c1ea67b72e9e94e26b4e819022fc7",
      "tree": "22ecef8f85044a4bffba23546477b1b79dd08be8",
      "parents": [
        "f08e457cecece7fbbdad3add9defac3373a59b5a"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Wed Mar 30 15:42:10 2011 +0200"
      },
      "committer": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Tue Apr 26 16:18:56 2011 +0200"
      },
      "message": "amd64_edac: Erratum #637 workaround\n\nF15h CPUs may report a non-DRAM address when reporting an error address\nbelonging to a CC6 state save area. Add a workaround to detect this\ncondition and compute the actual DRAM address of the error as documented\nin the Revision Guide for AMD Family 15h Models 00h-0Fh Processors.\n\nSigned-off-by: Borislav Petkov \u003cborislav.petkov@amd.com\u003e\n"
    },
    {
      "commit": "f08e457cecece7fbbdad3add9defac3373a59b5a",
      "tree": "10fc4421d4277cb24ec2019ce4965f5a3dcf02a1",
      "parents": [
        "f030ddfb3752df36bb73285353374fc04feabb80"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Mon Mar 21 20:45:06 2011 +0100"
      },
      "committer": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Tue Apr 26 16:18:44 2011 +0200"
      },
      "message": "amd64_edac: Factor in CC6 save area\n\nF15h and later use a portion of DRAM as a CC6 storage area. BIOS\nprograms D18F1x[17C:140,7C:40] DRAM Base/Limit accordingly by\nsubtracting the storage area from the DRAM limit setting. However, in\norder for edac to consider that part of DRAM too, we need to include it\ninto the per-node range.\n\nSigned-off-by: Borislav Petkov \u003cborislav.petkov@amd.com\u003e\n"
    },
    {
      "commit": "f030ddfb3752df36bb73285353374fc04feabb80",
      "tree": "1b8f21ba1b29b36dcb748366b4fdcad2754c68f4",
      "parents": [
        "4949603a6fabf3a54cbd7be6df1681789abfca7d"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Fri Apr 08 15:05:21 2011 +0200"
      },
      "committer": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Tue Apr 26 16:18:12 2011 +0200"
      },
      "message": "amd64_edac: Remove node interleave warning\n\nThis warning was wrongfully added for a normal condition - intlvsel\nactually selects the destination node when node interleaving is enabled\nand it is not a mismatch. For a detailed example, see section 2.8.10.2\n\"Node Interleaving\" in F10h BKDG.\n\nSigned-off-by: Borislav Petkov \u003cborislav.petkov@amd.com\u003e\n"
    },
    {
      "commit": "aa1f465225384b276e150238472a5452c4f92a84",
      "tree": "70f7e89b33040111e10b8d90522e0c984f14e4e8",
      "parents": [
        "cd2e49e90f1cae7726c9a2c54488d881d7f1cd1c"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Wed Apr 20 10:56:20 2011 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Apr 26 12:50:44 2011 +0000"
      },
      "message": "watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCH\n\nThis patch adds the TCO Watchdog DeviceIDs for the Intel Panther Point PCH.\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f727a938ce1c92d7693e0a66cee2295f2f9ca6d3",
      "tree": "28d3467e4e86294f41b017f8a6e54b8b16dbb6b4",
      "parents": [
        "cd2e49e90f1cae7726c9a2c54488d881d7f1cd1c",
        "4906e50b37e6f6c264e7ee4237343eb2b7f8d16d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 20:38:50 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 20:38:50 2011 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:\n  CIFS: Fix memory over bound bug in cifs_parse_mount_options\n"
    },
    {
      "commit": "cd2e49e90f1cae7726c9a2c54488d881d7f1cd1c",
      "tree": "79c3c9d6e4258f38ff81dd141970885bbc65807a",
      "parents": [
        "71e9e6a5823a6b7976c3e47e2f6c7ba364526a93",
        "5be79de2e1ffa19d871a494697cf76cddee93384"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:01:12 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:01:12 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6:\n  eCryptfs: Flush dirty pages in setattr\n  eCryptfs: Handle failed metadata read in lookup\n  eCryptfs: Add reference counting to lower files\n  eCryptfs: dput dentries returned from dget_parent\n  eCryptfs: Remove extra d_delete in ecryptfs_rmdir\n"
    },
    {
      "commit": "71e9e6a5823a6b7976c3e47e2f6c7ba364526a93",
      "tree": "ecfa8b3dfd8453dc632199890df3f065cedb1bd0",
      "parents": [
        "9ade0cf440a1e5800dc68eef2e77b8d9d83a6dff",
        "9cf3b5fa6f7b246784d62a2a7637a871290c9ab9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:00:55 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:00:55 2011 -0700"
      },
      "message": "Merge branch \u0027for-torvalds\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson\n\n* \u0027for-torvalds\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:\n  rtc: fix coh901331 startup crash\n  mach-ux500: fix i2c0 device setup regression\n"
    },
    {
      "commit": "9ade0cf440a1e5800dc68eef2e77b8d9d83a6dff",
      "tree": "17a06970af5a26cd340b785a894f20f262335575",
      "parents": [
        "1879fd6a26571fd4e8e1f4bb3e7537bc936b1fe7"
      ],
      "author": {
        "name": "Eric Paris",
        "email": "eparis@redhat.com",
        "time": "Mon Apr 25 16:26:29 2011 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:16:32 2011 -0700"
      },
      "message": "SELINUX: Make selinux cache VFS RCU walks safe\n\nNow that the security modules can decide whether they support the\ndcache RCU walk or not it\u0027s possible to make selinux a bit more\nRCU friendly.  The SELinux AVC and security server access decision\ncode is RCU safe.  A specific piece of the LSM audit code may not\nbe RCU safe.\n\nThis patch makes the VFS RCU walk retry if it would hit the non RCU\nsafe chunk of code.  It will normally just work under RCU.  This is\ndone simply by passing the VFS RCU state as a flag down into the\navc_audit() code and returning ECHILD there if it would have an issue.\n\nBased-on-patch-by: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1879fd6a26571fd4e8e1f4bb3e7537bc936b1fe7",
      "tree": "5fb41fdaef01d462ff9c7ecfe688760a44e89b6a",
      "parents": [
        "3dd2ee4824b668a635d6d2bb6bc73f33708cab9f"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Mon Apr 25 14:01:36 2011 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:14:10 2011 -0700"
      },
      "message": "add hlist_bl_lock/unlock helpers\n\nNow that the whole dcache_hash_bucket crap is gone, go all the way and\nalso remove the weird locking layering violations for locking the hash\nbuckets.  Add hlist_bl_lock/unlock helpers to move the locking into the\nlist abstraction instead of requiring each caller to open code it.\nAfter all allowing for the bit locks is the whole point of these helpers\nover the plain hlist variant.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3dd2ee4824b668a635d6d2bb6bc73f33708cab9f",
      "tree": "40d8d017d9631ecefae76eb09e1bbecc23e17452",
      "parents": [
        "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:10:58 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:10:58 2011 -0700"
      },
      "message": "bit_spinlock: don\u0027t play preemption games inside the busy loop\n\nWhen we are waiting for the bit-lock to be released, and are looping\nover the \u0027cpu_relax()\u0027 should not be doing anything else - otherwise we\nmiss the point of trying to do the whole \u0027cpu_relax()\u0027.\n\nDo the preemption enable/disable around the loop, rather than inside of\nit.\n\nNoticed when I was looking at the code generation for the dcache\n__d_drop usage, and the code just looked very odd.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5be79de2e1ffa19d871a494697cf76cddee93384",
      "tree": "4b6a9e060ba1d33f3573f0ea4b04f950e8027c79",
      "parents": [
        "3aeb86ea4cd15f728147a3bd5469a205ada8c767"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Fri Apr 22 13:08:00 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:49:46 2011 -0500"
      },
      "message": "eCryptfs: Flush dirty pages in setattr\n\nAfter 57db4e8d73ef2b5e94a3f412108dff2576670a8a changed eCryptfs to\nwrite-back caching, eCryptfs page writeback updates the lower inode\ntimes due to the use of vfs_write() on the lower file.\n\nTo preserve inode metadata changes, such as \u0027cp -p\u0027 does with\nutimensat(), we need to flush all dirty pages early in\necryptfs_setattr() so that the user-updated lower inode metadata isn\u0027t\nclobbered later in writeback.\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d33372\n\nReported-by: Rocko \u003crockorequin@hotmail.com\u003e\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "3aeb86ea4cd15f728147a3bd5469a205ada8c767",
      "tree": "6219c664f7938fa8e5e8a2efa93aab7bcc38c12f",
      "parents": [
        "332ab16f830f59e7621ae8eb2c353dc135a316f6"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Mar 15 14:54:00 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:45:06 2011 -0500"
      },
      "message": "eCryptfs: Handle failed metadata read in lookup\n\nWhen failing to read the lower file\u0027s crypto metadata during a lookup,\neCryptfs must continue on without throwing an error. For example, there\nmay be a plaintext file in the lower mount point that the user wants to\ndelete through the eCryptfs mount.\n\nIf an error is encountered while reading the metadata in lookup(), the\neCryptfs inode\u0027s size could be incorrect. We must be sure to reread the\nplaintext inode size from the metadata when performing an open() or\nsetattr(). The metadata is already being read in those paths, so this\nadds minimal performance overhead.\n\nThis patch introduces a flag which will track whether or not the\nplaintext inode size has been read so that an incorrect i_size can be\nfixed in the open() or setattr() paths.\n\nhttps://bugs.launchpad.net/bugs/509180\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "7cf96da3ec7ca225acf4f284b0e904a1f5f98821",
      "tree": "48c1b0d42f40c47ac8e6a497d41d6d314a9a8a5d",
      "parents": [
        "64728bbbf892ea7a4aba502c436afbe362217fb9"
      ],
      "author": {
        "name": "Tsutomu Itoh",
        "email": "t-itoh@jp.fujitsu.com",
        "time": "Mon Apr 25 19:43:53 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:53 2011 -0400"
      },
      "message": "Btrfs: cleanup error handling in inode.c\n\nThe error processing of several places is changed like setting the\nerror number only at the error.\n\nSigned-off-by: Tsutomu Itoh \u003ct-itoh@jp.fujitsu.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "64728bbbf892ea7a4aba502c436afbe362217fb9",
      "tree": "40741804bbf62d942c5b440345de03866cb46c41",
      "parents": [
        "a4f0162fd4490daf2c823c185fff79080d266a7c"
      ],
      "author": {
        "name": "Josef Bacik",
        "email": "josef@redhat.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "message": "Btrfs: put the right bio if we have an error\n\nIn btrfs_submit_direct_hook if the first btrfs_map_block fails we need to put\nthe orig_bio, not bio.\n\nSigned-off-by: Josef Bacik \u003cjosef@redhat.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "a4f0162fd4490daf2c823c185fff79080d266a7c",
      "tree": "c2a7186103a4b31115eb10555864620a46a18ad9",
      "parents": [
        "f789b684bdb96e7ec2fce79445555d4fd55fb94c"
      ],
      "author": {
        "name": "Josef Bacik",
        "email": "josef@redhat.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "message": "Btrfs: free bitmaps properly when evicting the cache\n\nIf our space cache is wrong, we do the right thing and free up everything that\nwe loaded, however we don\u0027t reset the total_bitmaps counter or the thresholds or\nanything.  So in btrfs_remove_free_space_cache make sure to call free_bitmap()\nif it\u0027s a bitmap, this will keep us from panicing when we check to make sure we\ndon\u0027t have too many bitmaps.  Thanks,\n\nSigned-off-by: Josef Bacik \u003cjosef@redhat.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "f789b684bdb96e7ec2fce79445555d4fd55fb94c",
      "tree": "44bde9e49f5d1d16c3d6890528ce5a9b3977fb7e",
      "parents": [
        "cfece4db110dacfd6b4b87b912c59e77e6846fc0"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "message": "Btrfs: Free free_space item properly in btrfs_trim_block_group()\n\nSince commit dc89e9824464e91fa0b06267864ceabe3186fd8b, we\u0027ve changed\nto use a specific slab for alocation of free_space items.\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "cfece4db110dacfd6b4b87b912c59e77e6846fc0",
      "tree": "6505c83f7d0dd2d01851cb8d13501e829168880f",
      "parents": [
        "8d413713ca744fa00cf4e05d4054d80727b84789"
      ],
      "author": {
        "name": "David Sterba",
        "email": "dsterba@suse.cz",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "message": "btrfs: add missing spin_unlock to a rare exit path\n\nSigned-off-by: David Sterba \u003cdsterba@suse.cz\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "8d413713ca744fa00cf4e05d4054d80727b84789",
      "tree": "df29b480d83806cd4e85508ac676eb69323ddc79",
      "parents": [
        "43e817a1fdda17f3357602ed7964c248c8c53ae0"
      ],
      "author": {
        "name": "Tsutomu Itoh",
        "email": "t-itoh@jp.fujitsu.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:52 2011 -0400"
      },
      "message": "Btrfs: check return value of kmalloc()\n\nThe check on the return value of kmalloc() is added to some places.\n\nSigned-off-by: Tsutomu Itoh \u003ct-itoh@jp.fujitsu.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "43e817a1fdda17f3357602ed7964c248c8c53ae0",
      "tree": "a6064abb7f4a4eecc6c6fbbb37a0a53ede93c979",
      "parents": [
        "a62f44a5f47ce45e524b55f91542dc386c6de7ef"
      ],
      "author": {
        "name": "Itaru Kitayama",
        "email": "kitayama@cl.bb4u.ne.jp",
        "time": "Mon Apr 25 19:43:51 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:51 2011 -0400"
      },
      "message": "btrfs: fix wrong allocating flag when reading page\n\nthe space cache use extent_readpages() to read free space information,\nso we can not use GFP_KERNEL flag to allocate memory, or it may lead\nto deadlock.\n\nSigned-off-by: Itaru Kitayama \u003ckitayama@cl.bb4u.ne.jp\u003e\nSigned-off-by: Miao Xie \u003cmiaox@cn.fujitsu.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "a62f44a5f47ce45e524b55f91542dc386c6de7ef",
      "tree": "9385c5bb077e74a9e97ce048d8e615142366cc52",
      "parents": [
        "f65647c29b14f5a32ff6f3237b0ef3b375ed5a79"
      ],
      "author": {
        "name": "Tsutomu Itoh",
        "email": "t-itoh@jp.fujitsu.com",
        "time": "Mon Apr 25 19:43:51 2011 -0400"
      },
      "committer": {
        "name": "Chris Mason",
        "email": "chris.mason@oracle.com",
        "time": "Mon Apr 25 19:43:51 2011 -0400"
      },
      "message": "Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()\n\nIt is necessary to unlock mutex_lock before it return an error when\nbtrfs_alloc_path() fails.\n\nSigned-off-by: Tsutomu Itoh \u003ct-itoh@jp.fujitsu.com\u003e\nSigned-off-by: Chris Mason \u003cchris.mason@oracle.com\u003e\n"
    },
    {
      "commit": "332ab16f830f59e7621ae8eb2c353dc135a316f6",
      "tree": "c5b249f34dcacf2aa5ee24de8d332d8171398203",
      "parents": [
        "dd55c89852481a0708c3fd4b48f3081f4280d9d3"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Thu Apr 14 15:35:11 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:37 2011 -0500"
      },
      "message": "eCryptfs: Add reference counting to lower files\n\nFor any given lower inode, eCryptfs keeps only one lower file open and\nmultiplexes all eCryptfs file operations through that lower file. The\nlower file was considered \"persistent\" and stayed open from the first\nlookup through the lifetime of the inode.\n\nThis patch keeps the notion of a single, per-inode lower file, but adds\nreference counting around the lower file so that it is closed when not\ncurrently in use. If the reference count is at 0 when an operation (such\nas open, create, etc.) needs to use the lower file, a new lower file is\nopened. Since the file is no longer persistent, all references to the\nterm persistent file are changed to lower file.\n\nLocking is added around the sections of code that opens the lower file\nand assign the pointer in the inode info, as well as the code the fputs\nthe lower file when all eCryptfs users are done with it.\n\nThis patch is needed to fix issues, when mounted on top of the NFSv3\nclient, where the lower file is left silly renamed until the eCryptfs\ninode is destroyed.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "dd55c89852481a0708c3fd4b48f3081f4280d9d3",
      "tree": "36e516d3802f5854a9e25610bdfd2382f497ef0d",
      "parents": [
        "35ffa948b2f7bdf79e488cd496232935d095087a"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Apr 12 11:23:09 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:36 2011 -0500"
      },
      "message": "eCryptfs: dput dentries returned from dget_parent\n\nCall dput on the dentries previously returned by dget_parent() in\necryptfs_rename(). This is needed for supported eCryptfs mounts on top\nof the NFSv3 client.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "35ffa948b2f7bdf79e488cd496232935d095087a",
      "tree": "c9b6ac16421f798813844b7299f6fbb8ee8baa14",
      "parents": [
        "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Apr 12 11:21:36 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:35 2011 -0500"
      },
      "message": "eCryptfs: Remove extra d_delete in ecryptfs_rmdir\n\nvfs_rmdir() already calls d_delete() on the lower dentry. That was being\nduplicated in ecryptfs_rmdir() and caused a NULL pointer dereference\nwhen NFSv3 was the lower filesystem.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4",
      "tree": "15189e860b8fb4e20b1517c8ec2d2e145a2c0017",
      "parents": [
        "8f7544682c488dfc4117b37ed10435bb2d3d8d73",
        "dea3667bc3c2a0521e8d8855e407a49d9d70028c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:51:15 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:51:15 2011 -0700"
      },
      "message": "Merge branch \u0027dcache-cleanup\u0027\n\n* dcache-cleanup:\n  vfs: get rid of insane dentry hashing rules\n"
    },
    {
      "commit": "8f7544682c488dfc4117b37ed10435bb2d3d8d73",
      "tree": "075f7404d81e3ff8f8cfa52f09a618e9a13b0a55",
      "parents": [
        "1f91f48b65a075c29c4adc57a895ff0e7306e2ee",
        "270dac35c26433d06a89150c51e75ca0181ca7e4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:45:37 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:45:37 2011 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  libata: ahci_start_engine compliant to AHCI spec\n  ata: pata_at91.c bugfix for initial_timing initialisation\n  ata: pata_at91.c bugfix for high master clock\n  ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs\n  ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs\n  libata: Pioneer DVR-216D can\u0027t do SETXFER\n  ahci: don\u0027t enable port irq before handler is registered\n  libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65\n  libata: Kill unused ATA_DFLAG_{H|D}IPM flags\n  ahci: EM supported message type sysfs attribute\n"
    },
    {
      "commit": "1f91f48b65a075c29c4adc57a895ff0e7306e2ee",
      "tree": "5966d172b8f484011ebb2b4c00988b81060afb82",
      "parents": [
        "3ba41621156681afcdbcd624e3191cbc65eb94f4",
        "6e0d9fd38b750d678bf9fd07db23582f52fafa55"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:42:15 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:42:15 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.infradead.org/ubifs-2.6\n\n* \u0027for-linus\u0027 of git://git.infradead.org/ubifs-2.6:\n  UBIFS: fix master node recovery\n  UBIFS: fix false assertion warning in case of I/O failures\n  UBIFS: fix false space checking failure\n"
    },
    {
      "commit": "270dac35c26433d06a89150c51e75ca0181ca7e4",
      "tree": "187f95b21867318d77b768e1e8be27b0894c239b",
      "parents": [
        "792d37af35386466cf5dda51d6b710fa1dd9aad1"
      ],
      "author": {
        "name": "Jian Peng",
        "email": "jipeng2005@gmail.com",
        "time": "Fri Apr 22 23:58:10 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:35:40 2011 -0400"
      },
      "message": "libata: ahci_start_engine compliant to AHCI spec\n\nAt the end of section 10.1 of AHCI spec (rev 1.3), it states\n\nSoftware shall not set PxCMD.ST to 1 until it is determined that\na functoinal device is present on the port as determined by\nPxTFD.STS.BSY\u003d0, PxTFD.STS.DRQ\u003d0 and PxSSTS.DET\u003d3h\n\nEven though most AHCI host controller works without this check,\nspecific controller will fail under this condition.\n\nSigned-off-by: Jian Peng \u003cjipeng2005@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "792d37af35386466cf5dda51d6b710fa1dd9aad1",
      "tree": "6da7ad6feeb76505e2748bad1aaff1b775c5aa06",
      "parents": [
        "9719b8f5bc35664a23de1ddfbc85217398af0df8"
      ],
      "author": {
        "name": "Igor Plyatov",
        "email": "plyatov@gmail.com",
        "time": "Mon Mar 28 16:56:14 2011 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:06 2011 -0400"
      },
      "message": "ata: pata_at91.c bugfix for initial_timing initialisation\n\nThe \"struct ata_timing\" must contain 10 members, but \".dmack_hold\" member was\nforgotten for \"initial_timing\" initialisation. This patch fixes such a problem.\n\nSigned-off-by: Igor Plyatov \u003cplyatov@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9719b8f5bc35664a23de1ddfbc85217398af0df8",
      "tree": "5986b2a7bf9b990f92c3c11e10d37c3eb8d45d1a",
      "parents": [
        "181e3ceaba761d35d96d791d5031b1e51abec46c"
      ],
      "author": {
        "name": "Igor Plyatov",
        "email": "plyatov@gmail.com",
        "time": "Mon Mar 28 16:56:15 2011 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:06 2011 -0400"
      },
      "message": "ata: pata_at91.c bugfix for high master clock\n\nThe AT91SAM9 microcontrollers with master clock higher then 105 MHz\nand PIO0, have overflow of the NCS_RD_PULSE value in the MSB. This\nlead to \"NCS_RD_PULSE\" pulse longer then \"NRD_CYCLE\" pulse and driver\ndoes not detect ATA device.\n\nSigned-off-by: Igor Plyatov \u003cplyatov@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "181e3ceaba761d35d96d791d5031b1e51abec46c",
      "tree": "187d72612d6f0b592e559c26b3df86f45d144959",
      "parents": [
        "4a836c701a0f68e5a028113c176413e9b72c4c7c"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Wed Apr 20 08:45:20 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs\n\nThe previously submitted patch was word-wrapped.\n\nThis patch adds the AHCI-mode SATA DeviceIDs for the Intel Panther Point PCH.\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4a836c701a0f68e5a028113c176413e9b72c4c7c",
      "tree": "062e779d43bc171f81c0166987b380dc9e8b7e08",
      "parents": [
        "d69cf28cd2f85c3086fac5ea39aa1d5ba65546b1"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Wed Apr 20 08:43:37 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs\n\nThe previously submitted patch was word-wrapped.\n\nThis patch adds the IDE-mode SATA DeviceIDs for the Intel Panther\nPoint PCH.\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d69cf28cd2f85c3086fac5ea39aa1d5ba65546b1",
      "tree": "f93897353a804f92887293e0303563d30be29a27",
      "parents": [
        "7b3a24c57d2eeda8dba9c205342b12689c4679f9"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Tue Apr 19 11:13:32 2011 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "libata: Pioneer DVR-216D can\u0027t do SETXFER\n\n Commit 4a5610a04d415ed94af75bb1159d2621d62c8328 fixed an issue with\n the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user\n reported a similar issue with his DVR-216D that the NOSETXFER horkage\n worked around for him as well.\n\n This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER.\n\n The issue was reported at:\n https://bugzilla.novell.com/show_bug.cgi?id\u003d679143\n\nReported-by: Volodymyr Kyrychenko \u003cvladimir.kirichenko@gmail.com\u003e\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7b3a24c57d2eeda8dba9c205342b12689c4679f9",
      "tree": "f4be496d3c0008c6b601b75616383bb735bc9fd2",
      "parents": [
        "ae01b2493c3bf03c504c32ac4ebb01d528508db3"
      ],
      "author": {
        "name": "Maxime Bizon",
        "email": "mbizon@freebox.fr",
        "time": "Wed Mar 16 14:58:32 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ahci: don\u0027t enable port irq before handler is registered\n\nThe ahci_pmp_attach() \u0026 ahci_pmp_detach() unmask port irqs, but they\nare also called during port initialization, before ahci host irq\nhandler is registered. On ce4100 platform, this sometimes triggers\n\"irq 4: nobody cared\" message when loading driver.\n\nFixed this by not touching the register if the port is in frozen\nstate, and mark all uninitialized port as frozen.\n\nSigned-off-by: Maxime Bizon \u003cmbizon@freebox.fr\u003e\nAcked-by: Tejun Heo \u003ctj@kernel.org\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ae01b2493c3bf03c504c32ac4ebb01d528508db3",
      "tree": "e2f10e9054ca9c883f59aab7fec776ed2aece281",
      "parents": [
        "3f7ac1d6671ebca7a955853f7127c937f7befbd3"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 16 11:14:55 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:32:16 2011 -0400"
      },
      "message": "libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65\n\nNVIDIA mcp65 familiy of controllers cause command timeouts when DIPM\nis used.  Implement ATA_FLAG_NO_DIPM and apply it.\n\nThis problem was reported by Stefan Bader in the following thread.\n\n http://thread.gmane.org/gmane.linux.ide/48841\n\nstable: applicable to 2.6.37 and 38.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Stefan Bader \u003cstefan.bader@canonical.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3f7ac1d6671ebca7a955853f7127c937f7befbd3",
      "tree": "935a287d51ea6531e95e1b1173983a4de94820b5",
      "parents": [
        "6e5fe5b12cfcd9ed4303c9a4f4a22a694104d28f"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 16 11:14:25 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:32:03 2011 -0400"
      },
      "message": "libata: Kill unused ATA_DFLAG_{H|D}IPM flags\n\nATA_DFLAG_{H|D}IPM flags are no longer used.  Kill them.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6e5fe5b12cfcd9ed4303c9a4f4a22a694104d28f",
      "tree": "96ccfacbf812e6ddbad8e3c1f90b466f3a3458e2",
      "parents": [
        "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e"
      ],
      "author": {
        "name": "Hannes Reinecke",
        "email": "hare@suse.de",
        "time": "Fri Mar 04 09:54:52 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:31:31 2011 -0400"
      },
      "message": "ahci: EM supported message type sysfs attribute\n\nThis patch adds an sysfs attribute \u0027em_message_supported\u0027 to the\nahci host device which prints out the supported enclosure management\nmessage types.\n\nSigned-off-by: Hannes Reinecke \u003chare@suse.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3ba41621156681afcdbcd624e3191cbc65eb94f4",
      "tree": "197b021d9da6cf693fb6b80524e73e228b0bd589",
      "parents": [
        "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Sat Apr 23 18:42:56 2011 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:24:31 2011 -0700"
      },
      "message": "kconfig: Avoid buffer underrun in choice input\n\nCommit 40aee729b350 (\u0027kconfig: fix default value for choice input\u0027)\nfixed some cases where kconfig would select the wrong option from a\nchoice with a single valid option and thus enter an infinite loop.\n\nHowever, this broke the test for user input of the form \u0027N?\u0027, because\nwhen kconfig selects the single valid option the input is zero-length\nand the test will read the byte before the input buffer.  If this\nhappens to contain \u0027?\u0027 (as it will in a mips build on Debian unstable\ntoday) then kconfig again enters an infinite loop.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nCc: stable@kernel.org [2.6.17+]\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dea3667bc3c2a0521e8d8855e407a49d9d70028c",
      "tree": "bda1a624616f2e1bf9d3ec38b30ab002379a8e6a",
      "parents": [
        "b07ad9967f40b164af77205027352ba53729cf5a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 07:58:46 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 07:58:46 2011 -0700"
      },
      "message": "vfs: get rid of insane dentry hashing rules\n\nThe dentry hashing rules have been really quite complicated for a long\nwhile, in odd ways.  That made functions like __d_drop() very fragile\nand non-obvious.\n\nIn particular, whether a dentry was hashed or not was indicated with an\nexplicit DCACHE_UNHASHED bit.  That\u0027s despite the fact that the hash\nabstraction that the dentries use actually have a \u0027is this entry hashed\nor not\u0027 model (which is a simple test of the \u0027pprev\u0027 pointer).\n\nThe reason that was done is because we used the normal \u0027is this entry\nunhashed\u0027 model to mark whether the dentry had _ever_ been hashed in the\ndentry hash tables, and that logic goes back many years (commit\nb3423415fbc2: \"dcache: avoid RCU for never-hashed dentries\").\n\nThat, in turn, meant that __d_drop had totally different unhashing logic\nfor the dentry hash table case and for the anonymous dcache case,\nbecause in order to use the \"is this dentry hashed\" logic as a flag for\nwhether it had ever been on the RCU hash table, we had to unhash such a\ndentry differently so that we\u0027d never think that it wasn\u0027t \u0027unhashed\u0027\nand wouldn\u0027t be free\u0027d correctly.\n\nThat\u0027s just insane.  It made the logic really hard to follow, when there\nwere two different kinds of \"unhashed\" states, and one of them (the one\nthat used \"list_bl_unhashed()\") really had nothing at all to do with\nbeing unhashed per se, but with a very subtle lifetime rule instead.\n\nSo turn all of it around, and make it logical.\n\nInstead of having a DENTRY_UNHASHED bit in d_flags to indicate whether\nthe dentry is on the hash chains or not, use the hash chain unhashed\nlogic for that.  Suddenly \"d_unhashed()\" just uses \"list_bl_unhashed()\",\nand everything makes sense.\n\nAnd for the lifetime rule, just use an explicit DENTRY_RCUACCEES bit.\nIf we ever insert the dentry into the dentry hash table so that it is\nvisible to RCU lookup, we mark it DENTRY_RCUACCESS to show that it now\nneeds the RCU lifetime rules.  Now suddently that test at dentry free\ntime makes sense too.\n\nAnd because unhashing now is sane and doesn\u0027t depend on where the dentry\ngot unhashed from (because the dentry hash chain details doesn\u0027t have\nsome subtle side effects), we can re-unify the __d_drop() logic and use\ncommon code for the unhashing.\n\nAlso fix one more open-coded hash chain bit_spin_lock() that I missed in\nthe previous chain locking cleanup commit.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e",
      "tree": "3361f14eee716d5512a0c423ec89631a5b976ef4",
      "parents": [
        "b07ad9967f40b164af77205027352ba53729cf5a",
        "19234c0819da0e043a02710488dfd9b242b42eba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:35:16 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:35:16 2011 -0700"
      },
      "message": "Merge branch \u0027pm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6\n\n* \u0027pm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6:\n  PM: Add missing syscore_suspend() and syscore_resume() calls\n  PM: Fix error code paths executed after failing syscore_suspend()\n"
    },
    {
      "commit": "b07ad9967f40b164af77205027352ba53729cf5a",
      "tree": "33ce9c53602f1983cff5dd5f209bb668fb7ffca5",
      "parents": [
        "0f1d9f78ce41a8874d30271ef8480e6f8f7f1fce"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:32:03 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:32:03 2011 -0700"
      },
      "message": "vfs: get rid of \u0027struct dcache_hash_bucket\u0027 abstraction\n\nIt\u0027s a useless abstraction for \u0027hlist_bl_head\u0027, and it doesn\u0027t actually\nhelp anything - quite the reverse.  All the users end up having to know\nabout the hlist_bl_head details anyway, using \u0027struct hlist_bl_node *\u0027\netc. So it just makes the code look confusing.\n\nAnd the cost of it is extra \u0027\u0026b-\u003ehead\u0027 syntactic noise, but more\nimportantly it spuriously makes the hash table dentry list look\ndifferent from the per-superblock DCACHE_DISCONNECTED dentry list.\n\nAs a result, the code ended up using ad-hoc locking for one case and\nspecial helper functions for what is really another totally identical\ncase in the very same function.\n\nMake it all look and work the same.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0f1d9f78ce41a8874d30271ef8480e6f8f7f1fce",
      "tree": "a55f50977c4f1c7d5f14beaeb8f4a71b8bcb7444",
      "parents": [
        "8c9e80ed276fc4b9c9fadf29d8bf6b3576112f1a",
        "9db4e4381a8e881ff65a5d3400bfa471f84217e7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:19:19 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:19:19 2011 -0700"
      },
      "message": "Merge branch \u0027tty-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6\n\n* \u0027tty-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:\n  tty/n_gsm: fix bug in CRC calculation for gsm1 mode\n  serial/imx: read cts state only after acking cts change irq\n  parport_pc.c: correctly release the requested region for the IT887x\n"
    },
    {
      "commit": "8c9e80ed276fc4b9c9fadf29d8bf6b3576112f1a",
      "tree": "7595dd217545593675d40f85cfb11d69697a8300",
      "parents": [
        "8d082f8f3fb89e8a1fcb5120ad98cd9860c8a3e8"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Apr 21 17:23:19 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:17:29 2011 -0700"
      },
      "message": "SECURITY: Move exec_permission RCU checks into security modules\n\nRight now all RCU walks fall back to reference walk when CONFIG_SECURITY\nis enabled, even though just the standard capability module is active.\nThis is because security_inode_exec_permission unconditionally fails\nRCU walks.\n\nMove this decision to the low level security module. This requires\npassing the RCU flags down the security hook. This way at least\nthe capability module and a few easy cases in selinux/smack work\nwith RCU walks with CONFIG_SECURITY\u003dy\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nAcked-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d082f8f3fb89e8a1fcb5120ad98cd9860c8a3e8",
      "tree": "5b3865764bee4511d76248b9eaf5cf166557691d",
      "parents": [
        "258ba6a5a9194ea043850f77d1219053c810e043",
        "6a9a6f233baad76b67a448b39bb55fc064755ba4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 14:59:07 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 14:59:07 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME\n  ALSA: hda - Add a fix-up for Acer dmic with ALC271x codec\n  ASoC: add a module alias to the FSI driver\n  ALSA: emu10k1 - Fix \"Music\" controls to \"Synth\" controls in documents\n  ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface\n  ASoC: codecs: JZ4740: Fix OOPS\n  ASoC: Fix output PGA enabling in wm_hubs CODECs\n  ASoC: sn95031: decorate function with __devexit_p()\n  ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver\n  ASoC: sst_platform: Fix lock acquring\n  ASoC: fsi: driver safely remove for against irq\n  ASoC: fsi: modify vague PM control on probe\n  ASoC: fsi: take care in failing case of dai register\n  MAINTAINERS: Update Samsung ASoC maintainer\u0027s id\n  ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes\n  ASoC: Set left channel volume update bits for WM8994\n  ASoC: fix config error path\n  ASoC: check channel mismatch between cpu_dai and codec_dai\n  ASoC: Tegra: Suspend/resume support\n"
    },
    {
      "commit": "258ba6a5a9194ea043850f77d1219053c810e043",
      "tree": "9287488d77cfd3fc776bc2feb4ce1cf8dff36471",
      "parents": [
        "d6d61c97e69ca0e8471804603cf00d8abf2fa12d",
        "f4929bd37208540c2c6f416e9035ff1938f2dbc6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:27 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:27 2011 -0700"
      },
      "message": "Merge branch \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  perf, x86: Update/fix Intel Nehalem cache events\n  perf, x86: P4 PMU - Don\u0027t forget to clear cpuc-\u003eactive_mask on overflow\n  x86, perf event: Turn off unstructured raw event access to offcore registers\n  perf: Support Xeon E7\u0027s via the Westmere PMU driver\n"
    },
    {
      "commit": "d6d61c97e69ca0e8471804603cf00d8abf2fa12d",
      "tree": "4f930bc002243d323df9ad51cfe2cc40184d7a76",
      "parents": [
        "91e8549bde9e5cc88c5a2e8c8114389279e240b5",
        "2ea4db65be3c4027ed39da73e1b6a59c8aa6c7c9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:21 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:21 2011 -0700"
      },
      "message": "Merge branch \u0027irq-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027irq-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  xtensa: Fixup irq conversion fallout and nmi_count\n"
    },
    {
      "commit": "f4929bd37208540c2c6f416e9035ff1938f2dbc6",
      "tree": "307e058a47993c91d806f8c7bb505e8afe778a27",
      "parents": [
        "1ea5a6afd95a4803900c97ed63a47a883ebe7b3e"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Fri Apr 22 13:39:56 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 13:50:27 2011 +0200"
      },
      "message": "perf, x86: Update/fix Intel Nehalem cache events\n\nChange the Nehalem cache events to use retired memory instruction counters\n(similar to Westmere), this greatly improves the provided stats.\n\nUsing:\n\nmain ()\n{\n        int i;\n\n        for (i \u003d 0; i \u003c 1000000000; i++) {\n                asm(\"mov (%%rsp), %%rbx;\"\n                    \"mov %%rbx, (%%rsp);\" : : : \"rbx\");\n        }\n}\n\nWe find:\n\n $ perf stat --repeat 10 -e instructions:u -e l1-dcache-loads:u -e l1-dcache-stores:u ./loop_1b_loads+stores\n  Performance counter stats for \u0027./loop_1b_loads+stores\u0027 (10 runs):\n      4,000,081,056 instructions:u           #      0.000 IPC ( +-   0.000% )\n      4,999,502,846 l1-dcache-loads:u          ( +-   0.008% )\n      1,000,034,832 l1-dcache-stores:u         ( +-   0.000% )\n         1.565184942  seconds time elapsed   ( +-   0.005% )\n\nThe 5b is surprising - we\u0027d expect 1b:\n\n $ perf stat --repeat 10 -e instructions:u -e r10b:u -e l1-dcache-stores:u ./loop_1b_loads+stores\n  Performance counter stats for \u0027./loop_1b_loads+stores\u0027 (10 runs):\n      4,000,081,054 instructions:u           #      0.000 IPC ( +-   0.000% )\n      1,000,021,961 r10b:u                     ( +-   0.000% )\n      1,000,030,951 l1-dcache-stores:u         ( +-   0.000% )\n         1.565055422  seconds time elapsed   ( +-   0.003% )\n\nWhich this patch thus fixes.\n\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Mike Galbraith \u003cefault@gmx.de\u003e\nCc: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Stephane Eranian \u003ceranian@google.com\u003e\nCc: Lin Ming \u003cming.m.lin@intel.com\u003e\nCc: Cyrill Gorcunov \u003cgorcunov@openvz.org\u003e\nLink: http://lkml.kernel.org/n/tip-q9rtru7b7840tws75xzboapv@git.kernel.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1ea5a6afd95a4803900c97ed63a47a883ebe7b3e",
      "tree": "9a81eaa3a8915daff3135233478c0e7534019374",
      "parents": [
        "b52c55c6a25e4515b5e075a989ff346fc251ed09"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Thu Apr 21 11:03:21 2011 -0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:21:34 2011 +0200"
      },
      "message": "perf, x86: P4 PMU - Don\u0027t forget to clear cpuc-\u003eactive_mask on overflow\n\nIt\u0027s not enough to simply disable event on overflow the\ncpuc-\u003eactive_mask should be cleared as well otherwise counter\nmay stall in \"active\" even in real being already disabled (which\npotentially may lead to the situation that user may not use this\ncounter further).\n\nDon pointed out that:\n\n \" I also noticed this patch fixed some unknown NMIs\n   on a P4 when I stressed the box\".\n\nTested-by: Lin Ming \u003cming.m.lin@intel.com\u003e\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@openvz.org\u003e\nAcked-by: Don Zickus \u003cdzickus@redhat.com\u003e\nSigned-off-by: Don Zickus \u003cdzickus@redhat.com\u003e\nCc: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nLink: http://lkml.kernel.org/r/1303398203-2918-3-git-send-email-dzickus@redhat.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b52c55c6a25e4515b5e075a989ff346fc251ed09",
      "tree": "fa846866c435b726dd00366e4346c1c993550214",
      "parents": [
        "b2508e828d71baacd9a743dd48dcbf85d96affdd"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 08:44:38 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:02:53 2011 +0200"
      },
      "message": "x86, perf event: Turn off unstructured raw event access to offcore registers\n\nAndi Kleen pointed out that the Intel offcore support patches were merged\nwithout user-space tool support to the functionality:\n\n |\n | The offcore_msr perf kernel code was merged into 2.6.39-rc*, but the\n | user space bits were not. This made it impossible to set the extra mask\n | and actually do the OFFCORE profiling\n |\n\nAndi submitted a preliminary patch for user-space support, as an\nextension to perf\u0027s raw event syntax:\n\n |\n | Some raw events -- like the Intel OFFCORE events -- support additional\n | parameters. These can be appended after a \u0027:\u0027.\n |\n | For example on a multi socket Intel Nehalem:\n |\n |    perf stat -e r1b7:20ff -a sleep 1\n |\n | Profile the OFFCORE_RESPONSE.ANY_REQUEST with event mask REMOTE_DRAM_0\n | that measures any access to DRAM on another socket.\n |\n\nBut this kind of usability is absolutely unacceptable - users should not\nbe expected to type in magic, CPU and model specific incantations to get\naccess to useful hardware functionality.\n\nThe proper solution is to expose useful offcore functionality via\ngeneralized events - that way users do not have to care which specific\nCPU model they are using, they can use the conceptual event and not some\nmodel specific quirky hexa number.\n\nWe already have such generalization in place for CPU cache events,\nand it\u0027s all very extensible.\n\n\"Offcore\" events measure general DRAM access patters along various\nparameters. They are particularly useful in NUMA systems.\n\nWe want to support them via generalized DRAM events: either as the\nfourth level of cache (after the last-level cache), or as a separate\ngeneralization category.\n\nThat way user-space support would be very obvious, memory access\nprofiling could be done via self-explanatory commands like:\n\n  perf record -e dram ./myapp\n  perf record -e dram-remote ./myapp\n\n... to measure DRAM accesses or more expensive cross-node NUMA DRAM\naccesses.\n\nThese generalized events would work on all CPUs and architectures that\nhave comparable PMU features.\n\n( Note, these are just examples: actual implementation could have more\n  sophistication and more parameter - as long as they center around\n  similarly simple usecases. )\n\nNow we do not want to revert *all* of the current offcore bits, as they\nare still somewhat useful for generic last-level-cache events, implemented\nin this commit:\n\n  e994d7d23a0b: perf: Fix LLC-* events on Intel Nehalem/Westmere\n\nBut we definitely do not yet want to expose the unstructured raw events\nto user-space, until better generalization and usability is implemented\nfor these hardware event features.\n\n( Note: after generalization has been implemented raw offcore events can be\n  supported as well: there can always be an odd event that is marginally\n  useful but not useful enough to generalize. DRAM profiling is definitely\n  *not* such a category so generalization must be done first. )\n\nFurthermore, PERF_TYPE_RAW access to these registers was not intended\nto go upstream without proper support - it was a side-effect of the above\ne994d7d23a0b commit, not mentioned in the changelog.\n\nAs v2.6.39 is nearing release we go for the simplest approach: disable\nthe PERF_TYPE_RAW offcore hack for now, before it escapes into a released\nkernel and becomes an ABI.\n\nOnce proper structure is implemented for these hardware events and users\nare offered usable solutions we can revisit this issue.\n\nReported-by: Andi Kleen \u003cak@linux.intel.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/1302658203-4239-1-git-send-email-andi@firstfloor.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b2508e828d71baacd9a743dd48dcbf85d96affdd",
      "tree": "b0ee8d7d47d8081396643dc6fe8b52ffe6bf6d07",
      "parents": [
        "91e8549bde9e5cc88c5a2e8c8114389279e240b5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Apr 21 16:48:35 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 08:27:29 2011 +0200"
      },
      "message": "perf: Support Xeon E7\u0027s via the Westmere PMU driver\n\nThere\u0027s a new model number public, 47, for Xeon E7 (aka Westmere EX).\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nCc: a.p.zijlstra@chello.nl\nLink: http://lkml.kernel.org/r/1303429715-10202-1-git-send-email-andi@firstfloor.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "91e8549bde9e5cc88c5a2e8c8114389279e240b5",
      "tree": "5d5432c2a8a066ecf92e0eec9f07e8b96a6be198",
      "parents": [
        "37fc67c9f0454f7a6448d87225cfee8067fd731d",
        "7eec77a1816a7042591a6cbdb4820e9e7ebffe0e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:50:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:50:56 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd\n  block: don\u0027t propagate unlisted DISK_EVENTs to userland\n  elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too\n"
    },
    {
      "commit": "7eec77a1816a7042591a6cbdb4820e9e7ebffe0e",
      "tree": "138c0ed198471151e2590fc3d35f56c5d57ba720",
      "parents": [
        "7c88a168da8003fd4d8fb6ae103c4ecf29cb1130"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Apr 21 19:43:59 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:43:59 2011 +0200"
      },
      "message": "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd\n\ncheck_events() implementations in both ide-gd and ide-cd are\ninadequate for in-kernel event polling.  Both generate media change\nevents continuously when certain conditions are met causing infinite\nevent loop between the driver and userland event handler.\n\nAs disk event now supports suppression of unlisted events, simply\nde-listing DISK_EVENT_MEDIA_CHANGE from disk-\u003eevents resolves the\nproblem.  Internal handling around media revalidation will behave the\nsame while userland will fall back to userland event polling after\ndetecting the device doesn\u0027t support disk events.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\nAcked-by: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "7c88a168da8003fd4d8fb6ae103c4ecf29cb1130",
      "tree": "121d1b65615faf98e3c77f066b50527275d4b4c3",
      "parents": [
        "3aa72873ffdcc2f7919743efbbefc351ec73f5cb"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Apr 21 19:43:58 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:43:58 2011 +0200"
      },
      "message": "block: don\u0027t propagate unlisted DISK_EVENTs to userland\n\nDISK_EVENT_MEDIA_CHANGE is used for both userland visible event and\ninternal event for revalidation of removeable devices.  Some legacy\ndrivers don\u0027t implement proper event detection and continuously\ngenerate events under certain circumstances.  For example, ide-cd\ngenerates media changed continuously if there\u0027s no media in the drive,\nwhich can lead to infinite loop of events jumping back and forth\nbetween the driver and userland event handler.\n\nThis patch updates disk event infrastructure such that it never\npropagates events not listed in disk-\u003eevents to userland.  Those\nevents are processed the same for internal purposes but uevent\ngeneration is suppressed.\n\nThis also ensures that userland only gets events which are advertised\nin the @events sysfs node lowering risk of confusion.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "3aa72873ffdcc2f7919743efbbefc351ec73f5cb",
      "tree": "f159c777a489c6ac3721ba1f1cadbe2d86b19fa5",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:28:35 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:28:35 2011 +0200"
      },
      "message": "elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too\n\nThe sort insert is the one that goes to the IO scheduler. With\nthe SORT_MERGE addition, we could bypass IO scheduler setup\nbut still ask the IO scheduler to insert the request. This would\ncause an oops on switching IO schedulers through the sysfs\ninterface, unless the disk just happened to be idle while it\noccured.\n\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "4906e50b37e6f6c264e7ee4237343eb2b7f8d16d",
      "tree": "db956af25beeca260ca69f1c69b79bb9f2f906b6",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Pavel Shilovsky",
        "email": "piastry@etersoft.ru",
        "time": "Thu Apr 14 22:00:56 2011 +0400"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Apr 21 17:22:43 2011 +0000"
      },
      "message": "CIFS: Fix memory over bound bug in cifs_parse_mount_options\n\nWhile password processing we can get out of options array bound if\nthe next character after array is delimiter. The patch adds a check\nif we reach the end.\n\nSigned-off-by: Pavel Shilovsky \u003cpiastry@etersoft.ru\u003e\nReviewed-by: Jeff Layton \u003cjlayton@redhat.com\u003e\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "37fc67c9f0454f7a6448d87225cfee8067fd731d",
      "tree": "7b4aa71ece6fe0d6d9a229164405fd74fdbbd9e3",
      "parents": [
        "d20dc4d5231592b25a0d77c45ebb7c05204dfb3a",
        "3eff1268994f72266b660782e87f215720c29639"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:26 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:26 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://oss.sgi.com/xfs/xfs\n\n* \u0027for-linus\u0027 of git://oss.sgi.com/xfs/xfs:\n  xfs: fix duplicate message output\n"
    },
    {
      "commit": "d20dc4d5231592b25a0d77c45ebb7c05204dfb3a",
      "tree": "2952b4ff16c6884aff5ab879d7c4a778e7f008f2",
      "parents": [
        "d76c8420c3cf8e468901b0bd58306637335c98ea",
        "7a6c6547825a2324faa76cff856db11d78de075e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:03 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:03 2011 -0700"
      },
      "message": "Merge branch \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS\n  Revert \"x86, NUMA: Fix fakenuma boot failure\"\n"
    },
    {
      "commit": "d76c8420c3cf8e468901b0bd58306637335c98ea",
      "tree": "1dd7c5f1f19fb827968343e08e2cc5ed87358f05",
      "parents": [
        "83425eee85c6235392e3fe865faf533a48b60ab3"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Apr 21 09:07:26 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:00:00 2011 -0700"
      },
      "message": "raid5: fix build error, sector_t usage\n\nChange \u003csectors\u003e from unsigned long long to sector_t.\nThis matches its source field.\n\n  ERROR: \"__udivdi3\" [drivers/md/raid456.ko] undefined!\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "83425eee85c6235392e3fe865faf533a48b60ab3",
      "tree": "e97a28eb4c8c8440c3beef6a6ee0c3dc2c6a2938",
      "parents": [
        "8ed54bd5657b75e654c5913bcc5c680485a531b6",
        "afa2689e19073cd2e762d0f2c1358fab1ab9f18c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:58:42 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:58:42 2011 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:\n  virtio: console: Enable call to hvc_remove() on console port remove\n  virtio_pci: Prevent double-free of pci regions after device hot-unplug\n  virtio: Decrement avail idx on buffer detach\n"
    },
    {
      "commit": "8ed54bd5657b75e654c5913bcc5c680485a531b6",
      "tree": "789f66b0af61b1625420705b49d4cc00ef336b83",
      "parents": [
        "25b210371f76ac63b30d998549f5f4891d805f3b",
        "194b3da873fd334ef183806db751473512af29ce"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:56 2011 -0700"
      },
      "message": "Merge branch \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  agp: fix arbitrary kernel memory writes\n  agp: fix OOM and buffer overflow\n  drm/radeon/kms: fix IH writeback on r6xx+ on big endian machines\n"
    },
    {
      "commit": "25b210371f76ac63b30d998549f5f4891d805f3b",
      "tree": "b8a90dba0876716bdd56bf478c6949249e4a55dd",
      "parents": [
        "ec616048ea21da2b32ed1a820e637c74c61c618c",
        "5c72d064f7ead1126bed6faab0c2bfb7418036e2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:13 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:13 2011 -0700"
      },
      "message": "Merge branch \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6\n\n* \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6:\n  drm/i915: Initialise g4x watermarks for disabled pipes\n  drm/i915: Sanitize the output registers after resume\n  drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3\n  drm/i915/tv: Only poll for TV connections\n  drm/i915/tv: Remember the detected TV type\n"
    },
    {
      "commit": "ec616048ea21da2b32ed1a820e637c74c61c618c",
      "tree": "3a6525a995fe41f520cb573da81fef5515d70f33",
      "parents": [
        "df7e130384efd1c732aa08648dad46687fee3d96",
        "51a63e67da6056c13b5b597dcc9e1b3bd7ceaa55"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:56:35 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:56:35 2011 -0700"
      },
      "message": "Merge git://git.infradead.org/iommu-2.6\n\n* git://git.infradead.org/iommu-2.6:\n  intel_iommu: disable all VT-d PMRs when TXT launched\n  intel-iommu: Fix get_domain_for_dev() error path\n  intel-iommu: Unlink domain from iommu\n  intel-iommu: Fix use after release during device attach\n"
    },
    {
      "commit": "df7e130384efd1c732aa08648dad46687fee3d96",
      "tree": "7dd8f9f0fe4cdcb27242a33783440bae5690e47e",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Wed Apr 20 20:30:40 2011 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 07:34:44 2011 -0700"
      },
      "message": "vfs: Pass setxattr(2) flags properly\n\nFor some reason generic_setxattr() did not pass flags (XATTR_CREATE,\nXATTR_REPLACE) to the filesystem specific helper. This caused that\nsetxattr(2) syscall just ignored these flags.\n\nFix the bug by passing flags correctly.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\nAcked-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "afa2689e19073cd2e762d0f2c1358fab1ab9f18c",
      "tree": "54e454f26327da2063af856bc7863bf7ea8e7b62",
      "parents": [
        "31a3ddda166cda86d2b5111e09ba4bda5239fae6"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Mon Mar 14 17:45:48 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio: console: Enable call to hvc_remove() on console port remove\n\nThis call was disabled as hot-unplugging one virtconsole port led to\nanother virtconsole port freezing.\n\nUpon testing it again, this now works, so enable it.\n\nIn addition, a bug was found in qemu wherein removing a port of one type\ncaused the guest output from another port to stop working.  I doubt it\nwas just this bug that caused it (since disabling the hvc_remove() call\ndid allow other ports to continue working), but since it\u0027s all solved\nnow, we\u0027re fine with hot-unplugging of virtconsole ports.\n\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "31a3ddda166cda86d2b5111e09ba4bda5239fae6",
      "tree": "9cd6af0a5a7b59b4452db2fa84545ce782c4006b",
      "parents": [
        "b3258ff1d6086bd2b9eeb556844a868ad7d49bc8"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Mon Mar 14 17:45:02 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio_pci: Prevent double-free of pci regions after device hot-unplug\n\nIn the case where a virtio-console port is in use (opened by a program)\nand a virtio-console device is removed, the port is kept around but all\nthe virtio-related state is assumed to be gone.\n\nWhen the port is finally released (close() called), we call\ndevice_destroy() on the port\u0027s device.  This results in the parent\ndevice\u0027s structures to be freed as well.  This includes the PCI regions\nfor the virtio-console PCI device.\n\nOnce this is done, however, virtio_pci_release_dev() kicks in, as the\nlast ref to the virtio device is now gone, and attempts to do\n\n     pci_iounmap(pci_dev, vp_dev-\u003eioaddr);\n     pci_release_regions(pci_dev);\n     pci_disable_device(pci_dev);\n\nwhich results in a double-free warning.\n\nMove the code that releases regions, etc., to the virtio_pci_remove()\nfunction, and all that\u0027s now left in release_dev is the final freeing of\nthe vp_dev.\n\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "b3258ff1d6086bd2b9eeb556844a868ad7d49bc8",
      "tree": "2c9dde005804227038c997a983ded7e46951ca64",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Wed Mar 16 19:12:10 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio: Decrement avail idx on buffer detach\n\nWhen detaching a buffer from a vq, the avail.idx value should be\ndecremented as well.\n\nThis was noticed by hot-unplugging a virtio console port and then\nplugging in a new one on the same number (re-using the vqs which were\njust \u0027disowned\u0027).  qemu reported\n\n   \u0027Guest moved used index from 0 to 256\u0027\n\nwhen any IO was attempted on the new port.\n\nCC: stable@kernel.org\nReported-by: juzhang \u003cjuzhang@redhat.com\u003e\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "51a63e67da6056c13b5b597dcc9e1b3bd7ceaa55",
      "tree": "88258f313963c0b67de3ba2f1ad57d4365b86496",
      "parents": [
        "2fe9723df8e45fd247782adea244a5e653c30bf4"
      ],
      "author": {
        "name": "Joseph Cihula",
        "email": "joseph.cihula@intel.com",
        "time": "Mon Mar 21 11:04:24 2011 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Apr 21 13:51:40 2011 +0100"
      },
      "message": "intel_iommu: disable all VT-d PMRs when TXT launched\n\nIntel VT-d Protected Memory Regions (PMRs) are supposed to be disabled,\non each VT-d engine, after DMA remapping is enabled on the engines.\nThis is because the behavior of having both enabled is not deterministic\nand because, if TXT has been used to launch the kernel, the PMRs may be\nprogrammed to cover memory regions that will be used for DMA.\n\nUnder some circumstances (certain quirks detected, lack of multiple\ndevices, etc.), the current code does not set up DMA remapping on some\nVT-d engines.  In such cases it also skips disabling the PMRs.  This\ncauses failures when the kernel is launched with TXT (most often this\noccurs on the graphics engine and results in colored vertical bars on\nthe display).\n\nThis patch detects when the kernel has been launched with TXT and then\ndisables the PMRs on all VT-d engines.  In some cases where the reason\nthat remapping is not being enabled is due to possible ACPI DMAR table\nerrors, the VT-d engine addresses may not be correct and thus not able\nto be safely programmed even to disable PMRs.  Because part of the TXT\nlaunch process is the verification of these addresses, it will always be\nsafe to disable PMRs if the TXT launch has succeeded and hence only\ndoing this in such cases.\n\nSigned-off-by: Joseph Cihula \u003cjoseph.cihula@intel.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "6e0d9fd38b750d678bf9fd07db23582f52fafa55",
      "tree": "e802c35a4543f1f55f782838cb946c81c124843a",
      "parents": [
        "1a067a22e466d2910d10d47a7125bf7ced943165"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 14:49:55 2011 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 15:27:21 2011 +0300"
      },
      "message": "UBIFS: fix master node recovery\n\nThis patch fixes the following symptoms:\n1. Unmount UBIFS cleanly.\n2. Start mounting UBIFS R/W and have a power cut immediately\n3. Start mounting UBIFS R/O, this succeeds\n4. Try to re-mount UBIFS R/W - this fails immediately or later on,\n   because UBIFS will write the master node to the flash area\n   which has been written before.\n\nThe analysis of the problem:\n\n1. UBIFS is unmounted cleanly, both copies of the master node are clean.\n2. UBIFS is being mounter R/W, starts changing master node copy 1, and\n   a power cut happens. The copy N1 becomes corrupted.\n3. UBIFS is being mounted R/O. It notices the copy N1 is corrupted and\n   reads copy N2. Copy N2 is clean.\n4. Because of R/O mode, UBIFS cannot recover copy 1.\n5. The mount code (ubifs_mount()) sees that the master node is clean,\n   so it decides that no recovery is needed.\n6. We are re-mounting R/W. UBIFS believes no recovery is needed and\n   starts updating the master node, but copy N1 is still corrupted\n   and was not recovered!\n\nFix this problem by marking the master node as dirty every time we\nrecover it and we are in R/O mode. This forces further recovery and\nthe UBIFS cleans-up the corruptions and recovers the copy N1 when\nre-mounting R/W later.\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "1a067a22e466d2910d10d47a7125bf7ced943165",
      "tree": "7bd2bd95730d063bcdc1b8bf1a03bb8e540e2284",
      "parents": [
        "8c230d9a5b5ec7970139acb7e2d165d7a3fe9f9e"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 10:39:54 2011 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 15:27:12 2011 +0300"
      },
      "message": "UBIFS: fix false assertion warning in case of I/O failures\n\nWhen UBIFS switches to R/O mode because it detects I/O failures, then\nwhen we unmount, we still may have allocated budget, and the assertions\nwhich verify that we have not budget will fire. But it is expected to\nhave the budget in case of I/O failures, so the assertion warnings will\nbe false. Suppress them for the I/O failure case.\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\n"
    },
    {
      "commit": "4949603a6fabf3a54cbd7be6df1681789abfca7d",
      "tree": "b7d8913e183cf7b74412fbd2d96a6189e25ff63d",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Markus Trippelsdorf",
        "email": "markus@trippelsdorf.de",
        "time": "Wed Apr 20 14:28:45 2011 -0400"
      },
      "committer": {
        "name": "Borislav Petkov",
        "email": "borislav.petkov@amd.com",
        "time": "Thu Apr 21 12:44:58 2011 +0200"
      },
      "message": "EDAC: Remove debugging output in scrub rate handling\n\nThis patch removes superfluous debugging output in the sysfs scrub rate\nhandler. It also consolidates the error handling in the scrub rate\naccessors.\n\nSigned-off-by: Markus Trippelsdorf \u003cmarkus@trippelsdorf.de\u003e\nSigned-off-by: Borislav Petkov \u003cborislav.petkov@amd.com\u003e\n"
    },
    {
      "commit": "6a9a6f233baad76b67a448b39bb55fc064755ba4",
      "tree": "71557def09bb57e2a05d20e939d4824fbad59093",
      "parents": [
        "b3c27b51db9112d03864fdef44fa611dd69c1425",
        "1c7276cfc04b1a5b296b691c2e07297a4f6c19aa"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 21 12:44:38 2011 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 21 12:44:38 2011 +0200"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into for-linus\n"
    },
    {
      "commit": "7a6c6547825a2324faa76cff856db11d78de075e",
      "tree": "2af07ffdf6a89ecbdfd18caa277bd5eeb15eba0c",
      "parents": [
        "37f8527dbfd05af0f670aa02370d0c4cca7fbda6"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Wed Apr 20 19:19:13 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 21 11:31:00 2011 +0200"
      },
      "message": "x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS\n\nThe cpu\u003c-\u003enode mappings under CONFIG_DEBUG_PER_CPU_MAPS\u003dy\nwhen NUMA emulation is enabled is currently broken because it does\nnot iterate through every emulated node and bind cpus that have\naffinity to it.\n\nNUMA emulation should bind each cpu to every local node to\naccurately represent the true NUMA topology of the underlying\nmachine.\n\ndebug_cpumask_set_cpu() needs to be fixed at the same time so\nthat the debugging information that it emits shows the new\ncpumask of the node being assigned when the cpu is being added\nor removed.\n\nIt can now take responsibility of setting or clearing the cpu\nitself to remove the need for duplicate code.\n\nAlso change its last parameter, \"enable\", to have the correct bool\ntype since it can only be true or false.\n\n -v2: Fix the return statements, by Kosaki Motohiro\n\nAcked-and-Tested-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nCc: Andreas Herrmann \u003cherrmann.der.user@googlemail.com\u003e\nCc: Tejun Heo \u003ctj@kernel.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/alpine.DEB.2.00.1104201918470.12634@chino.kir.corp.google.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "37f8527dbfd05af0f670aa02370d0c4cca7fbda6",
      "tree": "16a21fe2caa4ed94c52643a1f4807647c37e5a31",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Wed Apr 20 19:19:10 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 21 11:30:59 2011 +0200"
      },
      "message": "Revert \"x86, NUMA: Fix fakenuma boot failure\"\n\nAndreas Herrmann reported that 7d6b46707f24 (\"x86, NUMA: Fix fakenuma\nboot failure\") causes certain physical NUMA topologies (for example\nAMD Magny-Cours) to move sibling cpus to a single node when in reality\nthey are in separate domains.\n\nThis may result in some nodes being completely void of cpus, which\ndoesn\u0027t accurately represent the correct topology. The system will\nboot, but will have suboptimal NUMA performance.\n\nThis commit was intended as a fix for NUMA emulation, but should\nnot cause a regression for real NUMA machines as a side effect.\n\n( There will be a separate fix for the numa-debug code, which\n  will not affect physical topologies. )\n\nReported-by: Andreas Herrmann \u003cherrmann.der.user@googlemail.com\u003e\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nAcked-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nCc: Tejun Heo \u003ctj@kernel.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/alpine.DEB.2.00.1104201918110.12634@chino.kir.corp.google.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "194b3da873fd334ef183806db751473512af29ce",
      "tree": "cb6ac3d05ba2e0a07c02ea1cef0e41477ea29d2b",
      "parents": [
        "b522f02184b413955f3bc952e3776ce41edc6355"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Thu Apr 14 20:55:16 2011 +0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Apr 21 12:16:55 2011 +1000"
      },
      "message": "agp: fix arbitrary kernel memory writes\n\npg_start is copied from userspace on AGPIOC_BIND and AGPIOC_UNBIND ioctl\ncmds of agp_ioctl() and passed to agpioc_bind_wrap().  As said in the\ncomment, (pg_start + mem-\u003epage_count) may wrap in case of AGPIOC_BIND,\nand it is not checked at all in case of AGPIOC_UNBIND.  As a result, user\nwith sufficient privileges (usually \"video\" group) may generate either\nlocal DoS or privilege escalation.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "b522f02184b413955f3bc952e3776ce41edc6355",
      "tree": "3141d04c93d5342c06e54bbba389b646a005cb04",
      "parents": [
        "204ae24dc71f794aaad4df48a0083dfedc711afb"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Thu Apr 14 20:55:19 2011 +0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Apr 21 11:51:04 2011 +1000"
      },
      "message": "agp: fix OOM and buffer overflow\n\npage_count is copied from userspace.  agp_allocate_memory() tries to\ncheck whether this number is too big, but doesn\u0027t take into account the\nwrap case.  Also agp_create_user_memory() doesn\u0027t check whether\nalloc_size is calculated from num_agp_pages variable without overflow.\nThis may lead to allocation of too small buffer with following buffer\noverflow.\n\nAnother problem in agp code is not addressed in the patch - kernel memory\nexhaustion (AGPIOC_RESERVE and AGPIOC_ALLOCATE ioctls).  It is not checked\nwhether requested pid is a pid of the caller (no check in agpioc_reserve_wrap()).\nEach allocation is limited to 16KB, though, there is no per-process limit.\nThis might lead to OOM situation, which is not even solved in case of the\ncaller death by OOM killer - the memory is allocated for another (faked) process.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    }
  ],
  "next": "584f79046780e10cb24367a691f8c28398a00e84"
}
