Re: linux-next: manual merge of the block tree with Linus' tree

2012-11-01 Thread Herton Ronaldo Krzesinski
On Wed, Oct 31, 2012 at 01:55:14PM +, Ben Hutchings wrote: On Wed, 2012-10-31 at 13:04 +1100, Stephen Rothwell wrote: Hi Jens, Today's linux-next merge of the block tree got a conflict in drivers/block/floppy.c between a set of common patches from Linus' tree and commit

Re: Re: 3.4.10 i915 [GM45] regression

2012-09-27 Thread Herton Ronaldo Krzesinski
On Wed, Sep 26, 2012 at 04:42:23PM -0700, Greg KH wrote: On Mon, Sep 10, 2012 at 11:07:38AM -0300, Herton Ronaldo Krzesinski wrote: On Mon, Sep 10, 2012 at 10:58:03AM -0300, Herton Ronaldo Krzesinski wrote: Couldn't it be that it happens because 3.4 doesn't have commits

Re: [ 046/180] xfs: Fix possible memory corruption in xfs_readlink

2012-10-03 Thread Herton Ronaldo Krzesinski
On Tue, Oct 02, 2012 at 12:52:43AM +0200, Willy Tarreau wrote: 2.6.32-longterm review patch. If anyone has any objections, please let me know. -- From: Carlos Maiolino cmaiol...@redhat.com commit b52a360b2aa1c59ba9970fb0f52bbb093fcc7a24 upstream [...] @@ -564,13

Re: [floppy, blk_peek_request] BUG: scheduling while atomic: kworker/u:0/6/0x10000002

2012-11-05 Thread Herton Ronaldo Krzesinski
On Mon, Nov 05, 2012 at 02:34:13PM +0100, Jiri Kosina wrote: On Mon, 5 Nov 2012, Jiri Kosina wrote: I got the below oops in Linux 3.7-rc4 and it's bisected down to commit b54e1f88897bcacc2cd359f48ea3b39eaf55f084 Author: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

Re: [ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-08 Thread Herton Ronaldo Krzesinski
On Sun, Oct 07, 2012 at 11:59:42PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina jkos...@suse.cz commit b6787242f32700377d3da3b8d788ab3928bab849 upstream. If kmemdup() in

[ANNOUNCE] Extended stable support for Linux 3.5 (linux-3.5.y-ext.z)

2012-11-09 Thread Herton Ronaldo Krzesinski
As everyone may be aware, linux 3.5.y isn't anymore a supported stable kernel tree. Also, it seems not many distributions picked 3.5 as a kernel version for their releases, looks like due to timing. Anyway, as Ubuntu is using it in its 12.10 release (codename Quantal Quetzal), we (as in Ubuntu

Re: [ANNOUNCE] Extended stable support for Linux 3.5 (linux-3.5.y-ext.z)

2012-11-09 Thread Herton Ronaldo Krzesinski
On Fri, Nov 09, 2012 at 07:22:03AM -0800, Jonathan Nieder wrote: Hi Herton, Herton Ronaldo Krzesinski wrote: I plan to do a similar workflow as to what is done today with current stable releases. I'll send email notifications to everyone involved in each patch when it's added to 3.5

Re: [ANNOUNCE] Extended stable support for Linux 3.5 (linux-3.5.y-ext.z)

2012-11-12 Thread Herton Ronaldo Krzesinski
On Fri, Nov 09, 2012 at 12:15:04PM -0200, Herton Ronaldo Krzesinski wrote: I plan to do a similar workflow as to what is done today with current stable releases. I'll send email notifications to everyone involved in each patch when it's added to 3.5 queue, and post the patches for review

[ 3.5.yuz extended stable] Patch eCryptfs: Copy up POSIX ACL and read-only flags from lower has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/ecryptfs/main.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 6895493..df217dc 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c

[ 3.5.yuz extended stable] Patch eCryptfs: Revert to a writethrough cache model has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
ecryptfs: modify write path to encrypt page in writepage Signed-off-by: Tyler Hicks tyhi...@canonical.com Tested-by: Colin King colin.k...@canonical.com Cc: Colin King colin.k...@canonical.com Cc: Thieu Le thie...@google.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[ 3.5.yuz extended stable] Patch eCryptfs: check for eCryptfs cipher support at mount has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
/+bug/338914 Signed-off-by: Tim Sally tsa...@atomicpeace.com Signed-off-by: Tyler Hicks tyhi...@canonical.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/ecryptfs/main.c | 13 + 1 file changed, 13 insertions(+) diff --git a/fs/ecryptfs/main.c b/fs

[ 3.5.yuz extended stable] Patch eCryptfs: Call lower -flush() from ecryptfs_flush() has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
(), then eCryptfs has no need to do anything in ecryptfs_flush() since dirty pages are now written out to the lower filesystem in ecryptfs_release(). Signed-off-by: Tyler Hicks tyhi...@canonical.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/ecryptfs/file.c | 10

[ 3.5.yuz extended stable] Patch eCryptfs: Initialize empty lower files when opening them has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
...@canonical.com Cc: John Johansen john.johan...@canonical.com Cc: Colin Ian King colin.k...@canonical.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/ecryptfs/ecryptfs_kernel.h |2 ++ fs/ecryptfs/file.c| 71

[ 3.5.yuz extended stable] Patch udf: fix retun value on error path in udf_load_logicalvol has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
and bail out, we fail to set ret to a nonzero value, and udf_load_logicalvol will mistakenly report success. Signed-off-by: Nikola Pajkovsky npajk...@redhat.com Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/udf/super.c |5

[ 3.5.yuz extended stable] Patch sched: Fix migration thread runtime bogosity has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/sched/stop_task.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/kernel/sched/stop_task.c b/kernel/sched/stop_task.c index 7b386e8

[ 3.5.yuz extended stable] Patch eCryptfs: Unlink lower inode when ecryptfs_create() fails has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
in the lower filesystem. https://launchpad.net/bugs/872905 Signed-off-by: Tyler Hicks tyhi...@canonical.com Cc: John Johansen john.johan...@canonical.com Cc: Colin Ian King colin.k...@canonical.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/ecryptfs/inode.c

[ 3.5.yuz extended stable] Patch eCryptfs: Write out all dirty pages just before releasing has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
overwrite the pointer. https://launchpad.net/bugs/1047261 Signed-off-by: Tyler Hicks tyhi...@canonical.com Reported-by: Artemy Tregubenko m...@arty.name Tested-by: Artemy Tregubenko m...@arty.name Tested-by: Colin Ian King colin.k...@canonical.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[ 3.5.yuz extended stable] Patch usb: gadget: at91_udc: fix dt support has been added to staging queue

2012-11-12 Thread Herton Ronaldo Krzesinski
if there is avaiable an associated device tree node. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/gadget/at91_udc.c |2 +- 1 file changed, 1 insertion(+), 1

Suspend regression on 3.7-rc with nouveau

2012-11-13 Thread Herton Ronaldo Krzesinski
Hi, since 3.7-rc1 I'm unable to suspend my Optimus based laptop, suspend aborts, this is the relevant log snippet with debugging enabled up to tracing in nouveau: [ 65.941744] nouveau [ DRM] suspending fbcon... [ 65.941746] nouveau [ DRM] suspending display... [ 65.942108]

Re: [ 038/147] block: fix request_queue-flags initialization

2012-10-16 Thread Herton Ronaldo Krzesinski
On Sun, Oct 14, 2012 at 03:36:11PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit 60ea8226cbd5c8301f9a39edc574ddabcb8150e0 upstream. A queue newly allocated with

Re: [ 074/147] kbuild: Do not package /boot and /lib in make tar-pkg

2012-10-17 Thread Herton Ronaldo Krzesinski
On Sun, Oct 14, 2012 at 03:36:47PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Michal Marek mma...@suse.cz commit fe04ddf7c2910362f3817c8156e41cbd6c0ee35d upstream. There were reports of users

Re: [ 108/147] ALSA: hda - Fix internal mic for Lenovo Ideapad U300s

2012-10-18 Thread Herton Ronaldo Krzesinski
On Sun, Oct 14, 2012 at 03:37:21PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson david.hennings...@canonical.com commit 18dcd3044e4c4b3ab6341c98e8d0e81e0d58d5e3 upstream. The internal

Asus Eeepc missing in alsa models list?

2007-10-16 Thread Herton Ronaldo Krzesinski
Looking at the change 291702f017efdfe556cb87b8530eb7d1ff08cbae, may be the addition of the Asus Eeepc model was missed? The following patch fixes it if it was not intended originally: diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt

Re: [ 22/68] ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc

2012-07-12 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:01:56PM -0700, Greg Kroah-Hartman wrote: From: Greg KH gre...@linuxfoundation.org 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com commit

Re: [ 51/68] PCI: EHCI: fix crash during suspend on ASUS computers

2012-07-12 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:02:25PM -0700, Greg Kroah-Hartman wrote: From: Greg KH gre...@linuxfoundation.org 3.0-stable review patch. If anyone has any objections, please let me know. -- Missing also the diff/signoff area on this one. From: Alan Stern

Re: [ 54/68] tracing: change CPU ring buffer state from tracing_cpumask

2012-07-12 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:02:28PM -0700, Greg Kroah-Hartman wrote: From: Greg KH gre...@linuxfoundation.org 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Vaibhav Nagarnaik vnagarn...@google.com commit

Re: [ 66/68] mm: Hold a file reference in madvise_remove

2012-07-12 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:02:40PM -0700, Greg Kroah-Hartman wrote: From: Greg KH gre...@linuxfoundation.org 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski l...@amacapital.net commit

Re: [ 08/68] dummy: fix rcu_sched self-detected stalls

2012-07-13 Thread Herton Ronaldo Krzesinski
On Thu, Jul 12, 2012 at 04:01:42PM -0700, Greg Kroah-Hartman wrote: From: Greg KH gre...@linuxfoundation.org 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit

Re: [ 000/187] 3.4.5-stable review

2012-07-13 Thread Herton Ronaldo Krzesinski
On Fri, Jul 13, 2012 at 06:42:52AM +0200, Sven Joachim wrote: On 2012-07-12 21:24 +0200, Greg KH wrote: This is the start of the stable review cycle for the 3.4.5 release. There are 187 patches in this series, all will be posted as a response to this one. If anyone has any issues with

[3.5.y.z extended stable] Linux 3.5.7.1

2012-11-29 Thread Herton Ronaldo Krzesinski
DMA from an atomic context Guenter Roeck (1): hwmon: (coretemp) Add support for Atom CE4110/4150/4170 Haojian Zhuang (1): pinctrl: remove mutex lock in groups show Heiko Carstens (1): s390: fix linker script for 31 bit builds Herton Ronaldo Krzesinski (2): Revert sched

Re: [PATCH 026/270] powerpc/eeh: Lock module while handling EEH event

2012-12-03 Thread Herton Ronaldo Krzesinski
On Thu, Nov 29, 2012 at 05:41:12PM -0800, Greg Kroah-Hartman wrote: On Tue, Nov 27, 2012 at 02:18:34AM +, Ben Hutchings wrote: [...] Greg, you probably want this in 3.4 and 3.6. Many thanks. Herton, any reason why you didn't forward on this backported version of the patch? No

Re: [ 06/37] x86-32: Fix invalid stack address while in softirq

2012-12-04 Thread Herton Ronaldo Krzesinski
On Fri, Nov 30, 2012 at 10:45:53AM -0800, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know. -- From: Robert Richter robert.rich...@amd.com commit 1022623842cb72ee4d0dbf02f6937f38c92c3f41 upstream. In 32 bit the stack

Re: [ 09/56] x86-32: Fix invalid stack address while in softirq

2012-12-04 Thread Herton Ronaldo Krzesinski
On Fri, Nov 30, 2012 at 10:55:01AM -0800, Greg Kroah-Hartman wrote: 3.4-stable review patch. If anyone has any objections, please let me know. -- From: Robert Richter robert.rich...@amd.com commit 1022623842cb72ee4d0dbf02f6937f38c92c3f41 upstream. In 32 bit the stack

[3.5.y.z extended stable] Linux 3.5.7.5

2013-02-08 Thread Herton Ronaldo Krzesinski
in __init functions as __initconst x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI Herton Ronaldo Krzesinski (1): Linux 3.5.7.5 Hugh Daschbach (1): [libata] ahci: Add support for Enmotus Bobcat device. Ilija Hadzic (2): drm/radeon: fix error path in kpage

Re: [ 109/173] drm/i915: Close race between processing unpin task and queueing the flip

2013-02-12 Thread Herton Ronaldo Krzesinski
On Fri, Dec 28, 2012 at 08:05:19PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson ch...@chris-wilson.co.uk commit e7d841ca03b7ab668620045cd7b428eda9f41601 upstream. [...] @@ -7157,6 +7176,10

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

2013-02-05 Thread Herton Ronaldo Krzesinski
I am announcing the review cycle for the 3.5.7.5 stable release. This new release contains 93 patches, which are posted as a response to this message. They are also available at the following repository: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review If there are any problems, or if

[PATCH 04/93] PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()

2013-02-05 Thread Herton Ronaldo Krzesinski
decrement the reference count with pci_dev_put(). This patch adds the missing call to pci_dev_put(). Signed-off-by: Betty Dall betty.d...@hp.com Signed-off-by: Bjorn Helgaas bhelg...@google.com Reviewed-by: Shuah Khan shuah.k...@hp.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 08/93] tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

2013-02-05 Thread Herton Ronaldo Krzesinski
Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/tty/serial/8250/8250_dw.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index

[PATCH 10/93] ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone

2013-02-05 Thread Herton Ronaldo Krzesinski
Kluba pkl...@dension.com Tested-by: Patrik Kluba pkl...@dension.com Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/arm/vfp/entry.S |6 +++--- arch/arm/vfp/vfphw.S |4 ++-- 2 files changed, 5 insertions

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

2013-02-05 Thread Herton Ronaldo Krzesinski
...@citrix.com Signed-off-by: Andrew Cooper andrew.coop...@citrix.com Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/kernel/entry_32.S |1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel

[PATCH 17/93] USB: option: add TP-LINK HSUPA Modem MA180

2013-02-05 Thread Herton Ronaldo Krzesinski
...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/serial/option.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index ed1fe86..bafe6b9 100644 --- a/drivers/usb/serial/option.c +++ b

[PATCH 18/93] ALSA: hda - Fix mute led for another HP machine

2013-02-05 Thread Herton Ronaldo Krzesinski
: https://bugs.launchpad.net/bugs/1096789 Tested-by: Tammy Yang tammy.y...@canonical.com Signed-off-by: David Henningsson david.hennings...@canonical.com Signed-off-by: Takashi Iwai ti...@suse.de [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com

[PATCH 19/93] usb: dwc3: gadget: fix ep-maxburst for ep0

2013-02-05 Thread Herton Ronaldo Krzesinski
-maxburst to 1 for ep0. Signed-off-by: Pratyush Anand pratyush.an...@st.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/dwc3/gadget.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc3

[PATCH 21/93] ACPI / processor: Get power info before updating the C-states

2013-02-05 Thread Herton Ronaldo Krzesinski
acpi_processor_setup_cpuidle_states() to have the latest information available. This fixes the missing C-state information after AC--DC transition. Signed-off-by: Thomas Schlichter thomas.schlich...@web.de Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 26/93] i2c: mxs: Fix type of error code

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Marek Vasut ma...@denx.de Signed-off-by: Wolfram Sang w.s...@pengutronix.de [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/i2c/busses/i2c-mxs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses

[PATCH 27/93] USB: UHCI: fix IRQ race during initialization

2013-02-05 Thread Herton Ronaldo Krzesinski
Stern st...@rowland.harvard.edu Reported-by: Don Zickus dzic...@redhat.com Tested-by: Huang, Adrian (ISS Linux TW) adrian.hu...@hp.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/usb/host/uhci-hcd.c

[PATCH 30/93] ARM: at91: rm9200: remake the BGA as default version

2013-02-05 Thread Herton Ronaldo Krzesinski
when we use the PQFP version. Issue was existing since commit: 3e90772 (ARM: at91: fix at91rm9200 soc subtype handling). Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 32/93] Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()

2013-02-05 Thread Herton Ronaldo Krzesinski
...@collabora.co.uk [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/bluetooth/hidp/core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 2c20d76..217359b

[PATCH 34/93] ath9k: do not link receive buffers during flush

2013-02-05 Thread Herton Ronaldo Krzesinski
is generated, otherwise it might lead to memory corruption issues. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/ath/ath9k/recv.c | 10 ++ 1

[PATCH 35/93] ath9k: add a better fix for the rx tasklet vs rx flush race

2013-02-05 Thread Herton Ronaldo Krzesinski
: SC_OP_RXFLUSH defined as a macro, and *_bit operations were not being used yet ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/ath/ath9k/ath9k.h |1 - drivers/net/wireless/ath/ath9k/debug.c |1 - drivers/net/wireless/ath/ath9k/debug.h

[PATCH 41/93] mac80211: fix FT roaming

2013-02-05 Thread Herton Ronaldo Krzesinski
Tested-by: Cédric Debarge cedric.deba...@acksys.fr Signed-off-by: Johannes Berg johannes.b...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- net/mac80211/cfg.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/net/mac80211/cfg.c b

[PATCH 43/93] efi, x86: Pass a proper identity mapping in efi_call_phys_prelog

2013-02-05 Thread Herton Ronaldo Krzesinski
ead828934fef5eab ]--- Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Signed-off-by: Nathan Zimmer nzim...@sgi.com Signed-off-by: Robin Holt h...@sgi.com Signed-off-by: Matt Fleming matt.flem...@intel.com Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 51/93] drm/i915: dump UTS_RELEASE into the error_state

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch [ herton: adjusted context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/i915/i915_debugfs.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers

[PATCH 52/93] ALSA: hda - Add a fixup for Packard-Bell desktop with ALC880

2013-02-05 Thread Herton Ronaldo Krzesinski
with the 6stack+fp standard config, just take the existing fixup. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=901846 Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/pci/hda/patch_realtek.c |1 + 1 file changed

[PATCH 56/93] drm/radeon: fix a rare case of double kfree

2013-02-05 Thread Herton Ronaldo Krzesinski
under which the problem happens are very rare. The card must be AGP and the system must run out of kmalloc area just at the right time so that one allocation succeeds, while the other fails. Signed-off-by: Ilija Hadzic ihad...@research.bell-labs.com Cc: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 61/93] can: pch_can: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
]. Signed-off-by: Olivier Sobrie oliv...@sobrie.be Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/can/pch_can.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/pch_can.c

[PATCH 64/93] IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround

2013-02-05 Thread Herton Ronaldo Krzesinski
j...@8bytes.org [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/iommu/amd_iommu_init.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu

[PATCH 65/93] xfs: Fix possible use-after-free with AIO

2013-02-05 Thread Herton Ronaldo Krzesinski
...@sgi.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/xfs/xfs_aops.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 8dad722..6868548 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -86,11

[PATCH 66/93] powerpc/book3e: Disable interrupt after preempt_schedule_irq

2013-02-05 Thread Herton Ronaldo Krzesinski
interrupt but we really should disable interrupts when we return from the interrupt, and so that we don't get interrupted after loading SRR0/1. Signed-off-by: Tiejun Chen tiejun.c...@windriver.com Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org Signed-off-by: Herton Ronaldo

[PATCH 68/93] EDAC: Test correct variable in -store function

2013-02-05 Thread Herton Ronaldo Krzesinski
...@oracle.com Signed-off-by: Borislav Petkov b...@suse.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/edac/edac_pci_sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/edac_pci_sysfs.c b/drivers/edac/edac_pci_sysfs.c index

[PATCH 70/93] samsung-laptop: Disable on EFI hardware

2013-02-05 Thread Herton Ronaldo Krzesinski
...@canonical.com Signed-off-by: Matt Fleming matt.flem...@intel.com Signed-off-by: H. Peter Anvin h...@linux.intel.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/platform/x86/samsung-laptop.c |4 1 file changed, 4 insertions

[PATCH 71/93] NFS: Fix error reporting in nfs_xdev_mount

2013-02-05 Thread Herton Ronaldo Krzesinski
Myklebust trond.mykleb...@netapp.com [ herton: backport for 3.5: * don't change dprintk to print nfs_xdev_mount as we are still in nfs_xdev_mount_common * differing clone_server/nfs_fs_mount_common (function call and arguments), keep the same calls as in 3.5 ] Signed-off-by: Herton Ronaldo

[PATCH 75/93] drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists

2013-02-05 Thread Herton Ronaldo Krzesinski
] Signed-off-by: Zhenzhong Duan zhenzhong.d...@oracle.com Cc: Feng Jin joe@oracle.com Cc: Jean Delvare kh...@linux-fr.org 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 77/93] [libata] ahci: Fix lack of command retry after a success error handler.

2013-02-05 Thread Herton Ronaldo Krzesinski
-off-by: Bian Yu bia...@kedacom.com Signed-off-by: Jeff Garzik jgar...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/ata/libata-eh.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata

[PATCH 82/93] wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task

2013-02-05 Thread Herton Ronaldo Krzesinski
and add the WARN_ON(). TASK_ALL has no other users, probably can be killed. Signed-off-by: Oleg Nesterov o...@redhat.com Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/sched/core.c |3 ++- 1 file

[PATCH 80/93] ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()

2013-02-05 Thread Herton Ronaldo Krzesinski
ptrace_signal_wake_up() can work inside ptrace_request() even if the tracee doesn't have the TASK_WAKEKILL bit set. Signed-off-by: Oleg Nesterov o...@redhat.com Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- include/linux

[PATCH 84/93] ahci: Add identifiers for ASM106x devices

2013-02-05 Thread Herton Ronaldo Krzesinski
by Hiroaki Nito Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=42804 Signed-off-by: Alan Cox a...@linux.intel.com Signed-off-by: Jeff Garzik jgar...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/ata/ahci.c |5 - 1 file changed, 4

[PATCH 85/93] module: fix symbol waiting when module fails before init

2013-02-05 Thread Herton Ronaldo Krzesinski
, so we need to wake them all. 3) wake_up_all() doesn't imply a memory barrier: I feel happier calling it after we've grabbed and dropped the module_mutex, not just after the state assignment. Signed-off-by: Rusty Russell ru...@rustcorp.com.au Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 87/93] module: add new state MODULE_STATE_UNFORMED.

2013-02-05 Thread Herton Ronaldo Krzesinski
the modules list. We add the state at the end, to avoid gratuitous ABI break (ksplice). Signed-off-by: Rusty Russell ru...@rustcorp.com.au Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- include/linux/module.h | 10 kernel/debug/kdb/kdb_main.c |2

[PATCH 89/93] module: fix missing module_mutex unlock

2013-02-05 Thread Herton Ronaldo Krzesinski
into some helper functions, hopefully the mess of complex goto targets will go away eventually. Reported-by: Dan Carpenter dan.carpen...@oracle.com Cc: Rusty Russell ru...@rustcorp.com.au Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski

[PATCH 91/93] xfs: fix periodic log flushing

2013-02-05 Thread Herton Ronaldo Krzesinski
Myers b...@sgi.com Signed-off-by: Ben Myers b...@sgi.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/xfs/xfs_sync.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_sync.c b/fs/xfs/xfs_sync.c index 1e9ee06

[PATCH 92/93] gspca_kinect: add Kinect for Windows USB id

2013-02-05 Thread Herton Ronaldo Krzesinski
- drivers/media/video/gspca/kinect.c ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/media/video/gspca/kinect.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c index e8e8f2f..bfbc228

[PATCH 93/93] ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area

2013-02-05 Thread Herton Ronaldo Krzesinski
: - Adjust context - The mapping is not conditional; drop the 'ne' suffixes] Signed-off-by: Ben Hutchings b...@decadent.org.uk [ herton: same backport applies to 3.5, with context adjusted on comment ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/arm/kernel/head.S

[PATCH 90/93] intel_idle: Don't register CPU notifier if we are not running.

2013-02-05 Thread Herton Ronaldo Krzesinski
-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/idle/intel_idle.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index d0f59c3..04eced7 100644 --- a/drivers/idle/intel_idle.c +++ b

[PATCH 88/93] module: put modules in list much earlier.

2013-02-05 Thread Herton Ronaldo Krzesinski
region. Reported-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Rusty Russell ru...@rustcorp.com.au Tested-by: Prarit Bhargava pra...@redhat.com [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/module.c | 90

[PATCH 86/93] module: wait when loading a module which is currently initializing.

2013-02-05 Thread Herton Ronaldo Krzesinski
...@rustcorp.com.au Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/module.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index 27e302a..8dd60f4 100644 --- a/kernel/module.c

[PATCH 83/93] drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled

2013-02-05 Thread Herton Ronaldo Krzesinski
: DevSNB Reviewed-by: Rodrigo Vivi rodrigo.v...@gmail.com Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_pm.c |4 2 files changed, 5 insertions

[PATCH 79/93] x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI

2013-02-05 Thread Herton Ronaldo Krzesinski
. Signed-off-by: H. Peter Anvin h...@linux.intel.com Cc: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/kernel/setup.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c

[PATCH 81/93] ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL

2013-02-05 Thread Herton Ronaldo Krzesinski
change to set_task_blockstep, the function doesn't exist on 3.5 ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- kernel/ptrace.c | 64 ++- kernel/signal.c |5 + 2 files changed, 59 insertions(+), 10

[PATCH 78/93] x86/Sandy Bridge: mark arrays in __init functions as __initconst

2013-02-05 Thread Herton Ronaldo Krzesinski
. Reported-by: Mathias Krause mini...@googlemail.com Link: http://lkml.kernel.org/r/75f4bee6-cb0e-4426-b40b-697451677...@googlemail.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/kernel/setup.c |4 ++-- 1

[PATCH 76/93] [libata] ahci: Add support for Enmotus Bobcat device.

2013-02-05 Thread Herton Ronaldo Krzesinski
to force BAR 2. Signed-off-by: Hugh Daschbach hugh.daschb...@enmotus.com Signed-off-by: Jeff Garzik jgar...@redhat.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/ata/ahci.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH 74/93] drivers/firmware/dmi_scan.c: check dmi version when get system uuid

2013-02-05 Thread Herton Ronaldo Krzesinski
a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/firmware/dmi_scan.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/firmware

[PATCH 73/93] NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session

2013-02-05 Thread Herton Ronaldo Krzesinski
...@netapp.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/nfs/nfs4state.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index f38300e..9bc63d3 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs

[PATCH 69/93] efi: Make 'efi_enabled' a function to query EFI facilities

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Matt Fleming matt.flem...@intel.com Signed-off-by: H. Peter Anvin h...@linux.intel.com [ herton: adjust efi_enabled check at start_kernel ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/include/asm/efi.h |1 + arch/x86/kernel/reboot.c

[PATCH 62/93] ALSA: usb-audio: fix invalid length check for RME and other UAC 2 devices

2013-02-05 Thread Herton Ronaldo Krzesinski
-potsdam.de Tested-by: Matthew Robbetts wingfeath...@gmail.com Tested-by: Michael Beer bee...@sigma6audio.de Cc: Daniel Mack dan...@caiaq.de Signed-off-by: Clemens Ladisch clem...@ladisch.de Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin

[PATCH 72/93] NFS: Don't silently fail setattr() requests on mountpoints

2013-02-05 Thread Herton Ronaldo Krzesinski
on mountpoints, and tries to do the same for referrals, provided that we have a filehandle... Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- fs/nfs/namespace.c | 20 1 file changed, 20

[PATCH 67/93] ALSA: hda - Fix non-snoop page handling

2013-02-05 Thread Herton Ronaldo Krzesinski
/show_bug.cgi?id=800701 Signed-off-by: Takashi Iwai ti...@suse.de [ herton: snd_pcm_get_dma_buf doesn't exist on 3.5, pass substream-runtime-dma_buffer_p directly ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- sound/pci/hda/hda_intel.c | 40

[PATCH 63/93] smp: Fix SMP function call empty cpu mask race

2013-02-05 Thread Herton Ronaldo Krzesinski
a...@linux-foundation.org Cc: pet...@infradead.org Cc: min...@mina86.org Cc: srivatsa.b...@linux.vnet.ibm.com Link: http://lkml.kernel.org/r/20130126075357.GA3205@udknight [ Tidied up the changelog and the comment in the code. ] Signed-off-by: Ingo Molnar mi...@kernel.org Signed-off-by: Herton Ronaldo

[PATCH 59/93] can: c_can: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
]. Cc: Bhupesh Sharma bhupesh.sha...@st.com Signed-off-by: Olivier Sobrie oliv...@sobrie.be Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/can/c_can/c_can.c |4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 55/93] drm/radeon: fix error path in kpage allocation

2013-02-05 Thread Herton Ronaldo Krzesinski
...@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 |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b

[PATCH 57/93] x86/msr: Add capabilities check

2013-02-05 Thread Herton Ronaldo Krzesinski
a...@linux.intel.com Cc: Linus Torvalds torva...@linux-foundation.org Cc: Andrew Morton a...@linux-foundation.org Cc: Peter Zijlstra a.p.zijls...@chello.nl Signed-off-by: Ingo Molnar mi...@kernel.org Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/kernel/msr.c

[PATCH 58/93] x86, efi: Set runtime_version to the EFI spec revision

2013-02-05 Thread Herton Ronaldo Krzesinski
, which is available in the EFI System Table header. Cc: Seiji Aguchi seiji.agu...@hds.com Cc: Matthew Garrett mj...@srcf.ucam.org Signed-off-by: Matt Fleming matt.flem...@intel.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- arch/x86/platform/efi/efi.c |2 +- 1 file

[PATCH 60/93] can: ti_hecc: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
]. Cc: Anant Gole anantg...@ti.com Signed-off-by: Olivier Sobrie oliv...@sobrie.be Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/can/ti_hecc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 53/93] drm/radeon: fix cursor corruption on DCE6 and newer

2013-02-05 Thread Herton Ronaldo Krzesinski
around lead to corruption. agd5f: check DCE6 rather than ARUBA since the issue is DCE version specific rather than family specific. 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

[PATCH 46/93] ath9k_hw: fix chain swap setting when setting rx chainmask to 5

2013-02-05 Thread Herton Ronaldo Krzesinski
the runtime chainmask is. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com [ herton: keep AR_SREV_9462(ah) conditional assignment (tx = 3), present on 3.5 ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net

[PATCH 47/93] mwifiex: fix typo in PCIe adapter NULL check

2013-02-05 Thread Herton Ronaldo Krzesinski
-by: Avinash Patil pat...@marvell.com Signed-off-by: Bing Zhao bz...@marvell.com Reviewed-by: Sergey V. sftp.mt...@gmail.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/net/wireless/mwifiex/pcie.c |2

[PATCH 49/93] drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits

2013-02-05 Thread Herton Ronaldo Krzesinski
. References: https://bugzilla.kernel.org/show_bug.cgi?id=52311 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Reviewed-by: Ben Widawsky b...@bwidawsk.net Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm

[PATCH 50/93] iommu/intel: disable DMAR for g4x integrated gfx

2013-02-05 Thread Herton Ronaldo Krzesinski
] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/iommu/intel-iommu.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index 92f5912..1f78d86 100644

[PATCH 54/93] radeon_display: Use pointer return error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
...@intel.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_display.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_display.c b

[PATCH 48/93] drm/i915: Disable AsyncFlip performance optimisations

2013-02-05 Thread Herton Ronaldo Krzesinski
-wilson.co.uk Reviewed-by: Imre Deak imre.d...@intel.com Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915

  1   2   3   4   5   6   7   8   9   10   >