Re: How to request a fast-forward pull

2012-08-20 Thread Jeff King
On Mon, Aug 20, 2012 at 01:40:33PM -0700, Jonathan Nieder wrote: > > When you have a moment, would you please migrate this > > across to your main linux-stable repository? > > > > Both a branch and signed tag are present and pointing at > > the same commit, but "git request-pull" does favour outpu

Re: [ 04/16] drm/i915: correctly order the ring init sequence

2012-08-20 Thread Daniel Vetter
On Tue, Aug 21, 2012 at 7:13 AM, Herton Ronaldo Krzesinski wrote: > On Sun, Aug 19, 2012 at 08:56:03PM -0700, Greg Kroah-Hartman wrote: >> From: Greg KH >> >> 3.0-stable review patch. If anyone has any objections, please let me know. >> >> -- >> >> From: Daniel Vetter >> >> comm

Re: [ 04/16] drm/i915: correctly order the ring init sequence

2012-08-20 Thread Herton Ronaldo Krzesinski
On Sun, Aug 19, 2012 at 08:56:03PM -0700, Greg Kroah-Hartman wrote: > From: Greg KH > > 3.0-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Daniel Vetter > > commit 0d8957c8a90bbb5d34fab9a304459448a5131e06 upstream. > > We may only sta

Patch Upstream: PCI: EHCI: Fix crash during hibernation on ASUS computers

2012-08-20 Thread Gregs git-bot
commit: 0b68c8e2c3afaf9807eb1ebe0ccfb3b809570aa4 From: Rafael J. Wysocki Date: Sun, 12 Aug 2012 23:26:07 +0200 Subject: PCI: EHCI: Fix crash during hibernation on ASUS computers Commit dbf0e4c (PCI: EHCI: fix crash during suspend on ASUS computers) added a workaround for an ASUS suspend issue rel

Linux 2.6.34.13

2012-08-20 Thread Paul Gortmaker
I'm announcing the release of the 2.6.34.13 kernel. All 2.6.34 users are strongly encouraged to update. The updated 2.6.34.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.34.y and can be browsed at the normal kernel.org git web brows

the 3.4 kernel tree will be -longterm

2012-08-20 Thread Greg KH
As I'm getting a few questions about this, and I realized that I never sent out an email about this, yes, the 3.4 kernel tree will be the next -longterm kernel that I will be maintaining for at least 2 years. Currently I'm maintaining the following stable kernel trees for the following amount of t

Re: [GIT PULL] v2.6.34.13

2012-08-20 Thread Greg Kroah-Hartman
On Mon, Aug 20, 2012 at 04:28:03PM -0400, Paul Gortmaker wrote: > Hi Greg, > > When you have a moment, would you please migrate this > across to your main linux-stable repository? > > Both a branch and signed tag are present and pointing at > the same commit, but "git request-pull" does favour ou

+ rapidio-tsi721-fix-unused-variable-compiler-warning.patch added to -mm tree

2012-08-20 Thread akpm
The patch titled Subject: rapidio/tsi721: fix unused variable compiler warning has been added to the -mm tree. Its filename is rapidio-tsi721-fix-unused-variable-compiler-warning.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to c

+ rapidio-tsi721-fix-inbound-doorbell-interrupt-handling.patch added to -mm tree

2012-08-20 Thread akpm
The patch titled Subject: rapidio/tsi721: fix inbound doorbell interrupt handling has been added to the -mm tree. Its filename is rapidio-tsi721-fix-inbound-doorbell-interrupt-handling.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefe

+ drivers-rtc-rtc-rs5c348c-fix-hour-decoding-in-12-hour-mode.patch added to -mm tree

2012-08-20 Thread akpm
The patch titled Subject: drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode has been added to the -mm tree. Its filename is drivers-rtc-rtc-rs5c348c-fix-hour-decoding-in-12-hour-mode.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed

How to request a fast-forward pull

2012-08-20 Thread Jonathan Nieder
Hi gitsters, Paul Gortmaker wrote: > When you have a moment, would you please migrate this > across to your main linux-stable repository? > > Both a branch and signed tag are present and pointing at > the same commit, but "git request-pull" does favour output > of the tag over the branch name. >

[GIT PULL] v2.6.34.13

2012-08-20 Thread Paul Gortmaker
Hi Greg, When you have a moment, would you please migrate this across to your main linux-stable repository? Both a branch and signed tag are present and pointing at the same commit, but "git request-pull" does favour output of the tag over the branch name. But merging the tag will want to create

Patch Upstream: x86, avx: don't use avx instructions with "noxsave" boot param

2012-08-20 Thread Gregs git-bot
commit: c6fd893da927c6cefb2ece22402765379921a834 From: Suresh Siddha Date: Tue, 31 Jul 2012 10:29:14 -0700 Subject: x86, avx: don't use avx instructions with "noxsave" boot param Clear AVX, AVX2 features along with clearing XSAVE feature bits, as part of the parsing "noxsave" parameter. Fixes th

Patch Upstream: sched: fix divide by zero at {thread_group,task}_times

2012-08-20 Thread Gregs git-bot
commit: bea6832cc8c4a0a9a65dd17da6aaa657fe27bc3e From: Stanislaw Gruszka Date: Wed, 8 Aug 2012 11:27:15 +0200 Subject: sched: fix divide by zero at {thread_group,task}_times On architectures where cputime_t is 64 bit type, is possible to trigger divide by zero on do_div(temp, (__force u32) total)

Patch Upstream: sched,cgroup: Fix up task_groups list

2012-08-20 Thread Gregs git-bot
commit: 35cf4e50b16331def6cfcbee11e49270b6db07f5 From: Mike Galbraith Date: Tue, 7 Aug 2012 05:00:13 +0200 Subject: sched,cgroup: Fix up task_groups list With multiple instances of task_groups, for_each_rt_rq() is a noop, no task groups having been added to the rt.c list instance. This renders _

Patch Upstream: mutex: Place lock in contended state after fastpath_lock failure

2012-08-20 Thread Gregs git-bot
commit: 0bce9c46bf3b15f485d82d7e81dabed6ebcc24b1 From: Will Deacon Date: Fri, 10 Aug 2012 15:22:09 +0100 Subject: mutex: Place lock in contended state after fastpath_lock failure ARM recently moved to asm-generic/mutex-xchg.h for its mutex implementation after the previous implementation was foun

Patch Upstream: regulator: twl-regulator: fix up VINTANA1/VINTANA2

2012-08-20 Thread Gregs git-bot
commit: 908d6d52928a7f2a4b317aac47542c5fbef43d88 From: Aaro Koskinen Date: Wed, 15 Aug 2012 01:10:04 +0300 Subject: regulator: twl-regulator: fix up VINTANA1/VINTANA2 It seems commit 2098e95ce9bb039ff2e7bf836df358d18a176139 (regulator: twl: adapt twl-regulator driver to dt) accidentally deleted V

Patch Upstream: USB: smsusb: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: d04dbd1c0ec17a13326c8f2279399c225836a79f From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:26 -0700 Subject: USB: smsusb: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure need

Patch Upstream: USB: jl2005bcd: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: ec063351684298e295dc9444d143ddfd6ab02df8 From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:27 -0700 Subject: USB: jl2005bcd: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure n

Patch Upstream: USB: p54usb: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: b9c4167cbbafddac3462134013bc15e63e4c53ef From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:28 -0700 Subject: USB: p54usb: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure need

Patch Upstream: USB: spca506: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: e694d518886c7afedcdd1732477832b2e32744e4 From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:27 -0700 Subject: USB: spca506: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure nee

Patch Upstream: USB: rtl8187: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: a3433179d0822ccfa8e80aa4d1d52843bd2dcc63 From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:29 -0700 Subject: USB: rtl8187: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure nee

Patch Upstream: USB: vt6656: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: 4d088876f24887cd15a29db923f5f37db6a99f21 From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:33 -0700 Subject: USB: vt6656: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure need

Patch Upstream: USB: winbond: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: 43a34695d9cd79c6659f09da6d3b0624f3dd169f From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:37 -0700 Subject: USB: winbond: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure nee

Patch Upstream: USB: emi62: remove __devinit* from the struct usb_device_id table

2012-08-20 Thread Gregs git-bot
commit: 83957df21dd94655d2b026e0944a69ff37b83988 From: Greg Kroah-Hartman Date: Fri, 17 Aug 2012 17:48:41 -0700 Subject: USB: emi62: remove __devinit* from the struct usb_device_id table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This structure needs

Patch Upstream: USB: CDC ACM: Fix NULL pointer dereference

2012-08-20 Thread Gregs git-bot
commit: 99f347caa4568cb803862730b3b1f1942639523f From: Sven Schnelle Date: Fri, 17 Aug 2012 21:43:43 +0200 Subject: USB: CDC ACM: Fix NULL pointer dereference If a device specifies zero endpoints in its interface descriptor, the kernel oopses in acm_probe(). Even though that's clearly an invalid

Patch Upstream: x32: Use compat shims for {g,s}etsockopt

2012-08-20 Thread Gregs git-bot
commit: 515c7af85ed92696c311c53d53cb4898ff32d784 From: Mike Frysinger Date: Sat, 18 Aug 2012 16:11:37 -0400 Subject: x32: Use compat shims for {g,s}etsockopt Some of the arguments to {g,s}etsockopt are passed in userland pointers. If we try to use the 64bit entry point, we end up sometimes failin

Patch Upstream: vfs: missed source of ->f_pos races

2012-08-20 Thread Gregs git-bot
commit: 0e665d5d1125f9f4ccff56a75e814f10f88861a2 From: Al Viro Date: Mon, 20 Aug 2012 15:28:00 +0100 Subject: vfs: missed source of ->f_pos races compat_sys_{read,write}v() need the same "pass a copy of file->f_pos" thing as sys_{read,write}{,v}(). Signed-off-by: Al Viro Cc: sta...@kernel.org S

Patch Upstream: Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts

2012-08-20 Thread Gregs git-bot
commit: 67a806d9499353fabd5b5ff07337f3aa88a1c3ba From: Mel Gorman Date: Sun, 19 Aug 2012 14:41:03 +1200 Subject: Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts The following build error occurred during an alpha build: net/core/sock.c:274:36: error: initializer element is not constant

Patch Upstream: alpha: Don't export SOCK_NONBLOCK to user space.

2012-08-20 Thread Gregs git-bot
commit: a2fa3ccd7b43665fe14cb562761a6c3d26a1d13f From: Michael Cree Date: Sun, 19 Aug 2012 14:40:56 +1200 Subject: alpha: Don't export SOCK_NONBLOCK to user space. Currently we export SOCK_NONBLOCK to user space but that conflicts with the definition from glibc leading to compilation errors in us

Patch Upstream: dyndbg: fix for SOH in logging messages

2012-08-20 Thread Gregs git-bot
commit: ebdc82899ec5ed35af1c79ed6a4eeda69dad9b90 From: Markus Trippelsdorf Date: Sat, 18 Aug 2012 18:35:51 -0600 Subject: dyndbg: fix for SOH in logging messages commit af7f2158fde was done against master, and clashed with structured logging's change of KERN_LEVEL to SOH. Bisected and fixed by M

Patch Upstream: alpha: fix fpu.h usage in userspace

2012-08-20 Thread Gregs git-bot
commit: 0be421862b857e61964435ffcaa7499cf77a5e5a From: Mike Frysinger Date: Sun, 19 Aug 2012 14:41:02 +1200 Subject: alpha: fix fpu.h usage in userspace After commit ec2212088c42 ("Disintegrate asm/system.h for Alpha"), the fpu.h header which we install for userland started depending on special_i

[merged] drivers-cpuidle-coupledc-fix-sleeping-while-atomic-in-cpu-notifier.patch removed from -mm tree

2012-08-20 Thread akpm
The patch titled Subject: drivers/cpuidle/coupled.c: fix sleeping while atomic in cpu notifier has been removed from the -mm tree. Its filename was drivers-cpuidle-coupledc-fix-sleeping-while-atomic-in-cpu-notifier.patch This patch was dropped because it was merged into mainline or a

Re: [PATCH] drm/i915: use hsw rps tuning values everywhere on gen6+

2012-08-20 Thread Daniel Vetter
On Wed, Aug 15, 2012 at 10:41:45AM +0200, Daniel Vetter wrote: > James Bottomley reported [1] a massive power regression, due to the > enabling of semaphores by default in 3.5. A workaround for him is to > again disable semaphores. And indeed, his system has a very hard time > to entre rc6 with sem

Re: [PATCH 1/1] [for 3.0] e1000e: Disable ASPM L1 on 82574

2012-08-20 Thread Nikola Ciprich
hi, it's my first patch for -stable, so I hope I haven't screwed anything. If yes,please let me know. I also wonder whether following-up 59aed95263bdd0e2b48eb9be5a94346d2d4abf90 removing special case not needed after applying this fix is suitable for stable? I guess not.. BR nik On Mon, Aug 20,

[PATCH 1/1] [for 3.0] e1000e: Disable ASPM L1 on 82574

2012-08-20 Thread Nikola Ciprich
commit ce14e691e8091187993bceccbc4740eae0821dee Author: Nikola Ciprich Date: Mon Aug 20 18:46:20 2012 +0200 backport of d4a4206ebbaf48b55803a7eb34e330530d83a889 for 3.0: e1000e: Disable ASPM L1 on 82574 ASPM on the 82574 causes trouble. Currently the driver disables L0s fo

Re: 3.5-rc6 doesn't run powerpc SoundByLayout

2012-08-20 Thread Elimar Riesebieter
* Michel Dänzer [2012-08-20 16:35 +0200]: > On Fre, 2012-08-17 at 14:17 +0200, Andreas Schwab wrote: > > Michel Dänzer writes: > > > > > Commit 26b0d14106954ae46d2f4f7eec3481828a210f7d ('sound/aoa: Adapt to > > > new i2c probing scheme') seems to fix it for me (only tested with > > > loading t

[PATCH 4/4] drm/radeon: split ATRM support out from the ATPX handler (v3)

2012-08-20 Thread alexdeucher
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15

[PATCH 3/4] drm/radeon: convert radeon vfct code to use acpi_get_table_with_size

2012-08-20 Thread alexdeucher
From: Alex Deucher Allows us to verify the table size. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_bios.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/drivers/gpu/drm/radeon/ra

[PATCH 2/4] ACPI: export symbol acpi_get_table_with_size

2012-08-20 Thread alexdeucher
From: Alex Deucher We need it in the radeon drm module to fetch and verify the vbios image on UEFI systems. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/acpi/acpica/tbxface.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/acpica/tbxf

[PATCH 1/4] drm/radeon: implement ACPI VFCT vbios fetch (v3)

2012-08-20 Thread alexdeucher
From: David Lamparter This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Reviewed-by: Jerome

Re: [ 00/46] 3.5.3-stable review

2012-08-20 Thread J. Bruce Fields
On Mon, Aug 20, 2012 at 07:46:13AM -0700, Greg KH wrote: > On Mon, Aug 20, 2012 at 10:26:25AM +0200, Holger Hoffstaette wrote: > > (CC: J. Bruce Fields) > > > > Greg, > > > > it looks like a fix for a regression in NFS is not mentioned in this > > patch even though it was supposedly sent to -stab

Re: 3.5-rc6 doesn't run powerpc SoundByLayout

2012-08-20 Thread Michel Dänzer
On Fre, 2012-08-17 at 14:17 +0200, Andreas Schwab wrote: > Michel Dänzer writes: > > > Commit 26b0d14106954ae46d2f4f7eec3481828a210f7d ('sound/aoa: Adapt to > > new i2c probing scheme') seems to fix it for me (only tested with > > loading the snd-aoa-codec-onyx module manually so far). Andreas,

Re: [ 00/46] 3.5.3-stable review

2012-08-20 Thread Greg KH
On Mon, Aug 20, 2012 at 10:26:25AM +0200, Holger Hoffstaette wrote: > (CC: J. Bruce Fields) > > Greg, > > it looks like a fix for a regression in NFS is not mentioned in this > patch even though it was supposedly sent to -stable: > http://lkml.indiana.edu/hypermail/linux/kernel/1208.2/00594.html

Re: Linux 3.2.28

2012-08-20 Thread Ben Hutchings
diff --git a/Makefile b/Makefile index bdf851f..5368961 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 27 +SUBLEVEL = 28 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index

Linux 3.2.28

2012-08-20 Thread Ben Hutchings
I'm announcing the release of the 3.2.28 kernel. All users of the 3.2 kernel series should upgrade. The updated 3.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 4/4] zfcp: Bounds checking for deferred error trace

2012-08-20 Thread Martin Peschke
Hi Steffen, mit dem Herumdoktern dort tu ich mich insofern schwer, als dass das ganze pl-array auf'm Stack broken ist (Grösse: 8 byte * (36 + 1) = 296 Bytes). Lieber wär mir, pl rauswerfen und dabei alles richtig zu machen :) Mir fallen auch andere gute Gründe ein, warum das pl-array eine schlecht

Re: [Patch] netconsole: remove a redundant netconsole_target_put()

2012-08-20 Thread David Miller
From: Cong Wang Date: Sun, 19 Aug 2012 01:02:20 +0800 > This netconsole_target_put() is obviously redundant, and it > causes a kernel segfault when removing a bridge device which has > netconsole running on it. > > This is caused by: > > commit 8d8fc29d02a33e4bd5f4fa47823c1fd386346093 >

[PATCH V2 RESEND] OMAP: USB : Fix the EHCI enumeration and core retention issue

2012-08-20 Thread Keshava Munegowda
This commit 354ab8567ae3107a8cbe7228c3181990ba598aac titled "Fix OMAP EHCI suspend/resume failure (i693)" is causing the usb hub and device detection fails in beagle XM causeing NFS not functional. This affects the core retention too. The same commit logic needs to be revisted adhering to hwmod and

Re: [ 00/46] 3.5.3-stable review

2012-08-20 Thread Holger Hoffstaette
(CC: J. Bruce Fields) Greg, it looks like a fix for a regression in NFS is not mentioned in this patch even though it was supposedly sent to -stable: http://lkml.indiana.edu/hypermail/linux/kernel/1208.2/00594.html I tried to locate the patch in git but could not find it anywhere. As far as I ca