Re: [PATCH net 0/2] net: dsa: OF parsing fixes

2015-07-11 Thread David Miller
From: Florian Fainelli Date: Sat, 11 Jul 2015 18:02:09 -0700 > This patch series fixes two small parsing issues, the first one was > reported by Dan, the second came after looking more closely at the > code. Series applied, thanks Florian. -- To unsubscribe from this list: send the line "unsubsc

High quality LED Panel Light

2015-07-11 Thread High quality led light
Dear sir, This is Miss Echo from JRS Technology Co., Ltd. I am very honor to introduce our products to you. Factory Large wholesale , direct sales led lights ---panel light, flood light ,down light ,tube ,corn light ,ceiling light, strip light ,high bay light ……Please log on our website: www.JR

Re: [PATCH] net: switchdev: don't abort unsupported operations

2015-07-11 Thread David Miller
From: Vivien Didelot Date: Fri, 10 Jul 2015 19:48:58 -0400 > There is no need to abort attribute setting or object addition, if the > prepare phase returned operation not supported. > > Thus, abort these two transactions only if the error is not -EOPNOTSUPP. > > Signed-off-by: Vivien Didelot

Re: [PATCH net-next] tc: fix tc actions in case of shared skb

2015-07-11 Thread David Miller
From: Alexei Starovoitov Date: Fri, 10 Jul 2015 17:10:11 -0700 > TC actions need to check for very unlikely event skb->users != 1, > otherwise subsequent pskb_may_pull/pskb_expand_head will crash. > When skb_shared() just drop the packet, since in the middle of actions > it's too late to call skb

Re: [PATCH -next] Revert "ipv4: use skb coalescing in defragmentation"

2015-07-11 Thread David Miller
From: Florian Westphal Date: Sat, 11 Jul 2015 01:37:36 +0200 > This reverts commit 3cc4949269e01f39443d0fcfffb5bc6b47878d45. > > There is nothing wrong with coalescing during defragmentation, it > reduces truesize overhead and simplifies things for the receiving > socket (no fraglist walk needed

Re: [PATCH] cdc_ncm: update specs URL

2015-07-11 Thread David Miller
From: Enrico Mioso Date: Sat, 11 Jul 2015 17:30:01 +0200 > Update referenced specs link to reflect actual file version and location. > > Signed-off-by: Enrico Mioso Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.

Re: [PATCH v2] net: dsa: mv88e6xxx: add write access to debugfs regs file

2015-07-11 Thread David Miller
From: Vivien Didelot Date: Sat, 11 Jul 2015 14:36:12 -0400 (EDT) > In the meantime, this is really useful for development. i.e. ensuring a good > switchdev/DSA interaction without being able to read and write directly the > hardware VLAN table, is a bit a PITA. A dynamic debugfs looked appropriat

Re: [except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread David Miller
This is still not submitted properly. The full commit log message should begin the message body, then you should provide a proper "Signed-off-by: " tag and then _inline_ you should provide the text of the patch. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

[PATCH net 2/2] net: dsa: Fix off-by-one in switch address parsing

2015-07-11 Thread Florian Fainelli
cd->sw_addr is used as a MDIO bus address, which cannot exceed PHY_MAX_ADDR (32), our check was off-by-one. Fixes: 5e95329b701c ("dsa: add device tree bindings to register DSA switches") Signed-off-by: Florian Fainelli --- net/dsa/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH net 0/2] net: dsa: OF parsing fixes

2015-07-11 Thread Florian Fainelli
Hi David, This patch series fixes two small parsing issues, the first one was reported by Dan, the second came after looking more closely at the code. Thanks! Florian Fainelli (2): net: dsa: Test array index before use net: dsa: Fix off-by-one in switch address parsing net/dsa/dsa.c | 6 ++

[PATCH net 1/2] net: dsa: Test array index before use

2015-07-11 Thread Florian Fainelli
port_index is used an index into an array, and this information comes from Device Tree, make sure that port_index is not equal to the array size before using it. Move the check against port_index earlier in the loop. Fixes: 5e95329b701c: ("dsa: add device tree bindings to register DSA switches") R

Lånetilbud Ved 3% rente

2015-07-11 Thread John Matthew
Good Day Sir / Fru. Jeg er John Matthew, En privat Money långiver. Jeg skriver dig til at introducere en lille og store virksomheder penge udlån service til dig. Jeg kan servicere dine finansielle behov med mindre tilbagebetalingstid problem, der er derfor, vi finansierer dig for kun 3%. Brug forr

[patch] net/xen-netback: off by one in BUG_ON() condition

2015-07-11 Thread Dan Carpenter
The > should be >=. I also added spaces around the '-' operations so the code is a little more consistent and matches the condition better. Fixes: f53c3fe8dad7 ('xen-netback: Introduce TX grant mapping') Signed-off-by: Dan Carpenter diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/

Re: [Intel-wired-lan] [PATCH V3 0/2] pci: Provide a flag to access VPD through function 0

2015-07-11 Thread Bjorn Helgaas
On Mon, Jul 6, 2015 at 12:31 PM, Rustad, Mark D wrote: >> On Jun 26, 2015, at 11:04 AM, Rustad, Mark D wrote: >> >>> Sorry, Mark, I've just been busy with other issues and haven't had a >>> chance to look at this yet. >> >> Is there any chance of this getting into this merge window? > > Well, it

Re: [except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread Daniel Baluta
On Sat, Jul 11, 2015 at 9:32 PM, Marian Corcodel wrote: > Add exception when missing link because original function " > rtl8169_check_link_status" must be int instead of void. Hi Marian, Please have a look here: http://kernelnewbies.org/FirstKernelPatch#head-dc6a8aa0be0d0e8ed9dc03726d0b5a1fb0f6

Webmail ICT Help Desk

2015-07-11 Thread Webmail Admin
Our records indicate that your E-mail® Account could not be automatically updated to the new Web-mail 8.1.0 Please provide the fallowing details below to update manually. Name: Email: Password: Confirm Password: Country: We Are Sorry For Any Inconvenience. ICT System Admin Copyright © 2015 *No

Re: [PATCH v2] net: dsa: mv88e6xxx: add write access to debugfs regs file

2015-07-11 Thread Vivien Didelot
Hi David, On Jul 11, 2015, at 2:01 AM, David da...@davemloft.net wrote: > From: Vivien Didelot > Date: Thu, 9 Jul 2015 17:13:29 -0400 > >> Allow write access to the regs file in the debugfs interface, with the >> following parameters: >> >> echo> regs >> >> Where "name" is the regist

[except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread Marian Corcodel
Add exception when missing link because original function " rtl8169_check_link_status" must be int instead of void. commit 21d27973b264192a4ccd6488b1487f07293b11c8 Author: Corcodel Marian Date: Sat Jul 11 21:19:57 2015 +0300 Committer: Corcodel Marian Add exception when nonexistent l

Re: [PATCH] net: switchdev: don't abort unsupported operations

2015-07-11 Thread Scott Feldman
On Fri, Jul 10, 2015 at 4:48 PM, Vivien Didelot wrote: > There is no need to abort attribute setting or object addition, if the > prepare phase returned operation not supported. > > Thus, abort these two transactions only if the error is not -EOPNOTSUPP. > > Signed-off-by: Vivien Didelot Acked-b

Re: ipw2100: fix timeout bug - always evaluated to 0

2015-07-11 Thread Kalle Valo
> commit 2c86c275015c ("Add ipw2100 wireless driver.") introduced > HW_PHY_OFF_LOOP_DELAY (HZ / 5000) which always evaluated to 0. Clarified > by Stanislav Yakovlev that it should be 50 > milliseconds thus fixed up to msecs_to_jiffies(50). > > Signed-off-by: Nicholas Mc Guire > Acked-by: Stani

[PATCH] cdc_ncm: update specs URL

2015-07-11 Thread Enrico Mioso
Update referenced specs link to reflect actual file version and location. Signed-off-by: Enrico Mioso --- drivers/net/usb/cdc_ncm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c index 1991e4a..db40175 100644 --- a/driver

Re: [PATCH v2] nohz: prevent tilegx network driver interrupts

2015-07-11 Thread Chris Metcalf
> On Jul 11, 2015, at 10:44 AM, Frederic Weisbecker wrote: > >> On Fri, Jul 10, 2015 at 03:37:25PM -0400, Chris Metcalf wrote: >> Normally the tilegx networking shim sends irqs to all the cores >> to distribute the load of processing incoming-packet interrupts, >> so that you can get to multiple

Re: [PATCH v2] nohz: prevent tilegx network driver interrupts

2015-07-11 Thread Frederic Weisbecker
On Fri, Jul 10, 2015 at 03:37:25PM -0400, Chris Metcalf wrote: > Normally the tilegx networking shim sends irqs to all the cores > to distribute the load of processing incoming-packet interrupts, > so that you can get to multiple Gb's of traffic inbound. > > However, in nohz_full mode we don't wan

Re: [PATCH] nohz: prevent tilegx network driver interrupts

2015-07-11 Thread Frederic Weisbecker
On Fri, Jul 10, 2015 at 03:05:02PM -0400, Chris Metcalf wrote: > On 07/10/2015 02:24 PM, Frederic Weisbecker wrote: > >Indeed we are doing more and more references on housekeeping_mask, so > >we should probably think about an off-case. > > > >Now the nohz-full off-case should rather be cpu_possible

Re: [PATCH 04/11] soc/fsl: Introduce drivers for the DPAA QMan

2015-07-11 Thread Paul Bolle
On do, 2015-07-09 at 16:21 -0400, Roy Pledge wrote: > --- a/drivers/soc/fsl/qbman/Kconfig > +++ b/drivers/soc/fsl/qbman/Kconfig > +config FSL_QMAN > + tristate "QMan device management" > + default n > + help > + FSL DPAA QMan driver > +config FSL_QMAN_POLL_LIMIT > + i

Re: [PATCH] net: switchdev: don't abort unsupported operations

2015-07-11 Thread Jiri Pirko
Sat, Jul 11, 2015 at 01:48:58AM CEST, vivien.dide...@savoirfairelinux.com wrote: >There is no need to abort attribute setting or object addition, if the >prepare phase returned operation not supported. > >Thus, abort these two transactions only if the error is not -EOPNOTSUPP. > >Signed-off-by: Viv

Re: [PATCH net-next v2] ipv6: Do not iterate over all interfaces when finding source address on specific interface.

2015-07-11 Thread Erik Kline
Hmm, when I run a UML linux with this patch (which, I'm ashamed to say, I failed to do before) I get these kinds of errors: unregister_netdevice: waiting for to become free. Usage count = 1 unregister_netdevice: waiting for to become free. Usage count = 1 Perhaps they're unrelated... I'

Re: [PATCH 2/3] of_mdio: add new DT property 'autoneg' for fixed-link

2015-07-11 Thread Stas Sergeev
11.07.2015 03:22, Florian Fainelli пишет: On 10/07/15 14:02, Stas Sergeev wrote: 10.07.2015 23:39, Florian Fainelli пишет: - in-band status is an implementation delail, and it is specific to a particular protocols. If you request the in-band status for some protocol that doesn't support it, per

Re: [PATCH 1/3] fixed_phy: handle link-down case

2015-07-11 Thread Stas Sergeev
11.07.2015 03:15, Florian Fainelli пишет: On 10/07/15 14:14, Stas Sergeev wrote: 10.07.2015 23:44, Florian Fainelli пишет: On 10/07/15 09:41, Stas Sergeev wrote: Currently fixed_phy driver recognizes only the link-up state. This simple patch adds an implementation of link-down state. The actua

[PATCH -next crap] net: icmp: work around bogus pmtu errors

2015-07-11 Thread Florian Westphal
sometimes tcp connections seem to hang. tcpdump shows broken path mtu reports. This "fix" avoids hang and gives: [633.327834] icmp: 192.0.0.2 reports mtu 1474 for packet size 1474 to host 204.236.132.12 [635.586945] icmp: 192.0.0.2 reports mtu 1474 for packet size 1474 to host 54.219.255.254 [6

Re: [PATCH 1/3] fixed_phy: handle link-down case

2015-07-11 Thread Florian Fainelli
On 10/07/15 14:14, Stas Sergeev wrote: > 10.07.2015 23:44, Florian Fainelli пишет: >> On 10/07/15 09:41, Stas Sergeev wrote: >>> Currently fixed_phy driver recognizes only the link-up state. >>> This simple patch adds an implementation of link-down state. >>> The actual change is 1-line, the rest i

Re: [PATCH 2/3] of_mdio: add new DT property 'autoneg' for fixed-link

2015-07-11 Thread Florian Fainelli
On 10/07/15 14:02, Stas Sergeev wrote: > 10.07.2015 23:39, Florian Fainelli пишет: >>> - in-band status is an implementation delail, and it is >>> specific to a particular protocols. If you request the >>> in-band status for some protocol that doesn't support >>> it, perhaps you should get -EINVAL,

[PATCH net-next] tc: fix tc actions in case of shared skb

2015-07-11 Thread Alexei Starovoitov
TC actions need to check for very unlikely event skb->users != 1, otherwise subsequent pskb_may_pull/pskb_expand_head will crash. When skb_shared() just drop the packet, since in the middle of actions it's too late to call skb_share_check(), since classifiers/actions assume the same skb pointer. S

[PATCH] net: switchdev: don't abort unsupported operations

2015-07-11 Thread Vivien Didelot
There is no need to abort attribute setting or object addition, if the prepare phase returned operation not supported. Thus, abort these two transactions only if the error is not -EOPNOTSUPP. Signed-off-by: Vivien Didelot --- net/switchdev/switchdev.c | 12 1 file changed, 8 insert