)]}'
{
  "log": [
    {
      "commit": "6a91b558648cffa94227b4ff9c6c996930bbdfd2",
      "tree": "87cafe789da2d072a68ca03db65da31ac13422f2",
      "parents": [
        "03ed6a3aa600c48593c3984812fda2d5945ddb46"
      ],
      "author": {
        "name": "Samu Onkalo",
        "email": "samu.p.onkalo@nokia.com",
        "time": "Thu Nov 18 12:04:20 2010 +0200"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jan 04 01:16:53 2011 +0000"
      },
      "message": "i2c-omap: Set latency requirements only once for several messages\n\nOrdinary I2C read consist of two messages. First a write operation\nto tell register address and then read operation to get data.\nCPU wake up latency is set and removed twice in read case.\nSet latency requirement before the message processing loop\nand remove the requirement after the loop to remove latency\nadjustment operations between the messages.\n\nSigned-off-by: Samu Onkalo \u003csamu.p.onkalo@nokia.com\u003e\nAcked-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\nAcked-by: Paul Walmsley \u003cpaul@pwsan.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "03ed6a3aa600c48593c3984812fda2d5945ddb46",
      "tree": "03d1357411424514943deffadbb9f287288998bd",
      "parents": [
        "4c37a4b53de2d08c469a6e4304cf2a17178200aa",
        "a0a2b71bb750ffe9b3faa317cb6317f4ad109383"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:51:22 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:51:22 2011 -0800"
      },
      "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: Fix callchain hit bad cast on ascii display\n  arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU\n  watchdog: Improve initialisation error message and documentation\n"
    },
    {
      "commit": "4c37a4b53de2d08c469a6e4304cf2a17178200aa",
      "tree": "6e69ca7a15b14c8acfaa61440d46655bd1060190",
      "parents": [
        "d45fa563a62c908d0e9a581d4f091fed6371ebd0",
        "8fd0bda511406ef0e9dcce9be055d7ab931e92ba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:50:26 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:50:26 2011 -0800"
      },
      "message": "Merge branch \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:\n  [media] em28xx: radio_fops should also use unlocked_ioctl\n  [media] wm8775: Revert changeset fcb9757333 to avoid a regression\n  [media] cx25840: Prevent device probe failure due to volume control ERANGE error\n"
    },
    {
      "commit": "d45fa563a62c908d0e9a581d4f091fed6371ebd0",
      "tree": "84b80c025132e7d4619709dd9134681c8b014fa2",
      "parents": [
        "a1cf11d8f673a3ad91012c5da96beed06ecefde1",
        "8f33d5277fada0291ea495f7fd44a3e7b7aa41d3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:48:54 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:48:54 2011 -0800"
      },
      "message": "Merge branch \u0027fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx\n\n* \u0027fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx:\n  dmaengine: provide dummy functions for DMA_ENGINE\u003dn\n  mv_xor: fix race in tasklet function\n"
    },
    {
      "commit": "a1cf11d8f673a3ad91012c5da96beed06ecefde1",
      "tree": "e729bb79ce66f2983d5d4b9afcf8d9a4c365c1c3",
      "parents": [
        "b518a64983cbf2ff31aed530898de2d80e4573d5"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Mon Jan 03 15:07:02 2011 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 03 11:48:11 2011 -0800"
      },
      "message": "name_to_dev_t() must not call __init code\n\nThe function can\u0027t be __init itself (being called from some sysfs\nhandler), and hence none of the functions it calls can be either.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a0a2b71bb750ffe9b3faa317cb6317f4ad109383",
      "tree": "bda5b05eab82db67e4416682cee808ca422d980c",
      "parents": [
        "c7c25802b39c443b3745cfa973dc49a97a3491f8",
        "d425de5436a620de506f9e4119bf8daa1cb93718"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jan 03 19:59:24 2011 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jan 03 19:59:24 2011 +0100"
      },
      "message": "Merge branch \u0027perf/urgent\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent\n"
    },
    {
      "commit": "d425de5436a620de506f9e4119bf8daa1cb93718",
      "tree": "25f1b576d37a0a6ff8ad5f89ff93ab875e4d1d78",
      "parents": [
        "551423748a4eba55f2eb0fc250d757986471f187"
      ],
      "author": {
        "name": "Frederic Weisbecker",
        "email": "fweisbec@gmail.com",
        "time": "Mon Jan 03 16:13:11 2011 +0100"
      },
      "committer": {
        "name": "Frederic Weisbecker",
        "email": "fweisbec@gmail.com",
        "time": "Mon Jan 03 16:13:11 2011 +0100"
      },
      "message": "perf: Fix callchain hit bad cast on ascii display\n\nipchain__fprintf_graph() casts the number of hits in a branch as an\nint, which means we lose its highests bits.\n\nThis results in meaningless number of callchain hits in perf.data\nthat have a high number of hits recorded, typically those that have\ncallchain branches hits appearing more than INT_MAX. This happens\neasily as those are pondered by the event period.\n\nReported-by: Nick Piggin \u003cnpiggin@kernel.dk\u003e\nSigned-off-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c7c25802b39c443b3745cfa973dc49a97a3491f8",
      "tree": "c12d44f18788da6574d8df468861766b954095e8",
      "parents": [
        "551423748a4eba55f2eb0fc250d757986471f187"
      ],
      "author": {
        "name": "Robert Richter",
        "email": "robert.richter@amd.com",
        "time": "Mon Jan 03 12:15:14 2011 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jan 03 13:01:40 2011 +0100"
      },
      "message": "arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU\n\nDisable preemption in init_ibs(). The function only checks the\nibs capabilities and sets up pci devices (if necessary). It runs\nonly on one cpu but operates with the local APIC and some MSRs,\nthus it is better to disable preemption.\n\n[    7.034377] BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/483\n[    7.034385] caller is setup_APIC_eilvt+0x155/0x180\n[    7.034389] Pid: 483, comm: modprobe Not tainted 2.6.37-rc1-20101110+ #1\n[    7.034392] Call Trace:\n[    7.034400]  [\u003cffffffff812a2b72\u003e] debug_smp_processor_id+0xd2/0xf0\n[    7.034404]  [\u003cffffffff8101e985\u003e] setup_APIC_eilvt+0x155/0x180\n[ ... ]\n\nAddresses https://bugzilla.kernel.org/show_bug.cgi?id\u003d22812\n\nReported-by: \u003catswartz@gmail.com\u003e\nSigned-off-by: Robert Richter \u003crobert.richter@amd.com\u003e\nCc: oprofile-list@lists.sourceforge.net \u003coprofile-list@lists.sourceforge.net\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nCc: Dan Carpenter \u003cerror27@gmail.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: \u003cstable@kernel.org\u003e         [2.6.37.x]\nLKML-Reference: \u003c20110103111514.GM4739@erda.amd.com\u003e\n[ small cleanups ]\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8fd0bda511406ef0e9dcce9be055d7ab931e92ba",
      "tree": "73f1e12e51ece5d1eef6c5ee2bb49dafeaa1ce3b",
      "parents": [
        "46e67acd5d4cacda758e871eebd15cef4e2c2665"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Dec 18 09:59:51 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Jan 03 09:52:25 2011 -0200"
      },
      "message": "[media] em28xx: radio_fops should also use unlocked_ioctl\n\nem28xx uses core assisted locking, so it shouldn\u0027t use .ioctl.\nThe .ioctl callback was replaced by .unlocked_ioctl for video nodes,\nbut not for radio nodes. This is now corrected.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "46e67acd5d4cacda758e871eebd15cef4e2c2665",
      "tree": "80fc9c755da220725b26e76c522a0c9414b11abf",
      "parents": [
        "f23b7952d37c69c0caa6c8dfb85dbf2eb9e5fcaa"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Jan 03 09:09:56 2011 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Jan 03 09:09:56 2011 -0200"
      },
      "message": "[media] wm8775: Revert changeset fcb9757333 to avoid a regression\n\nIt seems that cx88 and ivtv use wm8775 on some different modes. The\npatch that added support for a board with wm8775 broke ivtv boards with\nthis device. As we\u0027re too close to release 2.6.37, let\u0027s just revert\nit.\n\nReported-by: Andy Walls \u003cawalls@md.metrocast.net\u003e\nReported-by: Eric Sharkey \u003ceric@lisaneric.org\u003e\nReported-by: Auric \u003cauric@aanet.com.au\u003e\nReported by: David Gesswein \u003cdjg@pdp8online.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f23b7952d37c69c0caa6c8dfb85dbf2eb9e5fcaa",
      "tree": "813fda00f48aeafbd785d494d8c1ae8c660f6f5a",
      "parents": [
        "387c31c7e5c9805b0aef8833d1731a5fe7bdea14"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@md.metrocast.net",
        "time": "Sun Dec 05 19:42:30 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Jan 03 09:08:16 2011 -0200"
      },
      "message": "[media] cx25840: Prevent device probe failure due to volume control ERANGE error\n\nThis patch fixes a regression that crept into 2.6.36.\n\nThe volume control scale in the cx25840 driver has an unusual mapping\nfrom register values to v4l2 volume control values.  Enforce the mapping\nlimits, so that the default volume control setting does not fall out of\nbounds to prevent the cx25840 module device probe from failing.\n\nSigned-off-by: Andy Walls \u003cawalls@md.metrocast.net\u003e\nCc: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8f33d5277fada0291ea495f7fd44a3e7b7aa41d3",
      "tree": "f94ab5a72d00cd7fb7c061ed68f1d8e5e1f85cde",
      "parents": [
        "8333f65ef094e47020cd01452b4637e7daf5a77f"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Wed Dec 22 14:46:46 2010 +0100"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Mon Jan 03 01:41:40 2011 -0800"
      },
      "message": "dmaengine: provide dummy functions for DMA_ENGINE\u003dn\n\nThis lets drivers, optionally using the dmaengine, build with DMA_ENGINE\nunselected.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "8333f65ef094e47020cd01452b4637e7daf5a77f",
      "tree": "1f41baeedeff9625d25e9c664d3bf762f3371855",
      "parents": [
        "59a609d9b59be9452f168fe228befea53d5962ff"
      ],
      "author": {
        "name": "Saeed Bishara",
        "email": "saeed@marvell.com",
        "time": "Tue Dec 21 16:53:39 2010 +0200"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Mon Jan 03 01:39:26 2011 -0800"
      },
      "message": "mv_xor: fix race in tasklet function\n\nuse mv_xor_slot_cleanup() instead of __mv_xor_slot_cleanup() as the former function\naquires the spin lock that needed to protect the drivers data.\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Saeed Bishara \u003csaeed@marvell.com\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "551423748a4eba55f2eb0fc250d757986471f187",
      "tree": "401f03f7e5a70de089ef83153ac98096929c6f09",
      "parents": [
        "b518a64983cbf2ff31aed530898de2d80e4573d5"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Sun Jan 02 23:02:42 2011 +0000"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jan 03 05:25:52 2011 +0100"
      },
      "message": "watchdog: Improve initialisation error message and documentation\n\nThe error message \u0027NMI watchdog failed to create perf event...\u0027\ndoes not make it clear that this is a fatal error for the\nwatchdog.  It also currently prints the error value as a\npointer, rather than extracting the error code with PTR_ERR().\nFix that.\n\nAdd a note to the description of the \u0027nowatchdog\u0027 kernel\nparameter to associate it with this message.\n\nReported-by: Cesare Leonardi \u003cceleonar@gmail.com\u003e\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nCc: 599368@bugs.debian.org\nCc: 608138@bugs.debian.org\nCc: Don Zickus \u003cdzickus@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: \u003cstable@kernel.org\u003e # .37.x and later\nLKML-Reference: \u003c1294009362.3167.126.camel@localhost\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b518a64983cbf2ff31aed530898de2d80e4573d5",
      "tree": "e0e1c67926e0af26fe3817f23fe3685cde2c4245",
      "parents": [
        "9109f4eb847b7c0be61ae25fb21b1ce2acc9c2d6"
      ],
      "author": {
        "name": "Maurus Cuelenaere",
        "email": "mcuelenaere@gmail.com",
        "time": "Sun Jan 02 14:48:16 2011 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Jan 02 15:31:11 2011 -0800"
      },
      "message": "hwmon: (s3c-hwmon) Fix compilation\n\nThe owner field was removed from struct attribute in\n6fd69dc578fa0b1bbc3aad70ae3af9a137211707, so don\u0027t assign it anymore.\n\nSigned-off-by: Maurus Cuelenaere \u003cmcuelenaere@gmail.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "9109f4eb847b7c0be61ae25fb21b1ce2acc9c2d6",
      "tree": "386be3479f32302b13924c5893c28ae2cbfad6f3",
      "parents": [
        "a1a54303d1c58709a0c16402942d6dede2f69f43",
        "d0dfc6b74a0c6e9ee46b62713256e2b025244d3c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:44:21 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:44:21 2011 -0800"
      },
      "message": "Merge branch \u0027kvm-updates/2.6.37\u0027 of git://git.kernel.org/pub/scm/virt/kvm/kvm\n\n* \u0027kvm-updates/2.6.37\u0027 of git://git.kernel.org/pub/scm/virt/kvm/kvm:\n  KVM: i8259: initialize isr_ack\n  KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow\n"
    },
    {
      "commit": "a1a54303d1c58709a0c16402942d6dede2f69f43",
      "tree": "b04ae10433ed16098c1db9db5734bdc9a37ff2a2",
      "parents": [
        "d864b7b4d69d2fd5a3f129d27ad0bb4fc81cc32b",
        "ea78484bd508d582f543ff727c9a53a381c15895"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:43:51 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:43:51 2011 -0800"
      },
      "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: Use LPIB quirk for Dell Inspiron m101z/1120\n  sound: Prevent buffer overflow in OSS load_mixer_volumes\n  ASoC: codecs: wm8753: Fix register cache incoherency\n  ASoC: codecs: wm9090: Fix register cache incoherency\n  ASoC: codecs: wm8962: Fix register cache incoherency\n  ASoC: codecs: wm8955: Fix register cache incoherency\n  ASoC: codecs: wm8904: Fix register cache incoherency\n  ASoC: codecs: wm8741: Fix register cache incoherency\n  ASoC: codecs: wm8523: Fix register cache incoherency\n  ASoC: codecs: max98088: Fix register cache incoherency\n  ASoC: codecs: Add missing control_type initialization\n"
    },
    {
      "commit": "d864b7b4d69d2fd5a3f129d27ad0bb4fc81cc32b",
      "tree": "b1a0e05af5d691d8098614a40b57576716761f1d",
      "parents": [
        "3643e0e87c13c670a0fdcd0c34401b38b36ff021",
        "7ad1227818f09242cfe9bf1845fd24211f5f99bd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:37:19 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 02 10:37:19 2011 -0800"
      },
      "message": "Merge branch \u0027rc-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6\n\n* \u0027rc-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:\n  kconfig: fix undesirable side effect of adding \"visible\" menu attribute\n"
    },
    {
      "commit": "ea78484bd508d582f543ff727c9a53a381c15895",
      "tree": "4c5499468a4276d88fc0976be2f23a3ba72b5694",
      "parents": [
        "e03fa055bc126e536c7f65862e08a9b143138ea9",
        "776065e36de1d5eb9e33ff908352fef4050ab38d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Jan 02 11:01:55 2011 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Jan 02 11:01:55 2011 +0100"
      },
      "message": "Merge branch \u0027fix/asoc\u0027 into for-linus\n"
    },
    {
      "commit": "d0dfc6b74a0c6e9ee46b62713256e2b025244d3c",
      "tree": "a065d54c18eaa687762e032dd46c28d4affff3b1",
      "parents": [
        "649497d1a3676020802ebba04a3d9bb31253adb5"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@redhat.com",
        "time": "Fri Dec 31 10:52:15 2010 +0200"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@redhat.com",
        "time": "Sun Jan 02 11:52:48 2011 +0200"
      },
      "message": "KVM: i8259: initialize isr_ack\n\nisr_ack is never initialized.  So, until the first PIC reset, interrupts\nmay fail to be injected.  This can cause Windows XP to fail to boot, as\nreported in the fallout from the fix to\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d21962.\n\nReported-and-tested-by: Nicolas Prochazka \u003cprochazka.nicolas@gmail.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@redhat.com\u003e\n"
    },
    {
      "commit": "3643e0e87c13c670a0fdcd0c34401b38b36ff021",
      "tree": "d4828296dc65374fd06f561fb9dd3f84f219cba8",
      "parents": [
        "e983dc2428164698571e1dd1b25c4322181adbac",
        "cc6455f82edd3f9da3b03870d41cde3cb22ad40d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 12:09:26 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 12:09:26 2010 -0800"
      },
      "message": "Merge branch \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel\n\n* \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel:\n  drm/i915/dvo: Report LVDS attached to ch701x as connected\n  Revert \"drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks\"\n  drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuse\n  drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.\n  drm/i915/sdvo: Add hdmi connector properties after initing the connector\n  drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.\n"
    },
    {
      "commit": "e983dc2428164698571e1dd1b25c4322181adbac",
      "tree": "8daebe3e685971ea0db8ddc0dcda96a1781019b2",
      "parents": [
        "ff20f1779b7f60a9682aa8d62f8ca3b650e4c360"
      ],
      "author": {
        "name": "Nitin Gupta",
        "email": "ngupta@vflare.org",
        "time": "Thu Dec 30 04:07:58 2010 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 12:07:22 2010 -0800"
      },
      "message": "Revert \"Staging: zram: work around oops due to startup ordering snafu\"\n\nThis reverts commit 7e24cce38a99f373450db67bf576fe73e8168d66 because it\nwas never appropriate for mainline.\n\nDo not check for init flag before starting I/O - zram module is unusable\nwithout this fix.\n\nThe oops mentioned in the reverted commit message was actually a problem\nonly with the zram version as present in project\u0027s own repository where\nwe allocate struct zram_stats_cpu upon device initialization.  OTOH, In\nmainline/staging version of zram, we allocate struct stats upfront, so\nthis oops cannot happen in mainline version.\n\nChecking for init_done flag in zram_make_request() results in a *no-op*\nfor any I/O operation since we simply always return success.  This flag\nis actually set when the first write occurs on a zram disk which\ntriggers its initialization.\n\nBug report: https://bugzilla.kernel.org/show_bug.cgi?id\u003d25722\n\nReported-by: Dennis Jansen \u003cdennis.jansen@web.de\u003e\nSigned-off-by: Nitin Gupta \u003cngupta@vflare.org\u003e\nCc: Anton Blanchard \u003canton@samba.org\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ff20f1779b7f60a9682aa8d62f8ca3b650e4c360",
      "tree": "dc4ad4ef1365009e1dbb09baf2238db74132022c",
      "parents": [
        "ebb76ce16daf6908dc030dec1c00827d37129fe5",
        "0bc463426ab5eb39e76df637b29a4f191d01b8a0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 10:07:44 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 10:07:44 2010 -0800"
      },
      "message": "Merge branch \u0027merge-spi\u0027 of git://git.secretlab.ca/git/linux-2.6\n\n* \u0027merge-spi\u0027 of git://git.secretlab.ca/git/linux-2.6:\n  spi/m68knommu: Coldfire QSPI platform support\n  spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transition\n"
    },
    {
      "commit": "ebb76ce16daf6908dc030dec1c00827d37129fe5",
      "tree": "28abdc67466bb5d8d4566e36c914518b0533b4bf",
      "parents": [
        "b83be6f20a0e468f715b14225c9f897538dfe5ad"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Wed Dec 29 14:07:11 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 10:07:06 2010 -0800"
      },
      "message": "memcg: fix wrong VM_BUG_ON() in try_charge()\u0027s mm-\u003eowner check\n\nAt __mem_cgroup_try_charge(), VM_BUG_ON(!mm-\u003eowner) is checked.\nBut as commented in mem_cgroup_from_task(), mm-\u003eowner can be NULL\nin some racy case. This check of VM_BUG_ON() is bad.\n\nA possible story to hit this is at swapoff()-\u003etry_to_unuse(). It passes\nmm_struct to mem_cgroup_try_charge_swapin() while mm-\u003eowner is NULL. If we\ncan\u0027t get proper mem_cgroup from swap_cgroup information, mm-\u003eowner is used\nas charge target and we see NULL.\n\nCc: Daisuke Nishimura \u003cnishimura@mxp.nes.nec.co.jp\u003e\nCc: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nReported-by: Hugh Dickins \u003chughd@google.com\u003e\nReported-by: Thomas Meyer \u003cthomas@m3y3r.de\u003e\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nReviewed-by: Balbir Singh \u003cbalbir@linux.vnet.ibm.com\u003e\nSigned-off-by: Hugh Dickins \u003chughd@google.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b83be6f20a0e468f715b14225c9f897538dfe5ad",
      "tree": "30a1f540cdfdbe08245cbea29f170a21bb23b009",
      "parents": [
        "4ef9e11d6867f88951e30db910fa015300e31871"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch",
        "time": "Thu Dec 16 12:04:54 2010 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 30 10:00:50 2010 -0800"
      },
      "message": "update Documentation/filesystems/Locking\n\nMostly inspired by all the recent BKL removal changes, but a lot of older\nupdates also weren\u0027t properly recorded.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cc6455f82edd3f9da3b03870d41cde3cb22ad40d",
      "tree": "8716b47aa3a5d215f6b6f2d8bf1a768d4e8ea985",
      "parents": [
        "bcfbbce822d219eb587acaba8a6e062bbeae4761"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Thu Dec 30 12:54:00 2010 +0000"
      },
      "committer": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Thu Dec 30 13:50:43 2010 +0000"
      },
      "message": "drm/i915/dvo: Report LVDS attached to ch701x as connected\n\nAs we have already detected something attached to the chip during\ninitialisation, always report the LVDS connector status as connected\nduring probing.\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\n"
    },
    {
      "commit": "bcfbbce822d219eb587acaba8a6e062bbeae4761",
      "tree": "de7333a51e465b2f31a0cae24c581b88debdfb43",
      "parents": [
        "4d3024428f5c3ef5295e6f6fb257ae118b3f93a1"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Thu Dec 30 09:07:15 2010 +0000"
      },
      "committer": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Thu Dec 30 13:50:12 2010 +0000"
      },
      "message": "Revert \"drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks\"\n\nAs I feared, whilst this fixed the clocks for the Lenovo U160, it broke\nmany other machines. So lets reverts commit 448f53a1ede54eb854d036abf\nand search for the real bug.\n\nReported-and-tested-by: Travis Hume \u003ctravis@computoring.org\u003e [et al]\nBugzilla: https://bugzilla.kernel.org/show_bug.cgi?id\u003d25842\nBugzilla: https://bugs.freedesktop.org/show_bug.cgi?id\u003d32698\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\n"
    },
    {
      "commit": "e03fa055bc126e536c7f65862e08a9b143138ea9",
      "tree": "efe666f9c2e1ba81d6be945ad8cfe11de603ad60",
      "parents": [
        "d81a12bc29ae4038770e05dce4ab7f26fd5880fb"
      ],
      "author": {
        "name": "Daniel T Chen",
        "email": "crimsun@ubuntu.com",
        "time": "Tue Dec 28 17:20:02 2010 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Dec 30 13:26:19 2010 +0100"
      },
      "message": "ALSA: hda: Use LPIB quirk for Dell Inspiron m101z/1120\n\nSjoerd Simons reports that, without using position_fix\u003d1, recording\nexperiences overruns. Work around that by applying the LPIB quirk\nfor his hardware.\n\nReported-and-tested-by: Sjoerd Simons \u003csjoerd@debian.org\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Daniel T Chen \u003ccrimsun@ubuntu.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d81a12bc29ae4038770e05dce4ab7f26fd5880fb",
      "tree": "69b5439b49368704465f797ff7ae147e3d81d451",
      "parents": [
        "7693457547b729d9010a6014bbb8572b085f58d4"
      ],
      "author": {
        "name": "Dan Rosenberg",
        "email": "drosenberg@vsecurity.com",
        "time": "Sat Dec 25 16:23:40 2010 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Dec 30 13:20:55 2010 +0100"
      },
      "message": "sound: Prevent buffer overflow in OSS load_mixer_volumes\n\nThe load_mixer_volumes() function, which can be triggered by\nunprivileged users via the SOUND_MIXER_SETLEVELS ioctl, is vulnerable to\na buffer overflow.  Because the provided \"name\" argument isn\u0027t\nguaranteed to be NULL terminated at the expected 32 bytes, it\u0027s possible\nto overflow past the end of the last element in the mixer_vols array.\nFurther exploitation can result in an arbitrary kernel write (via\nsubsequent calls to load_mixer_volumes()) leading to privilege\nescalation, or arbitrary kernel reads via get_mixer_levels().  In\naddition, the strcmp() may leak bytes beyond the mixer_vols array.\n\nSigned-off-by: Dan Rosenberg \u003cdrosenberg@vsecurity.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0bc463426ab5eb39e76df637b29a4f191d01b8a0",
      "tree": "815c32b4cccf81c55709da28d424782e81b19efe",
      "parents": [
        "42ce7fd6319bed8ecb26d656c476365da46b29e9"
      ],
      "author": {
        "name": "Jate Sujjavanich",
        "email": "jsujjavanich@syntech-fuelmaster.com",
        "time": "Wed Sep 29 09:44:32 2010 -0400"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Dec 29 23:28:25 2010 -0700"
      },
      "message": "spi/m68knommu: Coldfire QSPI platform support\n\nAfter grabbing a msg from the msgq, the mcfqspi_work function calls\nlist_del_init on the mcfqspi-\u003emsgq which unintentionally deletes the rest\nof the list before it can be processed. If qspi call was made using\nspi_sync, this can result in a process hang.\n\nSigned-off-by: Jate Sujjavanich \u003cjsujjavanich@syntech-fuelmaster.com\u003e\nAcked-by: Steven King \u003csfking@fdwdc.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "7ad1227818f09242cfe9bf1845fd24211f5f99bd",
      "tree": "c2de70d97c46adc192ec653983421c1812b5ddb3",
      "parents": [
        "307991055b0ce65d53dc1eb501c456c10eb36360"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Thu Dec 09 08:11:38 2010 +0000"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Wed Dec 29 23:31:34 2010 +0100"
      },
      "message": "kconfig: fix undesirable side effect of adding \"visible\" menu attribute\n\nThis lead to non-selected, non-user-selectable options to be written\nout to .config. This is not only pointless, but also preventing the\nuser to be prompted should any of those options eventually become\nvisible (e.g. by de-selecting the *_AUTO options the \"visible\"\nattribute was added for.\n\nFurthermore it is quite logical for the \"visible\" attribute of a menu\nto control the visibility of all contained prompts, which is what the\npatch does.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "42ce7fd6319bed8ecb26d656c476365da46b29e9",
      "tree": "ddd9a606fbe05371efa485dd09ed61325464023d",
      "parents": [
        "387c31c7e5c9805b0aef8833d1731a5fe7bdea14"
      ],
      "author": {
        "name": "Gregory CLEMENT",
        "email": "gregory.clement@free-electrons.com",
        "time": "Wed Dec 29 11:52:53 2010 +0100"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Dec 29 15:13:05 2010 -0700"
      },
      "message": "spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transition\n\nWhen SPI wake up from OFF mode, CS is in the wrong state: force it to the\ninactive state.\n\nDuring the system life, I monitored the CS behavior using a oscilloscope.\nI also activated debug in omap2_mcspi, so I saw when driver disable the clocks\nand restore context when device is not used.Each time the CS was in the correct\nstate.  It was only when system was put suspend to ram with off-mode activated\nthat on resume the CS was in wrong state( ie activated).\n\nChangelog:\n* Change from v1 to v2:\n  - Rebase on linus/master (after 2.6.37-rc1)\n  - Do some clean-up and fix indentation on both patches\n  - Add more explanations for patch 2\n\n* Change from v2 to v3:\n  - Use directly resume function of spi_master instead of using function\n  - from spi_device as Grant Likely pointed it out.\n  - Force this transition explicitly for each CS used by a device.\n\n* Change from v3 to v4:\n  - Patch clean-up according to Kevin Hilman and checkpatch.\n  - Now force CS to be in inactive state only if it was inactive when it was\n    suspended.\n\n* Change from v4 to v5:\n  - Rebase on linus/master (after 2.6.37-rc3)\n  - Collapse some lines as pointed by Grant Likely\n  - Fix a spelling\n\n* Change from v5 to v6:\n  - Rebase on linus/master (after 2.6.37-rc7)\n  - Use CONFIG_SUSPEND instead of CONFIG_PM\n  - Didn\u0027t use legacy PM methods anymore. Instead, add a struct dev_pm_ops and\n    add the resume method there.\n  - Fix multi-line comment style\n\n* Change from v6 to v7:\n  - Rebase on linus/master (after 2.6.37-rc8)\n  - Drop an extra line\n\nSigned-off-by: Gregory CLEMENT \u003cgregory.clement@free-electrons.com\u003e\nAcked-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nReviewed-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "4ef9e11d6867f88951e30db910fa015300e31871",
      "tree": "5533f5cb2c7a054db9784b48e0b8484d5060f7d7",
      "parents": [
        "387c31c7e5c9805b0aef8833d1731a5fe7bdea14"
      ],
      "author": {
        "name": "Hillf Danton",
        "email": "dhillf@gmail.com",
        "time": "Wed Dec 29 21:55:28 2010 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Dec 29 11:31:38 2010 -0800"
      },
      "message": "fix freeing user_struct in user cache\n\nWhen racing on adding into user cache, the new allocated from mm slab\nis freed without putting user namespace.\n\nSince the user namespace is already operated by getting, putting has\nto be issued.\n\nSigned-off-by: Hillf Danton \u003cdhillf@gmail.com\u003e\nAcked-by: Serge Hallyn \u003cserge@hallyn.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "649497d1a3676020802ebba04a3d9bb31253adb5",
      "tree": "d413537c05b9cc23cc0725d0aeaa7bb37ae81407",
      "parents": [
        "0a59228168d3722b71f8e3dbc623316fb4be78f4"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@redhat.com",
        "time": "Tue Dec 28 12:09:07 2010 +0200"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@redhat.com",
        "time": "Wed Dec 29 12:35:29 2010 +0200"
      },
      "message": "KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow\n\nWe use the physical address instead of the base gfn for the four\nPAE page directories we use in unpaged mode.  When the guest accesses\nan address above 1GB that is backed by a large host page, a BUG_ON()\nin kvm_mmu_set_gfn() triggers.\n\nResolves: https://bugzilla.kernel.org/show_bug.cgi?id\u003d21962\nReported-and-tested-by: Nicolas Prochazka \u003cprochazka.nicolas@gmail.com\u003e\nKVM-Stable-Tag.\nSigned-off-by: Avi Kivity \u003cavi@redhat.com\u003e\n"
    },
    {
      "commit": "387c31c7e5c9805b0aef8833d1731a5fe7bdea14",
      "tree": "1b75bd0b26515271d675a03a5b5dbfd334689030",
      "parents": [
        "6f7f41851cc4508b672ab71dd48a154712faf15c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 17:05:48 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 17:05:48 2010 -0800"
      },
      "message": "Linux 2.6.37-rc8\n"
    },
    {
      "commit": "6f7f41851cc4508b672ab71dd48a154712faf15c",
      "tree": "7eecd1c529e60c220a4376a51f47f83d77a89da2",
      "parents": [
        "82cd19cd93727d494c530ddd6a7338033c3fd86e",
        "e1e359273576ee8fe27021356b064c772ed29af3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 15:54:24 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 15:54:24 2010 -0800"
      },
      "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  ring_buffer: Off-by-one and duplicate events in ring_buffer_read_page\n"
    },
    {
      "commit": "82cd19cd93727d494c530ddd6a7338033c3fd86e",
      "tree": "76d74da97dae0bd4301c65ccd245b7d67d3ac488",
      "parents": [
        "b52e2a6d6d05421dea6b6a94582126af8cd5cca2",
        "5cdd2de0a76d0ac47f107c8a7b32d75d25768dc1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 15:53:54 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 15:53:54 2010 -0800"
      },
      "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/microcode: Fix double vfree() and remove redundant pointer checks before vfree()\n"
    },
    {
      "commit": "776065e36de1d5eb9e33ff908352fef4050ab38d",
      "tree": "72251b08da56728d86d6fa406f42d2271a9724c3",
      "parents": [
        "da280f51d0b341282b4181eb3235f774b0446584"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:38:03 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:22:37 2010 +0000"
      },
      "message": "ASoC: codecs: wm8753: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8753 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nFurthermore the generic cache uses zero-based numbering while the wm8753 cache\nuses one-based numbering.\nThus we end up with two from each other incoherent caches, which leads to undefined\nbehaviour and crashes.\nThis patch fixes the issue by changing the wm8753 driver to use the generic\nregister cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "da280f51d0b341282b4181eb3235f774b0446584",
      "tree": "ba9f9015e982302f421de694063ef161ed2b8eba",
      "parents": [
        "7f87e30ef29951f4509a7f86acf00e1ba48af54a"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:38:02 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:20:22 2010 +0000"
      },
      "message": "ASoC: codecs: wm9090: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm9090 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm9090 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "7f87e30ef29951f4509a7f86acf00e1ba48af54a",
      "tree": "5237425ee669f6016510897157794a94305fd7e5",
      "parents": [
        "715920d04c787ed718327da53cf51689e51ef3ce"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:38:01 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:20:12 2010 +0000"
      },
      "message": "ASoC: codecs: wm8962: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8962 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm8962 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "715920d04c787ed718327da53cf51689e51ef3ce",
      "tree": "48f445e0c21341f1456d5ccc85e7e6ab1fc30f37",
      "parents": [
        "f578a188e8b21be623b48bb0eb3a92174c2e5b82"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:38:00 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:20:00 2010 +0000"
      },
      "message": "ASoC: codecs: wm8955: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8955 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm8955 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "f578a188e8b21be623b48bb0eb3a92174c2e5b82",
      "tree": "40526512bffd70b8eb515fdaa213ece5b91bf8f6",
      "parents": [
        "52ca353bc8597dcc1d6d7abc03eecc1b452d79c9"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:37:59 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:19:36 2010 +0000"
      },
      "message": "ASoC: codecs: wm8904: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8904 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm8904 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Ian Lartey \u003cian@opensource.wolfsonmicro.com\u003e\nCc: Dimitris Papastamos \u003cdp@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "52ca353bc8597dcc1d6d7abc03eecc1b452d79c9",
      "tree": "0655d1933905ea1304186a1777aa3a7a09b1fd4e",
      "parents": [
        "beebca312009e9567d5e0229ea6b82bdf9a864cf"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:37:58 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:19:27 2010 +0000"
      },
      "message": "ASoC: codecs: wm8741: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8741 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm8741 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Ian Lartey \u003cian@opensource.wolfsonmicro.com\u003e\nCc: Dimitris Papastamos \u003cdp@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "beebca312009e9567d5e0229ea6b82bdf9a864cf",
      "tree": "5e27ac1c90c174bc87ceab219424d8a80ed2d77b",
      "parents": [
        "d24eb0db9c8a7ceecae860bdc636ed1e8a86943a"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:37:57 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:19:17 2010 +0000"
      },
      "message": "ASoC: codecs: wm8523: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the wm8523 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the wm8523 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Ian Lartey \u003cian@opensource.wolfsonmicro.com\u003e\nCc: Dimitris Papastamos \u003cdp@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "d24eb0db9c8a7ceecae860bdc636ed1e8a86943a",
      "tree": "7253a7020a2f4f5438d987ee68d48c8a53686eb7",
      "parents": [
        "7f984b55acb6530bf854bfcac13104228f3336c1"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:37:56 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:19:06 2010 +0000"
      },
      "message": "ASoC: codecs: max98088: Fix register cache incoherency\n\nThe multi-component patch(commit f0fba2ad1) moved the allocation of the\nregister cache from the driver to the ASoC core. Most drivers where adjusted to\nthis, but the max98088 driver still uses its own register cache for its\nprivate functions, while functions from the ASoC core use the generic cache.\nThus we end up with two from each other incoherent caches, which can lead to\nundefined behaviour.\nThis patch fixes the issue by changing the max98088 driver to use the\ngeneric register cache in its private functions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Peter Hsiang \u003cPeter.Hsiang@maxim-ic.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "7f984b55acb6530bf854bfcac13104228f3336c1",
      "tree": "60b348bcb4d70cba8928aa8db8fbf8e90c5110a0",
      "parents": [
        "862af8adbe6b9ccb7c00c13717b1f92465f79aa2"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Dec 28 21:08:57 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Dec 28 23:18:43 2010 +0000"
      },
      "message": "ASoC: codecs: Add missing control_type initialization\n\nSome codec drivers do not initialize the control_type field in their private\ndevice struct, but still use it when calling snd_soc_codec_set_cache_io.\nThis patch fixes the issue by properly initializing it in the drivers probe\nfunctions.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: stable@kernel.org (for 2.6.37 only)\n"
    },
    {
      "commit": "b52e2a6d6d05421dea6b6a94582126af8cd5cca2",
      "tree": "e595ebd22ddd609fdbeb15c889b495eb1cebdd40",
      "parents": [
        "bec41d5b8417ccb98e4752affa24e1dc563d99f9",
        "994e0b2c3646ce0ca0e4546e6b10c5cf66b976bf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:23:50 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:23:50 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:\n  PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.c\n"
    },
    {
      "commit": "bec41d5b8417ccb98e4752affa24e1dc563d99f9",
      "tree": "acabb52f1431c10d523f86b8180adffe2a152295",
      "parents": [
        "92a8cd42673f119896df7e964976c18952eb9970",
        "24d8c0293b04ad207648bb2a0dbfebff8b47d166"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:23:30 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:23:30 2010 -0800"
      },
      "message": "Merge branch \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:\n  [media] v4l: soc-camera: fix multiple simultaneous user case\n"
    },
    {
      "commit": "92a8cd42673f119896df7e964976c18952eb9970",
      "tree": "9292f8cc0c2259f354d5d122a9d85371c3dde7a0",
      "parents": [
        "88a58101608f1416f4c1ec81d88faed258a34b3d",
        "274476f8fe0b6ac9bac542cc39de12c3dd0f43f6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:22:58 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:22:58 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc:\n  mmc: Fix re-probing with PM_POST_RESTORE notification\n  mmc: atmel-mci: fix multiblock SDIO transfers\n  mmc: at91_mci: fix multiblock SDIO transfers\n"
    },
    {
      "commit": "88a58101608f1416f4c1ec81d88faed258a34b3d",
      "tree": "c5ea348f0341881002e3707c041e85084c08666b",
      "parents": [
        "1873bb8115e678ad9fd0aac9dbbc68383bc36e06"
      ],
      "author": {
        "name": "Imre Kaloz",
        "email": "kaloz@openwrt.org",
        "time": "Mon Dec 27 22:59:57 2010 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:22:20 2010 -0800"
      },
      "message": "ARM: fix IXP4xx build failure\n\narm: export dma_set_coherent_mask\n\nWhile a regression was fixed with commit 710224fa2750cf (arm: fix\n\"arm: fix pci_set_consistent_dma_mask for dmabounce devices\"), a\nnew one was introduced as dma_set_coherent_mask wasn\u0027t exported\nfor modules. This patch takes care for this issue.\n\nSigned-off-by: Imre Kaloz \u003ckaloz@openwrt.org\u003e\nSigned-off-by: Krzysztof Hałasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1873bb8115e678ad9fd0aac9dbbc68383bc36e06",
      "tree": "938017e949de036589035da33975257e68afed65",
      "parents": [
        "ffc96d628b651b69b39909fc3e9e8f465df1eed3"
      ],
      "author": {
        "name": "Ahmed S. Darwish",
        "email": "darwish.07@gmail.com",
        "time": "Sat Dec 25 11:57:09 2010 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 28 11:12:32 2010 -0800"
      },
      "message": "RAMOOPS: Don\u0027t overflow over non-allocated regions\n\nThe current code mis-calculates the ramoops header size, leading to an\noverflow over the next record at best, or over a non-allocated region at\nworst.  Fix that calculation.\n\nSigned-off-by: Ahmed S. Darwish \u003cdarwish.07@gmail.com\u003e\nAcked-by: Marco Stornelli \u003cmarco.stornelli@gmail.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ffc96d628b651b69b39909fc3e9e8f465df1eed3",
      "tree": "53f2c99ca5bec7a9b876cd3eb231a6d75a1145c7",
      "parents": [
        "c816d7c64e82cae69fa5c7365474d37444a97ccf",
        "29c185e5c681ca00d863d161eda7eadb93e32ee5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:36:27 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:36:27 2010 -0800"
      },
      "message": "Merge branch \u0027nommu-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/nommu-2.6\n\n* \u0027nommu-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/nommu-2.6:\n  nommu: Provide stubbed alloc/free_vm_area() implementation.\n  nommu: Fix up vmalloc_node() symbol export regression.\n"
    },
    {
      "commit": "c816d7c64e82cae69fa5c7365474d37444a97ccf",
      "tree": "19db5f3f47f7e6d65f8e35fcc0faa465f8c998fc",
      "parents": [
        "b094a870ae33426442b0cbcf8025f1ef919d1def",
        "30f2ba38011247ad95bffbf0743a0dc0656a5eb7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:34:09 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:34:09 2010 -0800"
      },
      "message": "Merge branch \u0027sh-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* \u0027sh-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:\n  sh: intc: Initialize radix tree gfp mask explicitly.\n  sh: Fix up SH7201 clkfwk build.\n  sh: mach-se: Fix up SE7206 build.\n  sh: Fix up SH4-202 clkfwk build.\n"
    },
    {
      "commit": "b094a870ae33426442b0cbcf8025f1ef919d1def",
      "tree": "2003e7329a5fb416990ff841fe5797695bd1f19a",
      "parents": [
        "4e838c7e6ebaf7b2febaafe2cd598a44fdceb094",
        "cb59bfc59024115279de0d7612558caa72ec95f1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:33:30 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:33:30 2010 -0800"
      },
      "message": "Merge branch \u0027fbdev-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6\n\n* \u0027fbdev-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6:\n  fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p\n  video: imxfb: Fix the maximum value for yres\n  fb: fix overlapping test off-by-one.\n  fbdev: sh-mobile: retrieve and propagate display sizes from EDID\n  fbdev: sh-mobile: restore display size configuration\n"
    },
    {
      "commit": "4e838c7e6ebaf7b2febaafe2cd598a44fdceb094",
      "tree": "396769da9be766ecbae82c2791bbbc733a5a444b",
      "parents": [
        "bbbcde9d9614683fbeb41f00728cfbfb7f75a7ad",
        "ff5dd32b997a5a5ce3f4256257991133d694da0b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:25:02 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 27 10:25:02 2010 -0800"
      },
      "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  pata_cs5536: avoid implicit MSR API inclusion on x86-64\n"
    },
    {
      "commit": "cb59bfc59024115279de0d7612558caa72ec95f1",
      "tree": "f5e8c61dd8ef0bda123485ad91835c47fecf5724",
      "parents": [
        "60328917e6019c7f8a2e70c08d433a05ba9fcfb7"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Thu Nov 04 11:06:06 2010 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 27 23:06:29 2010 +0900"
      },
      "message": "fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p\n\nLCDC hardware can support 1920x1080 formats, adjust the driver to cover them.\nBesides, instead of guessing some \"reasonable\" validity checks, only verify\nvalues in .fb_check_var(), that we are sure, we cannot support.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "60328917e6019c7f8a2e70c08d433a05ba9fcfb7",
      "tree": "19d571cfdf784f620379f7e981f9328a26c908d2",
      "parents": [
        "acd0acb65ec907a9e872bbaa7ad811a518b49b45"
      ],
      "author": {
        "name": "Fabio Estevam",
        "email": "fabio.estevam@freescale.com",
        "time": "Fri Dec 24 10:28:24 2010 -0200"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 27 23:05:55 2010 +0900"
      },
      "message": "video: imxfb: Fix the maximum value for yres\n\nMX27 and MX25 have 10 bits in the YMAX field of LCDC Size Register.\n\nFix the maximum value for yres.\n\nSigned-off-by: Fabio Estevam \u003cfabio.estevam@freescale.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5cdd2de0a76d0ac47f107c8a7b32d75d25768dc1",
      "tree": "34b4834f0a377f571b050fd13abb4bc8a8da3821",
      "parents": [
        "eda4b716ea1f2a647a39cebae66b3fae4c4b80e4"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jj@chaosbits.net",
        "time": "Sat Dec 25 19:57:41 2010 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Dec 27 14:33:30 2010 +0100"
      },
      "message": "x86/microcode: Fix double vfree() and remove redundant pointer checks before vfree()\n\nIn arch/x86/kernel/microcode_intel.c::generic_load_microcode()\nwe have  this:\n\n\twhile (leftover) {\n\t\t...\n\t\tif (get_ucode_data(mc, ucode_ptr, mc_size) ||\n\t\t    microcode_sanity_check(mc) \u003c 0) {\n\t\t\tvfree(mc);\n\t\t\tbreak;\n\t\t}\n\t\t...\n\t}\n\n\tif (mc)\n\t\tvfree(mc);\n\nThis will cause a double free of \u0027mc\u0027. This patch fixes that by\njust  removing the vfree() call in the loop since \u0027mc\u0027 will be\nfreed nicely just  after we break out of the loop.\n\nThere\u0027s also a second change in the patch. I noticed a lot of\nchecks for  pointers being NULL before passing them to vfree().\nThat\u0027s completely  redundant since vfree() deals gracefully with\nbeing passed a NULL pointer.  Removing the redundant checks\nyields a nice size decrease for the object  file.\n\nSize before the patch:\n   text    data     bss     dec     hex filename\n   4578     240    1032    5850    16da arch/x86/kernel/microcode_intel.o\nSize after the patch:\n   text    data     bss     dec     hex filename\n   4489     240     984    5713    1651 arch/x86/kernel/microcode_intel.o\n\nSigned-off-by: Jesper Juhl \u003cjj@chaosbits.net\u003e\nAcked-by: Tigran Aivazian \u003ctigran@aivazian.fsnet.co.uk\u003e\nCc: Shaohua Li \u003cshaohua.li@intel.com\u003e\nLKML-Reference: \u003calpine.LNX.2.00.1012251946100.10759@swampdragon.chaosbits.net\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ff5dd32b997a5a5ce3f4256257991133d694da0b",
      "tree": "84b4cf2fc320409e9c2cf45bf3526a68086ece2a",
      "parents": [
        "d7c1255a3a21e98bdc64df8ccf005a174d7e6289"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sun Dec 26 19:42:15 2010 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Sun Dec 26 19:42:15 2010 -0500"
      },
      "message": "pata_cs5536: avoid implicit MSR API inclusion on x86-64\n\nWe don\u0027t need or want MSR usage here, on x86-64.\nx86-64 was disabled intentionally in Kconfig, but commit\n9272dcc232b84ccb027d6861077934055d42764d changed that.\n\ndrivers/ata/pata_cs5536.c:47:1: warning: \"rdmsr\" redefined\nIn file included from arch/x86/include/asm/irqflags.h:60,\n                 from include/linux/irqflags.h:15,\n                 from arch/x86/include/asm/system.h:11,\n                 from arch/x86/include/asm/processor.h:17,\n                 from include/linux/prefetch.h:14,\n                 from include/linux/list.h:7,\n                 from include/linux/module.h:9,\n                 from drivers/ata/pata_cs5536.c:33:\narch/x86/include/asm/paravirt.h:146:1: warning: this is the location of the previous definition\ndrivers/ata/pata_cs5536.c:48:1: warning: \"wrmsr\" redefined\narch/x86/include/asm/paravirt.h:154:1: warning: this is the location of the previous definition\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "bbbcde9d9614683fbeb41f00728cfbfb7f75a7ad",
      "tree": "aa085801b7b1203c171c7f999d0a26a4105ba4ec",
      "parents": [
        "d7c1255a3a21e98bdc64df8ccf005a174d7e6289",
        "5acdb1af907d5908b4942d425c0983f353dd8fc5",
        "cde44d1740bcb3dcfecbf792a71826431e61686e"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Dec 26 17:05:07 2010 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Dec 26 17:05:07 2010 -0500"
      },
      "message": "Merge branches \u0027bugzilla-25412\u0027 and \u0027bugzilla-25302\u0027 into release\n"
    },
    {
      "commit": "5acdb1af907d5908b4942d425c0983f353dd8fc5",
      "tree": "41a37586a26042a2a299a40ec7a18aea1eefec90",
      "parents": [
        "b581a7f9c3abc6c7afacd021747543d32ff17adb"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sun Dec 26 12:47:06 2010 +0100"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Dec 26 17:02:55 2010 -0500"
      },
      "message": "ACPI / ACPICA: Disable GPEs during initialization\n\nGPEs with corresponding _Lxx/_Exx control methods need to be disabled\nduring initialization in case they have been enabled by the BIOS, so\nthat they don\u0027t fire up until they are enabled by acpi_update_gpes().\n\nReferences: https://bugzilla.kernel.org/show_bug.cgi?id\u003d25412\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d7c1255a3a21e98bdc64df8ccf005a174d7e6289",
      "tree": "ded861029cdacd09b6c2e2de2896a671f71b02cf",
      "parents": [
        "d3c7e1ab043abd7706db4fbccf327df9e62f7990",
        "fc75fc8339e7727167443469027540b283daac71"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 26 12:06:56 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 26 12:06:56 2010 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (42 commits)\n  ipv4: dont create routes on down devices\n  epic100: hamachi: yellowfin: Fix skb allocation size\n  sundance: Fix oopses with corrupted skb_shared_info\n  Revert \"ipv4: Allow configuring subnets as local addresses\"\n  USB: mcs7830: return negative if auto negotiate fails\n  irda: prevent integer underflow in IRLMP_ENUMDEVICES\n  tcp: fix listening_get_next()\n  atl1c: Do not use legacy PCI power management\n  mac80211: fix mesh forwarding\n  MAINTAINERS: email address change\n  net: Fix range checks in tcf_valid_offset().\n  net_sched: sch_sfq: fix allot handling\n  hostap: remove netif_stop_queue from init\n  mac80211/rt2x00: add ieee80211_tx_status_ni()\n  typhoon: memory corruption in typhoon_get_drvinfo()\n  net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variant\n  net_sched: always clone skbs\n  ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.\n  netlink: fix gcc -Wconversion compilation warning\n  asix: add USB ID for Logitec LAN-GTJ U2A\n  ...\n"
    },
    {
      "commit": "fc75fc8339e7727167443469027540b283daac71",
      "tree": "f4e4a6b9554b157976d73db9f1ae2e93ddf6e24e",
      "parents": [
        "7a36df8a857edee8cd8967cbe99a85574d22f482"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Wed Dec 22 04:39:39 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 25 20:05:31 2010 -0800"
      },
      "message": "ipv4: dont create routes on down devices\n\nIn ip_route_output_slow(), instead of allowing a route to be created on\na not UPed device, report -ENETUNREACH immediately.\n\n# ip tunnel add mode ipip remote 10.16.0.164 local\n10.16.0.72 dev eth0\n# (Note : tunl1 is down)\n# ping -I tunl1 10.1.2.3\nPING 10.1.2.3 (10.1.2.3) from 192.168.18.5 tunl1: 56(84) bytes of data.\n(nothing)\n# ./a.out tunl1\n# ip tunnel del tunl1\nMessage from syslogd@shelby at Dec 22 10:12:08 ...\n  kernel: unregister_netdevice: waiting for tunl1 to become free.\nUsage count \u003d 3\n\nAfter patch:\n# ping -I tunl1 10.1.2.3\nconnect: Network is unreachable\n\nReported-by: Nicolas Dichtel \u003cnicolas.dichtel@6wind.com\u003e\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nReviewed-by: Octavian Purdila \u003copurdila@ixiacom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7a36df8a857edee8cd8967cbe99a85574d22f482",
      "tree": "f0db8b481d9f721be896af6b8c3bdb0448778b4a",
      "parents": [
        "78a36f25478432835f2f1e46202b71ff3ae454ff"
      ],
      "author": {
        "name": "Jarek Poplawski",
        "email": "jarkao2@gmail.com",
        "time": "Sat Dec 25 07:39:59 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 25 19:37:49 2010 -0800"
      },
      "message": "epic100: hamachi: yellowfin: Fix skb allocation size\n\nJoel Soete reported oopses during pppoe over sundance NIC, caused by\na bug in skb allocation and dma mapping code, where skb_reserve()\nbytes weren\u0027t taken into account. As a followup to the patch:\n\"sundance: Fix oopses with corrupted skb_shared_info\" very similar\ncode is fixed here for three other drivers.\n\nSigned-off-by: Jarek Poplawski \u003cjarkao2@gmail.com\u003e\nCc: Joel Soete \u003csoete.joel@scarlet.be\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "78a36f25478432835f2f1e46202b71ff3ae454ff",
      "tree": "46781d07ae6bc93661e8b7a802f77f37f57c725f",
      "parents": [
        "e058464990c2ef1f3ecd6b83a154913c3c06f02a"
      ],
      "author": {
        "name": "Jarek Poplawski",
        "email": "jarkao2@gmail.com",
        "time": "Sat Dec 25 05:12:17 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Dec 25 19:37:49 2010 -0800"
      },
      "message": "sundance: Fix oopses with corrupted skb_shared_info\n\nJoel Soete reported oopses at the beginning of pppoe connections since\nv2.6.35. After debugging the bug was found in sundance skb allocation\nand dma mapping code, where skb_reserve() bytes aren\u0027t taken into\naccount. This is an old bug, only uncovered by some change in 2.6.35.\n\nInitial debugging patch by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\n\nReported-by: Joel Soete \u003csoete.joel@scarlet.be\u003e\nTested-by: Joel Soete \u003csoete.joel@scarlet.be\u003e\nSigned-off-by: Jarek Poplawski \u003cjarkao2@gmail.com\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "24d8c0293b04ad207648bb2a0dbfebff8b47d166",
      "tree": "5e92313697b53e3b3a9d72a950d567623285b6c3",
      "parents": [
        "501aaa110a4269c99eff9736a81b5f93bb8b59be"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Sat Dec 25 18:29:52 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Dec 25 22:54:49 2010 -0200"
      },
      "message": "[media] v4l: soc-camera: fix multiple simultaneous user case\n\nA recent patch has introduced a regression, whereby a second open of an\nsoc-camera video device breaks the running capture. This patch fixes this bug\nby guaranteeing, that video buffers get initialised only during the first open\nof the device node.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cde44d1740bcb3dcfecbf792a71826431e61686e",
      "tree": "55dc8dace058affeff7cd4cd3575b2f03fe40f22",
      "parents": [
        "3138b32d5e0998ba3cbd1c74bdc1887d74c5279b"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Dec 24 21:43:16 2010 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Dec 24 21:43:16 2010 -0500"
      },
      "message": "Revert \"ACPI battery: update status upon sysfs query\"\n\nThis reverts commit 3138b32d5e0998ba3cbd1c74bdc1887d74c5279b.\n\nas it caused a crash upon battery removal:\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d25302\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d3c7e1ab043abd7706db4fbccf327df9e62f7990",
      "tree": "793aec926c57da1e364e04163199262364c627b0",
      "parents": [
        "dfe80f63293ece364795c2e87805882c9ec3a266",
        "4bdac7da5237170b1392f39ebee99d235043fad8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 13:00:37 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 13:00:37 2010 -0800"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.secretlab.ca/git/linux-2.6\n\n* \u0027merge\u0027 of git://git.secretlab.ca/git/linux-2.6:\n  spi/mpc52xx-spi: fix annotation for remove()-pointer\n  spi/fsl_espi: fix wrong setting of the address in the command buffer\n  spi/fsl_espi: change the read behaviour of the SPIRF\n  of/i2c: Fix request module by alias\n  powerpc/mpc5200: include fs.h in mpc52xx_gpt.c\n"
    },
    {
      "commit": "dfe80f63293ece364795c2e87805882c9ec3a266",
      "tree": "4325d2abfdae85c88ad6445b5bb48b2993470f59",
      "parents": [
        "a4790c9457ae973d598bbd5ce58f9eaa2dd1576b",
        "e5005b15c91f3362036067bde5210d5c78af2f0d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 13:00:16 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 13:00:16 2010 -0800"
      },
      "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: issue DIPM enable commands with LPM state updated\n  libata: no special completion processing for EH commands\n  pata_mpc52xx: driver needs BMDMA\n  pata_cs5536: Add support for non-X86_32 platforms\n  libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()\n"
    },
    {
      "commit": "a4790c9457ae973d598bbd5ce58f9eaa2dd1576b",
      "tree": "997c23d8182567d1b294022d81f9a315b2a642ef",
      "parents": [
        "08da5a32b7789289f48f3037b64df2945b5dafc2",
        "bcbea798f8f1492052c23ceb4fbc2a96013a3865"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 12:59:09 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 12:59:09 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:\n  percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO\n  kthread_work: make lockdep happy\n"
    },
    {
      "commit": "08da5a32b7789289f48f3037b64df2945b5dafc2",
      "tree": "cc55fc18248cb6f1fd745c3d5530591810c83203",
      "parents": [
        "eda4b716ea1f2a647a39cebae66b3fae4c4b80e4",
        "29687512c0b084957112cc2c0743ce34cd0d5055"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 12:58:43 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 24 12:58:43 2010 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:\n  [SCSI] fix up documentation for change in -\u003equeuecommand to lockless calling\n  [SCSI] bfa: rename log_level to bfa_log_level\n"
    },
    {
      "commit": "e5005b15c91f3362036067bde5210d5c78af2f0d",
      "tree": "cbddea07bc4b27921f40a7cc0c0a687d7239041e",
      "parents": [
        "f08dc1ac6b15c681f4643d8da1700e06c3855608"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Dec 09 16:13:15 2010 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri Dec 24 13:34:34 2010 -0500"
      },
      "message": "libata: issue DIPM enable commands with LPM state updated\n\nLow level drivers may behave differently depending on the current\nlink-\u003elpm_policy.  During ata_eh_set_lpm(), DIPM enable commands are\nissued after the successful completion of ap-\u003eops-\u003eset_lpm(), which\nmeans that the controller is already in the target state.  This causes\nDIPM enable commands to be processed with mismatching controller power\nstate and link-\u003elpm_policy value.\n\nIn ahci, link-\u003elpm_policy is used to ignore certain PHY events if LPM\nis enabled; however, as DIPM commands are issued with stale\nlink-\u003elpm_policy, they sometimes end up triggering these conditions\nand get aborted leading to LPM configuration failure.\n\nFix it by updating link-\u003elpm_policy before issuing DIPM enable\ncommands.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "f08dc1ac6b15c681f4643d8da1700e06c3855608",
      "tree": "90d3a9d9e68edc07116be3f03795044a83c71c58",
      "parents": [
        "869934adfc8391ec2e198ed81260e1a42cd9c575"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Dec 09 15:59:32 2010 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri Dec 24 13:34:18 2010 -0500"
      },
      "message": "libata: no special completion processing for EH commands\n\nata_qc_complete() contains special handling for certain commands.  For\nexample, it schedules EH for device revalidation after certain\nconfigurations are changed.  These shouldn\u0027t be applied to EH\ncommands but they were.\n\nIn most cases, it doesn\u0027t cause an actual problem because EH doesn\u0027t\nissue any command which would trigger special handling; however, ACPI\ncan issue such commands via _GTF which can cause weird interactions.\n\nRestructure ata_qc_complete() such that EH commands are always passed\non to __ata_qc_complete().\n\nstable: Please apply to -stable only after 2.6.38 is released.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "869934adfc8391ec2e198ed81260e1a42cd9c575",
      "tree": "c1bcdb5431aa08048e14376838bbe9ec75481176",
      "parents": [
        "9272dcc232b84ccb027d6861077934055d42764d"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Dec 22 16:50:10 2010 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri Dec 24 13:33:37 2010 -0500"
      },
      "message": "pata_mpc52xx: driver needs BMDMA\n\nFound by this build-error if BMDMA is disabled:\n\ndrivers/ata/pata_mpc52xx.c: In function \u0027mpc52xx_ata_init_one\u0027:\ndrivers/ata/pata_mpc52xx.c:662: error: \u0027ata_bmdma_interrupt\u0027 undeclared (first use in this function)\n...\n\nMove the Kconfig entry to the proper location as needed since\n9a7780c9acb821fe1c2b6fc53f74cc2556ff5364 (libata-sff: make BMDMA optional)\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "9272dcc232b84ccb027d6861077934055d42764d",
      "tree": "5409dd6200065ae89675a6b56faff18066930b2c",
      "parents": [
        "687a993339c4f3a63654746230da3aab8bbdbffd"
      ],
      "author": {
        "name": "Wu Zhangjin",
        "email": "wuzhangjin@gmail.com",
        "time": "Fri Dec 24 21:39:08 2010 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri Dec 24 13:33:23 2010 -0500"
      },
      "message": "pata_cs5536: Add support for non-X86_32 platforms\n\npata_cs5536 does work on the other platforms(e.g. Loongson, a MIPS\nvariant), so, remove the dependency of X86_32 and fix the building\nerrors under the other platforms via only reserving the X86_32 specific\nparts for X86_32.\n\npata_amd also supports cs5536 IDE controller, but this one saves about\n33k for the compressed kernel image(vmlinuz for MIPS).\n\nSigned-off-by: Zhang Le \u003cr0bertz@gentoo.org\u003e\nSigned-off-by: Chen Jie \u003cchenj@lemote.com\u003e\nSigned-off-by: Wu Zhangjin \u003cwuzhangjin@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "687a993339c4f3a63654746230da3aab8bbdbffd",
      "tree": "d6302c5afdef12c5d1f221920953480da4fece75",
      "parents": [
        "90a8a73c06cc32b609a880d48449d7083327e11a"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Fri Dec 03 15:19:13 2010 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Fri Dec 24 13:32:07 2010 -0500"
      },
      "message": "libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()\n\nWhile separating out BMDMA irq handler from SFF, commit c3b28894\n(libata-sff: separate out BMDMA irq handler) incorrectly made\n__ata_sff_port_intr() consider an IRQ to be an idle one if the host\nstate was transitioned to HSM_ST_ERR by ata_bmdma_port_intr().\n\nThis makes BMDMA drivers ignore IRQs reporting host bus error which\nleads to timeouts instead of triggering EH immediately.  Fix it by\nmaking __ata_sff_port_intr() consider the IRQ to be an idle one iff\nthe state is HSM_ST_IDLE.  This is equivalent to adding HSM_ST_ERR to\nthe \"break\"ing case but less error-prone.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Antonio Toma \u003cantonio.toma@gmail.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "30f2ba38011247ad95bffbf0743a0dc0656a5eb7",
      "tree": "23e769c0e25c86c7f90837e328baf1d10ebd85a4",
      "parents": [
        "27f1acccd4d310e941d2e879445324595e2fe463"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 19:38:37 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 19:38:37 2010 +0900"
      },
      "message": "sh: intc: Initialize radix tree gfp mask explicitly.\n\nPresently the root node is initialized by way of kzalloc on the parent\ndata structure, which by chance happens to do the bulk of what an\nexplicit initialization does with GFP_NOWAIT semantics. This however is\nmore by luck than by design, and as we ideally want to permit radix node\nallocations access to the emergency pools anyways, add in the proper\ninitializer with the desired mask.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4bdac7da5237170b1392f39ebee99d235043fad8",
      "tree": "aeb8398600693c16d6ba15ea9f5725b3f82ed023",
      "parents": [
        "0dd2c96f19b0cffaeb437e50fa5da195920c6e78"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Fri Dec 17 15:33:58 2010 +0100"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Dec 24 01:57:17 2010 -0700"
      },
      "message": "spi/mpc52xx-spi: fix annotation for remove()-pointer\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "0dd2c96f19b0cffaeb437e50fa5da195920c6e78",
      "tree": "b8581f7c418ec4bbc58737b8344a398eb0b94a65",
      "parents": [
        "e6289d63a6f39237a027dcee46366ba158cb8406"
      ],
      "author": {
        "name": "Mingkai Hu",
        "email": "Mingkai.hu@freescale.com",
        "time": "Tue Dec 21 09:27:02 2010 +0800"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Dec 24 01:53:57 2010 -0700"
      },
      "message": "spi/fsl_espi: fix wrong setting of the address in the command buffer\n\nOr else we can\u0027t operate on the right address when the trans length\nis greater than 65535.\n\nSigned-off-by: Mingkai Hu \u003cMingkai.hu@freescale.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "e6289d63a6f39237a027dcee46366ba158cb8406",
      "tree": "fb27d2b1dca5ba2a89789788a2801f427dc3b26d",
      "parents": [
        "020862648445d7c1b12ea213c152f27def703f3b"
      ],
      "author": {
        "name": "Mingkai Hu",
        "email": "Mingkai.hu@freescale.com",
        "time": "Tue Dec 21 09:26:07 2010 +0800"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Dec 24 01:53:41 2010 -0700"
      },
      "message": "spi/fsl_espi: change the read behaviour of the SPIRF\n\nThe user must read N bytes of SPIRF (1 \u003c\u003d N \u003c\u003d 4) that do not exceed the\namount of data in the receive FIFO, so read the SPIRF byte by byte when\nthe data in receive FIFO is less than 4 bytes.\n\nOn Simics, when read N bytes that exceed the amount of data in receive\nFIFO, we can\u0027t read the data out, that is we can\u0027t clear the rx FIFO,\nthen the CPU will loop on the espi rx interrupt.\n\nSigned-off-by: Mingkai Hu \u003cMingkai.hu@freescale.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "020862648445d7c1b12ea213c152f27def703f3b",
      "tree": "4306b2eb5c46cd8f43d0be2cf9918a38b217450e",
      "parents": [
        "5e2f55c6aaf4865081c46bf53664c8b5da8dc49e"
      ],
      "author": {
        "name": "David Daney",
        "email": "ddaney@caviumnetworks.com",
        "time": "Tue Nov 16 14:42:14 2010 -0800"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Dec 24 01:28:54 2010 -0700"
      },
      "message": "of/i2c: Fix request module by alias\n\nIf we are registering an i2c device that has a device tree node like\nthis real-world example:\n\n      rtc@68 {\n        compatible \u003d \"dallas,ds1337\";\n        reg \u003d \u003c0x68\u003e;\n      };\n\nof_i2c_register_devices() will try to load a module called ds1337.ko.\nThere is no such module, so it will fail.  If we look in modules.alias\nwe will find entries like these:\n\n.\n.\n.\nalias i2c:ds1339 rtc_ds1307\nalias i2c:ds1338 rtc_ds1307\nalias i2c:ds1337 rtc_ds1307\nalias i2c:ds1307 rtc_ds1307\nalias i2c:ds1374 rtc_ds1374\n.\n.\n.\n\nThe module we want is really called rtc_ds1307.ko.  If we request a\nmodule called \"i2c:ds1337\", the userspace module loader will do the\nright thing (unless it is busybox) and load rtc_ds1307.ko.  So we add\nthe I2C_MODULE_PREFIX to the request_module() string.\n\nSigned-off-by: David Daney \u003cddaney@caviumnetworks.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "acd0acb65ec907a9e872bbaa7ad811a518b49b45",
      "tree": "96d84ec98298e79efce95619a54f6676dea93702",
      "parents": [
        "8c1ac08b38af0c477ae32df9f4625b7dbddea1ea"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Tue Dec 21 01:41:15 2010 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 12:33:55 2010 +0900"
      },
      "message": "fb: fix overlapping test off-by-one.\n\nOn my system with a radeon x2, the first GPU was not overlapping vesa\nbut the test decided it was.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\nReviewed-by: Michel Dänzer \u003cmichel@daenzer.net\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "27f1acccd4d310e941d2e879445324595e2fe463",
      "tree": "eb424b5451263784e664b48b39f2269c795a17af",
      "parents": [
        "27434f0af0fecba71fa58407715028d2b9550956"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 12:15:57 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 12:15:57 2010 +0900"
      },
      "message": "sh: Fix up SH7201 clkfwk build.\n\nThe master clock initialization for SH7201 was wholly bogus. Users of the\nlegacy API must initialize the clock rate through the struct clk itself\nrather than returning the clock frequency. Given that the init function\nitself is void, returning the frequency isn\u0027t terribly effective.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "29c185e5c681ca00d863d161eda7eadb93e32ee5",
      "tree": "f1b8a601ea8cae381e2c6d9246414e0b9723ea83",
      "parents": [
        "9a14f653dfe349c0916e6a78c413effa2fa3f001"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 12:08:30 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 12:08:30 2010 +0900"
      },
      "message": "nommu: Provide stubbed alloc/free_vm_area() implementation.\n\nNow that these have been introduced in to the vmalloc API, sync up the\nnommu side of things. At present we don\u0027t deal with VMAs as such, so for\nthe time being these will simply BUG() out. In the future it should be\npossible to support this interface by layering on top of the vm_regions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9a14f653dfe349c0916e6a78c413effa2fa3f001",
      "tree": "f0f6165e89cf76ec754a0ab4625e37620edf15be",
      "parents": [
        "eda4b716ea1f2a647a39cebae66b3fae4c4b80e4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:50:34 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:50:34 2010 +0900"
      },
      "message": "nommu: Fix up vmalloc_node() symbol export regression.\n\nCommit e1ca778 (\"mm: add vzalloc() and vzalloc_node() helpers\") ended up\naccidentally deleting the vmalloc_node() symbol export, resulting in:\n\n\"vmalloc_node\" [net/core/pktgen.ko] undefined!\n\"vmalloc_node\" [net/netfilter/x_tables.ko] undefined!\n\nregressions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "27434f0af0fecba71fa58407715028d2b9550956",
      "tree": "73eb24f7fbe529d4f7d9e7e741f1581d6c859600",
      "parents": [
        "638fa4aad5bbb75c8f0d558aa15dcb543de5fc31"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:30:10 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:30:10 2010 +0900"
      },
      "message": "sh: mach-se: Fix up SE7206 build.\n\nWith some recent tidying of duplicate register definitions the se7206 IRQ\ncode broke:\n\narch/sh/boards/mach-se/7206/irq.c: error: \u0027INTC_ICR\u0027 undeclared (first use in this function)\narch/sh/boards/mach-se/7206/irq.c: error: (Each undeclared identifier is reported only once\narch/sh/boards/mach-se/7206/irq.c: error: for each function it appears in.)\n\nFix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "638fa4aad5bbb75c8f0d558aa15dcb543de5fc31",
      "tree": "b8295dab4cd445c26f7fdcf4b55ea03f00a9255f",
      "parents": [
        "e819eb8687767cefca7b6abf5ac6d5efcf581eeb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:27:29 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Dec 24 11:27:29 2010 +0900"
      },
      "message": "sh: Fix up SH4-202 clkfwk build.\n\nSome of the SH4-202 code was overlooked in the set_rate() API conversion,\nresulting in:\n\narch/sh/kernel/cpu/sh4/clock-sh4-202.c: error: too many arguments to function \u0027clk-\u003eops-\u003eset_rate\u0027\n\nFix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "eda4b716ea1f2a647a39cebae66b3fae4c4b80e4",
      "tree": "ab4318b72be4635c1213aa0def631e1169307660",
      "parents": [
        "55fb78a3a80348d87b2e3d79f61f8a9252dd86f5",
        "7d8f98769e7f4bc29c38789daeb416c6a7d7c241"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:36:48 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:36:48 2010 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2\n\n* \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2:\n  ocfs2: Fix system inodes cache overflow.\n  ocfs2: Hold ip_lock when set/clear flags for indexed dir.\n  ocfs2: Adjust masklog flag values\n  Ocfs2: Teach \u0027coherency\u003dfull\u0027 O_DIRECT writes to correctly up_read i_alloc_sem.\n  ocfs2/dlm: Migrate lockres with no locks if it has a reference\n"
    },
    {
      "commit": "55fb78a3a80348d87b2e3d79f61f8a9252dd86f5",
      "tree": "7f5ee9be42840f7c5a6045a481187e59679e41f6",
      "parents": [
        "08861c713c1314d5b7329a290b5d53ad711112c3",
        "8a7411a24350bac141271755c66f40c56b0535ae"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:25:31 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:25:31 2010 -0800"
      },
      "message": "Merge branch \u0027linus-hot-fix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4\n\n* \u0027linus-hot-fix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:\n  ext4: fix on-line resizing regression\n"
    },
    {
      "commit": "08861c713c1314d5b7329a290b5d53ad711112c3",
      "tree": "2571a28b8e1d1637273be8a7988d6ab72460af39",
      "parents": [
        "e82bb314eab2e25a7657f34450665160a5a6cc2b",
        "7693457547b729d9010a6014bbb8572b085f58d4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:04:32 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 16:04:32 2010 -0800"
      },
      "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 GPIO2-fixup for Sony laptops\n  ALSA: hda - Try to find an empty control index when it\u0027s occupied\n  ALSA: hda - Fix conflict of d-mic capture volume controls\n  ALSA: hda - Don\u0027t apply ALC269-specific initialization to ALC275\n  ALSA: hda - Add fix-up for Sony VAIO with ALC275 codecs\n  ALSA: pcm: remember to always call va_end() on stuff that we va_start()\n  ALSA: HDA: Add auto-mute for Thinkpad SL410/SL510\n"
    },
    {
      "commit": "e82bb314eab2e25a7657f34450665160a5a6cc2b",
      "tree": "1e7ec40c6346f3ade1d88b59c9a1d43bf1969ed7",
      "parents": [
        "79534f237f05cac7f728cc957efdcc17603e38cd",
        "501aaa110a4269c99eff9736a81b5f93bb8b59be"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:59:23 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:59:23 2010 -0800"
      },
      "message": "Merge branch \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (21 commits)\n  [media] mceusb: set a default rx timeout\n  [media] mceusb: fix inverted mask inversion logic\n  [media] mceusb: add another Fintek device ID\n  [media] lirc_dev: fixes in lirc_dev_fop_read()\n  [media] lirc_dev: stray unlock in lirc_dev_fop_poll()\n  [media] rc: fix sysfs entry for mceusb and streamzap\n  [media] streamzap: merge timeout space with trailing space\n  [media] mceusb: fix keybouce issue after parser simplification\n  [media] IR: add tv power scancode to rc6 mce keymap\n  [media] mceusb: buffer parsing fixups for 1st-gen device\n  [media] mceusb: fix up reporting of trailing space\n  [media] nuvoton-cir: improve buffer parsing responsiveness\n  [media] mceusb: add support for Conexant Hybrid TV RDU253S\n  [media] s5p-fimc: Fix output DMA handling in S5PV310 IP revisions\n  [media] s5p-fimc: Use correct fourcc code for 32-bit RGB format\n  [media] s5p-fimc: Convert m2m driver to unlocked_ioctl\n  [media] s5p-fimc: Explicitly add required header file\n  [media] s5p-fimc: Fix vidioc_g_crop/cropcap on camera sensor\n  [media] s5p-fimc: BKL lock removal - compilation fix\n  [media] soc-camera: fix static build of the sh_mobile_csi2.c driver\n  ...\n"
    },
    {
      "commit": "79534f237f05cac7f728cc957efdcc17603e38cd",
      "tree": "1eb7456d8ffa9f0adcd5ef9b7d239de4f8df4a47",
      "parents": [
        "3fc5e98d8cf85e0d77fc597b49e9268dff67400e",
        "2ce494a3dac331fdbb2590e5fa0598956dd21b8b",
        "7f8595bfacef279f06c82ec98d420ef54f2537e0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:39:40 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:39:40 2010 -0800"
      },
      "message": "Merge branches \u0027perf-fixes-for-linus\u0027 and \u0027x86-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 probe: Fix to support libdwfl older than 0.148\n  perf tools: Fix lazy wildcard matching\n  perf buildid-list: Fix error return for success\n  perf buildid-cache: Fix symbolic link handling\n  perf symbols: Stop using vmlinux files with no symbols\n  perf probe: Fix use of kernel image path given by \u0027k\u0027 option\n\n* \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  x86, kexec: Limit the crashkernel address appropriately\n"
    },
    {
      "commit": "3fc5e98d8cf85e0d77fc597b49e9268dff67400e",
      "tree": "acd7c7a2579f945ff856bd570988f48f652f93c1",
      "parents": [
        "44658a11f312fb9217674cb90b1a11cbe17fd18d"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Wed Dec 22 16:24:13 2010 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:31:48 2010 -0800"
      },
      "message": "KEYS: Don\u0027t call up_write() if __key_link_begin() returns an error\n\nIn construct_alloc_key(), up_write() is called in the error path if\n__key_link_begin() fails, but this is incorrect as __key_link_begin() only\nreturns with the nominated keyring locked if it returns successfully.\n\nWithout this patch, you might see the following in dmesg:\n\n\t\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\t[ BUG: bad unlock balance detected! ]\n\t-------------------------------------\n\tmount.cifs/5769 is trying to release lock (\u0026key-\u003esem) at:\n\t[\u003cffffffff81201159\u003e] request_key_and_link+0x263/0x3fc\n\tbut there are no more locks to release!\n\n\tother info that might help us debug this:\n\t3 locks held by mount.cifs/5769:\n\t #0:  (\u0026type-\u003es_umount_key#41/1){+.+.+.}, at: [\u003cffffffff81131321\u003e] sget+0x278/0x3e7\n\t #1:  (\u0026ret_buf-\u003esession_mutex){+.+.+.}, at: [\u003cffffffffa0258e59\u003e] cifs_get_smb_ses+0x35a/0x443 [cifs]\n\t #2:  (root_key_user.cons_lock){+.+.+.}, at: [\u003cffffffff81201000\u003e] request_key_and_link+0x10a/0x3fc\n\n\tstack backtrace:\n\tPid: 5769, comm: mount.cifs Not tainted 2.6.37-rc6+ #1\n\tCall Trace:\n\t [\u003cffffffff81201159\u003e] ? request_key_and_link+0x263/0x3fc\n\t [\u003cffffffff81081601\u003e] print_unlock_inbalance_bug+0xca/0xd5\n\t [\u003cffffffff81083248\u003e] lock_release_non_nested+0xc1/0x263\n\t [\u003cffffffff81201159\u003e] ? request_key_and_link+0x263/0x3fc\n\t [\u003cffffffff81201159\u003e] ? request_key_and_link+0x263/0x3fc\n\t [\u003cffffffff81083567\u003e] lock_release+0x17d/0x1a4\n\t [\u003cffffffff81073f45\u003e] up_write+0x23/0x3b\n\t [\u003cffffffff81201159\u003e] request_key_and_link+0x263/0x3fc\n\t [\u003cffffffffa026fe9e\u003e] ? cifs_get_spnego_key+0x61/0x21f [cifs]\n\t [\u003cffffffff812013c5\u003e] request_key+0x41/0x74\n\t [\u003cffffffffa027003d\u003e] cifs_get_spnego_key+0x200/0x21f [cifs]\n\t [\u003cffffffffa026e296\u003e] CIFS_SessSetup+0x55d/0x1273 [cifs]\n\t [\u003cffffffffa02589e1\u003e] cifs_setup_session+0x90/0x1ae [cifs]\n\t [\u003cffffffffa0258e7e\u003e] cifs_get_smb_ses+0x37f/0x443 [cifs]\n\t [\u003cffffffffa025a9e3\u003e] cifs_mount+0x1aa1/0x23f3 [cifs]\n\t [\u003cffffffff8111fd94\u003e] ? alloc_debug_processing+0xdb/0x120\n\t [\u003cffffffffa027002c\u003e] ? cifs_get_spnego_key+0x1ef/0x21f [cifs]\n\t [\u003cffffffffa024cc71\u003e] cifs_do_mount+0x165/0x2b3 [cifs]\n\t [\u003cffffffff81130e72\u003e] vfs_kern_mount+0xaf/0x1dc\n\t [\u003cffffffff81131007\u003e] do_kern_mount+0x4d/0xef\n\t [\u003cffffffff811483b9\u003e] do_mount+0x6f4/0x733\n\t [\u003cffffffff8114861f\u003e] sys_mount+0x88/0xc2\n\t [\u003cffffffff8100ac42\u003e] system_call_fastpath+0x16/0x1b\n\nReported-by: Jeff Layton \u003cjlayton@redhat.com\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nReviewed-and-Tested-by: Jeff Layton \u003cjlayton@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "44658a11f312fb9217674cb90b1a11cbe17fd18d",
      "tree": "599549060943c051e8943f85da80e4905d941016",
      "parents": [
        "001851659354cce436b749a793f3512a53394d80"
      ],
      "author": {
        "name": "Andres Salomon",
        "email": "dilinger@queued.net",
        "time": "Tue Dec 21 13:04:52 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:31:48 2010 -0800"
      },
      "message": "cs5535-gpio: handle GPIO regs where higher (clear) bits are set\n\nThe default for non-READ_BACK GPIO regs is to have the clear bits set;\nthis means that our original errata fix was too simplistic.  This\nchanges it to the following behavior:\n\n - when setting GPIOs, ignore the higher order bits (they\u0027re for\n   clearing, we don\u0027t need to care about them).\n\n - when clearing GPIOs, keep all the bits, but unset (via XOR) the\n   lower order bit that negates the clear bit that we care about.  That\n   is, if we\u0027re clearing GPIO 26 (val \u003d 0x04000000), we first XOR what\u0027s\n   currently in the register with 0x0400 (GPIO 26\u0027s SET bit), and then\n   OR that with the GPIO 26\u0027s CLEAR bit.\n\nTested-by: Daniel Drake \u003cdsd@laptop.org\u003e\nSigned-off-by: Andres Salomon \u003cdilinger@queued.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "001851659354cce436b749a793f3512a53394d80",
      "tree": "cbce3c7d8f68c384229c40b915514b4668051d4a",
      "parents": [
        "e819eb8687767cefca7b6abf5ac6d5efcf581eeb"
      ],
      "author": {
        "name": "Andres Salomon",
        "email": "dilinger@queued.net",
        "time": "Tue Dec 21 13:04:42 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 23 15:31:48 2010 -0800"
      },
      "message": "cs5535-gpio: don\u0027t apply errata #36 to edge detect GPIOs\n\nThe edge detect status GPIOs function differently from the other atomic\nmodel CS5536 GPIO registers; writing 1 to the high bits clears the GPIO,\nbut writing 1 to the lower bits also clears the bit.\n\nThis means that read-modify-write doesn\u0027t actually work for it, so don\u0027t\napply the errata here.  If a negative edge status gets lost after\nresume..  well, we tried our best!\n\nTested-by: Daniel Drake \u003cdsd@laptop.org\u003e\nSigned-off-by: Andres Salomon \u003cdilinger@queued.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "994e0b2c3646ce0ca0e4546e6b10c5cf66b976bf",
      "tree": "9f93e8f4fc896eb4fc90dd64547e920665fc7d2a",
      "parents": [
        "e819eb8687767cefca7b6abf5ac6d5efcf581eeb"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sat Dec 18 13:29:45 2010 +0100"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Thu Dec 23 12:51:49 2010 -0800"
      },
      "message": "PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.c\n\nIf pcie_ports_disabled is set, pcie_port_service_register() returns\nerror code and select_detection_mode() should not attempt to\nunregister dummy_driver and use dummy_slots.  It should return\nPCIEHP_DETECT_ACPI immediately instead.\n\nReviewed-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nAcked-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "e058464990c2ef1f3ecd6b83a154913c3c06f02a",
      "tree": "1c949b22d8ed6ac0c1419f2bf2c372d8833b41d4",
      "parents": [
        "0e214ad81545a35c5e62a4c2d6cf7275fd7a545f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 23 12:03:57 2010 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 23 12:03:57 2010 -0800"
      },
      "message": "Revert \"ipv4: Allow configuring subnets as local addresses\"\n\nThis reverts commit 4465b469008bc03b98a1b8df4e9ae501b6c69d4b.\n\nConflicts:\n\n\tnet/ipv4/fib_frontend.c\n\nAs reported by Ben Greear, this causes regressions:\n\n\u003e Change 4465b469008bc03b98a1b8df4e9ae501b6c69d4b caused rules\n\u003e to stop matching the input device properly because the\n\u003e FLOWI_FLAG_MATCH_ANY_IIF is always defined in ip_dev_find().\n\u003e\n\u003e This breaks rules such as:\n\u003e\n\u003e ip rule add pref 512 lookup local\n\u003e ip rule del pref 0 lookup local\n\u003e ip link set eth2 up\n\u003e ip -4 addr add 172.16.0.102/24 broadcast 172.16.0.255 dev eth2\n\u003e ip rule add to 172.16.0.102 iif eth2 lookup local pref 10\n\u003e ip rule add iif eth2 lookup 10001 pref 20\n\u003e ip route add 172.16.0.0/24 dev eth2 table 10001\n\u003e ip route add unreachable 0/0 table 10001\n\u003e\n\u003e If you had a second interface \u0027eth0\u0027 that was on a different\n\u003e subnet, pinging a system on that interface would fail:\n\u003e\n\u003e   [root@ct503-60 ~]# ping 192.168.100.1\n\u003e   connect: Invalid argument\n\nReported-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8a7411a24350bac141271755c66f40c56b0535ae",
      "tree": "ed77dcde1fe4122f291c6fda3def7e776fa8bdf8",
      "parents": [
        "b0c3844d8af6b9f3f18f31e1b0502fbefa2166be"
      ],
      "author": {
        "name": "Theodore Ts\u0027o",
        "email": "tytso@mit.edu",
        "time": "Mon Dec 20 22:30:36 2010 -0500"
      },
      "committer": {
        "name": "Theodore Ts\u0027o",
        "email": "tytso@mit.edu",
        "time": "Thu Dec 23 15:00:54 2010 -0500"
      },
      "message": "ext4: fix on-line resizing regression\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d25352\n\nThis regression was caused by commit a31437b85: \"ext4: use\nsb_issue_zeroout in setup_new_group_blocks\", by accidentally dropping\nthe code which reserved the block group descriptor and inode table\nblocks.\n\nSigned-off-by: \"Theodore Ts\u0027o\" \u003ctytso@mit.edu\u003e\n"
    },
    {
      "commit": "5e2f55c6aaf4865081c46bf53664c8b5da8dc49e",
      "tree": "f33472a3532a2c27c797c65e5075b0f930cc8f91",
      "parents": [
        "90a8a73c06cc32b609a880d48449d7083327e11a"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Dec 22 16:42:55 2010 +0100"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Dec 23 12:08:02 2010 -0700"
      },
      "message": "powerpc/mpc5200: include fs.h in mpc52xx_gpt.c\n\nFix build errors like these (from a randconfig and my defconfig for a custom board):\n\nsrc/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:549: error: dereferencing pointer to incomplete type: 1 errors in 1 logs\nsrc/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:636: error: implicit declaration of function \u0027nonseekable_open\u0027: 1 errors in 1 logs\nsrc/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:657: error: variable \u0027mpc52xx_wdt_fops\u0027 has initializer but incomplete type: 1 errors in 1 logs\nsrc/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:658: error: excess elements in struct initializer: 1 errors in 1 logs\nsrc/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:658: error: unknown field \u0027owner\u0027 specified in initializer: 1 errors in 1 logs\n...\n\nReported-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "0e214ad81545a35c5e62a4c2d6cf7275fd7a545f",
      "tree": "8327c0394729760d43ba7ba1548d9afbfba9670c",
      "parents": [
        "fdac1e0697356ac212259f2147aa60c72e334861"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Fri Dec 17 03:25:43 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 23 10:21:12 2010 -0800"
      },
      "message": "USB: mcs7830: return negative if auto negotiate fails\n\nThe original code returns 0 on success and 1 on failure.  In fact, at\nthis point, \"ret\" is already either zero or a negative error code so\nwe can just return it directly.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "fdac1e0697356ac212259f2147aa60c72e334861"
}
