[ 12/59] perf: Clone child context from parent context pmu

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit 734df5ab549ca44f40de0f07af1c8803856dfb18 upstream. Currently when the child context for inherited events is created, it's based on the pmu object of the first event of the

[ 22/59] ipv6: ip6_sk_dst_check() must not assume ipv6 dst

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit a963a37d384d71ad43b3e9e79d68d42fbe0901f3 ] It's possible to use AF_INET6 sockets and to connect to an IPv4 destination. After this, socket dst cache is a pointer

[ 17/59] sparc: tsb must be flushed before tlb

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp This fixes a race where a cpu may re-load a tlb from a stale tsb right after it has been flushed by a remote function call. I still see some instability when stressing the system

[ 18/59] bridge: fix switched interval for MLD Query types

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Linus Lüssing [ Upstream commit 32de868cbc6bee010d2cee95b5071b25ecbec8c3 ] General Queries (the one with the Multicast Address field set to zero / '::') are supposed to have a Maximum Response

Re: [PATCH net-next 2/2] sysctl: range checking in do_proc_dointvec_ms_jiffies_conv

2013-07-26 Thread David Miller
From: Francesco Fusco Date: Wed, 24 Jul 2013 10:39:07 +0200 > When (integer) sysctl values are expressed in ms and have to be > represented internally as jiffies. The msecs_to_jiffies function > returns an unsigned long, which gets assigned to the integer. > This patch prevents the value to be

[ 19/59] ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Aydin Arik [ Upstream commit c0353c7b5da4cbd2ab8227e84bbc9c79890f24ce ] MD5 key lookups on a given TCP socket were being performed incorrectly. This fix alters parameter inputs to the MD5

[ 32/59] sunvnet: vnet_port_remove must call unregister_netdev

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp [ Upstream commit aabb9875d02559ab9b928cd6f259a5cc4c21a589 ] The missing call to unregister_netdev() leaves the interface active after the driver is unloaded by rmmod.

[ 31/59] ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 75a493e60ac4bbe2e977e7129d6d8cbb0dd236be ] If the socket had an IPV6_MTU value set, ip6_append_data_mtu lost track of this when appending the second

[ 21/59] macvtap: fix recovery from gup errors

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" [ Upstream commit 4c7ab054ab4f5d63625508ed6f8a607184cae7c2 ] get user pages might fail partially in macvtap zero copy mode. To recover we need to put all pages that we

[ 25/59] neighbour: fix a race in neigh_destroy()

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit c9ab4d85de222f3390c67aedc9c18a50e767531e ] There is a race in neighbour code, because neigh_destroy() uses skb_queue_purge(>arp_queue) without holding neighbour

[ 30/59] ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 8822b64a0fa64a5dd1dfcf837c5b0be83f8c05d1 ] We accidentally call down to ip6_push_pending_frames when uncorking pending AF_INET data on a ipv6 socket.

[ 20/59] ipv6: dont call addrconf_dst_alloc again when enable lo

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Gao feng [ Upstream commit a881ae1f625c599b460cc8f8a7fcb1c438f699ad ] If we disable all of the net interfaces, and enable un-lo interface before lo interface, we already allocated the addrconf

Re: [PATCH 1/2] Staging: bcm: InterfaceIdleMode: Fixed spacing/tabing issues

2013-07-26 Thread Greg KH
On Fri, Jul 26, 2013 at 08:59:33PM +0800, Lilis Iskandar wrote: > Fixed spacing/tabing issues. > > Signed-off-by: Lilis Iskandar > --- > drivers/staging/bcm/InterfaceIdleMode.c | 38 > - > 1 file changed, 19 insertions(+), 19 deletions(-) All of your patches are

[ 27/59] net: Swap ver and type in pppoe_hdr

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Changli Gao [ Upstream commit b1a5a34bd0b8767ea689e68f8ea513e9710b671e ] Ver and type in pppoe_hdr should be swapped as defined by RFC2516 section-4. Signed-off-by: David S. Miller

[ 16/59] sparc64 address-congruence property

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: bob picco The Machine Description (MD) property "address-congruence-offset" is optional. According to the MD specification the value is assumed 0UL when not present. This caused early boot

[ 26/59] x25: Fix broken locking in ioctl error paths.

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Jones [ Upstream commit 4ccb93ce7439b63c31bc7597bfffd13567fa483d ] Two of the x25 ioctl cases have error paths that break out of the function without unlocking the socket, leading to

[ 39/59] atl1e: fix dma mapping warnings

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman [ Upstream commit 352900b583b2852152a1e05ea0e8b579292e731e ] Recently had this backtrace reported: WARNING: at lib/dma-debug.c:937 check_unmap+0x47d/0x930() Hardware name: System

[ 37/59] dummy: fix oops when loading the dummy failed

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 2c8a01894a12665d8059fad8f0a293c98a264121 ] We rename the dummy in modprobe.conf like this: install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy

[ 33/59] ifb: fix rcu_sched self-detected stalls

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 440d57bc5ff55ec1efb3efc9cbe9420b4bbdfefa ] According to the commit 16b0dc29c1af9df341428f4c49ada4f626258082 (dummy: fix rcu_sched self-detected stalls) Eric

[ 36/59] 9p: fix off by one causing access violations and memory corruption

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sasha Levin [ Upstream commit 110ecd69a9feea82a152bbf9b12aba57e6396883 ] p9_release_pages() would attempt to dereference one value past the end of pages[]. This would cause the following

[ 41/59] vlan: fix a race in egress prio management

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 3e3aac497513c669e1c62c71e1d552ea85c1d974 ] egress_priority_map[] hash table updates are protected by rtnl, and we never remove elements until device is

Re: [PATCH] mm: Save soft-dirty bits on file pages

2013-07-26 Thread Cyrill Gorcunov
On Fri, Jul 26, 2013 at 01:55:04PM -0700, Andy Lutomirski wrote: > On Fri, Jul 26, 2013 at 1:18 PM, Cyrill Gorcunov wrote: > > Andy reported that if file page get reclaimed we loose soft-dirty bit > > if it was there, so save _PAGE_BIT_SOFT_DIRTY bit when page address > > get encoded into pte

[ 38/59] ifb: fix oops when loading the ifb failed

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit f2966cd5691058b8674a20766525bedeaea9cbcf ] If __rtnl_link_register() return faild when loading the ifb, it will take the wrong path and get oops, so fix it just

[ 42/59] writeback: Fix periodic writeback after fs mount

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit a5faeaf9109578e65e1a32e2a3e76c8b47e7dcb6 upstream. Code in blkdev.c moves a device inode to default_backing_dev_info when the last reference to the device is put and moves the

[ 34/59] macvtap: correctly linearize skb when zerocopy is used

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang [ Upstream commit 61d46bf979d5cd7c164709a80ad5676a35494aae ] Userspace may produce vectors greater than MAX_SKB_FRAGS. When we try to linearize parts of the skb to let the rest of

[ 45/59] [SCSI] zfcp: block queue limits with data router

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Steffen Maier commit 5fea4291deacd80188b996d2f555fc6a1940e5d4 upstream. Commit 86a9668a8d29ea711613e1cb37efa68e7c4db564 "[SCSI] zfcp: support for hardware data router" reduced the initial

[ 47/59] usb: option: add TP-LINK MA260

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 94190301ffa059c2d127b3a67ec5d161d5c62681 upstream. Signed-off-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/option.c |2 ++ 1 file changed,

[ 40/59] atl1e: unmap partially mapped skb on dma error and free skb

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman [ Upstream commit 584ec4355355ffac43571b02a314d43eb2f7fcbf ] Ben Hutchings pointed out that my recent update to atl1e in commit 352900b583b2852152a1e05ea0e8b579292e731e ("atl1e:

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 02:41 PM, Andrew Chew wrote: > There exists a PRIMARY_SECONDARY_PAD3 in the same register base as > PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. Add > a property for this setting. How does this interact with the pinctrl driver that Laxman just sent for

[ 44/59] SCSI: Fix incorrect memset in bnx2fc_parse_fcp_rsp

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Andi Kleen commit 16da05b1158d1bcb31656e636a8736a663b1cf1f upstream. gcc 4.8 warns because the memset only clears sizeof(char *) bytes, not the whole buffer. Use the correct buffer size and

[ 28/59] ipv6,mcast: always hold idev->lock before mca_lock

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Amerigo Wang [ Upstream commit 8965779d2c0e6ab246c82a405236b1fb2adae6b2, with some bits from commit b7b1bfce0bb68bd8f6e62a28295922785cc63781 ("ipv6: split duplicate address detection and

[PATCH 2/5] rbtree: add rbtree_postorder_for_each_entry_safe() helper

2013-07-26 Thread Cody P Schafer
Because deletion (of the entire tree) is a relatively common use of the rbtree_postorder iteration, and because doing it safely means fiddling with temporary storage, provide a helper to simplify postorder rbtree iteration. Signed-off-by: Cody P Schafer --- include/linux/rbtree.h | 17

[PATCH 4/5] rbtree: allow tests to run as builtin

2013-07-26 Thread Cody P Schafer
No reason require rbtree test code to be a module, allow it to be builtin (streamlines my development process) Signed-off-by: Cody P Schafer --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1501aa5..606e3c8

[PATCH 0/5] Add rbtree postorder iteration functions, runtime tests, and update zswap to use.

2013-07-26 Thread Cody P Schafer
Postorder iteration yields all of a node's children prior to yielding the node itself, and this particular implementation also avoids examining the leaf links in a node after that node has been yielded. In what I expect will be it's most common usage, postorder iteration allows the deletion of

[ 46/59] usb: serial: option: blacklist ONDA MT689DC QMI interface

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit 3d1a69e726406ab662ab88fa30a3a05ed404334d upstream. Prevent the option driver from binding itself to the QMI/WWAN interface, making it unusable by the proper driver.

[PATCH 5/5] mm/zswap: use postorder iteration when destroying rbtree

2013-07-26 Thread Cody P Schafer
Signed-off-by: Cody P Schafer --- mm/zswap.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index deda2b6..98d99c4 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -791,25 +791,14 @@ static void zswap_frontswap_invalidate_area(unsigned

[GIT PULL] ACPI and power management fixes for v3.11-rc3

2013-07-26 Thread Rafael J. Wysocki
Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm+acpi-3.11-rc3 to receive ACPI and power management fixes for v3.11-rc3 with top-most commit 8e5c2b776ae4c35f54547c017e0a943429f5748a Revert "ACPI / video / i915: No ACPI

[PATCH 3/5] rbtree_test: add test for postorder iteration

2013-07-26 Thread Cody P Schafer
Just check that we examine all nodes in the tree for the postorder iteration. Signed-off-by: Cody P Schafer --- lib/rbtree_test.c | 12 1 file changed, 12 insertions(+) diff --git a/lib/rbtree_test.c b/lib/rbtree_test.c index 122f02f..31dd4cc 100644 --- a/lib/rbtree_test.c +++

[ 50/59] USB: option: append Petatel NP10T device to GSM modems list

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Daniil Bolsun commit c38e83b6cc2adf80e3f091fd92cfbeacc9748347 upstream. This patch was tested on 3.10.1 kernel. Same models of Petatel NP10T modems have different device IDs. Unfortunately

Re: SATA hotplug not detecting new disks

2013-07-26 Thread Dave Hansen
On 07/25/2013 06:51 PM, Aaron Lu wrote: > On 07/26/2013 07:15 AM, Dave Hansen wrote: >> > I've got a relatively new system that doesn't seem to be able to hotplug >> > SATA disks. I see the same behavior on 3.10, 3.11-rc2, and Ubuntu's >> > 3.8.0-25-generic. The disks are detected right away on

[ 49/59] usb: serial: option.c: remove ONDA MT825UP product ID fromdriver

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit 878c69aae986ae97084458c0183a8c0a059865b1 upstream. Some (very few) early devices like mine, where not exposting a proper CDC descriptor. This was fixed with an immediate

[ 43/59] SCSI: megaraid_sas: fix memory leak if SGL has zero length entries

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 7a6a731bd00ca90d0e250867c3b9c05b5ff0fa49 upstream. commit 98cb7e44 ([SCSI] megaraid_sas: Sanity check user supplied length before passing it to dma_alloc_coherent())

[ 48/59] usb: serial: option: add Olivetti Olicard 200

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 4cf76df06ecc852633ed927d91e01c83c33bc331 upstream. Speaks AT on interfaces 5 (command & PPP) and 3 (secondary), other interface protocols are unknown. Signed-off-by: Dan

[ 51/59] USB: option: add D-Link DWM-152/C1 and DWM-156/C1

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Alexandr \\\"Sky\\\" Ivanov" commit ca24763588844b14f019ffc45c7df6d9e8f932c5 upstream. Adding support for D-Link DWM-152/C1 and DWM-156/C1 devices. DWM-152/C1: T: Bus=01 Lev=01 Prnt=01

Re: Zynq clk fixes

2013-07-26 Thread Sören Brinkmann
On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote: > Quoting Michal Simek (2013-07-26 05:09:58) > > Hi Mike, [cc: Arnd and Olof] > > > > Soren has found two bug fixes in zynq clk code. > > Can you please add these two patches to your tree? > > Will be great if you can add them to

[ 01/45] tick: Prevent uncontrolled switch to oneshot mode

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 1f73a9806bdd07a5106409bbcab3884078bd34fe upstream. When the system switches from periodic to oneshot mode, the broadcast logic causes a possibility that a CPU which has

[ 02/45] ASoC: sglt5000: Fix SGTL5000_PLL_FRAC_DIV_MASK

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 5c78dfe87ea04b501ee000a7f03b9432ac9d008c upstream. SGTL5000_PLL_FRAC_DIV_MASK is used to mask bits 0-10 (11 bits in total) of register CHIP_PLL_CTRL, so fix the mask to

[ 04/45] SCSI: zfcp: fix adapter (re)open recovery while link to SAN is down

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Hansel commit f76ccaac4f82c463a037aa4a1e4ccb85c7011814 upstream. FCP device remains in status ERP_FAILED when device is switched online or adapter recovery is triggered while link to

[ 00/45] 3.0.88-stable review

2013-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.88 release. There are 45 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sun Jul 28 20:54:53 UTC 2013. Anything

[ 05/45] SCSI: mpt2sas: fix firmware failure with wrong task attribute

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Sreekanth Reddy commit 48ba2efc382f94fae16ca8ca011e5961a81ad1ea upstream. When SCSI command is received with task attribute not set, set it to SIMPLE. Previously it is set to untagged. This

YOUR WEBMAL HAS EXCEEDED IT'S LIMIT

2013-07-26 Thread SYSTEM ADMINISTRATOR
You have a limit of 23,432 storage exceeded your mailbox set by your WEB IT-SERVICE/Administrator, and you will be in trouble in sending and receiving mails Until You Re-Validate. Enter your password here: ( ) and send it back to us, which allows us to transfer your contacts to our new web-mail

[ 08/45] perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit 06f417968beac6e6b614e17b37d347aa6a6b1d30 upstream. The '!ctx->is_active' check has a valid scenario, so there's no need for the warning. The reason is that there's a time

[ 10/45] sparc32: vm_area_struct access for old Sun SPARCs.

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Olivier DANET Commit e4c6bfd2d79d063017ab19a18915f0bc759f32d9 ("mm: rearrange vm_area_struct for fewer cache misses") changed the layout of the vm_area_struct structure, it broke several

[ 03/45] rt2x00: read 5GHz TX power values from the correct offset

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Gabor Juhos commit 0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba upstream. The current code uses the same index value both for the channel information array and for the TX power table. The index

[ 07/45] perf: Clone child context from parent context pmu

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit 734df5ab549ca44f40de0f07af1c8803856dfb18 upstream. Currently when the child context for inherited events is created, it's based on the pmu object of the first event of the

[ 13/45] bridge: fix switched interval for MLD Query types

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Linus Lüssing [ Upstream commit 32de868cbc6bee010d2cee95b5071b25ecbec8c3 ] General Queries (the one with the Multicast Address field set to zero / '::') are supposed to have a Maximum Response

Re: [PATCH] drivers: net: allwinner: Fix Kconfig indentation

2013-07-26 Thread David Miller
From: Maxime Ripard Date: Wed, 24 Jul 2013 09:11:37 +0200 > Signed-off-by: Maxime Ripard Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-07-26 Thread Nicholas A. Bellinger
On Thu, 2013-07-25 at 20:09 -0600, Jens Axboe wrote: > On Thu, Jul 25 2013, Nicholas A. Bellinger wrote: > > On Thu, 2013-07-25 at 12:16 +0200, Alexander Gordeev wrote: > > > On Mon, Jul 22, 2013 at 02:10:36PM -0700, Nicholas A. Bellinger wrote: > > > > Np. FYI, you'll want to use the latest

[ 14/45] ipv6: dont call addrconf_dst_alloc again when enable lo

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Gao feng [ Upstream commit a881ae1f625c599b460cc8f8a7fcb1c438f699ad ] If we disable all of the net interfaces, and enable un-lo interface before lo interface, we already allocated the addrconf

[ 11/45] sparc64 address-congruence property

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: bob picco The Machine Description (MD) property "address-congruence-offset" is optional. According to the MD specification the value is assumed 0UL when not present. This caused early boot

[ 12/45] sparc: tsb must be flushed before tlb

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp This fixes a race where a cpu may re-load a tlb from a stale tsb right after it has been flushed by a remote function call. I still see some instability when stressing the system

[ 23/45] sunvnet: vnet_port_remove must call unregister_netdev

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp [ Upstream commit aabb9875d02559ab9b928cd6f259a5cc4c21a589 ] The missing call to unregister_netdev() leaves the interface active after the driver is unloaded by rmmod.

[PATCH v2] pnp: convert pnp driver bus legacy pm_ops to dev_pm_ops

2013-07-26 Thread Shuah Khan
Convert drivers/pnp/driver.c bus legacy pm_ops to dev_pm_ops using existing suspend and resume routines. Added freeze interface to handle PM_EVENT_FREEZE correctly with dev_pm_ops. pm_op() looks for freeze interface when the event is PM_EVENT_FREEZE. Signed-off-by: Shuah Khan --- Changes since

[ 15/45] ipv6: ip6_sk_dst_check() must not assume ipv6 dst

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit a963a37d384d71ad43b3e9e79d68d42fbe0901f3 ] It's possible to use AF_INET6 sockets and to connect to an IPv4 destination. After this, socket dst cache is a pointer

[ 22/45] ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 8822b64a0fa64a5dd1dfcf837c5b0be83f8c05d1 ] We accidentally call down to ip6_push_pending_frames when uncorking pending AF_INET data on a ipv6 socket.

[ 28/45] writeback: Fix periodic writeback after fs mount

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit a5faeaf9109578e65e1a32e2a3e76c8b47e7dcb6 upstream. Code in blkdev.c moves a device inode to default_backing_dev_info when the last reference to the device is put and moves the

[ 20/45] ipv6,mcast: always hold idev->lock before mca_lock

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Amerigo Wang [ Upstream commit 8965779d2c0e6ab246c82a405236b1fb2adae6b2, with some bits from commit b7b1bfce0bb68bd8f6e62a28295922785cc63781 ("ipv6: split duplicate address detection and

[ 18/45] x25: Fix broken locking in ioctl error paths.

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dave Jones [ Upstream commit 4ccb93ce7439b63c31bc7597bfffd13567fa483d ] Two of the x25 ioctl cases have error paths that break out of the function without unlocking the socket, leading to

[ 30/45] SCSI: Fix incorrect memset in bnx2fc_parse_fcp_rsp

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Andi Kleen commit 16da05b1158d1bcb31656e636a8736a663b1cf1f upstream. gcc 4.8 warns because the memset only clears sizeof(char *) bytes, not the whole buffer. Use the correct buffer size and

[ 24/45] ifb: fix rcu_sched self-detected stalls

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 440d57bc5ff55ec1efb3efc9cbe9420b4bbdfefa ] According to the commit 16b0dc29c1af9df341428f4c49ada4f626258082 (dummy: fix rcu_sched self-detected stalls) Eric

[ 25/45] dummy: fix oops when loading the dummy failed

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit 2c8a01894a12665d8059fad8f0a293c98a264121 ] We rename the dummy in modprobe.conf like this: install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy

[ 26/45] ifb: fix oops when loading the ifb failed

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong [ Upstream commit f2966cd5691058b8674a20766525bedeaea9cbcf ] If __rtnl_link_register() return faild when loading the ifb, it will take the wrong path and get oops, so fix it just

[ 33/45] usb: serial: option: add Olivetti Olicard 200

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 4cf76df06ecc852633ed927d91e01c83c33bc331 upstream. Speaks AT on interfaces 5 (command & PPP) and 3 (secondary), other interface protocols are unknown. Signed-off-by: Dan

[ 32/45] usb: option: add TP-LINK MA260

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 94190301ffa059c2d127b3a67ec5d161d5c62681 upstream. Signed-off-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/option.c |2 ++ 1 file changed,

[ 34/45] usb: serial: option.c: remove ONDA MT825UP product ID fromdriver

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit 878c69aae986ae97084458c0183a8c0a059865b1 upstream. Some (very few) early devices like mine, where not exposting a proper CDC descriptor. This was fixed with an immediate

Re: PROBLEM: Persistent unfair sharing of a processor by auto groups in 3.11-rc2 (has twice regressed)

2013-07-26 Thread Peter Zijlstra
OK, so I have the below; however on a second look, Paul, shouldn't that update_cfs_shares() call be in entity_tick(), right after calling update_cfs_rq_blocked_load(). Because placing it in update_cfs_rq_blocked_load() means its now called twice on the enqueue/dequeue paths through:

Re: linux-next: build failure after merge of the staging tree

2013-07-26 Thread Greg KH
On Fri, Jul 26, 2013 at 04:02:54PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the staging tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/staging/xillybus/xillybus_pcie.o:(.data+0x6d8): multiple definition > of `xillyname' >

[ 29/45] SCSI: megaraid_sas: fix memory leak if SGL has zero length entries

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 7a6a731bd00ca90d0e250867c3b9c05b5ff0fa49 upstream. commit 98cb7e44 ([SCSI] megaraid_sas: Sanity check user supplied length before passing it to dma_alloc_coherent())

[ 36/45] USB: option: add D-Link DWM-152/C1 and DWM-156/C1

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "Alexandr \\\"Sky\\\" Ivanov" commit ca24763588844b14f019ffc45c7df6d9e8f932c5 upstream. Adding support for D-Link DWM-152/C1 and DWM-156/C1 devices. DWM-152/C1: T: Bus=01 Lev=01 Prnt=01

[ 39/45] USB: cp210x: add MMB and PI ZigBee USB Device Support

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Sami Rahman commit 7681156982026ebf7eafd7301eb0374d7648d068 upstream. Added support for MMB Networks and Planet Innovation Ingeni ZigBee USB devices using customized Silicon Labs' CP210x.c USB

[ 31/45] usb: serial: option: blacklist ONDA MT689DC QMI interface

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit 3d1a69e726406ab662ab88fa30a3a05ed404334d upstream. Prevent the option driver from binding itself to the QMI/WWAN interface, making it unusable by the proper driver.

Re: [PATCH] drivers: net: sun4i-emac: select MDIO_SUN4I

2013-07-26 Thread David Miller
From: Maxime Ripard Date: Wed, 24 Jul 2013 09:12:08 +0200 > The EMAC driver can't work without its associated PHY driver. Reflect > this in the Kconfig options by selecting it. > > Signed-off-by: Maxime Ripard Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[ 27/45] vlan: fix a race in egress prio management

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 3e3aac497513c669e1c62c71e1d552ea85c1d974 ] egress_priority_map[] hash table updates are protected by rtnl, and we never remove elements until device is

[ 41/45] lockd: protect nlm_blocked access in nlmsvc_retry_blocked

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: David Jeffery commit 1c327d962fc420aea046c16215a552710bde8231 upstream. In nlmsvc_retry_blocked, the check that the list is non-empty and acquiring the pointer of the first entry is

[ 44/45] [SCSI] zfcp: status read buffers on first adapter open with link down

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Steffen Maier commit 9edf7d75ee5f21663a0183d21f702682d0ef132f upstream. Commit 64deb6efdc5504ce97b5c1c6f281fffbc150bd93 "[SCSI] zfcp: Use status_read_buf_num provided by FCP channel" started

[ 38/45] usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapter

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Luiz Angelo Daros de Luca commit 90625070c4253377025878c4e82feed8b35c7116 upstream. This adds NetGear Managed Switch M4100 series, M5300 series, M7100 series USB ID (0846:0110) to the cp210x

[ 40/45] usb: cp210x support SEL C662 Vendor/Device

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Barry Grussling commit b579fa52f6be0b4157ca9cc5e94d44a2c89a7e95 upstream. This patch adds support for the Schweitzer Engineering Laboratories C662 USB cable based off the CP210x driver.

[ 09/45] perf: Fix perf_lock_task_context() vs RCU

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 058ebd0eba3aff16b144eabf4510ed9510e1416e upstream. Jiri managed to trigger this warning: [] == [] [ INFO: possible

[ 16/45] af_key: fix info leaks in notify messages

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Mathias Krause [ Upstream commit a5cc68f3d63306d0d288f31edfc2ae6ef8ecd887 ] key_notify_sa_flush() and key_notify_policy_flush() miss to initialize the sadb_msg_reserved member of the

[ 45/45] ALSA: usb-audio: 6fire: return correct XRUN indication

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eldad Zack commit be2f93a4c4981b3646b6f98f477154411b8516cb upstream. Return SNDRV_PCM_POS_XRUN (snd_pcm_uframes_t) instead of SNDRV_PCM_STATE_XRUN (snd_pcm_state_t) from the pointer function

[ 37/45] usb: serial: option: Add ONYX 3G device support

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit 63b5df963f52ccbab6fabedf05b7ac6b465789a4 upstream. This patch adds support for the ONYX 3G device (version 1) from ALFA NETWORK. Signed-off-by: Enrico Mioso

[ 17/45] neighbour: fix a race in neigh_destroy()

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit c9ab4d85de222f3390c67aedc9c18a50e767531e ] There is a race in neighbour code, because neigh_destroy() uses skb_queue_purge(>arp_queue) without holding neighbour

[ 19/45] net: Swap ver and type in pppoe_hdr

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Changli Gao [ Upstream commit b1a5a34bd0b8767ea689e68f8ea513e9710b671e ] Ver and type in pppoe_hdr should be swapped as defined by RFC2516 section-4. Signed-off-by: David S. Miller

[ 43/45] hrtimers: Move SMP function call to thread context

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 5ec2481b7b47a4005bb446d176e5d0257400c77d upstream. smp_call_function_* must not be called from softirq context. But clock_was_set() which calls on_each_cpu() is called

[ 06/45] tracing: Use current_uid() for critical time tracing

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit f17a5194859a82afe4164e938b92035b86c55794 upstream. The irqsoff tracer records the max time that interrupts are disabled. There are hooks in the assembly code

[ 42/45] tracing: Fix irqs-off tag display in syscall tracing

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "zhangwei(Jovi)" commit 11034ae9c20f4057a6127fc965906417978e69b2 upstream. All syscall tracing irqs-off tags are wrong, the syscall enter entry doesn't disable irqs. [root@jovi tracing]#echo

Re: [RFC] ARM: davinci: da850: add a few pinmux definitions

2013-07-26 Thread Vivien Didelot
Hi Sekhar, You wrote: > Why do you need to add these definitions? If it is for a new platform > you are working on, then it should be supported using DT, in which > case > we use the pinctrl-single driver and define the muxing needed in > .dts/.dtsi files. Ok, good to know. Thanks, Vivien -- To

[ 35/45] USB: option: append Petatel NP10T device to GSM modems list

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Daniil Bolsun commit c38e83b6cc2adf80e3f091fd92cfbeacc9748347 upstream. This patch was tested on 3.10.1 kernel. Same models of Petatel NP10T modems have different device IDs. Unfortunately

[ 21/45] l2tp: add missing .owner to struct pppox_proto

2013-07-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun [ Upstream commit e1558a93b61962710733dc8c11a2bc765607f1cd ] Add missing .owner of struct pppox_proto. This prevents the module from being removed from underneath its users.

[ 53/59] usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapter

2013-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Luiz Angelo Daros de Luca commit 90625070c4253377025878c4e82feed8b35c7116 upstream. This adds NetGear Managed Switch M4100 series, M5300 series, M7100 series USB ID (0846:0110) to the cp210x

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