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
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
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
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
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
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.
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
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
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
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 ++
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
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
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/
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
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
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
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
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
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
> 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
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
> 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
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
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
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
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
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'
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
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
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
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
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,
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
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
34 matches
Mail list logo