[PATCH 42/93] mac80211: synchronize scan off/on-channel and PS states

2013-02-05 Thread Herton Ronaldo Krzesinski
/ ieee80211_offchannel_stop_vifs calls in ieee80211_work_work (also drop change to ieee80211_sw_roc_work, which didn't exist yet) ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/mac80211/ieee80211_i.h |6 ++ net/mac80211/offchannel.c | 17 ++--- net

[PATCH 45/93] ath9k_hw: fix calibration issues on chainmask that don't include chain 0

2013-02-05 Thread Herton Ronaldo Krzesinski
...@tuxdriver.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/ath/ath9k/ar9003_calib.c |2 ++ drivers/net/wireless/ath/ath9k/ar9003_phy.c |2 +- drivers/net/wireless/ath/ath9k/hw.h |1 + 3 files changed, 4

[PATCH 44/93] iwlegacy: fix IBSS cleanup

2013-02-05 Thread Herton Ronaldo Krzesinski
, that results in microcode errors. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=886946 Reported-by: Jaroslav Skarvada jskar...@redhat.com Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 37/93] brcmsmac: increase timer reference count for new timers only

2013-02-05 Thread Herton Ronaldo Krzesinski
Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- .../net/wireless/brcm80211/brcmsmac/mac80211_if.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/brcm80211/brcmsmac

[PATCH 39/93] ath9k: disable the tasklet before taking the PCU lock

2013-02-05 Thread Herton Ronaldo Krzesinski
ath_prepare_reset (holding the lock) waits for it to complete. Reported-by: Robert Shade robert.sh...@gmail.com Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 40/93] ASoC: wm2200: correct mixer values and text

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/soc/codecs/wm2200.c |3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index 86b84a1..8e0cf14 100644

[PATCH 38/93] ath9k: remove sc-rx.rxbuflock to fix a deadlock

2013-02-05 Thread Herton Ronaldo Krzesinski
safely remove the lock to avoid such issues. Reported-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 36/93] ath9k: fix rx flush handling

2013-02-05 Thread Herton Ronaldo Krzesinski
will be seen by the software, which should improve A-MPDU session stability. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net

[PATCH 33/93] ath9k_htc: Fix memory leak

2013-02-05 Thread Herton Ronaldo Krzesinski
...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/ath/ath9k/htc_hst.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/htc_hst.c b/drivers/net/wireless/ath/ath9k/htc_hst.c index 4a9570d..aac4a40 100644

[PATCH 28/93] async: fix __lowest_in_progress()

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/async.c | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 32d8dc9..f383244 100644 --- a/kernel/async.c +++ b/kernel/async.c @@ -84,6 +84,8

[PATCH 29/93] fs/cifs/cifs_dfs_ref.c: fix potential memory leakage

2013-02-05 Thread Herton Ronaldo Krzesinski
doesn't free it either in line 250. So we free the memroy of *devname in function cifs_compose_mount_options() when it goes to error. Signed-off-by: Cong Ding ding...@gmail.com Reviewed-by: Jeff Layton jlay...@redhat.com Signed-off-by: Steve French smfre...@gmail.com Signed-off-by: Herton Ronaldo

[PATCH 31/93] Bluetooth: Fix sending HCI commands after reset

2013-02-05 Thread Herton Ronaldo Krzesinski
] 18.408835 Signed-off-by: Szymon Janc szymon.j...@tieto.com Acked-by: Johan Hedberg johan.hedb...@intel.com Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/bluetooth/hci_event.c |2 +- 1 file changed

[PATCH 23/93] evm: checking if removexattr is not a NULL

2013-02-05 Thread Herton Ronaldo Krzesinski
removing the xattr, verify the removexattr function pointer is not NULL. Signed-off-by: Dmitry Kasatkin dmitry.kasat...@intel.com Signed-off-by: Mimi Zohar zo...@linux.vnet.ibm.com Signed-off-by: James Morris james.l.mor...@oracle.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 24/93] ALSA: hda - Add Conexant CX20755/20756/20757 codec IDs

2013-02-05 Thread Herton Ronaldo Krzesinski
-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/pci/hda/patch_conexant.c |9 + 1 file changed, 9 insertions(+) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 908fc7f..2682b3d 100644 --- a/sound/pci/hda/patch_conexant.c

[PATCH 25/93] ftrace: Be first to run code modification on modules

2013-02-05 Thread Herton Ronaldo Krzesinski
. Eigler f...@redhat.com Signed-off-by: Steven Rostedt rost...@goodmis.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/trace/ftrace.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index

[PATCH 13/93] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-02-05 Thread Herton Ronaldo Krzesinski
for usage of struct uart_port in pci_brcm_trumanage_setup ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/tty/serial/8250/8250.c | 11 +++ drivers/tty/serial/8250/8250.h |1 + drivers/tty/serial/8250/8250_pci.c | 38

[PATCH 14/93] KVM: PPC: Emulate dcbf

2013-02-05 Thread Herton Ronaldo Krzesinski
nothing and move on. Reported-by: Ben Collins be...@servergy.com Signed-off-by: Alexander Graf ag...@suse.de Tested-by: Ben Collins be...@servergy.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/powerpc/kvm/emulate.c |2 ++ 1 file

[PATCH 12/93] staging: vt6656: Fix inconsistent structure packing

2013-02-05 Thread Herton Ronaldo Krzesinski
. Reported-and-tested-by: Malcolm Priestley tvbox...@gmail.com Signed-off-by: Ben Hutchings b...@decadent.org.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/vt6656

[PATCH 15/93] staging: wlan-ng: Fix clamping of returned SSID length

2013-02-05 Thread Herton Ronaldo Krzesinski
of the returned SSID to WLAN_BSSID_LEN (6) instead of WLAN_SSID_MAXLEN (32). https://bugzilla.kernel.org/show_bug.cgi?id=52501 Signed-off-by: Tormod Volden debian.tor...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 22/93] ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem

2013-02-05 Thread Herton Ronaldo Krzesinski
Jadavani subha...@codeaurora.org Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/arm/mm/dma-mapping.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/arch/arm/mm/dma

[PATCH 20/93] ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/acpi/processor_idle.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/acpi

[PATCH 16/93] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-02-05 Thread Herton Ronaldo Krzesinski
on this modem: Diag VID_19D2PID_0265MI_00 NMEA VID_19D2PID_0265MI_01 AT cmd VID_19D2PID_0265MI_02 Modem VID_19D2PID_0265MI_03 NetVID_19D2PID_0265MI_04 Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo

[PATCH 09/93] drm/i915: Invalidate the relocation presumed_offsets along the slow path

2013-02-05 Thread Herton Ronaldo Krzesinski
Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b

[PATCH 05/93] PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

2013-02-05 Thread Herton Ronaldo Krzesinski
://bugs.launchpad.net/bugs/962038 Signed-off-by: Colin Ian King colin.k...@canonical.com Signed-off-by: Bjorn Helgaas bhelg...@google.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/pci/pcie/aspm.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers

[PATCH 01/93] virtio-blk: Don't free ida when disk is in use

2013-02-05 Thread Herton Ronaldo Krzesinski
forcefully removed. Imitate the same behavior for vd devices. This way broken vd devices simply are never free'd and newly attached ones keep working just fine. Signed-off-by: Alexander Graf ag...@suse.de Signed-off-by: Rusty Russell ru...@rustcorp.com.au Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 02/93] ioat: Fix DMA memory sync direction correct flag

2013-02-05 Thread Herton Ronaldo Krzesinski
Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/dma/ioat/dma_v3.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ioat/dma_v3.c b/drivers/dma/ioat/dma_v3.c index f7f1dc6..ed0e8b7

[PATCH 06/93] xen/grant-table: correctly initialize grant table version 1

2013-02-05 Thread Herton Ronaldo Krzesinski
@vger.kernel.org Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/xen/grant-table.c | 48 +++-- 1 file changed, 29 insertions(+), 19 deletions

[PATCH 07/93] serial:ifx6x60:Delete SPI timer when shut down port

2013-02-05 Thread Herton Ronaldo Krzesinski
for SRDY assert, in the case, it needs to delete this timer. Signed-off-by: Chen Jun jun.d.c...@intel.com Signed-off-by: channing chao...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 03/93] PCI: pciehp: Use per-slot workqueues to avoid deadlock

2013-02-05 Thread Herton Ronaldo Krzesinski
-off-by: Bjorn Helgaas bhelg...@google.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/pci/hotplug/pciehp.h |2 +- drivers/pci/hotplug/pciehp_core.c | 11 ++- drivers/pci/hotplug/pciehp_ctrl.c |8 drivers/pci/hotplug

Re: [PATCH 11/93] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

2013-02-06 Thread Herton Ronaldo Krzesinski
, included and pushed in mainline with the wrong author, and that's not going to be fixed, since would involve rebasing/rewriting the history there. I just cherry-picked the commit as is from mainline (Linus tree). On Tue, 2013-02-05 at 20:06 -0200, Herton Ronaldo Krzesinski wrote: 3.5.7.5

[ 3.5.y.z extended stable ] Patch xen/grant-table: correctly initialize grant table version 1 has been added to staging queue

2013-01-30 Thread Herton Ronaldo Krzesinski
: linux-kernel@vger.kernel.org Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/xen/grant-table.c | 48 +++-- 1 file changed, 29

Re: [PATCH 59/74] drm/nv17-50: restore fence buffer on resume

2013-01-24 Thread Herton Ronaldo Krzesinski
On Thu, Jan 24, 2013 at 06:36:52PM +0100, Marcin Slusarz wrote: On Thu, Jan 24, 2013 at 01:27:11AM -0200, Herton Ronaldo Krzesinski wrote: 3.5.7.4 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Slusarz marcin.slus

[3.5.y.z extended stable] Linux 3.5.7.4

2013-01-27 Thread Herton Ronaldo Krzesinski
not be on the stack udldrmfb: udl_get_edid: drop unneeded i-- Heiko Carstens (1): s390/time: fix sched_clock() overflow Herton Ronaldo Krzesinski (1): Linux 3.5.7.4 Ian Abbott (2): staging: comedi: prevent auto-unconfig of manually configured devices staging: comedi: comedi_test: fix

[3.5.y.z extended stable] Linux 3.5.7.3

2013-01-21 Thread Herton Ronaldo Krzesinski
notation Bluetooth: cancel power_on work when unregistering the device Herton Ronaldo Krzesinski (1): Linux 3.5.7.3 Huacai Chen (1): MIPS: Fix poweroff failure when HOTPLUG_CPU configured. Hugh Dickins (1): tmpfs mempolicy: fix /proc/mounts corrupting memory Ian Abbott

Re: [PATCH] drm/radeon: fix NULL pointer dereference in UMS mode in radeon_cs_parser_fini()

2013-01-23 Thread Herton Ronaldo Krzesinski
On Thu, Jan 17, 2013 at 10:09:42AM -0700, Shuah Khan wrote: On Wed, 2013-01-16 at 21:06 -0600, Ilija Hadzic wrote: Actually, the code path affected by your patch is not executed in UMS mode at all. Notice that radeon_cs_parser_fini is only called from radeon_cs_ioctl which is a KMS-only

Re: [PATCH] drm/radeon: fix NULL pointer dereference in UMS mode in radeon_cs_parser_fini()

2013-01-23 Thread Herton Ronaldo Krzesinski
On Wed, Jan 23, 2013 at 12:21:29PM -0500, Ilija Hadzic wrote: On Wed, Jan 23, 2013 at 11:07 AM, Herton Ronaldo Krzesinski herton.krzesin...@canonical.com wrote: On Thu, Jan 17, 2013 at 10:09:42AM -0700, Shuah Khan wrote: On Wed, 2013-01-16 at 21:06 -0600, Ilija Hadzic wrote: Actually

[ 3.5.y.z extended stable ] Linux 3.5.7.4 stable review

2013-01-23 Thread Herton Ronaldo Krzesinski
I am announcing the review cycle for the 3.5.7.4 release of stable patches. This new release contains 74 patches. Proposed patches are posted as a response to this message. The same patches are also available at the following repository: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review

[PATCH 02/74] usb: musb: core: print new line in the driver banner again

2013-01-23 Thread Herton Ronaldo Krzesinski
trickery) erroneously removed '\n' from the driver's banner. Concatenate all the banner substrings while adding it back... Signed-off-by: Sergei Shtylyov sshtyl...@ru.mvista.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers

[PATCH 05/74] mac80211: fix ibss scanning

2013-01-23 Thread Herton Ronaldo Krzesinski
/show_bug.cgi?id=49411 Reported-by: Jesse Kahtava jesse_kaht...@f-m.fm Reported-by: Mikko Rapeli mikko.rap...@iki.fi Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com Signed-off-by: Johannes Berg johannes.b...@intel.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 08/74] xhci: Handle HS bulk/ctrl endpoints that don't NAK.

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/xhci-mem.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index fb51c70..35616ff 100644

[PATCH 09/74] USB: Handle auto-transition from hot to warm reset.

2013-01-23 Thread Herton Ronaldo Krzesinski
should be backported to kernels as old as 3.2, that contain the commit 75d7cf72ab9fa01dc70877aa5c68e8ef477229dc usbcore: refine warm reset logic. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 13/74] USB: Ignore port state until reset completes.

2013-01-23 Thread Herton Ronaldo Krzesinski
. This patch should be backported to all stable kernels. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/core/hub.c | 14 +++--- 1 file changed, 7

[PATCH 15/74] xhci: Avoid dead ports, add roothub port polling.

2013-01-23 Thread Herton Ronaldo Krzesinski
. There will be merge conflicts because the check for HC_STATE_SUSPENDED was moved into xhci_suspend in 3.8. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Acked-by: Alan Stern st...@rowland.harvard.edu [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 21/74] samsung-laptop: Add quirk for broken acpi_video backlight on N250P

2013-01-23 Thread Herton Ronaldo Krzesinski
...@canonical.com Signed-off-by: Matthew Garrett matthew.garr...@nebula.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/platform/x86/samsung-laptop.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/platform/x86/samsung-laptop.c b

[PATCH 23/74] staging: r8712u: Add new device ID

2013-01-23 Thread Herton Ronaldo Krzesinski
device. Reported-by: Thomas Hartmann hartm...@ict.tuwien.ac.at Signed-off-by: Larry Finger larry.fin...@lwfinger.net Cc: Thomas Hartmann hartm...@ict.tuwien.ac.at Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 24/74] b43: Fix firmware loading when driver is built into the kernel

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/b43/b43.h |5 drivers/net/wireless/b43/main.c | 54 +-- drivers/net/wireless/b43/main.h |5 ++-- 3 files changed, 48 insertions(+), 16 deletions(-) diff --git

[PATCH 26/74] staging: speakup: avoid out-of-range access in synth_add()

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Samuel Thibault samuel.thiba...@ens-lyon.org Cc: Nickolai Zeldovich nicko...@csail.mit.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/speakup/synth.c |2 +- 1 file changed, 1

[PATCH 29/74] staging: comedi: comedi_test: fix race when cancelling command

2013-01-23 Thread Herton Ronaldo Krzesinski
context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/comedi/drivers/comedi_test.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/comedi_test.c b/drivers/staging/comedi/drivers/comedi_test.c index

[PATCH 34/74] ALSA: pxa27x: fix ac97 cold reset

2013-01-23 Thread Herton Ronaldo Krzesinski
, a timeout loop is needed to wait for the reset to complete. Tested on a palm treo 680 machine. Signed-off-by: Mike Dunn miked...@newsguy.com Acked-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 39/74] regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_time_sel

2013-01-23 Thread Herton Ronaldo Krzesinski
time. Signed-off-by: Axel Lin axel@ingics.com Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/regulator/max8998.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH 40/74] radeon/kms: force rn50 chip to always report connected on analog output

2013-01-23 Thread Herton Ronaldo Krzesinski
with those. Just don't try to load detect and report connect. Signed-off-by: Jerome Glisse jgli...@redhat.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c |8

[PATCH 42/74] tcm_fc: Do not report target role when target is not defined

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Mark Rustad mark.d.rus...@intel.com Reviewed-by: Bhanu Prakash Gollapudi bprak...@broadcom.com Acked by Robert Love robert.w.l...@intel.com Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target/tcm_fc

[PATCH 44/74] target: Release se_cmd when LUN lookup fails for TMR

2013-01-23 Thread Herton Ronaldo Krzesinski
: Fix minor compile breakage) Signed-off-by: Roland Dreier rol...@purestorage.com Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target/target_core_transport.c |2 ++ 1 file changed, 2 insertions

[PATCH 50/74] Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

2013-01-23 Thread Herton Ronaldo Krzesinski
...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/class/cdc-acm.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index d8104c4..3850ca6 100644 --- a/drivers/usb/class/cdc

[PATCH 57/74] USB: Add device quirk for Microsoft VX700 webcam

2013-01-23 Thread Herton Ronaldo Krzesinski
of the microphone. Signed-off-by: Andreas Fleig andreasfl...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/core/quirks.c |3 +++ 1 file changed, 3 insertions

[PATCH 58/74] drm/nouveau: fix blank LVDS screen regression on pre-nv50 cards

2013-01-23 Thread Herton Ronaldo Krzesinski
...@edesix.com Signed-off-by: Marcin Slusarz marcin.slus...@gmail.com Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/nouveau/nv04_dfp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu

[PATCH 61/74] udldrmfb: Fix EDID not working with monitors with EDID extension blocks

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/udl/udl_connector.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/udl/udl_connector.c b/drivers/gpu/drm/udl/udl_connector.c index 8d9dc44..1230bc0 100644 --- a/drivers/gpu/drm/udl

[PATCH 53/74] mm: compaction: fix echo 1 compact_memory return error issue

2013-01-23 Thread Herton Ronaldo Krzesinski
-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- mm/compaction.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mm/compaction.c b/mm/compaction.c index 2f42d95..cf955bb 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -843,7

[PATCH 56/74] audit: create explicit AUDIT_SECCOMP event type

2013-01-23 Thread Herton Ronaldo Krzesinski
[ herton: adjust context, include/uapi/linux/audit.h - include/linux/audit.h ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- include/linux/audit.h |4 +++- kernel/auditsc.c | 14 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git

[PATCH 59/74] drm/nv17-50: restore fence buffer on resume

2013-01-23 Thread Herton Ronaldo Krzesinski
for 3.5, looks like we only need to call nouveau_bo_wr32 on nv10_fence_init ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/nouveau/nv10_fence.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nv10_fence.c b/drivers

[PATCH 62/74] udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack

2013-01-23 Thread Herton Ronaldo Krzesinski
not be on the stack. Having it on the stack usually works on x86, but not on other archs. Signed-off-by: Hans de Goede hdego...@redhat.com Signed-off-by: Dave Airlie airl...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/udl/udl_connector.c |8

[PATCH 64/74] s390/time: fix sched_clock() overflow

2013-01-23 Thread Herton Ronaldo Krzesinski
...@de.ibm.com Signed-off-by: Heiko Carstens heiko.carst...@de.ibm.com Signed-off-by: Martin Schwidefsky schwidef...@de.ibm.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/s390/include/asm/timex.h | 28 arch/s390/kernel/time.c

[PATCH 65/74] rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter

2013-01-23 Thread Herton Ronaldo Krzesinski
://bugs.launchpad.net/bugs/1085351 Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/rt2x00/rt2800usb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 6b4226b

[PATCH 71/74] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Joerg Roedel j...@8bytes.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/iommu/intel-iommu.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/iommu

[PATCH 73/74] usb: chipidea: Allow disabling streaming not only in udc mode

2013-01-23 Thread Herton Ronaldo Krzesinski
Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/chipidea/host.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/chipidea/host.c b/drivers/usb/chipidea/host.c index 9eacd21..2400d18 100644 --- a/drivers/usb/chipidea/host.c +++ b/drivers/usb/chipidea/host.c

[PATCH 74/74] [SCSI] sd: Reshuffle init_sd to avoid crash

2013-01-23 Thread Herton Ronaldo Krzesinski
...@parallels.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/scsi/sd.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 6f72b80..043395d0 100644 --- a/drivers/scsi/sd.c +++ b/drivers

[PATCH 72/74] igb: release already assigned MSI-X interrupts if setup fails

2013-01-23 Thread Herton Ronaldo Krzesinski
880037503bd8 Signed-off-by: Stefan Assmann sassm...@kpanic.de Tested-by: Aaron Brown aaron.f.br...@intel.com Signed-off-by: Jeff Kirsher jeffrey.t.kirs...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/intel/igb/igb_main.c | 22

[PATCH 69/74] x86/Sandy Bridge: reserve pages when integrated graphics is present

2013-01-23 Thread Herton Ronaldo Krzesinski
. [ hpa: made a number of stylistic changes, marked arrays as static const, and made less verbose; use memblock=debug for full verbosity. ] Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 70/74] USB: io_ti: Fix NULL dereference in chase_port()

2013-01-23 Thread Herton Ronaldo Krzesinski
...@roembden.net Cc: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/io_ti.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/serial/io_ti.c b

[PATCH 68/74] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-23 Thread Herton Ronaldo Krzesinski
-off-by: David Henningsson david.hennings...@canonical.com Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/usb/quirks.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sound/usb/quirks.c b/sound

[PATCH 67/74] drm/radeon: fix a bogus kfree

2013-01-23 Thread Herton Ronaldo Krzesinski
parser_fini should not try to kfree it if it didn't allocate it. This patch fixes a kernel oops that can be provoked in UMS mode. Signed-off-by: Ilija Hadzic ihad...@research.bell-labs.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 66/74] drm/radeon: fix NULL pointer dereference in UMS mode

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Ilija Hadzic ihad...@research.bell-labs.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/radeon/radeon_cs.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu

[PATCH 63/74] udldrmfb: udl_get_edid: drop unneeded i--

2013-01-23 Thread Herton Ronaldo Krzesinski
it no longer does. Signed-off-by: Hans de Goede hdego...@redhat.com Signed-off-by: Dave Airlie airl...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/udl/udl_connector.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm

[PATCH 48/74] USB: option: add Telekom Speedstick LTE II

2013-01-23 Thread Herton Ronaldo Krzesinski
-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/option.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index ed257a7..425baf5

[PATCH 60/74] usb: ftdi_sio: Crucible Technologies COMET Caller ID - pid added

2013-01-23 Thread Herton Ronaldo Krzesinski
...@qdot.me Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/ftdi_sio.c |2 ++ drivers/usb/serial/ftdi_sio_ids.h |6 ++ 2 files changed, 8 insertions(+) diff --git a/drivers/usb

[PATCH 41/74] tcm_fc: Do not indicate retry capability to initiators

2013-01-23 Thread Herton Ronaldo Krzesinski
. Signed-off-by: Mark Rustad mark.d.rus...@intel.com Reviewed-by: Bhanu Prakash Gollapudi bprak...@broadcom.com Acked by Robert Love robert.w.l...@intel.com Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers

[PATCH 55/74] mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment

2013-01-23 Thread Herton Ronaldo Krzesinski
: Joonsoo Kim js1...@gmail.com Cc: Prasad Koya prasad.k...@gmail.com Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- mm/bootmem.c | 24

[PATCH 54/74] mm: use aligned zone start for pfn_to_bitidx calculation

2013-01-23 Thread Herton Ronaldo Krzesinski
visual glitches to application failures. Signed-off-by: Laura Abbott lau...@codeaurora.org Acked-by: Mel Gorman mgor...@suse.de Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 52/74] USB: hub: handle claim of enabled remote wakeup after reset

2013-01-23 Thread Herton Ronaldo Krzesinski
...@rowland.harvard.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/core/hub.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c

[PATCH 51/74] USB: cdc-acm: Add support for PSC Scanning, Magellan 800i

2013-01-23 Thread Herton Ronaldo Krzesinski
for all versions of the kernel 2.6 Signed-off-by: Denis N Ladin denla...@gmail.com Acked-by: Oliver Neukum oneu...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/class/cdc-acm.c |3

[PATCH 49/74] USB: option: add Nexpring NP10T terminal id

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Denis Kaganovich maha...@eu.by Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/option.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb

[PATCH 47/74] USB: option: blacklist network interface on ZTE MF880

2013-01-23 Thread Herton Ronaldo Krzesinski
on this modem: diag: VID_19D2PID_0284MI_00 nmea: VID_19D2PID_0284MI_01 at: VID_19D2PID_0284MI_02 mdm: VID_19D2PID_0284MI_03 net: VID_19D2PID_0284MI_04 Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 46/74] USB: option: Add new MEDIATEK PID support

2013-01-23 Thread Herton Ronaldo Krzesinski
. release patch. Signed-off-by: Quentin.Li snowmanl...@163.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/option.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers

[PATCH 45/74] sh: Fix FDPIC binary loader

2013-01-23 Thread Herton Ronaldo Krzesinski
. Without this, the FDPIC loader did not work. This was meant to be included in commit d5ab780305bb6d60a7b5a74f18cf84eb6ad153b1. Signed-off-by: Thomas Schwinge tho...@codesourcery.com Signed-off-by: Paul Mundt let...@linux-sh.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 43/74] target: Fix use-after-free in LUN RESET handling

2013-01-23 Thread Herton Ronaldo Krzesinski
Bellinger n...@linux-iscsi.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target/target_core_transport.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/target/target_core_transport.c b/drivers

[PATCH 38/74] Revert ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs

2013-01-23 Thread Herton Ronaldo Krzesinski
[ herton: s/CONFIG_PM/CONFIG_SND_HDA_POWER_SAVE/, adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/pci/hda/patch_conexant.c | 16 1 file changed, 16 deletions(-) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda

[PATCH 37/74] target: use correct sense code for LUN communication failure

2013-01-23 Thread Herton Ronaldo Krzesinski
. Signed-off-by: Hannes Reinecke h...@suse.de Cc: Nicholas Bellinger n...@risingtidesystems.com Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org [ herton: adjust context, additional offset added ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target

[PATCH 28/74] staging: comedi: prevent auto-unconfig of manually configured devices

2013-01-23 Thread Herton Ronaldo Krzesinski
the `COMEDI_DEVCONFIG` ioctl call is successful. Signed-off-by: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/comedi/comedi_fops.c |3 +++ 1 file changed, 3 insertions

[PATCH 16/74] ASoC: wm2200: Remove DSP B and left justified AIF modes

2013-01-23 Thread Herton Ronaldo Krzesinski
...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/soc/codecs/wm2200.c |6 -- 1 file changed, 6 deletions(-) diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index 201fc58..86b84a1 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc

[PATCH 17/74] ASoC: wm5100: Remove DSP B and left justified formats

2013-01-23 Thread Herton Ronaldo Krzesinski
...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/soc/codecs/wm5100.c |6 -- 1 file changed, 6 deletions(-) diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index cb6d537..d986704 100644 --- a/sound/soc/codecs/wm5100.c +++ b/sound/soc

[PATCH 18/74] mwifiex: check wait_event_interruptible return value

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/mwifiex/sta_ioctl.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/drivers/net/wireless/mwifiex/sta_ioctl.c b/drivers/net/wireless/mwifiex/sta_ioctl.c index 106c449

[PATCH 36/74] SUNRPC: Ensure we release the socket write lock if the rpc_task exits early

2013-01-23 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/sunrpc/sched.c |3 +-- net/sunrpc/xprt.c | 12 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index fe2cf2f..85b9235 100644 --- a/net/sunrpc

[PATCH 35/74] ALSA: pxa27x: fix ac97 warm reset

2013-01-23 Thread Herton Ronaldo Krzesinski
...@compulab.co.il Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/arm/mach-pxa/include/mach/mfp-pxa27x.h |3 +++ arch/arm/mach-pxa/pxa27x.c |4 ++-- sound/arm/pxa2xx-ac97-lib.c

[PATCH 33/74] regulator: max8998: Use uV in voltage_map_desc

2013-01-23 Thread Herton Ronaldo Krzesinski
uV. Thus use uV in voltage_map_desc, this ensures the selected voltage won't less than pdata buckx_voltagex settings. Signed-off-by: Axel Lin axel@ingics.com Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 32/74] regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linear

2013-01-23 Thread Herton Ronaldo Krzesinski
...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/regulator/max8998.c | 97 --- 1 file changed, 27 insertions(+), 70 deletions(-) diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 105dafc

[PATCH 31/74] regulator: max8998: Convert to regulator_list_voltage_linear()

2013-01-23 Thread Herton Ronaldo Krzesinski
...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/regulator/max8998.c | 32 +++- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 18bb58b..105dafc 100644

[PATCH 30/74] regulator: max8997: Use uV in voltage_map_desc

2013-01-23 Thread Herton Ronaldo Krzesinski
in voltage_map_desc to prevent truncation by integer division. Signed-off-by: Axel Lin axel@ingics.com Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/regulator/max8997.c | 36

[PATCH 27/74] staging: comedi: fix minimum AO period for NI 625x and NI 628x

2013-01-23 Thread Herton Ronaldo Krzesinski
). The latest specification states a 2.86 MHz rate (~ 350 ns), which makes a lot more sense. Tested on a pci-6251. Signed-off-by: Éric Piel p...@delmic.com Acked-By: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 25/74] staging: speakup: avoid out-of-range access in synth_init()

2013-01-23 Thread Herton Ronaldo Krzesinski
-by: Nickolai Zeldovich nicko...@csail.mit.edu Cc: Samuel Thibault samuel.thiba...@ens-lyon.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/speakup/synth.c |2 +- 1 file changed, 1

[PATCH 22/74] sony-laptop: fix SNC buffer calls when SN06 returns Integers

2013-01-23 Thread Herton Ronaldo Krzesinski
=48671 Cc: Fabrizio Narni shibo...@gmail.com Cc: mus@gmail.com Signed-off-by: Mattia Dongili malat...@linux.it Signed-off-by: Matthew Garrett matthew.garr...@nebula.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/platform/x86/sony-laptop.c | 15

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