Re: [PATCH RFC] 2/2 huawei_cdc_ncm: introduce new TX ncm stack

2015-06-30 Thread Enrico Mioso
Ok, for now I should let go of this - might be it was a little bit too much for the time constaints I am having. But thank you for your effort Oliver. Anyway, trying to write this new TX engine helped me in understand better things and conceive the patch I sent you affecting cdc_ncm.c, which

Re: [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Maninder Singh
Hi Joe, Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0]) I think all of these #defines should be removed instead as they are all used only once. If we replcase only ARRAY_SIZE then cood will look alike to drivers/net/ethernet/intel/e1000e/phy.c And if we have to remove these #defines , then

[PATCH net] igb: Fix oops caused by missing queue pairing

2015-06-30 Thread Shota Suzuki
When initializing igb driver (e.g. 82576, I350), IGB_FLAG_QUEUE_PAIRS is set if adapter-rss_queues exceeds half of max_rss_queues in igb_init_queue_configuration(). On the other hand, IGB_FLAG_QUEUE_PAIRS is not set even if the number of queues exceeds half of max_combined in igb_set_channels()

答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Chenqi (jakio)
Hi,bjorn, Thanks for your kindly reply and providing so much info about linux wwan components! We'll make a deep research on linux wwan architecture, maybe we can support it in the newly developing products. About what you saying about submit the patch formally, what steps should I do? Is

答复: 答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Chenqi (jakio)
Hi, Greg, Got it! Thanks Jakio.chen -邮件原件- 发件人: Greg KH [mailto:gre...@linuxfoundation.org] 发送时间: 2015年7月1日 9:05 收件人: Chenqi (jakio) 抄送: Bjørn Mork; torva...@linux-foundation.org; aleksan...@aleksander.es; d...@redhat.com; oli...@neukum.org; ben.hutchi...@codethink.co.uk;

[GIT] Networking

2015-06-30 Thread David Miller
1) mlx4 driver bug fixes (TX queue wakeups, csum complete indications) from Ido Shamay, Eran Ben Elisha, and Or Gerlitz. 2) Missing unlock in error path of PTP support in renesas driver, from Dan Carpenter. 3) Add Vitesse 8641 phy IDs to vitesse PHY driver, from Shaohui Xie. 4) Bnx2x

Re: 答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Greg KH
On Wed, Jul 01, 2015 at 12:49:01AM +, Chenqi (jakio) wrote: Hi,bjorn, Thanks for your kindly reply and providing so much info about linux wwan components! We'll make a deep research on linux wwan architecture, maybe we can support it in the newly developing products. About what you

Re: [PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion

2015-06-30 Thread Alexei Starovoitov
On 6/26/15 8:25 AM, Xi Wang wrote: Currently ALU_END_FROM_BE 32 and ALU_END_FROM_LE 32 do not test if the upper bits of the result are zeros (the arm64 JIT had such bugs). Extend the two tests to catch this. Cc: Alexei Starovoitova...@plumgrid.com Signed-off-by: Xi Wangxi.w...@gmail.com looks

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Or Gerlitz
On Tue, Jun 30, 2015 at 1:45 PM, Sebastian Ott seb...@linux.vnet.ibm.com wrote: after the latest mellanox update the mlx4 driver fails to probe a VF: [ 88.909562] mlx4_core :00:00.0: mlx4_allocate_default_counters: failed to allocate default counter port 1 err -22 [ 88.909564]

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Or Gerlitz
On 6/30/2015 1:45 PM, Sebastian Ott wrote: [ 88.909558] mlx4_slave_cmd op=3840, ret=-22, status=3 [ 88.909562] mlx4_core :00:00.0: mlx4_allocate_default_counters: failed to allocate default counter port 1 err -22 [ 88.909564] mlx4_core :00:00.0: Failed to allocate default

[EDT] [v2][PATCH] ax88179_178a: add reset function in reset_resume

2015-06-30 Thread Vivek Kumar Bhagat
EP-EC562D6B53594479BCA6FC73F17DEE54 Without reset functionality in reset_resume, iperf connection does not establish after suspend/resume however ping works at the same time. iperf connection fails by giving checksum error in tcpdump. reset function inside reset_resume solves above bug. We have

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Sebastian Ott
On Tue, 30 Jun 2015, Or Gerlitz wrote: On Tue, Jun 30, 2015 at 1:45 PM, Sebastian Ott seb...@linux.vnet.ibm.com wrote: after the latest mellanox update the mlx4 driver fails to probe a VF: [ 88.909562] mlx4_core :00:00.0: mlx4_allocate_default_counters: failed to allocate default

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Sebastian Ott
On Tue, 30 Jun 2015, Or Gerlitz wrote: On 6/30/2015 1:45 PM, Sebastian Ott wrote: [ 88.909558] mlx4_slave_cmd op=3840, ret=-22, status=3 [ 88.909562] mlx4_core :00:00.0: mlx4_allocate_default_counters: failed to allocate default counter port 1 err -22 [ 88.909564] mlx4_core

Re: [PATCH v3.17 .. v3.19] lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resize

2015-06-30 Thread Konstantin Khlebnikov
+CC Sasha Levin FYI: this patch fixes race in netlink which leads to hung in glibc function getaddrinfo() because it doesn't handle errors at all. On 26.06.2015 13:48, Konstantin Khlebnikov wrote: Hash value passed as argument into rhashtable_lookup_compare could be computed using different

Re: [Xen-devel] Unable to unregister netdevice after netfilter: bridge: forward IPv6 fragmented packets

2015-06-30 Thread Julien Grall
Hi Florian, On 29/06/15 19:55, Florian Westphal wrote: Julien Grall julien.gr...@citrix.com wrote: I tried to run the latest Linux tree (4a10a91756ef381bced7b88cfb9232f660b92d93) as DOM0 Xen. After destroying a guest using network, I got the following lines in the DOM0 kernel log:

Re: [PATCH net-next] bridge: vlan: flush the dynamically learned entries on port vlan delete

2015-06-30 Thread Vlad Yasevich
On 06/23/2015 08:28 AM, Nikolay Aleksandrov wrote: Add a new argument to br_fdb_delete_by_port which allows to specify a vid to match when flushing entries and use it in nbp_vlan_delete() to flush the dynamically learned entries of the vlan/port pair when removing a vlan from a port. Before

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Or Gerlitz
On 6/30/2015 4:24 PM, Sebastian Ott wrote: Do you run the VF on the same system/kernel as the PF, or the VF is probed to VM which runs the latest kernel and the PF runsolder kernel (which?) The latter case. The PF is driven by a much older Kernel running OFED 2.3.2.0.0.1 Can you try running

[PATCH v3 1/3] net: mvneta: introduce compatible string marvell,armada-xp-neta

2015-06-30 Thread Simon Guinot
The mvneta driver supports the Ethernet IP found in the Armada 370, XP, 380 and 385 SoCs. Since at least one more hardware feature is available for the Armada XP SoCs then a way to identify them is needed. This patch introduces a new compatible string marvell,armada-xp-neta. Signed-off-by: Simon

[PATCH v3 2/3] ARM: mvebu: update Ethernet compatible string for Armada XP

2015-06-30 Thread Simon Guinot
This patch updates the Ethernet DT nodes for Armada XP SoCs with the compatible string marvell,armada-xp-neta. Signed-off-by: Simon Guinot simon.gui...@sequanux.org Fixes: 77916519cba3 (arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces) Cc: sta...@vger.kernel.org # v3.8+ Acked-by:

[PATCH v3 3/3] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Simon Guinot
The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and NETIF_F_TSO for the Armada 370 and compatibles SoCs when the MTU is set to a value

LOAN OFFER

2015-06-30 Thread wenny_budi_p
Hello, do you need a business or personal loan interest rate of 3%? If interested, kindly get back to us with the following information. NAME OF BORROWER: * COUNTRY: * GENDER: * OCCUPATION: * MONTHLY INCOME: * Loan Amount Required: * Loan Duration: * LOAN PURPOSE: * PHONE NUMBERS: -- To

[PATCH net] enic: fix issues in enic_poll

2015-06-30 Thread Govindarajulu Varadarajan
In enic_poll, we clean tx and rx queues, when low latency busy socket polling is happening, enic_poll will only clean tx queue. After cleaning tx, it should return total budget for re-poll. Current code checks only rx work done to complete napi. It completely ignores tx work done. If we have only

[PATCH] ax88179_178a: add reset functionality in reset_resume

2015-06-30 Thread Vivek Kumar Bhagat
Without reset functionality in reset_resume, iperf connection does not establish after suspend/resume however ping works at the same time. iperf connection fails by giving checksum error in tcpdump. reset function inside reset_resume solves above bug. We have verified it on ASIX based ST Lab,

Re: 4.1+ use after free in netlink_broadcast_filtered

2015-06-30 Thread Eric Dumazet
On Tue, 2015-06-30 at 11:28 -0400, Craig Gallek wrote: On Fri, Jun 26, 2015 at 4:26 PM, Craig Gallek kr...@google.com wrote: On Fri, Jun 26, 2015 at 10:33 AM, Craig Gallek kr...@google.com wrote: On Fri, Jun 26, 2015 at 1:17 AM, Eric Dumazet eric.duma...@gmail.com wrote: On Fri,

[PATCH v4 1/3] net: mvneta: introduce compatible string marvell,armada-xp-neta

2015-06-30 Thread Simon Guinot
The mvneta driver supports the Ethernet IP found in the Armada 370, XP, 380 and 385 SoCs. Since at least one more hardware feature is available for the Armada XP SoCs then a way to identify them is needed. This patch introduces a new compatible string marvell,armada-xp-neta. Signed-off-by: Simon

[PATCH v4 0/3] Fix Ethernet jumbo frames support for Armada 370 and 38x

2015-06-30 Thread Simon Guinot
Hello, This patch series fixes the Ethernet jumbo frames support for the SoCs Armada 370, 380 and 385. Unlike Armada XP, the Ethernet controller for this SoCs don't support TCP/IP checksumming with a frame size larger than 1600 bytes. This patches should be applied to the -stable kernels 3.8 and

[PATCH v4 3/3] net: mvneta: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Simon Guinot
The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and NETIF_F_TSO for the Armada 370 and compatibles SoCs when the MTU is set to a value

[PATCH v4 2/3] ARM: mvebu: update Ethernet compatible string for Armada XP

2015-06-30 Thread Simon Guinot
This patch updates the Ethernet DT nodes for Armada XP SoCs with the compatible string marvell,armada-xp-neta. Signed-off-by: Simon Guinot simon.gui...@sequanux.org Fixes: 77916519cba3 (arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces) Cc: sta...@vger.kernel.org # v3.8+ Acked-by:

Re: mlx4: failed to allocate default counter port 1

2015-06-30 Thread Sebastian Ott
On Tue, 30 Jun 2015, Or Gerlitz wrote: On 6/30/2015 4:24 PM, Sebastian Ott wrote: Do you run the VF on the same system/kernel as the PF, or the VF is probed to VM which runs the latest kernel and the PF runsolder kernel (which?) The latter case. The PF is driven by a much older Kernel

Re: 4.1+ use after free in netlink_broadcast_filtered

2015-06-30 Thread Craig Gallek
On Fri, Jun 26, 2015 at 4:26 PM, Craig Gallek kr...@google.com wrote: On Fri, Jun 26, 2015 at 10:33 AM, Craig Gallek kr...@google.com wrote: On Fri, Jun 26, 2015 at 1:17 AM, Eric Dumazet eric.duma...@gmail.com wrote: On Fri, 2015-06-26 at 00:44 -0400, Dave Jones wrote: I taught Trinity about

Re: [PATCH v4 1/3] net: mvneta: introduce compatible string marvell,armada-xp-neta

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:20:20 +0200, Simon Guinot wrote: The mvneta driver supports the Ethernet IP found in the Armada 370, XP, 380 and 385 SoCs. Since at least one more hardware feature is available for the Armada XP SoCs then a way to identify them is needed. This patch

Re: [PATCH v4 2/3] ARM: mvebu: update Ethernet compatible string for Armada XP

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:20:21 +0200, Simon Guinot wrote: This patch updates the Ethernet DT nodes for Armada XP SoCs with the compatible string marvell,armada-xp-neta. Signed-off-by: Simon Guinot simon.gui...@sequanux.org Fixes: 77916519cba3 (arm: mvebu: Armada XP MV78230

[PATCH v3 0/3] Fix Ethernet jumbo frames support for Armada 370 and 38x

2015-06-30 Thread Simon Guinot
Hello, This patch series fixes the Ethernet jumbo frames support for the SoCs Armada 370, 380 and 385. Unlike Armada XP, the Ethernet controller for this SoCs don't support TCP/IP checksumming with a frame size larger than 1600 bytes. This patches should be applied to the -stable kernels 3.8 and

RE: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Fujinaka, Todd
I don't see the reason this is needed so I'm going to say NAK. Todd Fujinaka Software Application Engineer Networking Division (ND) Intel Corporation todd.fujin...@intel.com (503) 712-4565 -Original Message- From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On

Re: [PATCH v3 3/3] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:05:49 +0200, Simon Guinot wrote: The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and

Re: [PATCH v4 3/3] net: mvneta: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:20:22 +0200, Simon Guinot wrote: The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and

[PATCH net-next] net: macb: replace literal constant with NET_IP_ALIGN

2015-06-30 Thread Nicolae Rosia
Signed-off-by: Nicolae Rosia nicolae.ro...@certsign.ro --- drivers/net/ethernet/cadence/macb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index caeb395..dbb5160 100644 ---

[PATCH net] sock_diag: don't broadcast kernel sockets

2015-06-30 Thread Craig Gallek
Kernel sockets do not hold a reference for the network namespace to which they point. Socket destruction broadcasting relies on the network namespace and will cause the splat below when a kernel socket is destroyed. This fix simply ignores kernel sockets when they are destroyed. Reported as:

Re: [PATCH v4 0/3] Fix Ethernet jumbo frames support for Armada 370 and 38x

2015-06-30 Thread David Miller
From: Simon Guinot simon.gui...@sequanux.org Date: Tue, 30 Jun 2015 16:20:19 +0200 This patch series fixes the Ethernet jumbo frames support for the SoCs Armada 370, 380 and 385. Unlike Armada XP, the Ethernet controller for this SoCs don't support TCP/IP checksumming with a frame size larger

Re: [PATCH net] sock_diag: don't broadcast kernel sockets

2015-06-30 Thread David Miller
From: Craig Gallek kr...@google.com Date: Tue, 30 Jun 2015 12:49:32 -0400 Kernel sockets do not hold a reference for the network namespace to which they point. Socket destruction broadcasting relies on the network namespace and will cause the splat below when a kernel socket is destroyed.

missing in stable 4.1.1 - was Re: pull-request: can 2015-06-21

2015-06-30 Thread Oliver Hartkopp
Hello Greg, On 23.06.2015 15:43, David Miller wrote: From: Marc Kleine-Budde m...@pengutronix.de Date: Sun, 21 Jun 2015 19:04:58 +0200 this is a, probably too late, pull request for v4.1. Oliver Hartkopp fixed a bug in the generic CAN frame handling code, which may lead to loss of CAN

Re: missing in stable 4.1.1 - was Re: pull-request: can 2015-06-21

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 09:31:36PM +0200, Oliver Hartkopp wrote: Hello Greg, On 23.06.2015 15:43, David Miller wrote: From: Marc Kleine-Budde m...@pengutronix.de Date: Sun, 21 Jun 2015 19:04:58 +0200 this is a, probably too late, pull request for v4.1. Oliver Hartkopp fixed a bug in

Re: missing in stable 4.1.1 - was Re: pull-request: can 2015-06-21

2015-06-30 Thread Oliver Hartkopp
On 30.06.2015 22:07, Greg KH wrote: On Tue, Jun 30, 2015 at 09:31:36PM +0200, Oliver Hartkopp wrote: The upstream commit is: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=36c01245eb8046c16eee6431e7dbfbb302635fa8 which slipped into 4.2 at merge window opening

Re: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Joe Perches
On Tue, 2015-06-30 at 20:16 +, Fujinaka, Todd wrote: Sorry for the top-posting, but I'm provided with the tools they give me and bottom posting from Outlook just confuses email threads. Plus, this was crossposted all over creation and cc-ed to anyone with an intel address. Not quite. It

Re: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Richard Weinberger
Hi! Am 30.06.2015 um 22:16 schrieb Fujinaka, Todd: Sorry for the top-posting, but I'm provided with the tools they give me and bottom posting from Outlook just confuses email threads. Plus, this was crossposted all over creation and cc-ed to anyone with an intel address. I still would say

Re: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Alex Gartrell
On Tue, Jun 30, 2015 at 1:16 PM, Fujinaka, Todd todd.fujin...@intel.com wrote: I still would say no if I'm allowed, because to guarantee that this change - that I don't think fixes anything - works in all cases, we need to do an incredible amount of regression testing. Every variant of every

Re: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Richard Weinberger
On Tue, Jun 30, 2015 at 4:53 PM, Fujinaka, Todd todd.fujin...@intel.com wrote: I don't see the reason this is needed so I'm going to say NAK. Using generic functions is always better than open coded stuff. Linux's ARRAY_SIZE also makes sure that the passed variable is actually an array. --

RE: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Fujinaka, Todd
Sorry for the top-posting, but I'm provided with the tools they give me and bottom posting from Outlook just confuses email threads. Plus, this was crossposted all over creation and cc-ed to anyone with an intel address. I still would say no if I'm allowed, because to guarantee that this change

Re: missing in stable 4.1.1 - was Re: pull-request: can 2015-06-21

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 10:28:08PM +0200, Oliver Hartkopp wrote: On 30.06.2015 22:07, Greg KH wrote: On Tue, Jun 30, 2015 at 09:31:36PM +0200, Oliver Hartkopp wrote: The upstream commit is:

Re: [PATCH net] net: do not process device backlog during unregistration

2015-06-30 Thread Julian Anastasov
Hello, On Mon, 29 Jun 2015, Julian Anastasov wrote: RFC patch: Subject: [PATCHv2 net] net: do not process device backlog during unregistration Ignore this v2, packets in backlog do not hold dev reference, I'll prepare new version with such check in enqueue_to_backlog.

Re: [PATCH v3.17 .. v3.19] lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resize

2015-06-30 Thread Thomas Graf
On 06/26/15 at 01:48pm, Konstantin Khlebnikov wrote: Hash value passed as argument into rhashtable_lookup_compare could be computed using different hash table than rhashtable_lookup_compare sees. This patch passes key into rhashtable_lookup_compare() instead of hash and compures hash value

Re: [RFC] COLO Proxy Module

2015-06-30 Thread Patrick McHardy
On 30.06, Li Zhijian wrote: |ping... and i have another question: can i add a new |||nf_ct_ext_id simply without touching the exiting kernel code?| No, the kernel needs to know the highest extension ID in order to allocate space for the offsets. in order to support COLO-Proxy, i need a

mlx4: failed to allocate default counter port 1

2015-06-30 Thread Sebastian Ott
Hello, after the latest mellanox update the mlx4 driver fails to probe a VF: [ 88.909562] mlx4_core :00:00.0: mlx4_allocate_default_counters: failed to allocate default counter port 1 err -22 [ 88.909564] mlx4_core :00:00.0: Failed to allocate default counters, aborting [

Re: missing in stable 4.1.1 - was Re: pull-request: can 2015-06-21

2015-06-30 Thread David Miller
From: Oliver Hartkopp socket...@hartkopp.net Date: Tue, 30 Jun 2015 21:31:36 +0200 Hello Greg, On 23.06.2015 15:43, David Miller wrote: From: Marc Kleine-Budde m...@pengutronix.de Date: Sun, 21 Jun 2015 19:04:58 +0200 this is a, probably too late, pull request for v4.1. Oliver Hartkopp

Re: Wiring up direct socket calls on x86_32 Linux?

2015-06-30 Thread Andreas Schwab
Andy Lutomirski l...@amacapital.net writes: Glibc people: If Linux wired up the syscalls, would glibc use them? Not automatically. It needs to be compatible with the configured minimum kernel version, so runtime probing would needed to be implemented. Andreas. -- Andreas Schwab,

Greetings,

2015-06-30 Thread Mr. George Wang
I am Mr. George Wang of Bank of China. I have a business proposal for you. For more details contact (mrgewan...@gmail.com). Thanks, Mr. George Wang. -- This email was Virus checked by UTM 9. http://www.sophos.com -- To unsubscribe from this list: send the line unsubscribe netdev in the body of

RE: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Fujinaka, Todd
I've submitted a version to intel-wired-lan that addresses the original issue as well as Joe Perches's suggestion to just delete the define. Todd Fujinaka Software Application Engineer Networking Division (ND) Intel Corporation todd.fujin...@intel.com (503) 712-4565 -- To unsubscribe from this

Re: [RFC V3] net: don't wait for order-3 page allocation

2015-06-30 Thread David Rientjes
On Thu, 18 Jun 2015, Michal Hocko wrote: That is to be discussed. Most allocations already express their interest in memory reserves by __GFP_HIGH directly or by GFP_ATOMIC indirectly. So maybe we do not need any additional flag here. There are not that many ~__GFP_WAIT and most of them seem

Wiring up direct socket calls on x86_32 Linux?

2015-06-30 Thread Andy Lutomirski
Hi all- sys_socketcall sucks. If nothing else, it's impossible to filter with seccomp. Should we wire up the real socket calls so that user code can (very slowly) start migrating? I think the list is: - socket - bind - connect - listen - accept4 - getsockname - getpeername - socketpair

[PATCH] rtnetlink: Actually use the policy for the IFLA_VF_INFO

2015-06-30 Thread Jason Gunthorpe
It turns out the policy was defined but never actually checked, so lets check it. Fixes: ebc08a6f47ee (rtnetlink: Add VF config code to rtnetlink) Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com --- net/core/rtnetlink.c | 13 + 1 file changed, 13 insertions(+) DaveM:

Re: isdn: pcbit: another off-by-one issue?

2015-06-30 Thread Tilman Schmidt
Am 11.06.2015 um 13:44 schrieb Paul Bolle: Besides, it is, apparently, an I4L driver. (Though there's a CAPI part too. I need to check how that fits into the picture.) If I read the code correctly it talks I4L to the kernel but CAPI to the card. This would have been a natural candidate for

Re: [Intel-wired-lan] [PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])

2015-06-30 Thread Joe Perches
On Tue, 2015-06-30 at 22:25 +, Fujinaka, Todd wrote: I've submitted a version to intel-wired-lan that addresses the original issue as well as Joe Perches's suggestion to just delete the define. Please cc netdev next time too. -- To unsubscribe from this list: send the line unsubscribe