[PATCH 3.10 63/80] block: fix a probe argument to blk_register_region

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit a207f5937630dd35bd2550620bef416937a1365e upstream. The probe function is supposed to return NULL on failure (as we can see in kobj_lookup: kobj = probe(dev, index,

[PATCH 3.10 62/80] block: fix race between request completion and timeout handling

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Moyer commit 4912aa6c11e6a5d910264deedbec2075c6f1bb73 upstream. crocode i2c_i801 i2c_core iTCO_wdt iTCO_vendor_support shpchp ioatdma dca be2net sg ses enclosure ext4 mbcache jbd2

[PATCH 3.10 61/80] hwmon: (lm90) Fix max6696 alarm handling

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit e41fae2b1ed8c78283d73651cd65be0228c0dd1c upstream. Bit 2 of status register 2 on MAX6696 (external diode 2 open) sets ALERT; the bit thus has to be listed in

[PATCH 3.10 51/80] NFSv4: dont reprocess cached open CLAIM_PREVIOUS

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Weston Andros Adamson commit d2bfda2e7aa036f90ccea610a657064b1e267913 upstream. Cached opens have already been handled by _nfs4_opendata_reclaim_to_nfs4_state and can safely skip being

[PATCH 3.10 64/80] block: properly stack underlying max_segment_size to DM device

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit d82ae52e68892338068e7559a0c0657193341ce4 upstream. Without this patch all DM devices will default to BLK_MAX_SEGMENT_SIZE (65536) even if the underlying device(s) have a

Re: [PATCH 0/4] ACPI / bind: Simplify child devices lookup

2013-11-26 Thread Rafael J. Wysocki
On Tuesday, November 26, 2013 06:40:28 PM Toshi Kani wrote: > On Wed, 2013-11-27 at 02:32 +0100, Rafael J. Wysocki wrote: > > On Tuesday, November 26, 2013 06:11:57 PM Toshi Kani wrote: > > > On Wed, 2013-11-27 at 02:02 +0100, Rafael J. Wysocki wrote: > > > > On Tuesday, November 26, 2013 05:33:28

Re: [PATCH] ATA: Fix port removal ordering

2013-11-26 Thread Rafael J. Wysocki
On Monday, November 25, 2013 01:19:01 PM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit bcdde7e221a8 (sysfs: make __sysfs_remove_dir() recursive) > Mika Westerberg sees traces analogous to the one below in Thunderbolt > hot-remove testing: > > WARNING: CPU: 0 PID: 4 at

Re: [PATCH 0/4] ACPI / bind: Simplify child devices lookup

2013-11-26 Thread Toshi Kani
On Wed, 2013-11-27 at 02:32 +0100, Rafael J. Wysocki wrote: > On Tuesday, November 26, 2013 06:11:57 PM Toshi Kani wrote: > > On Wed, 2013-11-27 at 02:02 +0100, Rafael J. Wysocki wrote: > > > On Tuesday, November 26, 2013 05:33:28 PM Toshi Kani wrote: > > > > On Wed, 2013-11-27 at 01:27 +0100,

[PATCH 3.10 65/80] powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Anatolij Gustschin commit 2bf75084f6d9f9a91ba6e30a501ff070d8a1acf6 upstream. The MPC5200 LPBFIFO driver requires the bestcomm module to be enabled, otherwise building will fail. Fix it.

[PATCH] m32r : Kill CONFIG_MTD_PARTITIONS

2013-11-26 Thread Eunbong Song
This patch removes CONFIG_MTD_PARTITIONS in config files for m32r. Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724. Signed-off-by: Eunbong Song --- arch/m32r/configs/m32700ut.smp_defconfig |1 - arch/m32r/configs/m32700ut.up_defconfig |1 -

[PATCH 3.10 40/80] ALSA: hda - Fix Line Out automute on Realtek multifunction jacks

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit 5959a6bc1124211a359525d209005abc07b0197b upstream. In case there is both a multifunction headset jack and a Line Out jack, automuting was not working properly from

[PATCH 3.10 41/80] ALSA: hda - Check keep_eapd_on before inv_eapd

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 468ac413045af1e0e4d1272291bed6878f248a69 upstream. We don't change the EAPD bit in set_pin_eapd() if keep_eapd_on flag is set by the codec driver and enable is false.

[PATCH 3.10 39/80] ALSA: hda - Add pincfg fixup for ASUS W5A

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 487a588d09db0d6508261867df208d8bdc718251 upstream. BIOS on ASUS W5A laptop with ALC880 codec doesn't provide any pin configurations, so we have to set up all pins

[PATCH 3.10 44/80] ALSA: hda - Fix unbalanced runtime PM notification at resume

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 0fc28fc030a85aa3d6d14e9e9fca0c8237c9ffb5 upstream. When a codec is resumed, it keeps the power on while the resuming phase via hda_keep_power_on(), then turns down via

Re: [PATCH] watchdog: s3c2410_wdt: Handle rounding a little better for timeout

2013-11-26 Thread Doug Anderson
Guenter, On Tue, Nov 26, 2013 at 4:10 PM, Guenter Roeck wrote: > On 11/26/2013 01:34 PM, Doug Anderson wrote: >> >> Guenter, >> >> On Tue, Nov 26, 2013 at 10:48 AM, Guenter Roeck >> wrote: >>> >>> On 11/26/2013 10:30 AM, Doug Anderson wrote: The existing watchdog timeout worked

[PATCH 3.10 42/80] ALSA: hda - Dont turn off EAPD for headphone on Lenovo N100

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 7a3e6107f94344e65c35bfe62de6c096a7b48965 upstream. The only EAPD on AD1986A is on NID 0x1b where usually the speaker. But this doesn't control only the speaker amp but may

[PATCH 3.10 60/80] arm/arm64: KVM: Fix hyp mappings of vmalloc regions

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christoffer Dall commit 40c2729bab48e2832b17c1fa8af9db60e776131b upstream. Using virt_to_phys on percpu mappings is horribly wrong as it may be backed by vmalloc. Introduce kvm_kaddr_to_phys

[PATCH 3.10 45/80] ALSA: hda - Fix the headphone jack detection on Sony VAIO TX

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 0f5a5b8515472a0219768423226b58228001e3d5 upstream. BIOS sets MISC_NO_PRESENCE bit wrongly to the pin config on NID 0x0f. Signed-off-by: Takashi Iwai Signed-off-by: Greg

[PATCH 3.10 46/80] ALSA: hda - Add headset quirk for Dell Inspiron 3135

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit b8362e70cbbb397db50939bc4c7c78dc3246c3eb upstream. BugLink: https://bugs.launchpad.net/bugs/1253636 Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai

[PATCH 3.10 76/80] configfs: fix race between dentry put and lookup

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Junxiao Bi commit 76ae281f6307331aa063288edb6422ae99f435f0 upstream. A race window in configfs, it starts from one dentry is UNHASHED and end before configfs_d_iput is called. In this

[PATCH 3.10 77/80] cris: media platform drivers: fix build

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 72a0c5571351f5184195754d23db3e14495b2080 upstream. On cris arch, the functions below aren't defined: drivers/media/platform/sh_veu.c: In function

[PATCH 3.10 78/80] dmi: add support for exact DMI matches in addition to substring matching

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jani Nikula commit 5017b2851373ee15c7035151853bb1448800cae2 upstream. dmi_match() considers a substring match to be a successful match. This is not always sufficient to distinguish between

[PATCH 3.10 43/80] ALSA: hda - Dont clear the power state at snd_hda_codec_reset()

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit d183b4fc463489b6bbe05c99afa0257a6fe578eb upstream. snd_hda_codec_reset() is called either in resetting the whole setup at error paths or hwdep clear/reconfig sysfs

[PATCH 3.10 80/80] drm/i915: No LVDS hardware on Intel D410PT and D425KT

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Rob Pearce commit 645378d85ee524e429aa4cf52806047b56cdc596 upstream. The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as having LVDS but the hardware is not populated.

[PATCH 3.10 68/80] powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 5a049f14902982c26538250bdc8d54156d357252 upstream. Commit fba2369e6ceb (mm: use vm_unmapped_area() on powerpc architecture) has a bug in slice_scan_available() where we

[PATCH 2/2] ftrace: Fix function graph with loading of modules

2013-11-26 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Commit 8c4f3c3fa9681 "ftrace: Check module functions being traced on reload" fixed module loading and unloading with respect to function tracing, but it missed the function graph tracer. If you perform the following # cd /sys/kernel/debug/tracing # echo

[PATCH 3.10 71/80] SUNRPC: Fix a data corruption issue when retransmitting RPC calls

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit a6b31d18b02ff9d7915c5898c9b5ca41a798cd73 upstream. The following scenario can cause silent data corruption when doing NFS writes. It has mainly been observed when doing

[PATCH 3.10 69/80] powerpc/signals: Mark VSX not saved with small contexts

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit c13f20ac48328b05cd3b8c19e31ed6c132b44b42 upstream. The VSX MSR bit in the user context indicates if the context contains VSX state. Currently we set this when the

[PATCH 3.10 70/80] slub: Handle NULL parameter in kmem_cache_flags

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Lameter commit c6f58d9b362b45c52afebe4342c9137d0dabe47f upstream. Andreas Herrmann writes: When I've used slub_debug kernel option (e.g. "slub_debug=,skbuff_fclone_cache" or

[PATCH 0/2] [GIT PULL] tracing: Fix event null strings and function graph with modules

2013-11-26 Thread Steven Rostedt
This includes two fixes. 1) is a bug fix that happens when root does the following: echo function_graph > current_tracer modprobe foo echo nop > current_tracer This causes the ftrace internal accounting to get screwed up and crashes ftrace, preventing the user from using the function

[PATCH 3.10 72/80] mei: nfc: fix memory leak in error path

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tomas Winkler commit 4bff7208f332b2b1d7cf1338e50527441283a198 upstream. The flow may reach the err label without freeing cl and cl_info cl and cl_info weren't assigned to ndev->cl and

[PATCH 3.10 47/80] ALSA: hda - Provide missing pin configs for VAIO with ALC260

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit d08c5ef2a039393eaf2ab2152db5f07790fa0f40 upstream. Some models (or maybe depending on BIOS version) of Sony VAIO with ALC260 give no proper pin configurations as default,

[PATCH 3.10 73/80] usb: hub: Clear Port Reset Change during init/resume

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Julius Werner commit e92aee330837e4911553761490a8fb843f2053a6 upstream. This patch adds the Port Reset Change flag to the set of bits that are preemptively cleared on init/resume of a hub. In

[PATCH 3.10 74/80] rt2800usb: slow down TX status polling

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 36165fd5b00bf8163f89c21bb16a3e9834555b10 upstream. Polling TX statuses too frequently has two negative effects. First is randomly peek CPU usage, causing overall

[PATCH 1/2] tracing: Allow events to have NULL strings

2013-11-26 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" If an TRACE_EVENT() uses __assign_str() or __get_str on a NULL pointer then the following oops will happen: BUG: unable to handle kernel NULL pointer dereference at (null) IP: [] strlen+0x10/0x1a *pde = ^M Oops: [#1] PREEMPT SMP Modules linked

[PATCH 3.10 38/80] ALSA: hda - Add support for CX20952

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 8f42d7698751a45cd9f7134a5da49bc5b6206179 upstream. It's a superset of the existing CX2075x codecs, so we can reuse the existing parser code. Signed-off-by: Takashi Iwai

Re: Re: [PATCH -tip v3 13/23] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c

2013-11-26 Thread Masami Hiramatsu
(2013/11/23 6:21), Andi Kleen wrote: > On Wed, Nov 20, 2013 at 04:22:21AM +, Masami Hiramatsu wrote: >> Use NOKPROBE_SYMBOL macro to protect functions from kprobes >> instead of __kprobes annotation in trap.c. >> This also applies __always_inline annotation for some cases, >> because

[PATCH 3.10 75/80] s390/vtime: correct idle time calculation

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Martin Schwidefsky commit 4560e7c3317c7a2b370e36dadd3a3bac2ed70818 upstream. Use the ACCESS_ONCE macro for both accesses to idle->sequence in the loops to calculate the idle time. If only one

[PATCH 3.12 001/116] prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit ede4cebce16f5643c61aedd6d88d9070a1d23a68 upstream. ... and equivalent is needed in 3.12; it's broken there as well Signed-off-by: Al Viro Reported-by: Michael Marineau

[PATCH 3.12 002/116] libertas: potential oops in debugfs

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit a497e47d4aec37aaf8f13509f3ef3d1f6a717d88 upstream. If we do a zero size allocation then it will oops. Also we can't be sure the user passes us a NUL terminated string so

[PATCH 3.12 000/116] 3.12.2-stable review

2013-11-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.12.2 release. There are 116 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Nov 29 00:57:18 UTC 2013. Anything

[PATCH 3.12 014/116] drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICE

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit 0a5a5499ad886dde4a032203d01e324cfe593f99 upstream. The driver registers a backlight device and thus requires BACKLIGHT_CLASS_DEVICE to be selected to avoid compilation

[PATCH 3.10 79/80] drm/i915: quirk away phantom LVDS on Intels D510MO mainboard

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit e5614f0c2d0f4d7f0b8ef745d34593baf2c5dbf8 upstream. This replaceable mainboard only has a VGA-out, yet it claims to also have a connected LVDS header. Addresses

[PATCH 3.12 013/116] ipc,shm: fix shm_file deletion races

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Greg Thelen commit a399b29dfbaaaf91162b2dc5a5875dd51bbfa2a1 upstream. When IPC_RMID races with other shm operations there's potential for use-after-free of the shm object's associated file

[PATCH 3.10 67/80] powerpc/powernv: Add PE to its own PELTV

2013-11-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Gavin Shan commit 631ad691b5818291d89af9be607d2fe40be0886e upstream. We need add PE to its own PELTV. Otherwise, the errors originated from the PE might contribute to other PEs. In the

Re: nouveau/ NV11: 3.12 freezes if X.org is started headless

2013-11-26 Thread Stefan Lippers-Hollmann
Hi On Wednesday 27 November 2013, Ilia Mirkin wrote: > On Tue, Nov 26, 2013 at 7:18 PM, Stefan Lippers-Hollmann wrote: > > Hi > > > > On Tuesday 26 November 2013, Ilia Mirkin wrote: > >> On Tue, Nov 26, 2013 at 6:03 PM, Stefan Lippers-Hollmann > >> wrote: > >> > v3.11 is fine, with and without

[PATCH 3.12 015/116] staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return value

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit 5957324045ba2c127c9401fa3ac61ac52e043ca8 upstream. Hopefully this isn't too late for 3.12. In commit 7dc19d5aff (convert shrinkers to new count/scan API) the return value

[PATCH 3.12 016/116] drm/nvc0-/gr: fix a number of missing explicit array terminators...

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit 13d2b35a065399fb447c84e80368927e5f8bf086 upstream. Signed-off-by: Ben Skeggs Cc: Ilia Mirkin Signed-off-by: Greg Kroah-Hartman ---

[PATCH 3.12 017/116] thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit cab6661344f14a09d7aecdf821a40f68ef9b18cc upstream. SNDRV_CARDS can be specified via Kconfig since 3.11 kernel, so this can be over 32bit integer range, which leads to a

[PATCH 3.12 023/116] ACPI / hotplug: Fix handle_root_bridge_removal()

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 2441191a19039002b2c454a261fb45986df15184 upstream. It is required to do get_device() on the struct acpi_device in question before passing it to

[PATCH 3.12 018/116] ARM: OMAP2+: hwmod: check for module address space during init

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Suman Anna commit 6423d6df1440a8acfc2f375d7cbc4cd66c2e6910 upstream. The hwmod init sequence involves initializing and idling all the hwmods during bootup. If a module class has sysconfig,

[PATCH 3.12 004/116] xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen commit 10e6e65dfcedff63275c3d649d329c044caa8e26 upstream. Today, if xfs_sb_read_verify encounters a v4 superblock with junk past v4 fields which includes data in sb_crc, it will

[PATCH 3.12 024/116] ACPI / hotplug: Do not execute "insert in progress" _OST

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 176a88d79d6b5aebabaff16734e8b3107efcaaad upstream. According to the ACPI spec (5.0, Section 6.3.5), the "Device insertion in progress (pending)" (0x80) _OST status

[PATCH 3.12 020/116] perf/ftrace: Fix paranoid level for enabling function tracer

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt commit 12ae030d54ef250706da5642fc7697cc60ad0df7 upstream. The current default perf paranoid level is "1" which has "perf_paranoid_kernel()" return false, and giving any

[PATCH 3.12 019/116] sched, idle: Fix the idle polling state logic

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit ea8117478918a4734586d35ff530721b682425be upstream. Mike reported that commit 7d1a9417 ("x86: Use generic idle loop") regressed several workloads and caused excessive

[PATCH 3.12 026/116] staging: r8188eu: Set device type to wlan

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 0d1206be229697f897f00822bc142e66da731417 upstream. The latest version of NetworkManager does not recognize the device as wireless without this change. Signed-off-by:

[PATCH 3.12 025/116] Staging: zram: Fix access of NULL pointer

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Rashika Kheria commit 46a51c80216cb891f271ad021f59009f34677499 upstream. This patch fixes the bug in reset_store caused by accessing NULL pointer. The bdev gets its value from bdget_disk()

[PATCH 3.12 005/116] USB: mos7840: fix tiocmget error handling

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit a91ccd26e75235d86248d018fe3779732bcafd8d upstream. Make sure to return errors from tiocmget rather than rely on uninitialised stack data. Signed-off-by: Johan Hovold

[PATCH 3.12 032/116] rt2x00: rt2800lib: fix VGC adjustment for RT5592

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Gabor Juhos commit 0beb1bbf19c72f17809e42b8f33522a55c2cc18c upstream. In commit 3d81535ea5940446510a8a5cee1c6ad23c90c753 (rt2800: 5592: add chip specific vgc calculations) the

Re: [PATCH v2 00/10] Reuse davinci-nand driver for Keystone arch

2013-11-26 Thread Brian Norris
Hi Ivan, On Thu, Nov 21, 2013 at 01:28:15PM +0200, Ivan Khoronzhuk wrote: > This series contains fixes and updates of Davinci nand driver in > order to reuse it for Keystone platform. > > The series is combination of two following series: > - Davinci nand driver fixes and updates: >

[PATCH 3.12 034/116] Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Hans de Goede commit b1a8014471b01dd862de9f91bbbff1296afac42d upstream. Many btusb devices have 2 modes, a hid mode and a bluetooth hci mode. These devices default to hid mode for BIOS use.

[PATCH 3.12 033/116] rt2x00: fix HT TX descriptor settings regression

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 3d8bfe141be8e5c21261fc63da8e7964d44f2645 upstream. Since: commit 36323f817af0376c78612cfdab714b0feb05fea5 Author: Thomas Huehn Date: Mon Jul 23 21:33:42 2012

[PATCH 3.12 036/116] exec/ptrace: fix get_dumpable() incorrect tests

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit d049f74f2dbe71354d43d393ac3a188947811348 upstream. The get_dumpable() return value is not boolean. Most users of the function actually want to be testing for

[PATCH 3.12 021/116] ACPI / EC: Ensure lock is acquired before accessing ec struct members

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Puneet Kumar commit 36b15875a7819a2ec4cb5748ff7096ad7bd86cbb upstream. A bug was introduced by commit b76b51ba0cef ('ACPI / EC: Add more debug info and trivial code cleanup') that erroneously

[PATCH 3.12 039/116] ALSA: compress: fix drain calls blocking other compress functions (v6)

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Vinod Koul commit f44f2a5417b2968a8724b352cc0b2545a6bcb1f4 upstream. The drain and drain_notify callback were blocked by low level driver until the draining was complete. Due to this being

[PATCH 3.12 040/116] ALSA: pcsp: Fix the order of input device unregistration

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6408eac2665955343cd0e4bcd7d6237ce39611ed upstream. The current code may access to the already freed object. The input device must be accessed and unregistered before

[PATCH 3.12 006/116] can: kvaser_usb: fix usb endpoints detection

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Olivier Sobrie commit 896e23bd04ea50a146dffd342e2f96180f0812a5 upstream. Some devices, like the Kvaser Memorator Professional, have several bulk in endpoints. Only the first one found must be

[PATCH 3.12 041/116] ALSA: hda - Apply GPIO setup for MacBooks with CS4208

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 8fe7b65ab4656e5db466a7d98b1fd48ff83b2c64 upstream. Apply the existing GPIO0 fixup as default for MacBooks with CS4208 codec. Bugzilla:

[PATCH 3.12 028/116] lkdtm: isolate stack corruption test

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 629c66a22c21b692b6e58b9c1d8fa56a60ccb52d upstream. When tests were added to lkdtm that grew the stack frame, the stack corruption test stopped working. This isolates the test

Re: [PATCH V3 1/6] cpufreq: suspend governors on system suspend/hibernate

2013-11-26 Thread Rafael J. Wysocki
On Tuesday, November 26, 2013 09:23:15 PM Rafael J. Wysocki wrote: > On Tuesday, November 26, 2013 07:56:19 AM Viresh Kumar wrote: > > On 26 November 2013 04:59, Rafael J. Wysocki wrote: > > >> @@ -1259,6 +1262,8 @@ int dpm_suspend(pm_message_t state) > > >> > > >> might_sleep(); > > >> > >

[PATCH 3.12 043/116] ALSA: msnd: Avoid duplicated driver name

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 092f9cd16aac7d054af1755c945f37c1b33399e6 upstream. msnd_pinnacle.c is used for both snd-msnd-pinnacle and snd-msnd-classic drivers, and both should have different driver

[PATCH 3.12 045/116] ALSA: hda - Introduce the bitmask for excluding output volume

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit a1114a8c681b0724d6ad905f53ff06aa756f5fb8 upstream. Add a bitmask to hda_gen_spec indicating NIDs to exclude from the possible volume controls. That is, when the bit is

Re: [PATCH v2] mm/zswap: change zswap to writethrough cache

2013-11-26 Thread Dan Streetman
On Mon, Nov 25, 2013 at 1:00 PM, Seth Jennings wrote: > On Fri, Nov 22, 2013 at 11:29:16AM -0600, Seth Jennings wrote: >> On Wed, Nov 20, 2013 at 02:49:33PM -0500, Dan Streetman wrote: >> > Currently, zswap is writeback cache; stored pages are not sent >> > to swap disk, and when zswap wants to

[PATCH 3.12 044/116] ALSA: hda - Add support of ALC255 codecs

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit 1d04c9de5c76df113e4af7120feb53c628b5efcc upstream. It's just another variant of ALC269 & co. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai Signed-off-by: Greg

[PATCH 3.12 046/116] ALSA: hda - Enable SPDIF for Acer TravelMate 6293

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 24eff328f65c8ef352c90b6adb7c2f39eb94205d upstream. BIOS on Acer TravelMate 6293 doesn't set up the SPDIF output pin correctly as default, so enable it via a fixup entry.

[PATCH 3.12 007/116] Btrfs: relocate csums properly with prealloc extents

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik commit 4577b014d1bc3db386da3246f625888fc48083a9 upstream. A user reported a problem where they were getting csum errors when running a balance and running systemd's journal. This

[PATCH 3.12 047/116] ALSA: hda - Force buffer alignment for Haswell HDMI controllers

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 33499a15c2f7addc81695778753c2338b960eff7 upstream. Haswell HDMI audio controllers seem to get stuck when unaligned buffer size is used. Let's enable the buffer alignment

[PATCH 3.12 008/116] crypto: ansi_cprng - Fix off by one error in non-block size request

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman commit 714b33d15130cbb5ab426456d4e3de842d6c5b8a upstream. Stephan Mueller reported to me recently a error in random number generation in the ansi cprng. If several small requests

[PATCH 3.12 030/116] rt2x00: fix a crash bug in the HT descriptor handling fix

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit b4089d6d8e71a7293e2192025dfa507a04f661c4 upstream. Commit "rt2x00: fix HT TX descriptor settings regression" assumes that the control parameter to rt2x00mac_tx is always

[PATCH 3.12 010/116] can: c_can: Fix RX message handling, handle lost message before EOB

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Markus Pargmann commit 5d0f801a2ccec3b1fdabc3392c8d99ed0413d216 upstream. If we handle end of block messages with higher priority than a lost message, we can run into an endless interrupt

[PATCH 3.12 009/116] crypto: s390 - Fix aes-cbc IV corruption

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu commit f262f0f5cad0c9eca61d1d383e3b67b57dcbe5ea upstream. The cbc-aes-s390 algorithm incorrectly places the IV in the tfm data structure. As the tfm is shared between multiple

[PATCH 3.12 011/116] alx: Reset phy speed after resume

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: hahnjo commit b54629e226d196e802abdd30c5e34f2a47cddcf2 upstream. This fixes bug 62491 (https://bugzilla.kernel.org/show_bug.cgi?id=62491). After resuming some users got the following error

[PATCH 3.12 031/116] rt2x00: check if device is still available on rt2x00mac_flush()

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 5671ab05cf2a579218985ef56595387932d78ee4 upstream. Fix random kernel panic with below messages when remove dongle. [ 2212.355447] BUG: unable to handle kernel NULL

Re: [PATCH] MAINTAINERS: add HSI subsystem

2013-11-26 Thread Sebastian Reichel
On Tue, Nov 26, 2013 at 04:19:09PM -0800, Greg Kroah-Hartman wrote: > On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: > > On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > > > +M: Sebastian Reichel > > > > +S: Maintained > > > > +F:

[PATCH 3.12 003/116] aacraid: prevent invalid pointer dereference

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Mahesh Rajashekhara commit b4789b8e6be3151a955ade74872822f30e8cd914 upstream. It appears that driver runs into a problem here if fibsize is too small because we allocate user_srbcmd with

[PATCH 3.12 029/116] Drivers: hv: vmbus: Fix a bug in channel rescind code

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: "K. Y. Srinivasan" commit 565ce6422ff92f5af71e4d5a09f78215433b2695 upstream. Rescind of subchannels were not being correctly handled. Fix the bug. Signed-off-by: K. Y. Srinivasan

[PATCH 3.12 058/116] ALSA: hda - Provide missing pin configs for VAIO with ALC260

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit d08c5ef2a039393eaf2ab2152db5f07790fa0f40 upstream. Some models (or maybe depending on BIOS version) of Sony VAIO with ALC260 give no proper pin configurations as default,

[PATCH 3.12 062/116] NFSv4: dont fail on missing fattr in open recover

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Weston Andros Adamson commit a43ec98b72aae3e330f0673438f58316c3769b84 upstream. This is an unneeded check that could cause the client to fail to recover opens. Signed-off-by: Weston Andros

[PATCH 3.12 063/116] NFSv4: dont reprocess cached open CLAIM_PREVIOUS

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Weston Andros Adamson commit d2bfda2e7aa036f90ccea610a657064b1e267913 upstream. Cached opens have already been handled by _nfs4_opendata_reclaim_to_nfs4_state and can safely skip being

[PATCH 3.12 061/116] NFSv4: fix NULL dereference in open recover

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Weston Andros Adamson commit f494a6071d31e3294a3b51ad7a3684f983953f9f upstream. _nfs4_opendata_reclaim_to_nfs4_state doesn't expect to see a cached open CLAIM_PREVIOUS, but this can happen.

[PATCH 3.12 035/116] Revert "ima: policy for RAMFS"

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Mimi Zohar commit 08de59eb144d7c41351a467442f898d720f0f15f upstream. This reverts commit 4c2c392763a682354fac65b6a569adec4e4b5387. Everything in the initramfs should be measured and

[PATCH 3.12 066/116] nfs: fix oops when trying to set SELinux label

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 12207f69b3ef4d6eea6a5568281e49f671977ab1 upstream. Chao reported the following oops when testing labeled NFS: BUG: unable to handle kernel NULL pointer dereference at

[PATCH 3.12 049/116] ALSA: hda - Add support for CX20952

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 8f42d7698751a45cd9f7134a5da49bc5b6206179 upstream. It's a superset of the existing CX2075x codecs, so we can reuse the existing parser code. Signed-off-by: Takashi Iwai

[PATCH 3.12 065/116] nfs: fix inverted test for delegation in nfs4_reclaim_open_state

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 1acd1c301f4faae80f4d2c7bbd9a4553b131c0e3 upstream. commit 6686390bab6a0e0 (NFS: remove incorrect "Lock reclaim failed!" warning.) added a test for a delegation before

[PATCH 3.12 067/116] NFS: Fix a missing initialisation when reading the SELinux label

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit fcb63a9bd8427fc584229048ea14f1453dc9a2e1 upstream. Ensure that _nfs4_do_get_security_label() also initialises the SEQUENCE call correctly, by having it call into

[PATCH 3.12 037/116] ALSA: 6fire: Fix probe of multiple cards

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 9b389a8a022110b4bc055a19b888283544d9eba6 upstream. The probe code of snd-usb-6fire driver overrides the devices[] pointer wrongly without checking whether it's already

[PATCH 3.12 069/116] nfsd4: fix discarded security labels on setattr

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 3378b7f40d79930f0f447a164c7e8fcbe4480e40 upstream. Security labels in setattr calls are currently ignored because we forget to set label->len. Reported-by: Jeff

[PATCH] blackfin: Kill CONFIG_MTD_PARTITIONS

2013-11-26 Thread Eunbong Song
This patch removes CONFIG_MTD_PARTITIONS in config files for blackfin. Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724. Signed-off-by: Eunbong Song --- arch/blackfin/configs/BF538-EZKIT_defconfig |1 -

[PATCH 3.12 075/116] x86/microcode/amd: Tone down printk(), dont treat a missing firmware file as an error

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Renninger commit 11f918d3e2d3861b6931e97b3aa778e4984935aa upstream. Do it the same way as done in microcode_intel.c: use pr_debug() for missing firmware files. There seem to be CPUs

[PATCH 3.12 074/116] x86/apic: Disable I/O APIC before shutdown of the local APIC

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Fenghua Yu commit 522e66464467543c0d88d023336eec4df03ad40b upstream. In reboot and crash path, when we shut down the local APIC, the I/O APIC is still active. This may cause issues because

<    1   2   3   4   5   6   7   8   9   10   >