[PATCH 3.10 087/173] PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Yinghai Lu commit e7cc5cf74544d97d7b69e2701595037474db1f96 upstream. The pcie_portdrv .probe() method calls pci_enable_device() once, in pcie_port_device_register(), but the .remove() method

[PATCH 3.10 086/173] audit: log the audit_names record type

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit d3aea84a4ace5ff9ce7fb7714cee07bebef681c2 upstream. ...to make it clear what the intent behind each record's operation was. In many cases you can infer this, based on the

[PATCH 3.10 079/173] mwifiex: correct packet length for packets from SDIO interface

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Avinash Patil commit d03b4aa77e1187b77dfe37d14a923547f00baa66 upstream. While receiving a packet on SDIO interface, we allocate skb with size multiple of SDIO block size. We need to resize

[PATCH 3.10 088/173] ACPI / hotplug: Fix conflicted PCI bridge notify handlers

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Toshi Kani commit ca499fc87ed945094d952da0eb7eea7dbeb1feec upstream. The PCI host bridge scan handler installs its own notify handler, handle_hotplug_event_root(), by itself. Nevertheless,

[PATCH 3.10 090/173] avr32: setup crt for early panic()

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Bießmann commit 7a2a74f4b856993218aa7cdeeb6c3103101340db upstream. Before the CRT was (fully) set up in kernel_entry (bss cleared before in _start, but also not before jump to panic()

[PATCH 3.10 064/173] qeth: avoid buffer overflow in snmp ioctl

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ursula Braun commit 6fb392b1a63ae36c31f62bc3fc8630b49d602b62 upstream. Check user-defined length in snmp ioctl request and allow request only if it fits into a qeth command buffer.

[PATCH 3.10 096/173] drm/ttm: Fix ttm_bo_move_memcpy

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit da95c788ef0c645378ffccb7060a0df1a33aee38 upstream. All error paths will want to keep the mm node, so handle this at the function exit. This fixes an ioremap failure

[PATCH 3.10 089/173] selinux: correct locking in selinux_netlbl_socket_connect)

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paul Moore commit 42d64e1add3a1ce8a787116036163b8724362145 upstream. The SELinux/NetLabel glue code has a locking bug that affects systems with NetLabel enabled, see the kernel error message

[PATCH 3.10 097/173] drm/i915: flush cursors harder

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 upstream. Apparently they need the same treatment as primary planes. This fixes modesetting failures because of stuck cursors (!)

[PATCH 3.10 108/173] iio:accel:kxsd9 fix missing mutex unlock

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Frank Zago commit 0ee005c7dc2803125275e24598f0fb37775a6af3 upstream. This will leave a lock held after reading from the device, preventing any further reads. Signed-off-by: Frank Zago

[PATCH 3.10 091/173] avr32: fix out-of-range jump in large kernels

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Bießmann commit d617b338bbfdd77e9cbd8e7dc949cee3dd73d575 upstream. This patch fixes following error (for big kernels): ---8<--- arch/avr32/boot/u-boot/head.o: In function

[PATCH 3.10 065/173] rt2400pci: fix RSSI read

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 2bf127a5cc372b9319afcbae10b090663b621c8b upstream. RSSI value is provided on word3 not on word2. Signed-off-by: Stanislaw Gruszka Signed-off-by: John W. Linville

[PATCH 3.10 110/173] workqueue: fix ordered workqueues in NUMA setups

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 8a2b7538488fc4f2cbb9f0921b6a0794838f upstream. An ordered workqueue implements execution ordering by using single pool_workqueue with max_active == 1. On a given

[PATCH 3.10 085/173] audit: add child record before the create to handle case where create fails

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 14e972b4517128ac8e30e3de2ee4fbd995084223 upstream. Historically, when a syscall that creates a dentry fails, you get an audit record that looks something like this (when

[PATCH 3.10 109/173] s390/uaccess: add missing page table walk range check

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit 71a86ef055f569b93bc6901f007bdf447dbf515f upstream. When translating a user space address, the address must be checked against the ASCE limit of the process. If the

[PATCH 3.10 092/173] prism54: set netdev type to "wlan"

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 8e3ffa471091c560deb6738ed9ab7445b7a5fd04 upstream. Userspace uses the netdev devtype for stuff like device naming and type detection. Be nice and set it. Remove the

[PATCH 3.10 093/173] ftrace: Fix function graph with loading of modules

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 8a56d7761d2d041ae5e8215d20b4167d8aa93f51 upstream. Commit 8c4f3c3fa9681 "ftrace: Check module functions being traced on reload" fixed module loading and

[PATCH 3.10 094/173] drm/ttm: Fix memory type compatibility check

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit 59c8e66378fb78adbcd05f0d09783dde6fef282b upstream. Also check the busy placements before deciding to move a buffer object. Failing to do this may result in a

[PATCH 05/12] perf tools: Add perf_data_file__write interface

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Adding perf_data_file__write interface to centralize output to files. The function prototype is: ssize_t perf_data_file__write(struct perf_data_file *file, void *buf, size_t size); Returns number of bytes written or -1 in case of error. NOTE:

Re: [PATCH 3.12 056/212] ahci: add support for IBM Akebono platform device

2013-12-02 Thread Tejun Heo
Hello, On Mon, Dec 2, 2013 at 3:50 PM, Josh Boyer wrote: >> Signed-off-by: Alistair Popple >> Signed-off-by: Tejun Heo >> Signed-off-by: Greg Kroah-Hartman > > This one is a little funny. There's really nothing wrong with the > patch itself, nor adding it to 3.12.y, but it seems pretty

[PATCH 02/12] perf tools: Use correct return type for readn function

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Changing readn function return type to ssize_t because read returns ssize_t not int. Changing callers holding variable types as well. Signed-off-by: Jiri Olsa Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Namhyung Kim

[PATCH 09/12] perf timechart: Move wake_events list to 'struct timechart'

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Removing another global variable. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stanislav Fomichev Cc: Stephane Eranian Link:

[PATCH 07/12] perf timechart: Move all_data per_pid list to 'struct timechart'

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Removing another global variable. This one tho would be better done by using the machine infrastructure, searching for the 'struct thread' with a pid, then using thread->priv, etc. TODO list material for now. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic

[PATCH 06/12] perf timechart: Introduce tool struct

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo To avoid having all those global variables and to use the interface to event processing that is based on passing a 'perf_tool' struct that should be embedded in a per tool specific struct passed to all the sample processing callbacks. There are some more globals

[PATCH 04/12] perf tools: Add writen function

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Adding 'writen' function as a synchronous wrapper for write syscall with following prototype: ssize_t writen(int fd, void *buf, size_t n) Returns the number of bytes written on success or -1 in case of err. Signed-off-by: Jiri Olsa Requested-by: Arnaldo Carvalho de Melo

Re: [PATCH] media: Add BCM2048 radio driver

2013-12-02 Thread Pali Rohár
On Monday 04 November 2013 12:39:44 Hans Verkuil wrote: > Hi Pali, > > On 10/26/2013 10:45 PM, Pali Rohár wrote: > > On Saturday 26 October 2013 22:22:09 Hans Verkuil wrote: > >>> Hans, so can it be added to drivers/staging/media tree? > >> > >> Yes, that is an option. It's up to you to decide

[GIT PULL 00/12] perf/core improvements and fixes

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 0ed1e0bee0b2c6b4cc6d7a63787739a9d3ac8aa8: Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2013-11-30 13:42:48

[PATCH 12/12] perf trace: Honour -m option

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Currently trace command supports '-m' option, but does not honours its value and keeps the default. Changing the perf_evlist__mmap function call to use the '-m' configured value. Signed-off-by: Jiri Olsa Acked-by: David Ahern Cc: Corey Ashford Cc: David Ahern Cc: Frederic

[PATCH 08/12] perf timechart: Move power_events list to 'struct timechart'

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Removing another global variable. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stanislav Fomichev Cc: Stephane Eranian Link:

[PATCH 11/12] perf tools: Include test-stackprotector-all.c in test-all

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa We're missing test-stackprotector-all.c in test-all check, adding it. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Steven Rostedt Link:

Re: [PATCH 3.12 056/212] ahci: add support for IBM Akebono platform device

2013-12-02 Thread Josh Boyer
On Mon, Dec 2, 2013 at 2:14 PM, Greg Kroah-Hartman wrote: > 3.12-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Alistair Popple > > commit 2435dcb98cfe13c246aa27df393e22bc24bbcd20 upstream. > > The new IBM Akebono board has a PPC476GTR

[PATCH 3.10 101/173] drm/radeon: dont share PPLLs on DCE4.1

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 70471860ff9f335c60c004d42ebd48945bfa5403 upstream. Sharing PPLLs seems to cause problems on some boards. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45334

[PATCH 01/12] perf record: Unify data output code into perf_record__write function

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Unifying current 2 data output functions do_write_output and write_output into single one perf_record__write. Signed-off-by: Jiri Olsa Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Namhyung Kim Cc: Peter Zijlstra Link:

[PATCH 10/12] perf tools: Correct the message in feature-libnuma checking.

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Dongsheng Yang The package required for numa is named numactl-devel in Fedora or RHEL, and libnuma-devel in OpenSuSE, and libnuma-dev in Ubuntu. This patch corrects the package name in warning message in feature-libnuma checking. Signed-off-by: Dongsheng Yang Acked-by: Peter Hurley Cc:

[PATCH 3.10 099/173] drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTL

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit d5693761b2b4ff530c8af8af9ec55b6eae76e617 upstream. Typo in the register offset. Noticed-by: Sylvain BERTRAND Signed-off-by: Alex Deucher Signed-off-by: Greg

[PATCH 03/12] perf tools: Fine tune readn function

2013-12-02 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Added a 'left' variable to make the flow clearer, and added a debug check for the return value - returning 'n' is more obvious. Added small comment for readn. Signed-off-by: Jiri Olsa Original-patch-by: Ingo Molnar Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker

Re: [PATCH] watchdog: s3c2410_wdt: Report when the watchdog reset the system

2013-12-02 Thread Olof Johansson
On Mon, Dec 2, 2013 at 12:21 PM, Guenter Roeck wrote: > On Mon, Dec 02, 2013 at 10:14:41AM -0800, Doug Anderson wrote: >> A good watchdog driver is supposed to report when it was responsible >> for resetting the system. Implement this for the s3c2410, at least on >> exynos5250 and exynos5420

[PATCH 3.10 102/173] radeon: workaround pinning failure on low ram gpu

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit 97b6ff6be9da7675aab339334fda996d6c5077d9 upstream. GPU with low amount of ram can fails at pinning new framebuffer before unpinning old one. On such failure, retry with

[PATCH 3.10 057/173] mtd: map: fixed bug in 64-bit systems

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Wang Haitao commit a4d62babf988fe5dfde24437fa135ef147bc7aa0 upstream. Hardware: CPU: XLP832,the 64-bit OS NOR Flash:S29GL128S 128M Software: Kernel:2.6.32.41

Re: [REGRESSION] 41c7f74 rtc: Disable the alarm in the hardware (v2)

2013-12-02 Thread John Stultz
On 12/01/2013 01:03 PM, Brecht Machiels wrote: > Hi, > > I recently installed (Arch x86_64) Linux with the 3.12.1 kernel on a Toshiba > Satellite L300 laptop. After shutting down Linux, the laptop will > spontaneously boot up after about five minutes. This seems to be consistent. > There are no

[PATCH 3.10 100/173] drm/radeon: activate UVD clocks before sending the destroy msg

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christian König commit c154a76311293f9671439286834aa325b7ef59fe upstream. Make sure the UVD clocks are still active before sending the destroy message, otherwise the hw might hang.

[PATCH 3.10 122/173] HID: dont ignore eGalax/D-Wav/EETI HIDs

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Forest Bond commit 95d50b6c5e18ff7351c5f2a6ff53afaed5f7e664 upstream. Certain devices with class HID, protocol None did not work with the HID driver at one point, and as a result were bound

[PATCH 3.10 107/173] powerpc/signals: Improved mark VSX not saved with small contexts fix

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit ec67ad82814bee92251fd963bf01c7a173856555 upstream. In a recent patch: commit c13f20ac48328b05cd3b8c19e31ed6c132b44b42 Author: Michael Neuling powerpc/signals:

[PATCH 3.10 121/173] Input: i8042 - add PNP modaliases

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tom Gundersen commit 78551277e4df57864b0b0e7f85c23ede2be2edb8 upstream. This allows the module to be autoloaded in the common case. In order to work on non-PnP systems the module should be

[PATCH 3.10 098/173] drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit 9360bd1112d8874d21942e2ae74f5416b00a8db6 upstream. Signed-off-by: Ben Skeggs Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/nouveau/nouveau_gem.c |3 ++- 1

[PATCH 3.10 106/173] HID: uhid: fix leak for 64/32 UHID_CREATE

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Herrmann commit 80897aa787ecd58eabb29deab7cbec9249c9b7e6 upstream. UHID allows short writes so user-space can omit unused fields. We automatically set them to 0 in the kernel. However,

[PATCH 3.10 105/173] md: fix calculation of stacking limits on level change.

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 02e5f5c0a0f726e66e3d8506ea1691e344277969 upstream. The various ->run routines of md personalities assume that the 'queue' has been initialised by the

[PATCH 3.10 115/173] ALSA: hda - Create Headhpone Mic Jack Mode when really needed

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit ced4cefc75fdb8be95eaee325ad0f6b2fc0a484b upstream. When a headphone jack is configurable as input, the generic parser tries to make it retaskable as Headphone Mic. The

[PATCH 3.10 113/173] ALSA: hda/realtek - Add support of ALC231 codec

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit ba4c4d0a9021ab034554d532a98133d668b87599 upstream. It's compatible with ALC269. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai Signed-off-by: Greg

[PATCH 3.10 123/173] Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Forest Bond commit ae2aa3a512fa5f50f67feba9e66bc2efb394bd63 upstream. The HID driver now handles these devices, regardless of what protocol the device claims it supports. Signed-off-by:

[PATCH 3.10 114/173] ALSA: hda - Fix hp-mic mode without VREF bits

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 16c0cefe8951b2c4b824fd06011ac1b359b1ab3b upstream. When the hp mic pin has no VREF bits, the driver forgot to set PIN_IN bit. Spotted during debugging old MacBook Airs.

[PATCH 3.10 112/173] ALSA: hda/realtek - Set pcbeep amp for ALC668

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit 9ad54547cf6f4410eba83bb95dfd2a0966718d6d upstream. Set the missing pcbeep default amp for ALC668. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai Signed-off-by:

[PATCH 3.10 104/173] setfacl removes part of ACL when setting POSIX ACLs to Samba

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit b1d93356427be6f050dc55c86eb019d173700af6 upstream. setfacl over cifs mounts can remove the default ACL when setting the (non-default part of) the ACL and vice versa (we

[PATCH 3.10 118/173] tracing: Allow events to have NULL strings

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 4e58e54754dc1fec21c3a9e824bc108b05fdf46e upstream. If an TRACE_EVENT() uses __assign_str() or __get_str on a NULL pointer then the following oops will

[PATCH 3.10 119/173] Input: evdev - fall back to vmalloc for client event buffer

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Stone commit 92eb77d0ffbaa71b501a0a8dabf09a351bf4267f upstream. evdev always tries to allocate the event buffer for clients using kzalloc rather than vmalloc, presumably to avoid

[PATCH 3.10 116/173] ALSA: hda - Initialize missing bass speaker pin for ASUS AIO ET2700

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 1f0bbf03cb829162ec8e6d03c98aaaed88c6f534 upstream. Add a fixup entry for the missing bass speaker pin 0x16 on ASUS ET2700 AiO desktop. The channel map will be added in

[PATCH 3.10 117/173] ALSA: hda - Check leaf nodes to find aamix amps

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 2ded3e5b61d61d0bc90bebb8004db6184c7db6eb upstream. The current generic parser assumes blindly that the volume and mute amps are found in the aamix node itself. But on

[PATCH 3.10 135/173] HID: lg: fix ReportDescriptor for Logitech Formula Vibration

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Simon Wood commit 7f50547059bd55ac6a98c29fd1989421bdc36ec9 upstream. By default the Logitech Formula Vibration presents a combined accel/brake axis ('Y'). This patch modifies the HID

[PATCH 3.10 136/173] gpio: pl061: move irqdomain initialization

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij commit 2ba3154d9cb13697b97723cce75633b48adfe826 upstream. The PL061 driver had the irqdomain initialization in an unfortunate place: when used with device tree (and thus passing

Re: [PATCH 03/10] tty: xuartps: Implement BREAK detection, add SYSRQ support

2013-12-02 Thread Peter Hurley
On 10/17/2013 05:08 PM, Soren Brinkmann wrote: From: Vlad Lungu The Cadence UART does not do break detection, even if the datasheet says it does. This patch adds break detection in software (tested in 8N1 mode only) and enables SYSRQ, allowing for Break-g to enter KDB and all the other

[PATCH 3.10 126/173] 9p: send uevent after adding/removing mount_tag attribute

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Michael Marineau commit e0d6cb9cd3a3ac8a3b8e5b22b83c4f8619786f22 upstream. This driver adds an attribute to the existing virtio device so a CHANGE event is required in order udev rules to

[PATCH 3.10 125/173] clk: armada-370: fix tclk frequencies

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Simon Guinot commit 1022c75f5abd3a3b25e679bc8793d21bedd009b4 upstream. This patch fixes the tclk frequency array for the Armada-370 SoC. This bug has been introduced by commit 6b72333d ("clk:

[PATCH 3.10 127/173] HID: multitouch: Fix GeneralTouch products and add more PIDs

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Luosong commit 7b2262920db2b98fe2cd32cde52141f02fd9eecf upstream. GeneralTouch products should use the quirk SLOT_IS_CONTACTID instead of SLOT_IS_CONTACTNUMBER. Adding PIDs

[PATCH 3.10 134/173] HID:hid-lg4ff: Initialize device properties before we touch autocentering.

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Simon Wood commit 114a55cf9dd1576e7ac56189832cd4d7dc56c218 upstream. Re-arrange code slightly to ensure that device properties are configured before calling auto-center command. Reported-by:

[PATCH 3.10 120/173] Input: cypress_ps2 - do not consider data bad if palm is detected

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Joseph Salisbury commit 5df682b297f6b23ec35615ed7bb50cbb25d25869 upstream. If hardware (or firmware) detects palm on the surface of the device it does not mean that the data packet is bad

[PATCH 3.10 129/173] HID: hid-multitouch: add support for SiS panels

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Forest Bond commit a6802e008e19845fd9669511b895f7515ef9c48b upstream. Add support for SiS multitouch panels. Signed-off-by: Forest Bond Signed-off-by: Jiri Kosina Signed-off-by: Greg

Re: 3.12.x looses serial mouse over hibernate + resume

2013-12-02 Thread Manuel Krause
On 2013-12-02 20:07, Dmitry Torokhov wrote: On Mon, Dec 02, 2013 at 07:35:47PM +0100, Manuel Krause wrote: On 2013-12-02 17:45, Dmitry Torokhov wrote: On Mon, Dec 02, 2013 at 08:38:16AM -0800, Dmitry Torokhov wrote: On Monday, December 02, 2013 05:08:28 PM Manuel Krause wrote: On 2013-12-01

[PATCH 3.10 128/173] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Elias Vanderstuyft commit bd04363d3990c0727b7512a79a08c68436878bb0 upstream. Add USB IDs for Logitech Formula Vibration Feedback Wheel (046d:ca04). The lg2ff force feedback subdriver is used

[PATCH 3.10 111/173] cpuset: Fix memory allocator deadlock

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 0fc0287c9ed1ffd3706f8b4d9b314aa102ef1245 upstream. Juri hit the below lockdep report: [4.303391] == [

[PATCH 3.10 147/173] media: cimax2: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 278ba83a3a1932805be726bdd7dfb3156286d33a upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 130/173] HID: hid-sensor-hub: fix report size

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Srinivas Pandruvada commit d4b1bba76171cb783e32441b28462fe841073ed8 upstream. Most of the hid sensor field size is reported in report_size field in the report descriptor. For rotation fusion

[PATCH 3.10 148/173] media: cx18: struct i2c_client is too big for stack

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 1d212cf0c2d89adf3d0a6d62d729076f49f087dc upstream. drivers/media/pci/cx18/cx18-driver.c: In function 'cx18_read_eeprom':

[PATCH 3.10 139/173] cfg80211: fix scheduled scan pointer access

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 79845c662eeb95c9a180b9bd0d3ad848ee65b94c upstream. Since rdev->sched_scan_req is dereferenced outside the lock protecting it, this might be done at the wrong time,

[PATCH 3.10 140/173] media: mxl111sf: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit c98300a0e8cf160aaea60bc05d2cd156a7666173 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 138/173] drm/radeon/vm: dont attempt to update ptes if ib allocation fails

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 4cc948b94a222c310ae089c36718aac7a03aec90 upstream. If we fail to allocate an indirect buffer (ib) when updating the ptes, return an error instead of trying to use the ib.

[PATCH 3.10 131/173] HID: multicouh: add PID VID to support 1 new Wistron optical touch device

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: KaiChung Cheng commit bf9d121efc18c30caa2caad85358cf9408eca117 upstream. This patch adds PID VID to support for the Wistron Inc. Optical touch panel. Signed-off-by: KaiChung Cheng

[PATCH 3.10 173/173] xen-netback: fix refcnt unbalance for 3.10

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu With the introduction of "xen-netback: Don't destroy the netdev until the vif is shut down" (upstream commit id 279f438e36), vif disconnect and free are separated. However in the

[PATCH 3.10 137/173] cgroup: use a dedicated workqueue for cgroup destruction

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit e5fca243abae1445afbfceebda5f08462ef869d3 upstream. Since be44562613851 ("cgroup: remove synchronize_rcu() from cgroup_diput()"), cgroup destruction path makes use of

[PATCH 3.10 144/173] media: dibusb-common: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 1d7fa359d4c0fbb2756fa01cc47212908d90b7b0 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 132/173] HID:hid-lg4ff: Scale autocentering force properly on Logitech wheel

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Simon Wood commit f8c231569a7a455dfa1907294a46ba52b3aa8859 upstream. Adjust the scaling and lineartity to match that of the Windows driver (from MOMO testing). Reported-by: Elias

[PATCH 3.10 145/173] media: cxusb: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 64f7ef8afbf89f3c72c4d2472e4914ca198c0668 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 159/173] HID: roccat: add new device return value

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Achatz commit 14fc4290df2fb94a28f39dab9ed32feaa5527bef upstream. Ryos uses a new return value for critical errors, others have been confirmed. Signed-off-by: Stefan Achatz

[PATCH 3.10 133/173] HID:hid-lg4ff: Switch autocentering off when strength is set to zero.

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Simon Wood commit d2c02da549b468bbb28e67d269bd3c9e10683ff5 upstream. When the autocenter is set to zero, this patch issues a command to totally disable the autocenter - this results in less

[PATCH 3.10 151/173] media: tuners: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit f1baab870f6e93b668af7b34d6f6ba49f1b0e982 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 160/173] HID: roccat: fix Coverity CID 141438

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Achatz commit 7be63f20b00840a6f1c718dcee00855688d64acd upstream. Add missing switch breaks. Signed-off-by: Stefan Achatz Signed-off-by: Jiri Kosina Signed-off-by: Greg Kroah-Hartman

[PATCH 3.10 161/173] HID: roccat: add missing special driver declarations

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Achatz commit e078809df5611600965f4d3420c3256260fc3e3d upstream. Forgot two special driver declarations and sorted the list. Signed-off-by: Stefan Achatz Signed-off-by: Jiri Kosina

[PATCH 3.10 150/173] media: tuner-xc2028: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 56ac033725ec93a45170caf3979eb2b1211a59a8 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 153/173] media: stv0367: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 9aca4fb0571ce9cfef680ceb08d19dd008015307 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 154/173] media: stb0899_drv: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit ba4746423488aafa435739c32bfe0758f3dd5d77 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 152/173] media: stv090x: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit f7a35df15b1f7de7823946aebc9164854e66ea07 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 155/173] media: dvb-frontends: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 37ebaf6891ee81687bb558e8375c0712d8264ed8 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 157/173] media: s5h1420: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 9736a89dafe07359d9c86bf9c3b815a250b354bc upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 124/173] cpufreq: highbank-cpufreq: Enable Midway/ECX-2000

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mark Langsdorf commit fbbc5bfb44a22e7a8ef753a1c8dfb448d7ac8b85 upstream. Calxeda's new ECX-2000 part uses the same cpufreq interface as highbank, so add it to the driver's compatibility list.

[PATCH 3.10 156/173] media: dvb-frontends: again, Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 8393796dfa4cf5dffcceec464c7789bec3a2f471 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 158/173] X.509: Remove certificate date checks

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit 124df926090b32a998483f6e43ebeccdbe5b5302 upstream. Remove the certificate date checks that are performed when a certificate is parsed. There are two checks: a valid from

[PATCH 3.10 149/173] media: lirc_zilog: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit ac5b4b6bf0c84c48d7e2e3fce22e35b04282ba76 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and ompilation complains about it on some archs:

[PATCH 3.10 163/173] HID: apple: option to swap the Option ("Alt") and Command ("Flag") keys.

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nanno Langstraat commit 43c831468b3d26dbe8f2e061ccaf1abaf9cc1b8b upstream. Use case: people who use both Apple and PC keyboards regularly, and desire to keep their PC muscle memory. A

[PATCH 3.10 141/173] media: af9035: Dont use dynamic static allocation

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 7760e148350bf6df95662bc0db3734e9d991cb03 upstream. Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some

[PATCH 3.10 172/173] iwl4965: better skb management in rx path

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit c1de4a9557d9e25e41fc4ba034b9659152205539 upstream. 4965 version of Eric patch "iwl3945: better skb management in rx path". It fixes several problems : 1)

[PATCH 3.10 164/173] drm/radeon: use 64-bit math to calculate CTS values for audio (v2)

2013-12-02 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 062c2e4363451d49ef840232fe65e8bff0dde2a5 upstream. Avoid losing precision. See bug: https://bugs.freedesktop.org/show_bug.cgi?id=69675 v2: fix math as per Anssi's

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