[patch 121/123] sched: Fix SMT scheduler regression in find_busiest_queue()
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Suresh Siddha <suresh.b.siddha(a)intel.com> commit 9000f05c6d1607f79c0deacf42b09693be673f4c upstream. Fix a SMT scheduler performance regression that is leading to a scenario where SMT threads in one core a... 12 Mar 2010 19:33
[patch 029/123] V4L/DVB: v4l: soc_camera: fix bound checking of mbus_fmt[] index
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Baruch Siach <baruch(a)tkos.co.il> commit 84f3751d6a6f766780dee509433bf7b3dfcdf465 upstream. When code <= V4L2_MBUS_FMT_FIXED soc_mbus_get_fmtdesc returns a pointer to mbus_fmt[x], where x < 0. Fix this. ... 12 Mar 2010 19:33
[patch 085/123] thinkpad-acpi: fix bluetooth/wwan resume
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Henrique de Moraes Holschuh <hmh(a)hmh.eng.br> commit 08fedfc903c78e380b0baa7b57c52d367794d0a5 upstream. Studying the DSDTs of various thinkpads, it looks like bit 3 of the argument to SBDC and SWAN is not ... 12 Mar 2010 19:32
[patch 014/123] V4L/DVB (13991): gspca_mr973010a: Fix cif type 1 cameras not streaming on UHCI controllers
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Theodore Kilgore <kilgota(a)auburn.edu> commit 70136081fc67ea77d849f86fa323e5773c8e40ea upstream. If you read the mail to Oliver Neukum on the linux-usb list, then you know that I found a cure for the myste... 12 Mar 2010 19:32
[patch 113/123] dm: free dm_io before bio_endio not after
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Mikulas Patocka <mpatocka(a)redhat.com> commit a97f925a32aad2a37971d7bfb657006acf04e42d upstream. Free the dm_io structure before calling bio_endio() instead of after it, to ensure that the io_pool containi... 12 Mar 2010 19:32
[patch 068/123] skbuff: align sk_buff::cb to 64 bit and close some potential holes
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Felix Fietkau <nbd(a)openwrt.org> commit da3f5cf1f8ebb0fab5c5fd09adb189166594ad6c upstream. The alignment requirement for 64-bit load/store instructions on ARM is implementation defined. Some CPUs (such as ... 12 Mar 2010 19:32
[patch 043/123] ALSA: via82xx: add quirk for D1289 motherboard
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Clemens Ladisch <clemens(a)ladisch.de> commit bf30a4309d4294d3eca248ea8a20c1c3570f5e74 upstream. Add a headphones-only quirk for the Fujitsu Siemens D1289. Signed-off-by: Clemens Ladisch <clemens(a)ladisch.... 12 Mar 2010 19:32
[patch 115/123] KVM: VMX: Trap and invalid MWAIT/MONITOR instruction
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Sheng Yang <sheng(a)linux.intel.com> commit 59708670b639bff00f92e519df1ae14da240e919 upstream. We don't support these instructions, but guest can execute them even if the feature('monitor') haven't been exp... 12 Mar 2010 19:32
[patch 116/123] KVM: x86 emulator: Add group8 instruction decoding
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Gleb Natapov <gleb(a)redhat.com> commit 2db2c2eb6226e30f8059b82512a1364db98da8e3 upstream. Use groups mechanism to decode 0F BA instructions. Signed-off-by: Gleb Natapov <gleb(a)redhat.com> Signed-off-by: ... 12 Mar 2010 19:32
[patch] Oops on tmpfs remounts with mpol=default
One of our customers reported an Oops when trying to remount a tmpfs mount back with 'default' mempolicy after changing it to a non default policy. Upon examination of code, I found that the kernel remount code tries to dereference the 'NULL' mempolicy object returned by mpol_new at mpol_parse_str. Attached i... 12 Mar 2010 19:32