[PATCH 059/222] xfs: fix stray dquot unlock when reclaiming dquots

2013-01-16 Thread Herton Ronaldo Krzesinski
232 for the past several months. Signed-off-by: Dave Chinner dchin...@redhat.com Reviewed-by: Christoph Hellwig h...@lst.de Signed-off-by: Ben Myers b...@sgi.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/xfs/xfs_qm.c | 15 +++ 1 file changed, 7

[PATCH 058/222] mlx4_core: Fix potential deadlock in mlx4_eq_int()

2013-01-16 Thread Herton Ronaldo Krzesinski
, hence irq locking must be used. Found by lockdep. Signed-off-by: Jack Morgenstein ja...@dev.mellanox.co.il Signed-off-by: Or Gerlitz ogerl...@mellanox.com Signed-off-by: Roland Dreier rol...@purestorage.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 051/222] qla2xxx: Look up LUN for abort requests

2013-01-16 Thread Herton Ronaldo Krzesinski
Bellinger n...@risingtidesystems.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/scsi/qla2xxx/qla_target.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx

[PATCH 039/222] NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()

2013-01-16 Thread Herton Ronaldo Krzesinski
the NFS4_SESSION_DRAINING check and avoid the deadlock. Signed-off-by: Bryan Schumaker bjsch...@netapp.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/nfs/nfs4proc.c | 21 + 1 file

[PATCH 040/222] drm/i915: make the panel fitter work on pipes B and C on IVB

2013-01-16 Thread Herton Ronaldo Krzesinski
it by reading the spec. I don't have the hardware to test this. Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers

[PATCH 043/222] mfd: wm8994: Add support for WM1811 rev E

2013-01-16 Thread Herton Ronaldo Krzesinski
broo...@opensource.wolfsonmicro.com Signed-off-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/mfd/wm8994-core.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c

[PATCH 044/222] Revert 8139cp: revert set ring address before enabling receiver

2013-01-16 Thread Herton Ronaldo Krzesinski
-next we'll try another scheme to fix this bug using patches from David Woodhouse. Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/realtek/8139cp.c | 22 +++--- 1 file changed, 11

[PATCH 046/222] USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue

2013-01-16 Thread Herton Ronaldo Krzesinski
...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/ohci-q.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/usb/host/ohci-q.c b/drivers/usb/host/ohci-q.c index c5a1ea9..9d00d47 100644 --- a/drivers/usb/host/ohci-q.c

[PATCH 049/222] usb: ftdi_sio: fixup BeagleBone A5+ quirk

2013-01-16 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/ftdi_sio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index b71ee32..d0b8c5c 100644 --- a/drivers/usb/serial

[PATCH 050/222] USB: ftdi_sio: Add support for Newport AGILIS motor drivers

2013-01-16 Thread Herton Ronaldo Krzesinski
Teichmann lkb.teichm...@gmail.com 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 |1 + drivers/usb/serial/ftdi_sio_ids.h |6 ++ 2 files changed, 7 insertions(+) diff

[PATCH 052/222] iscsit: use GFP_ATOMIC under spin lock

2013-01-16 Thread Herton Ronaldo Krzesinski
iscsit_close_connection() with spin lock 'sess-conn_lock' held, so we should use GFP_ATOMIC instead of GFP_KERNEL. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target

[PATCH 048/222] USB: cp210x: add Virtenio Preon32 device id

2013-01-16 Thread Herton Ronaldo Krzesinski
gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/cp210x.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 1e71079..390661a 100644 --- a/drivers/usb

[PATCH 045/222] 8139cp: set ring address after enabling C+ mode

2013-01-16 Thread Herton Ronaldo Krzesinski
to solve. And this variant appears to work fine on real hardware. Signed-off-by: David Woodhouse david.woodho...@intel.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/realtek/8139cp.c | 40

[PATCH 042/222] ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.

2013-01-16 Thread Herton Ronaldo Krzesinski
sleep blacklist. References: https://bugzilla.kernel.org/show_bug.cgi?id=48781 Reported-by: Sébastien Wilmet swil...@gnome.org Signed-off-by: Lan Tianyu tianyu@intel.com Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 037/222] drm: fix documentation for drm_crtc_set_mode()

2013-01-16 Thread Herton Ronaldo Krzesinski
alexander.deuc...@amd.com Signed-off-by: Dave Airlie airl...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/drm_crtc_helper.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm

[PATCH 034/222] Bluetooth: Add support for BCM20702A0 [04ca, 2003]

2013-01-16 Thread Herton Ronaldo Krzesinski
= 32 Ivl=0ms E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none) Signed-off-by: Cho, Yu-Chen a...@suse.com Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 036/222] regulator: wm831x: Set the new rather than old value for DVS VSEL

2013-01-16 Thread Herton Ronaldo Krzesinski
broo...@opensource.wolfsonmicro.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/regulator/wm831x-dcdc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/wm831x-dcdc.c b/drivers/regulator/wm831x-dcdc.c index 099da11

[PATCH 035/222] Bluetooth: Add support for BCM20702A0 [0b05, 17b5]

2013-01-16 Thread Herton Ronaldo Krzesinski
-by: Jeff Cook j...@deserettechnology.com Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/bluetooth/btusb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btusb.c b/drivers

[PATCH 033/222] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()

2013-01-16 Thread Herton Ronaldo Krzesinski
-by: Li Zefan lize...@huawei.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/cgroup.c |2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index a31b636..1f2c8bf 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -2639,9

[PATCH 030/222] ftrace: Clear bits properly in reset_iter_read()

2013-01-16 Thread Herton Ronaldo Krzesinski
. The original code is equivalent to: iter-flags = ~((1 2) (1 4)); Link: http://lkml.kernel.org/r/20120609161027.GD6488@elgon.mountain Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Steven Rostedt rost...@goodmis.org Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 027/222] rcu: Fix batch-limit size problem

2013-01-16 Thread Herton Ronaldo Krzesinski
...@google.com Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com [ herton: adjust for different module_param permissions ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/rcutree.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git

[PATCH 010/222] usb: gadget: uvc: fix error path in uvc_function_bind()

2013-01-16 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/gadget/f_uvc.c | 39 +-- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/drivers/usb/gadget/f_uvc.c b/drivers/usb/gadget/f_uvc.c index 2022fe49..a0abc65

[PATCH 015/222] SUNRPC: Fix validity issues with rpc_pipefs sb-s_fs_info

2013-01-16 Thread Herton Ronaldo Krzesinski
Cc: Stanislav Kinsbursky skinsbur...@parallels.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/sunrpc/rpc_pipe.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c

[PATCH 014/222] iscsi-target: Always send a response before terminating iSCSI connection

2013-01-16 Thread Herton Ronaldo Krzesinski
-iscsi.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/target/iscsi/iscsi_target_login.c |8 drivers/target/iscsi/iscsi_target_nego.c | 10 -- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers

[PATCH 020/222] genirq: Always force thread affinity

2013-01-16 Thread Herton Ronaldo Krzesinski
(CONFIG_CPU_MASK_OFFSTACK=y) Reported-and-tested-by: Sankara Muthukrishnan sankar...@gmail.com Link: http://lkml.kernel.org/r/alpine.LFD.2.02.1209041738200.2754@ionos Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/irq/manage.c

[PATCH 019/222] USB: fix endpoint-disabling for failed config changes

2013-01-16 Thread Herton Ronaldo Krzesinski
Schniedermeyer m...@citd.de CC: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/core/message.c | 54 +--- 1 file

[PATCH 018/222] perf test: fix a build error on builtin-test

2013-01-16 Thread Herton Ronaldo Krzesinski
://lkml.kernel.org/r/1352422726-31114-1-git-send-email-v...@twitter.com Signed-off-by: Arnaldo Carvalho de Melo a...@redhat.com [ herton: builtin-test.c wasn't under tests subdirectory in 3.5 ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- tools/perf/builtin-test.c | 38

[PATCH 023/222] xhci: fix null-pointer dereference when destroying half-built segment rings

2013-01-16 Thread Herton Ronaldo Krzesinski
allocation and initialization. A separate patch will need to be developed for kernels older than 3.4, since the ring allocation code was refactored in that kernel. Signed-off-by: Julius Werner jwer...@chromium.org Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Herton Ronaldo

[PATCH 026/222] Staging: bcm: Add two products and remove an existing product.

2013-01-16 Thread Herton Ronaldo Krzesinski
[ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/staging/bcm/InterfaceInit.c |3 ++- drivers/staging/bcm/InterfaceInit.h |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/InterfaceInit.c b

[PATCH 021/222] xhci: Fix conditional check in bandwidth calculation.

2013-01-16 Thread Herton Ronaldo Krzesinski
. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Reported-by: David Binderman dcb...@hotmail.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/xhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host

[PATCH 017/222] ARM: mm: use pteval_t to represent page protection values

2013-01-16 Thread Herton Ronaldo Krzesinski
protection values, preserving the upper bits for 64-bit descriptors. Acked-by: Nicolas Pitre n...@linaro.org Acked-by: Catalin Marinas catalin.mari...@arm.com Signed-off-by: Will Deacon will.dea...@arm.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/arm/mm/mmu.c

[PATCH 012/222] usb: musb: cppi_dma: export cppi_interrupt()

2013-01-16 Thread Herton Ronaldo Krzesinski
call... Signed-off-by: Sergei Shtylyov sshtyl...@ru.mvista.com Signed-off-by: Felipe Balbi ba...@ti.com [ herton: unfuzz patch ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/musb/cppi_dma.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb

[PATCH 008/222] usb: gadget: midi: free hs descriptors

2013-01-16 Thread Herton Ronaldo Krzesinski
free them. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/gadget/f_midi.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget

[PATCH 006/222] usb: gadget: tcm_usb_gadget: NULL terminate the FS descriptor list

2013-01-16 Thread Herton Ronaldo Krzesinski
this. While here one of the twe two bAlternateSetting assignments for the BOT interface. Both assign 0, one is enough. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 001/222] KVM: PPC: e500: fix allocation size error on g2h_tlb1_map

2013-01-16 Thread Herton Ronaldo Krzesinski
to the memset in clear_tlb1_bitmap(). Signed-off-by: Scott Wood scottw...@freescale.com Signed-off-by: Alexander Graf ag...@suse.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/powerpc/kvm/e500_tlb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [ 18/71] SUNRPC: Ensure we release the socket write lock if the rpc_task exits early

2013-01-17 Thread Herton Ronaldo Krzesinski
On Tue, Jan 15, 2013 at 02:54:15PM -0800, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust trond.mykleb...@netapp.com commit 87ed50036b866db2ec2ba16b2a7aec4a2b0b7c39 upstream. If the rpc_task

Re: [ 24/71] ring-buffer: Fix race between integrity check and readers

2013-01-17 Thread Herton Ronaldo Krzesinski
On Tue, Jan 15, 2013 at 02:54:21PM -0800, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt srost...@redhat.com commit 9366c1ba13fbc41bdb57702e75ca4382f209c82f upstream. The function

Re: [ 36/71] ext4: lock i_mutex when truncating orphan inodes

2013-01-17 Thread Herton Ronaldo Krzesinski
On Tue, Jan 15, 2013 at 02:54:33PM -0800, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o ty...@mit.edu commit 721e3eba21e43532e438652dd8f1fcdfce3187e7 upstream. Commit c278531d39 added a

Re: [PATCH 013/222] iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around

2013-01-17 Thread Herton Ronaldo Krzesinski
On Fri, Jan 18, 2013 at 03:01:46AM +, Ben Hutchings wrote: On Wed, 2013-01-16 at 13:53 -0200, Herton Ronaldo Krzesinski wrote: 3.5.7.3 -stable review patch. If anyone has any objections, please let me know. -- From: Steve Hodgson st...@purestorage.com

Re: [ 36/71] ext4: lock i_mutex when truncating orphan inodes

2013-01-17 Thread Herton Ronaldo Krzesinski
On Thu, Jan 17, 2013 at 04:46:16PM -0800, Greg Kroah-Hartman wrote: On Thu, Jan 17, 2013 at 06:07:11PM -0200, Herton Ronaldo Krzesinski wrote: On Tue, Jan 15, 2013 at 02:54:33PM -0800, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know

[ 3.5.y.z extended stable ] Patch net: calxedaxgmac: throw away overrun frames has been added to staging queue

2013-02-14 Thread Herton Ronaldo Krzesinski
-kernel@vger.kernel.org Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/calxeda/xgmac.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/calxeda/xgmac.c b/drivers/net

[PATCH 02/81] xhci: Fix TD size for isochronous URBs.

2013-02-19 Thread Herton Ronaldo Krzesinski
4da6e6f247a2601ab9f1e63424e4d944ed4124f3 xhci 1.0: Update TD size field format. It may not apply well to kernels older than 3.2 because of commit 29cc88979a8818cd8c5019426e945aed118b400e USB: use usb_endpoint_maxp() instead of le16_to_cpu(). Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Herton Ronaldo

[PATCH 04/81] USB: XHCI: fix memory leak of URB-private data

2013-02-19 Thread Herton Ronaldo Krzesinski
: Introduce urb_priv structure Signed-off-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Reported-and-tested-by: Martin Mokrejs mmokr...@fold.natur.cuni.cz Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host

[PATCH 06/81] usb: Using correct way to clear usb3.0 device's remote wakeup feature.

2013-02-19 Thread Herton Ronaldo Krzesinski
-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com [ herton: include/uapi/linux/usb/ch9.h - include/linux/usb/ch9.h, adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/core/hub.c | 70 +++ include

[PATCH 08/81] USB: EHCI: fix timer bug affecting port resume

2013-02-19 Thread Herton Ronaldo Krzesinski
Lei ming@canonical.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/ehci-hub.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/ehci-hub.c b

[PATCH 14/81] drm/radeon: add quirk for RV100 board

2013-02-19 Thread Herton Ronaldo Krzesinski
://bugs.freedesktop.org/show_bug.cgi?id=60037 Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/radeon/radeon_combios.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/radeon

[PATCH 18/81] drm/radeon: protect against div by 0 in backend setup

2013-02-19 Thread Herton Ronaldo Krzesinski
by zero in some corner cases. See: https://bugzilla.redhat.com/show_bug.cgi?id=892233 Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/radeon/r600.c |7 +-- 1 file changed, 5 insertions(+), 2

[PATCH 20/81] USB: EHCI: fix bug in scheduling periodic split transfers

2013-02-19 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/ehci-sched.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index 33182c6..ccc9f70 100644 --- a/drivers/usb/host/ehci

[PATCH 25/81] drm/radeon: prevent crash in the ring space allocation

2013-02-19 Thread Herton Ronaldo Krzesinski
into multiple batches. I have patches to use IBs for the next kernel. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/radeon/radeon_ring.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers

[PATCH 31/81] USB: ftdi_sio: add Zolix FTDI PID

2013-02-19 Thread Herton Ronaldo Krzesinski
-off-by: Petr Kubánek p...@kubanek.net 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 |1 + drivers/usb/serial/ftdi_sio_ids.h |5 + 2 files changed, 6 insertions

[PATCH 33/81] USB: storage: optimize to match the Huawei USB storage devices and support new switch command

2013-02-19 Thread Herton Ronaldo Krzesinski
storage driver for the modem interface with Huawei devices. 2. Add to support new switch command for new Huawei USB dongles. Signed-off-by: fangxiaozhi huana...@huawei.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 35/81] nilfs2: fix fix very long mount time issue

2013-02-19 Thread Herton Ronaldo Krzesinski
...@lab.ntt.co.jp 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 --- fs/nilfs2/ioctl.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH 37/81] drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

2013-02-19 Thread Herton Ronaldo Krzesinski
to rtc_update_irq, this fixes a timeout problem with the hwclock utility. Signed-off-by: Jan Luebbe j...@pengutronix.de Cc: Alessandro Zummo a.zu...@towertech.it Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo

[PATCH 39/81] virtio_console: Don't access uninitialized data.

2013-02-19 Thread Herton Ronaldo Krzesinski
: [600be46c] do_execve+0x10/0x12 62031f48: [600184c7] run_init_process+0x43/0x45 62031fd8: [60019a91] new_thread_handler+0xba/0xbc Signed-off-by: Sjur Brændeland sjur.brandel...@stericsson.com Signed-off-by: Rusty Russell ru...@rustcorp.com.au Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 42/81] be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug

2013-02-19 Thread Herton Ronaldo Krzesinski
Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/emulex/benet/be.h |5 +++ drivers/net/ethernet/emulex/benet/be_main.c | 56 --- 2 files changed, 47 insertions(+), 14 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be.h b

[PATCH 43/81] net: prevent setting ttl=0 via IP_TTL

2013-02-19 Thread Herton Ronaldo Krzesinski
Wang xiyou.wangc...@gmail.com Acked-by: Eric Dumazet eduma...@google.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv4/ip_sockglue.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net

[PATCH 46/81] ipv6: fix header length calculation in ip6_append_data()

2013-02-19 Thread Herton Ronaldo Krzesinski
steffen.klass...@secunet.com Signed-off-by: David S. Miller da...@davemloft.net [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv6/ip6_output.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv6/ip6_output.c

[PATCH 49/81] net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode

2013-02-19 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/mellanox/mlx4/en_tx.c b/drivers/net/ethernet/mellanox/mlx4/en_tx.c index

[PATCH 52/81] netxen: fix off by one bug in netxen_release_tx_buffer()

2013-02-19 Thread Herton Ronaldo Krzesinski
Chacko sony.cha...@qlogic.com Cc: Rajesh Borundia rajesh.borun...@qlogic.com Signed-off-by: Christoph Paasch christoph.paa...@uclouvain.be Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- .../net/ethernet/qlogic/netxen

[PATCH 55/81] pktgen: correctly handle failures when adding a device

2013-02-19 Thread Herton Ronaldo Krzesinski
amw...@redhat.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/core/pktgen.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/core/pktgen.c b/net/core/pktgen.c index aa278cd

[PATCH 57/81] via-rhine: Fix bugs in NAPI support.

2013-02-19 Thread Herton Ronaldo Krzesinski
jamie.glou...@gmail.com Tested-by: Jamie Gloudon jamie.glou...@gmail.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/via/via-rhine.c |8 ++-- 1 file changed, 2 insertions(+), 6 deletions

[PATCH 59/81] atm/iphase: rename fregt_t - ffreg_t

2013-02-19 Thread Herton Ronaldo Krzesinski
...@cmf.nrl.navy.mil Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/atm/iphase.h | 146 +- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/drivers/atm/iphase.h b

[PATCH 61/81] net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree

2013-02-19 Thread Herton Ronaldo Krzesinski
...@redhat.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/sctp/socket.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 944cfce..957bb6e 100644

[PATCH 64/81] xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.

2013-02-19 Thread Herton Ronaldo Krzesinski
...@oracle.com Acked-by: Ian Campbell ian.campb...@citrix.com Acked-by: Jan Beulich jbeul...@suse.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/xen-netback/netback.c | 38

[PATCH 65/81] xen/netback: free already allocated memory on failure in xen_netbk_get_requests

2013-02-19 Thread Herton Ronaldo Krzesinski
...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/xen-netback/netback.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c index e7913e0..c503a58

[PATCH 67/81] tcp: frto should not set snd_cwnd to 0

2013-02-19 Thread Herton Ronaldo Krzesinski
Cardwell ncardw...@google.com Signed-off-by: Eric Dumazet eduma...@google.com Cc: Ilpo Järvinen ilpo.jarvi...@helsinki.fi Cc: Yuchung Cheng ych...@google.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv4

[PATCH 70/81] tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode

2013-02-19 Thread Herton Ronaldo Krzesinski
Chan mc...@broadcom.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/broadcom/tg3.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net

[PATCH 73/81] s390/timer: avoid overflow when programming clock comparator

2013-02-19 Thread Herton Ronaldo Krzesinski
...@de.ibm.com Tested-by: Christian Borntraeger borntrae...@de.ibm.com Signed-off-by: Heiko Carstens heiko.carst...@de.ibm.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/s390/kernel/time.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/s390

[PATCH 74/81] x86: Do not leak kernel page mapping locations

2013-02-19 Thread Herton Ronaldo Krzesinski
Signed-off-by: Ingo Molnar mi...@kernel.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/mm/fault.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 76dcd9d..c6b10e2 100644 --- a/arch

[PATCH 76/81] drivers/rtc/rtc-pl031.c: restore ST variant functionality

2013-02-19 Thread Herton Ronaldo Krzesinski
-by: Linus Torvalds torva...@linux-foundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/rtc/rtc-pl031.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index

[PATCH 79/81] PCI/PM: Clean up PME state when removing a device

2013-02-19 Thread Herton Ronaldo Krzesinski
://lkml.kernel.org/r/camvg2svg21yim1wkh4_2pen2n+cr2-zv7tbh3gj+8mwevzj...@mail.gmail.com Reported-and-tested-by: Daniel J Blueman dan...@quora.org Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Bjorn Helgaas bhelg...@google.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 81/81] mm: fix pageblock bitmap allocation

2013-02-19 Thread Herton Ronaldo Krzesinski
this fix needs to be back-ported to the stable kernels that backported the commit to use the right alignment. Bisected-and-tested-by: Ingo Molnar mi...@kernel.org Acked-by: Mel Gorman mgor...@suse.de Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo

[PATCH 80/81] efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by noefi boot parameter

2013-02-19 Thread Herton Ronaldo Krzesinski
...@jp.fujitsu.com Link: http://lkml.kernel.org/r/511c2c04.2070...@jp.fujitsu.com Cc: Matt Fleming matt.flem...@intel.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/platform/efi/efi.c |2 +- 1 file changed, 1

[PATCH 78/81] x86/mm: Check if PUD is large when validating a kernel address

2013-02-19 Thread Herton Ronaldo Krzesinski
Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/include/asm/pgtable.h |5 + arch/x86/mm/init_64.c |3 +++ 2 files changed, 8 insertions(+) diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index c3520d7..3f3dd52 100644 --- a/arch/x86

[PATCH 77/81] mm: don't overwrite mm-def_flags in do_mlockall()

2013-02-19 Thread Herton Ronaldo Krzesinski
-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/mlock.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/mlock.c b/mm/mlock.c

[PATCH 63/81] xen/netback: shutdown the ring if it contains garbage.

2013-02-19 Thread Herton Ronaldo Krzesinski
...@citrix.com Reviewed-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com Acked-by: Jan Beulich jbeul...@suse.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/xen-netback/common.h|3 ++ drivers/net

[PATCH 71/81] tg3: Fix crc errors on jumbo frame receive

2013-02-19 Thread Herton Ronaldo Krzesinski
da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/broadcom/tg3.c | 58 +-- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net

[PATCH 75/81] x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systems

2013-02-19 Thread Herton Ronaldo Krzesinski
-off-by: Ingo Molnar mi...@kernel.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/kernel/apic/x2apic_phys.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel

[PATCH 72/81] Revert USB: Handle warm reset failure on empty port.

2013-02-19 Thread Herton Ronaldo Krzesinski
3.5.7.6 -stable review patch. If anyone has any objections, please let me know. -- From: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com This reverts commit ff88c5021f17139d961478e40372f6bb028321bc, which is a cherry-pick of commit

[PATCH 69/81] bridge: Pull ip header into skb-data before looking into ip header.

2013-02-19 Thread Herton Ronaldo Krzesinski
pulled into skb-data before inspecting ip header length or ip version number. Signed-off-by: Sarveshwar Bandi sarveshwar.ba...@emulex.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/bridge/br_netfilter.c |3

[PATCH 68/81] tcp: fix for zero packets_in_flight was too broad

2013-02-19 Thread Herton Ronaldo Krzesinski
-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv4/tcp_input.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 6affa92..3b14d81 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c

[PATCH 66/81] netback: correct netbk_tx_err to handle wrap around.

2013-02-19 Thread Herton Ronaldo Krzesinski
Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/xen-netback/netback.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback

[PATCH 60/81] sctp: refactor sctp_outq_teardown to insure proper re-initalization

2013-02-19 Thread Herton Ronaldo Krzesinski
...@metaswitch.com CC: Jamie Parsons jamie.pars...@metaswitch.com CC: Vlad Yasevich vyasev...@gmail.com CC: David S. Miller da...@davemloft.net CC: net...@vger.kernel.org Acked-by: Vlad Yasevich vyasev...@gmail.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo

[PATCH 62/81] net: sctp: sctp_endpoint_free: zero out secret key data

2013-02-19 Thread Herton Ronaldo Krzesinski
before the memory is returned, as we already do with e.g. auth keys when released. Signed-off-by: Daniel Borkmann dbork...@redhat.com Acked-by: Vlad Yasevich vyase...@redhat.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 58/81] packet: fix leakage of tx_ring memory

2013-02-19 Thread Herton Ronaldo Krzesinski
Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/packet/af_packet.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 901cffd..02b1ef8 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c

[PATCH 44/81] ipv6: fix the noflags test in addrconf_get_prefix_route

2013-02-19 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv6/addrconf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 0808ad5..fc9ac78 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c

[PATCH 47/81] macvlan: fix macvlan_get_size()

2013-02-19 Thread Herton Ronaldo Krzesinski
macvlan_get_size() after the addition of IFLA_MACVLAN_FLAGS Signed-off-by: Eric Dumazet eduma...@google.com Cc: John Fastabend john.r.fastab...@intel.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/macvlan.c |5

[PATCH 48/81] net: calxedaxgmac: throw away overrun frames

2013-02-19 Thread Herton Ronaldo Krzesinski
: linux-kernel@vger.kernel.org Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/ethernet/calxeda/xgmac.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/calxeda/xgmac.c b/drivers

[PATCH 51/81] isdn/gigaset: fix zero size border case in debug dump

2013-02-19 Thread Herton Ronaldo Krzesinski
we try to set the NUL terminator. Reported-by: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Tilman Schmidt til...@imap.cc Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/isdn/gigaset/capi.c |2 ++ 1

[PATCH 54/81] net: loopback: fix a dst refcounting issue

2013-02-19 Thread Herton Ronaldo Krzesinski
Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/loopback.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index 32eb94e..a3d4707 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c @@ -77,6 +77,11 @@ static

[PATCH 56/81] ipv6: do not create neighbor entries for local delivery

2013-02-19 Thread Herton Ronaldo Krzesinski
mleit...@redhat.com Signed-off-by: David S. Miller da...@davemloft.net [ herton: adjust if condition, add additional RTF_LOCAL flag for the check ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/ipv6/route.c |3 ++- 1 file changed, 2 insertions(+), 1

[PATCH 53/81] r8169: remove the obsolete and incorrect AMD workaround

2013-02-19 Thread Herton Ronaldo Krzesinski
receive traffic (so that NAPI poll budget limits rtl_rx) would result in device hang. Signed-off-by: Timo Teräs timo.te...@iki.fi Acked-by: Francois Romieu rom...@fr.zoreil.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 50/81] net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults

2013-02-19 Thread Herton Ronaldo Krzesinski
processing flows, etc. Reviewed-by: Jack Morgenstein ja...@dev.mellanox.co.il Signed-off-by: Amir Vadai am...@mellanox.com Signed-off-by: Or Gerlitz ogerl...@mellanox.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 45/81] MAINTAINERS: Stephen Hemminger email change

2013-02-19 Thread Herton Ronaldo Krzesinski
to brocade.com; and the Brocade mail system is not friendly to Linux desktop users. Signed-off-by: Stephen Hemminger step...@networkplumber.org Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- MAINTAINERS |6 +++--- 1 file

[PATCH 41/81] kernel/resource.c: fix stack overflow in __reserve_region_with_split()

2013-02-19 Thread Herton Ronaldo Krzesinski
-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Cc: Jiri Slaby jsl...@suse.cz Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/resource.c | 50 ++ 1 file changed, 38 insertions(+), 12

[PATCH 40/81] HID: usbhid: quirk for Formosa IR receiver

2013-02-19 Thread Herton Ronaldo Krzesinski
ordering] Signed-off-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/hid/hid-ids.h |3 +++ drivers/hid/usbhid/hid-quirks.c |1 + 2 files changed, 4 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid

[PATCH 34/81] rtlwifi: Fix scheduling while atomic bug

2013-02-19 Thread Herton Ronaldo Krzesinski
Doherty ntdohe...@gmail.com Cc: Stanislaw Gruszka sgrus...@redhat.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/rtlwifi/base.c |7 --- 1 file changed, 4 insertions(+), 3 deletions

[PATCH 38/81] drivers/rtc/rtc-pl031.c: fix the missing operation on enable

2013-02-19 Thread Herton Ronaldo Krzesinski
srinidhi.kasa...@stericsson.com Cc: Linus Walleij linus.wall...@linaro.org Cc: Alessandro Zummo a.zu...@towertech.it Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 36/81] mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte

2013-02-19 Thread Herton Ronaldo Krzesinski
-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- mm/hugetlb.c |1 + mm/migrate.c |4 +++- 2 files changed, 4 insertions(+), 1 deletion

[PATCH 21/81] x86-64: Replace left over sti/cli in ia32 audit exit code

2013-02-19 Thread Herton Ronaldo Krzesinski
: David Vrabel david.vra...@citrix.com Tested-by: Peter Moody pmo...@google.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/ia32/ia32entry.S |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32

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