[stable 3.0 revert request] x86-32, mm: Remove reference to resume_map_numa_kva()

2013-04-05 Thread Jiri Slaby
Hi, in 3.0.67 there is this commit: commit dbb694e810c87e7e1760527a783437f26ac5a547 Author: H. Peter Anvin Date: Thu Jan 31 13:53:10 2013 -0800 x86-32, mm: Remove reference to resume_map_numa_kva() commit bb112aec5ee41427e9b9726e3d57b896709598ed upstream. Remove reference to remo

hang while add block device to raid1

2013-04-05 Thread Vasiliy Tolstov
Hello. I'm use kernel 3.6.11 from stable tree. When i do some workload inside my xen vps (dd from /dev/zero), remove disk via echo 1 > /sys/class/block/xxx/device/delete and reattach it to raid1 i have hand md device. On physical device i'm use lvm on top of it raid1. I'm try to add on top of 3.6.

Re: [PATCH] Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"

2013-04-05 Thread Nicolas Ferre
On 04/03/2013 12:18 PM, Nicolas Ferre : > On 04/03/2013 11:54 AM, Johan Hovold : >> This reverts commit 0ef1594c017521ea89278e80fe3f80dafb17abde. >> >> This patch introduced a few races which cannot be easily fixed with a >> small follow-up patch. Furthermore, the SoC with the broken hardware >> re

Re: [PATCH] Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 04:14:35PM +0200, Nicolas Ferre wrote: > On 04/03/2013 12:18 PM, Nicolas Ferre : > > On 04/03/2013 11:54 AM, Johan Hovold : > >> This reverts commit 0ef1594c017521ea89278e80fe3f80dafb17abde. > >> > >> This patch introduced a few races which cannot be easily fixed with a > >>

Re: hang while add block device to raid1

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 04:13:40PM +0400, Vasiliy Tolstov wrote: > Hello. I'm use kernel 3.6.11 from stable tree. Which is no longer supported, can you duplicate this on the 3.8 stable tree? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a me

Re: [Intel-gfx] [PATCH] drm/i915: Workaround incoherence between fences and LLC across multiple CPUs

2013-04-05 Thread Jesse Barnes
On Thu, 4 Apr 2013 21:31:03 +0100 Chris Wilson wrote: > In order to fully serialize access to the fenced region and the update > to the fence register we need to take extreme measures on SNB+, and > manually flush writes to memory prior to writing the fence register in > conjunction with the mem

[PATCH] Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"

2013-04-05 Thread Nicolas Ferre
From: Johan Hovold This reverts commit 0ef1594. This patch introduced a few races which cannot be easily fixed with a small follow-up patch. Furthermore, the SoC with the broken hardware register, which this patch intended to add support for, can only be used with device trees, which this driver

Re: [ 105/124] af_unix: dont send SCM_CREDENTIAL when dest socket is NULL

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 12:47:15AM -0400, David Miller wrote: > From: Sven Joachim > Date: Wed, 03 Apr 2013 13:41:32 +0200 > > > On 2013-04-03 00:11 +0200, Greg Kroah-Hartman wrote: > > > >> 3.8-stable review patch. If anyone has any objections, please let me know. > > > > I'm seeing several c

Re: [PATCH resend] fs/proc: Move kfree outside pde_unload_lock

2013-04-05 Thread Nathan Zimmer
On 04/04/2013 03:44 PM, Al Viro wrote: On Thu, Apr 04, 2013 at 12:12:05PM -0500, Nathan Zimmer wrote: Ok I am cloning the tree now. It does look like the patches would conflict. I'll run some tests and take a deeper look. FWIW, I've just pushed there a tentative patch that switches to hopefull

Patch Upstream: Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"

2013-04-05 Thread Gregs git-bot
commit: e24b0bfa2f0446ffaad2661040be23668133aef8 From: Johan Hovold Date: Fri, 5 Apr 2013 18:16:34 +0200 Subject: Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" This reverts commit 0ef1594c017521ea89278e80fe3f80dafb17abde. This patch introduced a few races which cannot be

Patch Upstream: ALSA: hda - bug fix on return value when getting HDMI ELD info

2013-04-05 Thread Gregs git-bot
commit: 2ef5692efad330b67a234e2c49edad38538751e7 From: Mengdong Lin Date: Thu, 28 Mar 2013 05:20:22 -0400 Subject: ALSA: hda - bug fix on return value when getting HDMI ELD info In function snd_hdmi_get_eld(), the variable 'ret' should be initialized to 0. Otherwise it will be returned uninitiali

Patch Upstream: ASoC: dma-sh7760: Fix compile error

2013-04-05 Thread Gregs git-bot
commit: 417a1178f1bf3cdc606376b3ded3a22489fbb3eb From: Lars-Peter Clausen Date: Fri, 15 Mar 2013 11:26:15 +0100 Subject: ASoC: dma-sh7760: Fix compile error The dma-sh7760 currently fails with the following compile error: sound/soc/sh/dma-sh7760.c:346:2: error: unknown field 'pcm_ops' sp

Patch Upstream: ASoC: spear_pcm: Update to new pcm_new() API

2013-04-05 Thread Gregs git-bot
commit: 59d9cc2a5073ab4b8c8f8bdbacf230a538abc55d From: Lars-Peter Clausen Date: Mon, 18 Mar 2013 18:57:23 +0100 Subject: ASoC: spear_pcm: Update to new pcm_new() API Commit 552d1ef6 ("ASoC: core - Optimise and refactor pcm_new() to pass only rtd") updated the pcm_new() callback to take the rtd as

Patch Upstream: ASoC: imx-ssi: Fix occasional AC97 reset failure

2013-04-05 Thread Gregs git-bot
commit: b6e51600f4e983e757b1b6942becaa1ae7d82e67 From: Sascha Hauer Date: Sun, 10 Mar 2013 19:33:03 +0100 Subject: ASoC: imx-ssi: Fix occasional AC97 reset failure Signed-off-by: Sascha Hauer Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- sound/soc/fsl

Re: [PATCH resend] fs/proc: Move kfree outside pde_unload_lock

2013-04-05 Thread Al Viro
On Fri, Apr 05, 2013 at 12:05:26PM -0500, Nathan Zimmer wrote: > On 04/04/2013 03:44 PM, Al Viro wrote: > >On Thu, Apr 04, 2013 at 12:12:05PM -0500, Nathan Zimmer wrote: > > > >>Ok I am cloning the tree now. > >>It does look like the patches would conflict. > >>I'll run some tests and take a deeper

Linux 3.8.6

2013-04-05 Thread Greg KH
I'm announcing the release of the 3.8.6 kernel. All users of the 3.8 kernel series must upgrade. The updated 3.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.y and can be browsed at the normal kernel.org git web browser:

Linux 3.4.39

2013-04-05 Thread Greg KH
I'm announcing the release of the 3.4.39 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Linux 3.0.72

2013-04-05 Thread Greg KH
I'm announcing the release of the 3.0.72 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser:

Patch Upstream: spi/s3c64xx: modified error interrupt handling and init

2013-04-05 Thread Gregs git-bot
commit: 375981f2e14868be16cafbffd34a4f16a6ee01c6 From: Girish K S Date: Wed, 13 Mar 2013 12:13:30 +0530 Subject: spi/s3c64xx: modified error interrupt handling and init The status of the interrupt is available in the status register, so reading the clear pending register and writing back the same

Patch Upstream: spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts

2013-04-05 Thread Gregs git-bot
commit: 1ad849aee5f53353ed88d9cd3d68a51b03a7d44f From: Anatolij Gustschin Date: Wed, 13 Mar 2013 14:57:43 +0100 Subject: spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts Some SPI slave devices require asserted chip select signal across multiple transfer segments of an SPI m

Patch "ASoC: dma-sh7760: Fix compile error" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: dma-sh7760: Fix compile error to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-dma-sh7760-fix-

Patch "ASoC: dma-sh7760: Fix compile error" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: dma-sh7760: Fix compile error to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-dma-sh7760-fix-

Patch "ASoC: imx-ssi: Fix occasional AC97 reset failure" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: imx-ssi: Fix occasional AC97 reset failure to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-im

Patch "ASoC: spear_pcm: Update to new pcm_new() API" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: spear_pcm: Update to new pcm_new() API to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-spear_

FAILED: patch "[PATCH] Fix breakage in MIPS siginfo handling" failed to apply to 3.8-stable tree

2013-04-05 Thread gregkh
The patch below does not apply to the 3.8-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

FAILED: patch "[PATCH] drm/i915: Fix build failure" failed to apply to 3.8-stable tree

2013-04-05 Thread gregkh
The patch below does not apply to the 3.8-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "ALSA: hda - bug fix on return value when getting HDMI ELD info" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - bug fix on return value when getting HDMI ELD info to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "ALSA: hda - Enabling Realtek ALC 671 codec" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Enabling Realtek ALC 671 codec to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-enab

Patch "ALSA: hda - fix typo in proc output" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - fix typo in proc output to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-fix-typo-in

Patch "drm: correctly restore mappings if drm_open fails" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drm: correctly restore mappings if drm_open fails to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-co

Patch "drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2)" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2) to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "gpio: stmpe: pass DT node to irqdomain" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled gpio: stmpe: pass DT node to irqdomain to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: gpio-stmpe-pass-d

Patch "drm/nouveau: fix handling empty channel list in ioctl's" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/nouveau: fix handling empty channel list in ioctl's to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "HID: magicmouse: fix race between input_register() and probe()" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled HID: magicmouse: fix race between input_register() and probe() to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "MIPS: Fix logic errors in bitops.c" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled MIPS: Fix logic errors in bitops.c to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mips-fix-logic-errors

Patch "mm: prevent mmap_cache race in find_vma()" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: prevent mmap_cache race in find_vma() to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mm-prevent-mma

Patch "regmap: cache Fix regcache-rbtree sync" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled regmap: cache Fix regcache-rbtree sync to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: regmap-cache-fix-

Patch "regmap: Initialize `map->debugfs' before regcache" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled regmap: Initialize `map->debugfs' before regcache to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: regmap

Patch "Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the p

Patch "reiserfs: Fix warning and inode leak when deleting inode with xattrs" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled reiserfs: Fix warning and inode leak when deleting inode with xattrs to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch "spi/s3c64xx: modified error interrupt handling and init" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled spi/s3c64xx: modified error interrupt handling and init to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "UBIFS: make space fixup work in the remount case" has been added to the 3.8-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled UBIFS: make space fixup work in the remount case to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ubifs-m

Patch "ALSA: hda - bug fix on return value when getting HDMI ELD info" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - bug fix on return value when getting HDMI ELD info to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "ALSA: hda - fix typo in proc output" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - fix typo in proc output to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-fix-typo-in

Patch "ALSA: hda - Enabling Realtek ALC 671 codec" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Enabling Realtek ALC 671 codec to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-enab

Patch "regmap: cache Fix regcache-rbtree sync" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled regmap: cache Fix regcache-rbtree sync to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: regmap-cache-fix-

Patch "reiserfs: Fix warning and inode leak when deleting inode with xattrs" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled reiserfs: Fix warning and inode leak when deleting inode with xattrs to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch "spi/s3c64xx: modified error interrupt handling and init" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled spi/s3c64xx: modified error interrupt handling and init to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "UBIFS: make space fixup work in the remount case" has been added to the 3.4-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled UBIFS: make space fixup work in the remount case to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ubifs-m

Patch "ALSA: hda - bug fix on return value when getting HDMI ELD info" has been added to the 3.0-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - bug fix on return value when getting HDMI ELD info to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "ALSA: hda - fix typo in proc output" has been added to the 3.0-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - fix typo in proc output to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-fix-typo-in

Patch "reiserfs: Fix warning and inode leak when deleting inode with xattrs" has been added to the 3.0-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled reiserfs: Fix warning and inode leak when deleting inode with xattrs to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "ASoC: dma-sh7760: Fix compile error" has been added to the 3.0-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: dma-sh7760: Fix compile error to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-dma-sh7760-fix-

Patch "UBIFS: make space fixup work in the remount case" has been added to the 3.0-stable tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled UBIFS: make space fixup work in the remount case to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ubifs-m

Re: Linux 3.0.72

2013-04-05 Thread Christoph Biedl
Greg KH wrote... > I'm announcing the release of the 3.0.72 kernel. Oy, seems nobody tested -rc1 on i386: MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1

Re: Linux 3.0.72

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 09:32:51PM +0200, Christoph Biedl wrote: > Greg KH wrote... > > > I'm announcing the release of the 3.0.72 kernel. > > Oy, seems nobody tested -rc1 on i386: You mean i586, right? > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD

Re: hang while add block device to raid1

2013-04-05 Thread Vasiliy Tolstov
2013/4/5 Greg KH : > Which is no longer supported, can you duplicate this on the 3.8 stable > tree? > > thanks, > > greg k-h I will try today and send results. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- To unsubscribe from this list: send the line "unsubscr

Re: [PATCH resend] fs/proc: Move kfree outside pde_unload_lock

2013-04-05 Thread Nathan Zimmer
On 04/05/2013 12:36 PM, Al Viro wrote: On Fri, Apr 05, 2013 at 12:05:26PM -0500, Nathan Zimmer wrote: On 04/04/2013 03:44 PM, Al Viro wrote: On Thu, Apr 04, 2013 at 12:12:05PM -0500, Nathan Zimmer wrote: Ok I am cloning the tree now. It does look like the patches would conflict. I'll run some

Re: [PATCH resend] fs/proc: Move kfree outside pde_unload_lock

2013-04-05 Thread Al Viro
On Fri, Apr 05, 2013 at 03:56:17PM -0500, Nathan Zimmer wrote: > That didn't produce anything. I'll run some bisections over the > weekend and see what I can sort out. *Ugh* I'd try to build with DEBUG_KMEMLEAK and slapped printks on the entry and exit from close_pdeo(). If that doesn't show a

patch "usb: chipidea: udc: fix memory access of shared memory on armv5" added to usb tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: chipidea: udc: fix memory access of shared memory on armv5 to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-next branch. The patch will show up in th

patch "usb: chipidea: udc: fix memory leak in _ep_nuke" added to usb tree

2013-04-05 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: chipidea: udc: fix memory leak in _ep_nuke to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-next branch. The patch will show up in the next release o

Re: Linux 3.0.72

2013-04-05 Thread Christoph Biedl
Greg KH wrote... > On Fri, Apr 05, 2013 at 09:32:51PM +0200, Christoph Biedl wrote: > > Greg KH wrote... > > > > > I'm announcing the release of the 3.0.72 kernel. > > > > Oy, seems nobody tested -rc1 on i386: > > You mean i586, right? Right. I was thinking in Debian's architecture names. Actu

Re: Linux 3.0.72

2013-04-05 Thread Greg KH
On Sat, Apr 06, 2013 at 12:42:49AM +0200, Christoph Biedl wrote: > Greg KH wrote... > > > On Fri, Apr 05, 2013 at 09:32:51PM +0200, Christoph Biedl wrote: > > > Greg KH wrote... > > > > > > > I'm announcing the release of the 3.0.72 kernel. > > > > > > Oy, seems nobody tested -rc1 on i386: > >

[PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Todd Poynor
Replace C division operators with div64_u64 for divides introduced in: commit 503f4bdcc078e7abee273a85ce322de81b18a224 ext4: use atomic64_t for the per-flexbg free_clusters count Specific to the linux-3.0 backport of the upstream patch. Signed-off-by: Todd Poynor --- fs/ext4/ialloc.c | 5 +++--

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 03:54:23PM -0700, Todd Poynor wrote: > Replace C division operators with div64_u64 for divides introduced in: > commit 503f4bdcc078e7abee273a85ce322de81b18a224 > ext4: use atomic64_t for the per-flexbg free_clusters count > > Specific to the linux-3.0 backport of the upstre

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Christoph Biedl
Todd Poynor wrote... > Replace C division operators with div64_u64 for divides introduced in: > commit 503f4bdcc078e7abee273a85ce322de81b18a224 > ext4: use atomic64_t for the per-flexbg free_clusters count > > Specific to the linux-3.0 backport of the upstream patch. Fixes the compile error I re

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Todd Poynor
On Fri, Apr 5, 2013 at 4:01 PM, Greg KH wrote: > > On Fri, Apr 05, 2013 at 03:54:23PM -0700, Todd Poynor wrote: > > Replace C division operators with div64_u64 for divides introduced in: > > commit 503f4bdcc078e7abee273a85ce322de81b18a224 > > ext4: use atomic64_t for the per-flexbg free_clusters c

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Christoph Biedl
Todd Poynor wrote... > On Fri, Apr 5, 2013 at 4:01 PM, Greg KH wrote: > > > > On Fri, Apr 05, 2013 at 03:54:23PM -0700, Todd Poynor wrote: > > > Replace C division operators with div64_u64 for divides introduced in: > > > commit 503f4bdcc078e7abee273a85ce322de81b18a224 > > > ext4: use atomic64_t

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Theodore Ts'o
On Fri, Apr 05, 2013 at 04:18:15PM -0700, Todd Poynor wrote: > Perhaps the better fix is to revert those additional changes and let > the ext4 folks figure out what to do about the remaining atomic_reads. > > > And care to cc: the ext4 developers/maintainers when sending ext4 > > patches? Can you

[PATCH RESEND] ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix

2013-04-05 Thread Todd Poynor
Replace C division operators with div64_u64 for divides introduced in: commit 503f4bdcc078e7abee273a85ce322de81b18a224 ext4: use atomic64_t for the per-flexbg free_clusters count Specific to the 3.0-stable backport of the upstream patch. Signed-off-by: Todd Poynor --- Re-send with linux-ext4 lis

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Theodore Ts'o
Greg, The reason why Todd's patch is needed in 3.0 is because the code in question was nuked as of 3.2 by commit 4113c4caa4f355: commit 4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3 Author: Lukas Czerner Date: Sat Oct 8 14:34:47 2011 -0400 ext4: remove deprecated oldalloc For a long t

Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix

2013-04-05 Thread Greg KH
On Fri, Apr 05, 2013 at 07:50:18PM -0400, Theodore Ts'o wrote: > Greg, > > The reason why Todd's patch is needed in 3.0 is because the code in > question was nuked as of 3.2 by commit 4113c4caa4f355: > > commit 4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3 > Author: Lukas Czerner > Date: Sat Oct 8

Patch Upstream: ixgbe: fix registration order of driver and DCA nofitication

2013-04-05 Thread Gregs git-bot
commit: f01fc1a82c2ee68726b400fadb156bd623b5f2f1 From: Jakub Kicinski Date: Wed, 3 Apr 2013 16:50:54 + Subject: ixgbe: fix registration order of driver and DCA nofitication ixgbe_notify_dca cannot be called before driver registration because it expects driver's klist_devices to be allocated a

Patch Upstream: PCI/ACPI: Always resume devices on ACPI wakeup notifications

2013-04-05 Thread Gregs git-bot
commit: 24ad0ef9c8b946ed2abe681e4e44f4a1e643d882 From: "Rafael J. Wysocki" Date: Thu, 28 Mar 2013 11:07:29 + Subject: PCI/ACPI: Always resume devices on ACPI wakeup notifications It turns out that the _Lxx control methods provided by some BIOSes clear the PME Status bit of PCI devices they ha

Patch Upstream: MIPS: Unbreak function tracer for 64-bit kernel.

2013-04-05 Thread Gregs git-bot
commit: ad8c396936e328f5344e1881afde9e28d5f2045f From: David Daney Date: Tue, 2 Apr 2013 22:59:29 + Subject: MIPS: Unbreak function tracer for 64-bit kernel. Commit 58b69401c797 [MIPS: Function tracer: Fix broken function tracing] completely broke the function tracer for 64-bit kernels. The

Patch Upstream: PCI/PM: Disable runtime PM of PCIe ports

2013-04-05 Thread Gregs git-bot
commit: de7d5f729c72638f41d7c17487bccb1c570ff144 From: "Rafael J. Wysocki" Date: Sat, 30 Mar 2013 23:38:02 +0100 Subject: PCI/PM: Disable runtime PM of PCIe ports The runtime PM of PCIe ports turns out to be quite fragile, as in some cases things work while in some other cases they don't and we d

Patch Upstream: Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"

2013-04-05 Thread Gregs git-bot
commit: b8178f130e25c1bdac1c33e0996f1ff6e20ec08e From: Bjorn Helgaas Date: Mon, 1 Apr 2013 15:47:39 -0600 Subject: Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" This reverts commit 8c33f51df406e1a1f7fa4e9b244845b7ebd61fa6. Conflicts: drivers/acpi/pci_root.c This c

Patch Upstream: mwifiex: limit channel number not to overflow memory

2013-04-05 Thread Gregs git-bot
commit: 901ceba4e81e9dd6b4a3c4c37ee22000a6c5c65f From: Stone Piao Date: Fri, 29 Mar 2013 19:21:21 -0700 Subject: mwifiex: limit channel number not to overflow memory Limit the channel number in scan request, or the driver scan config structure memory will be overflowed. Cc: # 3.5+ Signed-off-by

Patch Upstream: EISA/PCI: Init EISA early, before PNP

2013-04-05 Thread Gregs git-bot
commit: c5fb301ae83bec6892e54984e6ec765c47df8e10 From: Yinghai Lu Date: Wed, 27 Mar 2013 21:28:05 -0700 Subject: EISA/PCI: Init EISA early, before PNP Matthew reported kernels fail the pci_eisa probe and are later successful with the virtual_eisa_root_init force probe without slot0. The reason f

Patch Upstream: EISA/PCI: Fix bus res reference

2013-04-05 Thread Gregs git-bot
commit: 2cfda637e29ce9e3df31b59f64516b2e571cc985 From: Yinghai Lu Date: Mon, 1 Apr 2013 11:48:59 -0600 Subject: EISA/PCI: Fix bus res reference Matthew found that 3.8.3 is having problems with an old (ancient) PCI-to-EISA bridge, the Intel 82375. It worked with the 3.2 kernel. He identified the 8

Patch Upstream: mac80211: fix remain-on-channel cancel crash

2013-04-05 Thread Gregs git-bot
commit: 3fbd45ca8d1c98f3c2582ef8bc70ade42f70947b From: Johannes Berg Date: Mon, 25 Mar 2013 11:51:14 +0100 Subject: mac80211: fix remain-on-channel cancel crash If a ROC item is canceled just as it expires, the work struct may be scheduled while it is running (and waiting for the mutex). This res