On Sat, 2015-12-05 at 21:36 -0500, Nicholas Krause wrote:
> This fixes error handling to proper check if the call to the function
> fm10k_mbx_request_irq has failed by returning a error code and if
> so return immediately to the caller of fm10k_resume to properly
> signal a failure has occurred whe
On Sat, Dec 5, 2015 at 2:50 PM, David Miller wrote:
> From: Anjali Singhai Jain
> Date: Thu, 3 Dec 2015 23:49:31 -0800
>
>> This reverts commit 8fe269991aece394a7ed274f525d96c73f94109a.
>> The case where VXLAN is a module and i40e driver is inbuilt
>> will not be handled properly with this chang
> > Isn't AE_VERSION_1 something fixed once you publish your features?
> > If it can't be changed, why not simply remove the features from
> > `hw_features' instead of having to implement this ndo?
> There could be a case where the feature is supported by the SoC
> and therefore it is already part
Move constants to the right of binary operators.
Generated by: scripts/coccinelle/misc/compare_const_fl.cocci
Signed-off-by: Fengguang Wu
Signed-off-by: Julia Lawall
---
Minor point. But in my opinion, it would look a little nicer to have the
thing acted on (code[...]) come first.
channel.
Remove unneeded variable used to store return value.
Generated by: scripts/coccinelle/misc/returnvar.cocci
CC: Asias He
Signed-off-by: Fengguang Wu
Signed-off-by: Julia Lawall
---
vsock.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- a/drivers/vhost/vsock.c
+++ b/drivers/v
From: Bjørn Mork
Date: Sat, 5 Dec 2015 13:01:50 +0100
> The Huawei E3372 (12d1:157d) needs this quirk in MBIM mode
> as well. Allow this by forcing the NTB to contain only a
> single NDP, and add a device specific entry for this ID.
>
> Due to the way Huawei use device IDs, this might be applie
From: Sowmini Varadhan
Date: Sat, 5 Dec 2015 15:33:00 -0500
> +static void i40e_get_platform_mac_addr(struct pci_dev *pdev, struct i40e_pf
> *pf)
> +{
> + struct device_node *dp = pci_device_to_OF_node(pdev);
> + const unsigned char *addr;
> + u8 *mac_addr = pf->hw.mac.addr;
> +
> +
From: Herbert Xu
Date: Sat, 5 Dec 2015 15:03:54 +0800
> Sorry Dave but you'll have to revert this because I've been able
> to trigger the following crash with the patch:
>
> Testing concurrent rhashtable access from 50 threads
> [ cut here ]
> kernel BUG at ../mm/vmalloc.
From: Sergei Shtylyov
Date: Sat, 05 Dec 2015 00:55:54 +0300
>Here's 2 patches against DaveM's 'net-next.git' repo. Here we
> optimize the MAC address register reading (left over from a
> bootloader).
Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev"
From: Sergei Shtylyov
Date: Sat, 05 Dec 2015 04:50:48 +0300
> Add myself as a reviewer for the Renesas Ethernet drivers -- hopefully I
> won't miss the buggy patches anymore. :-)
>
> Signed-off-by: Sergei Shtylyov
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe
From: Thomas Falcon
Date: Fri, 4 Dec 2015 11:49:46 -0600
> +static int ibmvnic_buffs_per_pool = IBMVNIC_BUFFS_PER_POOL;
> +module_param(ibmvnic_buffs_per_pool, int, S_IRUGO);
> +MODULE_PARM_DESC(ibmvnic_buffs_per_pool,
> + "IBMVNIC number of buffers per rx pool");
Please do not use
From: Marcelo Ricardo Leitner
Date: Fri, 4 Dec 2015 15:14:02 -0200
> These a couple of fixes regarding sctp/packet timestamps.
>
> Dmitry Vyukov reported the counter leak on missing
> net_enable_timestamp() (2nd patch) and further testing here revealed the
> other two issues.
>
> Please consi
On Sat, Dec 5, 2015 at 2:27 PM, David Miller wrote:
> From: Alexander Duyck
> Date: Sat, 5 Dec 2015 11:34:47 -0800
>
>> I'm only really interested in what options the customers has in order
>> to get this all configured. As long as there eventually ends up being
>> some path forward I'll be good
On Sat, 2015-12-05 at 20:37 -0500, Dave Jones wrote:
> On Sat, Dec 05, 2015 at 05:13:06PM -0800, Eric Dumazet wrote:
>
> > > diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
> > > index acb45b8c2a9d..7081183f4d9f 100644
> > > --- a/net/sctp/ipv6.c
> > > +++ b/net/sctp/ipv6.c
> > > @@ -328,7 +3
If the length of the plaintext is zero, there's no need to waste cycles
on encryption and decryption. Using the chacha20poly1305 construction
for zero-length plaintexts is a common way of using a shared encryption
key for AAD authentication.
Signed-off-by: Jason A. Donenfeld
Cc:
---
crypto/chac
Some ciphers actually support encrypting zero length plaintexts. For
example, many AEAD modes support this. The resulting ciphertext for
those winds up being only the authentication tag, which is a result of
the key, the iv, the additional data, and the fact that the plaintext
had zero length. The
On Sat, Dec 05, 2015 at 05:13:06PM -0800, Eric Dumazet wrote:
> > diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
> > index acb45b8c2a9d..7081183f4d9f 100644
> > --- a/net/sctp/ipv6.c
> > +++ b/net/sctp/ipv6.c
> > @@ -328,7 +328,9 @@ static void sctp_v6_get_dst(struct sctp_transport *t,
> >
On Sat, 2015-12-05 at 19:25 -0500, Dave Jones wrote:
> ===
> [ INFO: suspicious RCU usage. ]
> 4.4.0-rc3-think+ #8 Tainted: GW
> ---
> net/sctp/ipv6.c:331 suspicious rcu_dereference_check() usage!
>
> other info that might help
===
[ INFO: suspicious RCU usage. ]
4.4.0-rc3-think+ #8 Tainted: GW
---
net/sctp/ipv6.c:331 suspicious rcu_dereference_check() usage!
other info that might help us debug this:
rcu_scheduler_active = 1, debug_locks = 0
1 lock h
From: Michal Schmidt
Date: Fri, 4 Dec 2015 17:22:33 +0100
> This removes one redundant error message in bnx2x and changes
> another one to WARN_ONCE. The third patch is a small simplification
> in ethtool stats.
Series applied, thanks Michal!
--
To unsubscribe from this list: send the line "uns
From: LABBE Corentin
Date: Fri, 4 Dec 2015 15:26:40 +0100
> the simple_strtoul function is obsolete. This patch replace it by
> kstrtox.
>
> Signed-off-by: LABBE Corentin
Again, kstrtouint() provides a reasonable error code, therefore
when you do these conversions you should use that error co
From: Jiri Pirko
Date: Fri, 4 Dec 2015 15:01:31 +0100
> From: Jiri Pirko
>
> As suggested by Eric, these helpers should have const dev param.
>
> Suggested-by: Eric Dumazet
> Signed-off-by: Jiri Pirko
Applied, thanks Jiri.
--
To unsubscribe from this list: send the line "unsubscribe netdev
From: Jiri Benc
Date: Fri, 4 Dec 2015 13:54:03 +0100
> Commit 3511494ce2f3d ("vxlan: Group Policy extension") changed definition of
> VXLAN_HF_RCO from 0x0020 to BIT(24). This is obviously incorrect. It's
> also in violation with the RFC draft.
>
> Fixes: 3511494ce2f3d ("vxlan: Group Policy
From: Bjørn Mork
Date: Fri, 4 Dec 2015 14:15:08 +0100
> Commit 64236f3f3d74 ("ipv6: introduce IFA_F_STABLE_PRIVACY flag")
> failed to update the setting of the IFA_F_OPTIMISTIC flag, causing
> the IFA_F_STABLE_PRIVACY flag to be lost if IFA_F_OPTIMISTIC is set.
>
> Cc: Erik Kline
> Cc: Fernand
From: Bert Kenward
Date: Fri, 4 Dec 2015 08:48:39 +
> From: Daniel Pieczko
>
> A change in MCFW behaviour means that the net driver must update its record
> of the warm_boot_count by reading it from the ER_DZ_BIU_MC_SFT_STATUS
> register.
>
> On v4.6.x MCFW the global boot count was increm
Unfortunately I found a typo: spefication should be specification. Sorry.
Inviato da iPhone
> Il giorno 05/dic/2015, alle ore 13:02, "Bjørn Mork" ha
> scritto:
>
> The Huawei E3372 (12d1:157d) needs this quirk in MBIM mode
> as well. Allow this by forcing the NTB to contain only a
> single NDP,
From: Hariprasad Shenai
Date: Fri, 4 Dec 2015 14:18:08 +0530
> + u8 service_ofldq_running; /* service_ofldq() is processing sendq */
Please use 'bool' and 'true'/'false'.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel
From: LABBE Corentin
Date: Fri, 4 Dec 2015 08:43:19 +0100
> The simple_strtol function is obsolete.
> This patch replace it by kstrtoint.
> This will simplify code, since some error case not handled by
> simple_strtol are handled by kstrtoint.
>
> Signed-off-by: LABBE Corentin
Applied to net-
From: Anjali Singhai Jain
Date: Thu, 3 Dec 2015 23:49:31 -0800
> This reverts commit 8fe269991aece394a7ed274f525d96c73f94109a.
> The case where VXLAN is a module and i40e driver is inbuilt
> will not be handled properly with this change since i40e
> will have an undefined symbol vxlan_get_rx_por
From: Giuseppe Cavallaro
Date: Fri, 4 Dec 2015 07:21:06 +0100
> There is a memleak when suspend/resume this driver version.
> Currently the stmmac, during resume step, reallocates all the resources
> but they are not released when suspend.
> The patch is not to release these resources but the log
Hello guys.
I am sorry the way my feature is actually implemented is limiting MUX
performances in mbim case, even with good devices. When I developed it, I also
probably tought this wasn't affecting MBIM devices.
Thank you Bjorn, great work in handling it.
Thank you for all of you; Thank you for
From: Sergei Shtylyov
Date: Fri, 04 Dec 2015 01:45:40 +0300
> In a low memory situation the following kernel oops occurs:
>
> Unable to handle kernel NULL pointer dereference at virtual address 0050
> pgd = 8490c000
> [0050] *pgd=4651e831, *pte=, *ppte=
> Internal error:
From: Sergei Shtylyov
Date: Fri, 04 Dec 2015 01:51:10 +0300
> The Rx queue #1 frame error counter name contains trailing underscore,
> probably due to a typo...
>
> Signed-off-by: Sergei Shtylyov
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mes
From: Andrew Lunn
Date: Thu, 3 Dec 2015 21:12:29 +0100
> BATMAN works over Ethernet like interfaces. hdlc-eth provides the need
> requirements. However, hdlc devices are often created as raw hdlc
> devices, which batman cannot use, and are then be transmuted into
> other types using sethdlc(1).
From: Jeff Kirsher
Date: Thu, 3 Dec 2015 13:57:50 -0800
> This series contains updates to ixgbe, i40e/i40evf, MAINTAINERS and
> e100.txt
Pulled, thanks Jeff.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo
From: Alexander Duyck
Date: Sat, 5 Dec 2015 11:34:47 -0800
> I'm only really interested in what options the customers has in order
> to get this all configured. As long as there eventually ends up being
> some path forward I'll be good with whatever ends up happening, though
> my preference woul
From: Marcin Wojtas
Date: Sat, 5 Dec 2015 20:14:31 +0100
> Hi Gregory,
>
>> @@ -1824,13 +1835,16 @@ error:
>> static int mvneta_tx(struct sk_buff *skb, struct net_device *dev)
>> {
>> struct mvneta_port *pp = netdev_priv(dev);
>> - u16 txq_id = skb_get_queue_mapping(skb);
>> +
On Saturday 05 December 2015 14:10:56 yankejian wrote:
> diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt
> b/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt
> index 80411b2..ecacfa4 100644
> --- a/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt
>
On Saturday 05 December 2015 15:56:57 yankejian wrote:
> #size-cells = <0>;
> compatible = "hisilicon,hns-mdio";
> - reg = <0x0 0x803c 0x0 0x1
> - 0x0 0x8000 0x0 0x1>;
> + reg = <0x0 0x803c 0x0 0x10
On Saturday 05 December 2015 15:56:58 yankejian wrote:
> +Required properties:
> +- compatible : "hisilicon,peri-c-subctrl", "syscon";
> +- reg : Register address and size
> +
> +The HiP05 PERISUB system controller is shared by peripheral controllers in
> +HiP05 Soc to implement some basic configur
On Sat, Dec 5, 2015 at 12:55 PM, Konstantin Shemyak
wrote:
> The DF bit on IPv4 GRE tunnels with fixed TTL is enforced in order
> to prevent networking loops. This was the original behavior of GRE
> tunnels, lost in the refactoring.
>
> Signed-off-by: Konstantin Shemyak
> ---
> net/ipv4/ip_gre.c
On Thu, Dec 3, 2015 at 3:25 PM, Jeff Kirsher
wrote:
> From: Jesse Brandeburg
>
> Ethtool priv flags implementation to enable or disable packet split, which
> is a hardware feature that inspects headers and will put headers in a
> separate DMA buffer from the payload data. The driver was automati
The DF bit on IPv4 GRE tunnels with fixed TTL is enforced in order
to prevent networking loops. This was the original behavior of GRE
tunnels, lost in the refactoring.
Signed-off-by: Konstantin Shemyak
---
net/ipv4/ip_gre.c | 4
1 file changed, 4 insertions(+)
diff --git a/net/ipv4/ip_gre
On (12/04/15 17:40), Shannon Nelson wrote:
>
> I'd write this just a little differently to match the rest of the driver:
>
> ret = i40e_aq_add_macvlan(&vsi->back->hw, vsi->seid, &element, 1, NULL);
> if (!ret) {
You mean if (ret), right? (i.e., ret == 0 is success)
> d
> "Jens" == Jens Axboe writes:
Jens> On 12/05/2015 10:31 AM, John Stoffel wrote:
>>> "John" == John Stoffel writes:
>>
John> On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote:
>> On my most recent bootup, I thought it was ok, since the VMs worked
>> for a while (10 minu
This is the i40e equivalent of commit c762dff24c06 ("ixgbe: Look up MAC
address in Open Firmware or IDPROM").
As with that fix, attempt to look up the MAC address in Open Firmware
on systems that support it, and use IDPROM on SPARC if no OF address
is found.
In the case of the i40e there is an a
On Sat, Dec 5, 2015 at 10:03 AM, David Miller wrote:
> From: Alexander Duyck
> Date: Sat, 5 Dec 2015 00:24:55 -0800
>
>> Still, hard blocking this isn't necessarily going to push the
>> vendors to change their ways.
>
> Pushing back is different from blocking entirely.
Sorry. I had the mistaken
On Sat, Dec 5, 2015 at 9:53 AM, Tom Herbert wrote:
>> Keep in mind I don't represent one of the hardware vendors here
>> anymore. I am approaching this from the customer point of view. I
>> would like to have the performance I can get out of the parts I have.
>
> Trying enabling UDP checksum, GR
Hi Gregory,
> @@ -1824,13 +1835,16 @@ error:
> static int mvneta_tx(struct sk_buff *skb, struct net_device *dev)
> {
> struct mvneta_port *pp = netdev_priv(dev);
> - u16 txq_id = skb_get_queue_mapping(skb);
> + u16 txq_id = smp_processor_id() % txq_number;
I think it may be
Hannes Frederic Sowa writes:
> On Thu, Dec 3, 2015, at 20:29, Bjørn Mork wrote:
>
>> After looking more at addrconf, I started wondering if we couldn't abuse
>> ipv6_generate_stable_address() for this purpose? We could add a new
>> addr_gen_mode which would trigger automatic generation of a secre
Hi Yichen,
> Fix a crash that may happen when bt_accept_dequeue is run after a
> Bluetooth connection has been disconnected. bt_accept_unlink was called
> after release_sock, permitting bt_accept_unlink to run twice on the same
> socket and cause a NULL pointer dereference.
>
>
> [50510.241632]
From: Konstantin Shemyak
Date: Sat, 5 Dec 2015 17:24:39 +0200
> On 01.12.2015 19:08, David Miller wrote:
>> From: Hannes Frederic Sowa
>> Date: Tue, 01 Dec 2015 14:30:55 +0100
>>
>>> On Tue, Dec 1, 2015, at 14:20, Konstantin Shemyak wrote:
My point was not to question its feasibility, but t
From: Alexander Duyck
Date: Sat, 5 Dec 2015 00:24:55 -0800
> Still, hard blocking this isn't necessarily going to push the
> vendors to change their ways.
Pushing back is different from blocking entirely.
That means I'm going to be very difficult and make a lot of noise
until I see the message
> Keep in mind I don't represent one of the hardware vendors here
> anymore. I am approaching this from the customer point of view. I
> would like to have the performance I can get out of the parts I have.
Trying enabling UDP checksum, GRO/GSO, and Remote Checksum Offload in
VXLAN. Assuming you
On 12/05/2015 10:31 AM, John Stoffel wrote:
"John" == John Stoffel writes:
John> On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote:
Hi all,
Anyway, if I try to boot up anything past the 4.2.6 kernel, the system
locks up pretty quickly with an oops message that scrolls off the
s
> "John" == John Stoffel writes:
John> On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote:
>>
>> Hi all,
>> Anyway, if I try to boot up anything past the 4.2.6 kernel, the system
>> locks up pretty quickly with an oops message that scrolls off the
>> screen too far. I've got some
On Sat, Dec 05, 2015 at 01:58:11PM +0100, Felix Fietkau wrote:
> This semicolon causes a build error if the function call is wrapped in
> parentheses.
>
> Fixes: aabc92bbe3cf ("net: add __netdev_alloc_pcpu_stats() to indicate gfp
> flags")
> Reported-by: Imre Kaloz
> Signed-off-by: Felix Fietkau
Dear Friend,
I am Song Chen i have a Business Proposal of $12.8m USD for you
to handle with me from my bank contact me for more information
(mr.songchen...@hotmail.com)
Regards,
Mr Song Chen.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...
On 12/04/2015 04:34 PM, Marcelo Ricardo Leitner wrote:
> On Fri, Dec 04, 2015 at 09:25:35PM +0100, Dmitry Vyukov wrote:
>> On Fri, Dec 4, 2015 at 6:48 PM, Marcelo Ricardo Leitner
>> wrote:
>>> Hi Dmitry,
>>>
>>> Can you please test this patch?
>>> I'll re-post with proper subject if it works.
>>
>
On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote:
>
> Hi all,
>
> I've been trying to upgrade to something newer than 4.2.6 since I want
> to use LVM Cache on my home NFS fileserver, KVM server, test server,
> etc. So when it goes down, I lose all my other systems which mount
> stuff
Hello Philipp,
Am 05.12.2015 um 15:19 schrieb Philipp Matthias Hahn:
Hello Hannes,
On Wed, Dec 02, 2015 at 12:40:32PM +0100, Hannes Frederic Sowa wrote:
git bisect tells me it stopped working after those two commits were applied:
commit d48623677191e0f035d7afd344f92cf880b01f8e
Author: Herbert
On 01.12.2015 19:08, David Miller wrote:
From: Hannes Frederic Sowa
Date: Tue, 01 Dec 2015 14:30:55 +0100
On Tue, Dec 1, 2015, at 14:20, Konstantin Shemyak wrote:
My point was not to question its feasibility, but to make it similar
across GRE, IP-IP and SIT tunnels.
I would send a patch to
Our records indicate that you have been chosen to be the award recipient of $1m
from the Tom Crist annual senior citizens donation.
Please send ur Name, age address Tel & Occupation for more info and a check for
$1m will be issued to you.
Sincerely,
Tom Crist
--
To unsubscribe from this list
Hello Hannes,
On Wed, Dec 02, 2015 at 12:40:32PM +0100, Hannes Frederic Sowa wrote:
> > git bisect tells me it stopped working after those two commits were applied:
> >
> > commit d48623677191e0f035d7afd344f92cf880b01f8e
> > Author: Herbert Xu
> > Date: Tue Sep 22 11:38:56 2015 +0800
> >
> >
This semicolon causes a build error if the function call is wrapped in
parentheses.
Fixes: aabc92bbe3cf ("net: add __netdev_alloc_pcpu_stats() to indicate gfp
flags")
Reported-by: Imre Kaloz
Signed-off-by: Felix Fietkau
---
include/linux/netdevice.h | 2 +-
1 file changed, 1 insertion(+), 1 de
Hi yankejian,
[auto build test ERROR on net-next/master]
url:
https://github.com/0day-ci/linux/commits/yankejian/dts-hisi-fixes-can-t-find-eth-for-hip05-D02/20151205-155412
config: arm64-allmodconfig (attached as .config)
reproduce:
wget
https://git.kernel.org/cgit/linux/kernel/git
The Huawei E3372 (12d1:157d) needs this quirk in MBIM mode
as well. Allow this by forcing the NTB to contain only a
single NDP, and add a device specific entry for this ID.
Due to the way Huawei use device IDs, this might be applied
to other modems as well. It is assumed that those modems
will be
Hi,
I rarely use a Realtek USB 3.0 Gigabit Ethernet adapter (vid/pid
0bda:8153), but when I did last night, it resulted in a lockup of
processes doing networking ("ip link", "ping", "ethtool", ...).
A (few) minute(s) before that event, I noticed that there was no network
connectivity (ping hung)
Em 05-12-2015 05:19, Xin Long escreveu:
If the chunks are enqueued successfully but sctp_cmd_interpreter()
return err to sctp_sendmsg() (mainly because of no mem), the chunks will
get re-queued, but we are dropping the reference and freeing them.
The fix is to just drop the reference on the data
Signed-off-by: Tomer Barletz
---
net/netfilter/nfnetlink_queue.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c
index 7d81d28..e8be660 100644
--- a/net/netfilter/nfnetlink_queue.c
+++ b/net/netfilter/nfnetl
Hello Sergei,
Thanks for your review.
2015-12-04 6:09 GMT+09:00 Sergei Shtylyov :
> Hello.
>
> On 12/01/2015 08:04 PM, Yoshihiro Kaneko wrote:
>
>> From: Kazuya Mizuguchi
>>
>> This patch makes PTP support active in CONFIG mode on R-Car Gen3.
>>
>> Signed-off-by: Kazuya Mizuguchi
>> Signed-off-
On Fri, Dec 4, 2015 at 10:49 PM, David Miller wrote:
> From: Alexander Duyck
> Date: Fri, 4 Dec 2015 21:45:09 -0800
>
>> Not having this feature has to in some way impact sales.
>
> I'm glad money trumps clean design and performance these days.
>
> Would they ship a literal turd until some custom
72 matches
Mail list logo