On 10/19/2015 08:39 AM, Heiko Schocher wrote:
> add DT support for the ti hecc controller, used on
> am3517 SoCs.
A similar patch was posted a few days ago, see
http://comments.gmane.org/gmane.linux.can/8616 and my comments.
Please coordinate with Anton Glukhov (Cc'ed) and/or pick up his patches
Hello Marc,
Am 19.10.2015 um 08:34 schrieb Marc Kleine-Budde:
On 10/19/2015 08:22 AM, Heiko Schocher wrote:
This patch fixes a warning in clk_enable by calling
clk_prepare_enable instead.
What about the corresponding clk_disable_unprepare()?
Yes, that should be fixed too, do this in a v2, t
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
master
head: 371f1c7e0d854796adc622cc3bacfcc5fc638db1
commit: 8cbc870829ecd8f1062f2a756683c80e2d1eae7f [1236/1358] netfilter:
nfnetlink_log: validate dependencies to avoid breaking atomicity
config: m68k-sun3_defconfig (
1) Account for extra headroom in ath9k driver, from Felix Fietkau.
2) Fix OOPS in pppoe driver due to incorrect socket state transition,
from Guillaume Nault.
3) Kill memory leak in amd-xgbe debugfx, from Geliang Tang.
4) Power management fixes for iwlwifi, from Johannes Berg.
5) Fix races
add DT support for the ti hecc controller, used on
am3517 SoCs.
Signed-off-by: Heiko Schocher
---
.../devicetree/bindings/net/can/ti_hecc-can.txt| 20 ++
arch/arm/boot/dts/am3517.dtsi | 13 +++
drivers/net/can/ti_hecc.c | 45
On 10/19/2015 08:22 AM, Heiko Schocher wrote:
> This patch fixes a warning in clk_enable by calling
> clk_prepare_enable instead.
What about the corresponding clk_disable_unprepare()?
Marc
>
> Signed-off-by: Heiko Schocher
> ---
>
> drivers/net/can/ti_hecc.c | 2 +-
> 1 file changed, 1 inser
This patch fixes a warning in clk_enable by calling
clk_prepare_enable instead.
Signed-off-by: Heiko Schocher
---
drivers/net/can/ti_hecc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c
index cf345cb..c08e8ea 100644
---
From: Masashi Honma
Date: Sun, 18 Oct 2015 09:51:39 +0900
> These lines could be aggregated to one line because fib6_new_table() calls
> fib6_get_table() inside on both cases CONFIG_IPV6_MULTIPLE_TABLES is enabled
> or
> not.
>
> Signed-off-by: Masashi Honma
This is not correct.
The whole po
From: Florian Fainelli
Date: Sat, 17 Oct 2015 14:22:46 -0700
> From: Florian Fainelli
>
> Link interrupts are enabled in init_umac(), which is too early for us to
> process them since we do not yet have a valid PHY device pointer. On
> BCM7425 chips for instance, we will crash calling phy_mac_i
From: Kalle Valo
Date: Sat, 17 Oct 2015 08:26:19 +0300
> few small fixes I would like to get to 4.3 still. Please let me know if
> there are any problems.
Pulled, thanks Kalle.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.
From: Pablo Neira Ayuso
Date: Sat, 17 Oct 2015 15:48:50 +0200
> This is exactly the same pull request, including the conflict
> resolution for net/bridge/br_netfilter_hooks.c.
Pulled, thanks Pablo.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to m
Sometimes xennet_create_queues() may failed to created all requested
queues, we need to update num_queues to real created to avoid NULL
pointer dereference.
Signed-off-by: Joe Jin
Cc: Boris Ostrovsky
Cc: Konrad Rzeszutek Wilk
Cc: Wei Liu
Cc: Ian Campbell
Cc: David S. Miller
---
drivers/net/
From: Santosh Shilimkar
Date: Fri, 16 Oct 2015 22:13:21 -0400
> Sowmini found hang with rds-ping while testing RDS over TCP. Its
> a corner case and doesn't happen always. The issue is not reproducible
> with IB transport. Its clear from below dump why we see it with RDS TCP.
...
> This happens b
From: Jesse Gross
Date: Fri, 16 Oct 2015 16:36:00 -0700
> Before lightweight tunnels existed, it really didn't make sense to
> create a tunnel that was not fully specified, such as without a
> destination IP address - the resulting packets would go nowhere.
> However, with lightweight tunnels, th
From: Stephen Hemminger
Date: Fri, 16 Oct 2015 16:12:34 -0700
> Add missing rule to export mpls iptunnel header needed by iproute2
>
> Signed-off-by: Stephen Hemminger
Applied, thanks Stephen.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majo
On Sat, 17 Oct 2015 00:21:44 -0400
Michael Chan wrote:
> +static inline u32 bnxt_tx_avail(struct bnxt *bp, struct bnxt_tx_ring_info
> *txr)
> +{
> + /* Tell compiler to fetch tx indices from memory. */
> + barrier();
Actually, you are telling compiler not to reorder. Which may not
be su
On Sat, 17 Oct 2015 00:21:44 -0400
Michael Chan wrote:
> +static bool bnxt_vf_pciid(int idx)
> +{
> + if (idx == BCM57304_VF || idx == BCM57404_VF)
> + return true;
> + return false;
> +}
> +
I prefer just returning result of logical operation
rather than adding unnecessary i
On Sat, 17 Oct 2015 00:21:44 -0400
Michael Chan wrote:
> +/* indexed by enum above */
> +static struct {
> + char *name;
> +} board_info[] = {
> + { "Broadcom BCM57302 NetXtreme-C Single-port 10Gb/25Gb/40Gb/50Gb
> Ethernet" },
> + { "Broadcom BCM57304 NetXtreme-C Dual-port 10Gb/25Gb/
From: Eric Dumazet
Date: Fri, 16 Oct 2015 13:00:01 -0700
> From: Eric Dumazet
>
> At the time of commit fff326990789 ("tcp: reflect SYN queue_mapping into
> SYNACK packets") we had little ways to cope with SYN floods.
>
> We no longer need to reflect incoming skb queue mappings, and instead
>
From: Joe Stringer
Date: Fri, 16 Oct 2015 11:08:18 -0700
> If OVS receives a packet from another namespace, then the packet should
> be scrubbed. However, people have already begun to rely on the behaviour
> that skb->mark is preserved across namespaces, so retain this one field.
>
> This is mai
From: Johan Hedberg
Date: Fri, 16 Oct 2015 17:29:00 +0300
> First of all, sorry for the late set of patches for the 4.3 cycle. We
> just finished an intensive week of testing at the Bluetooth UnPlugFest
> and discovered (and fixed) issues there. Unfortunately a few issues
> affect 4.3-rc5 in a wa
If alpha is strictly reduced by alpha >> dctcp_shift_g and if alpha is less
than 1 << dctcp_shift_g, then alpha may never reach zero. For example,
given shift_g=4 and alpha=15, alpha >> dctcp_shift_g yields 0 and alpha
remains 15. The effect isn't noticeable in this case below cwnd=137, but
could g
On Thu, 15 Oct 2015 14:53:17 -0700
Roopa Prabhu wrote:
> From: Wilson Kok
>
> This patch adds fflush in fdb and mdb print functions
>
> Signed-off-by: Wilson Kok
> Signed-off-by: Roopa Prabhu
Applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a messa
On Thu, 15 Oct 2015 20:32:17 +
Phil Sutter wrote:
> This has been inconsistent since the beginning of Git and seems to be
> merely a documentation leftover, therefore just remove it from help
> output and man page.
>
> Signed-off-by: Phil Sutter
Applied.
>
--
To unsubscribe from this li
On Thu, 15 Oct 2015 21:01:16 +0200
Phil Sutter wrote:
> When getopt_long encounters an option which has not been registered, it
> returns '?'. React upon that and call usage() instead of help() so ss
> returns with a non-zero exit status.
>
> Signed-off-by: Phil Sutter
Applied
--
To unsubscrib
On Wed, Oct 14, 2015 at 02:28:00AM -0700, Andrew Shewmaker wrote:
> On Fri, Oct 16, 2015 at 09:57:42PM -0700, Yuchung Cheng wrote:
> ...
> > diff --git a/include/linux/tcp.h b/include/linux/tcp.h
> > index 86a7eda..90edef5 100644
> > --- a/include/linux/tcp.h
> > +++ b/include/linux/tcp.h
> > @@ -2
Freescale driver bug.
Begin forwarded message:
Date: Mon, 19 Oct 2015 02:14:45 +
From: "bugzilla-dae...@bugzilla.kernel.org"
To: "shemmin...@linux-foundation.org"
Subject: [Bug 106171] New: Regression causes "ip" command to crash, leaving the
user without any networking
https://bugzill
于 2015/10/17 6:06, Alexei Starovoitov 写道:
> On 10/16/15 12:42 AM, Kaixu Xia wrote:
>> This patch adds the flag dump_enable to control the trace data
>> output process when perf sampling. By setting this flag and
>> integrating with ebpf, we can control the data output process and
>> get the samples
This adds the USB ID for the Sitecom WLA2100. The Windows 10 inf file
was checked to verify that the addition is correct.
Reported-by: Frans van de Wiel
Signed-off-by: Larry Finger
Cc: Frans van de Wiel
Cc: Stable [All stable versions]
---
drivers/staging/rtl8712/usb_intf.c | 1 +
1 file chan
On Sun, Oct 18, 2015 at 10:33:41AM -0400, Neal Cardwell wrote:
> On Wed, Oct 14, 2015 at 5:28 AM, Andrew Shewmaker wrote:
> >> diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
> >> index 38743e5..e177386 100644
> >> --- a/net/ipv4/tcp_input.c
> >> +++ b/net/ipv4/tcp_input.c
> > ...
> >> @@
From: Michael Grzeschik
Date: Fri, 16 Oct 2015 13:00:54 +0200
> This series includes some small fixes. The main changes are the correct
> xceiver handling (enable/disable) of the com20020 cards. The driver now
> handles
> link status change detection. The EAE PCI-ARCNET cards now make use of the
于 2015/10/17 6:06, Alexei Starovoitov 写道:
> On 10/16/15 12:42 AM, Kaixu Xia wrote:
>> This patch adds the flag dump_enable to control the trace data
>> output process when perf sampling. By setting this flag and
>> integrating with ebpf, we can control the data output process and
>> get the samples
From: Arnd Bergmann
Date: Fri, 16 Oct 2015 12:00:51 +0200
> BITS_RX_EN is an 'unsigned long' constant, so the ones complement of that
> has bits set that do not fit into a 32-bit variable on 64-bit architectures,
> which causes a harmless gcc warning:
>
> drivers/net/ethernet/hisilicon/hix5hd2_g
From: Arnd Bergmann
Date: Fri, 16 Oct 2015 11:33:49 +0200
> The HNS MDIO driver fails to build on older ARM machines that are not
> yet converted to CONFIG_OF:
>
> drivers/net/ethernet/hisilicon/hns_mdio.c: In function 'hns_mdio_bus_name':
> drivers/net/ethernet/hisilicon/hns_mdio.c:405:14: erro
From: Arnd Bergmann
Date: Fri, 16 Oct 2015 11:30:56 +0200
> Some configurations fail to build the hns dsaf code because of
> a missing header file:
>
> ethernet/hisilicon/hns/hns_dsaf_main.c: In function 'hns_dsaf_init':
> ethernet/hisilicon/hns/hns_dsaf_main.c:1096:2: error: implicit declaratio
From: yankejian
Date: Fri, 16 Oct 2015 17:03:18 +0800
> This patchset fixes two bugs in hns driver.
> - fixes timeout when received pause frame from the connective ports
> - should be set by using ethtool -s when the devices are link down
Series applied, thanks.
--
To unsubscribe from this
From: huangdaode
Date: Fri, 16 Oct 2015 11:54:15 +0800
> This patchset fixes the two bugs in HNS driver, one is remove the hnae sysfs
> interface
> according to the review comments from Arnd Bergmann , another
> is fixing the wrong mac_id judgement bug which is found during internal tests.
Seri
From: Daniel Borkmann
Date: Fri, 16 Oct 2015 03:09:21 +0200
> This set adds support for persistent maps/progs. Please see
> individual patches for further details.
>
> A man-page update to bpf(2) will be sent afterwards, also a
> iproute2 patch for support in tc.
>
> Thanks!
It seems like the
On 2015/10/16 17:30, Arnd Bergmann wrote:
On Friday 16 October 2015 11:54:15 huangdaode wrote:
This patchset fixes the two bugs in HNS driver, one is remove the hnae sysfs
interface
according to the review comments from Arnd Bergmann , another
is fixing the wrong mac_id judgement bug which is f
From: Insu Yun
Date: Thu, 15 Oct 2015 18:02:28 +
> Since vzalloc can be failed in memory pressure,
> writes -ENOMEM to xenstore to indicate error.
>
> Signed-off-by: Insu Yun
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...
From: changch...@gmail.com
Date: Fri, 16 Oct 2015 02:00:21 +0800
> From: Chia-Sheng Chang
>
> Just another AX88178-based 10/100/1000 USB-to-Ethernet dongle. This one
> shows up in lsusb as: "ID 08dd:0114 Billionton Systems, Inc".
>
> Signed-off-by: Chia-Sheng Chang
> Cc: "David S. Miller"
Ap
From: Arun Parameswaran
Date: Thu, 15 Oct 2015 10:37:13 -0700
> The 'bcm-phy-lib.c', added as a part of the commit
> "net: phy: Add Broadcom phy library for common interfaces"
> was missing the module license. This was causing an issue
> when the library is built as a module; "module license
> 'u
From: Ronen Arad
Date: Thu, 15 Oct 2015 01:55:17 -0700
> netlink_dump() allocates skb based on the calculated min_dump_alloc or
> a per socket max_recvmsg_len.
> min_alloc_size is maximum space required for any single netdev
> attributes as calculated by rtnl_calcit().
> max_recvmsg_len tracks th
From: David Ahern
Date: Fri, 16 Oct 2015 09:57:33 -0600
> On 10/16/15 2:02 AM, Jiri Benc wrote:
>> On Fri, 16 Oct 2015 01:06:44 -0700 (PDT), David Miller wrote:
>>> No, it's definitely not OK, because lwtunnel support exists in
>>> Linus's tree.
>>>
>>> And tools should be able to work on all ker
From: roy.qing...@gmail.com
Date: Thu, 15 Oct 2015 16:54:36 +0800
> From: Li RongQing
>
> A dhcp server may provide parameters to a client from a pool of IP
> addresses and using a shared rootfs, or provide a specific set of
> parameters for a specific client, usually using the MAC address to
>
I'm sorry too, fell free to ignore my patch, Thanks.
2015-10-19 9:50 GMT+08:00 David Miller :
> From: Gao feng
> Date: Sun, 18 Oct 2015 23:35:56 +0800
>
>> reset transport and unlock if misc_register failed.
>>
>> Signed-off-by: Gao feng
>
> It's extremely disappointing that it took you three re
From: Santosh Shilimkar
Date: Wed, 14 Oct 2015 14:15:31 -0700
> From: Santosh Shilimkar
>
> To further improve the RDS connection scalabilty on massive systems
> where number of sockets grows into tens of thousands of sockets, there
> is a need of larger bind hashtable. Pre-allocated 8K or 16K
From: Gao feng
Date: Sun, 18 Oct 2015 23:35:56 +0800
> reset transport and unlock if misc_register failed.
>
> Signed-off-by: Gao feng
It's extremely disappointing that it took you three revisions
just to put together a submission that actually compiles.
That shows me that you put a very low
From: Roopa Prabhu
This patch adds support for MPLS multipath routes.
Includes following changes to support multipath:
- splits struct mpls_route into 'struct mpls_route + struct mpls_nh'
- 'struct mpls_nh' represents a mpls nexthop label forwarding entry
- moves mpls route and nexthop structu
From: Roopa Prabhu
This patch adds support for MPLS multipath routes.
Includes following changes to support multipath:
- splits struct mpls_route into 'struct mpls_route + struct mpls_nh'.
- struct mpls_nh represents a mpls nexthop label forwarding entry
- Adds support to parse/fill RTA_MULTIP
From: Robert Shearman
Change the selection of a multipath route to use a flow-based
hash. This more suitable for traffic sensitive to reordering within a
flow (e.g. TCP, L2VPN) and whilst still allowing a good distribution
of traffic given enough flows.
Selection of the path for a multipath rout
Guten Tag,
Wir MASTHAVEN Darlehensfinanzierung geben, Kredite per Post Anzeige. Wir
bieten verschiedene Arten von Krediten (kurz- und langfristige Darlehen,
persönliche Darlehen, Kredite an Unternehmen etc.) um 3% Zins. Wir geben
Kredite an Menschen in Not nicht unabhängig von ihrem
Ani Sinha wrote:
> Indeed. So it seems to me that we have run into one another such case.
> In patch c6825c0976fa7893692, I see we have added an additional check (along
> with comparing tuple and zone) to verify that if the conntrack is confirmed.
>
> + return nf_ct_tuple_equal(tuple, &h-
>
> On Sun, Oct 18, 2015 at 1:07 AM, Florian Westphal wrote:
> > Ani Sinha wrote:
> >> Coming back to this crash, I see something interesting in the
> >> conntrack code in linux 3.4.109 (a supported kernel version). I see
> >> that the hash table manipulations are protected by a spinlock. Also
Jason Baron writes:
>
>>
>> X-Signed-Off-By: Rainer Weikusat
>>
Sorry for the delayed reply but I had to do some catching up on what the
people who pay me consider 'useful work' :-).
> So the patches I've posted and yours both use the idea of a relaying
> the remote peer wakeup via callb
On 10/18/15 9:49 AM, Daniel Borkmann wrote:
Okay, I have pushed some rough working proof of concept here:
https://git.breakpoint.cc/cgit/dborkman/net-next.git/log/?h=ebpf-fds-final5
So the idea eventually had to be slightly modified after giving this
further
thoughts and is the following:
We h
I need your assistance into this transaction.
Regards,
Mr. LEUNG Cheung
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
This is to re-notify you of the £500,000.00(POUNDS) That was deposited at
western union office in your name is available for pickup. Contact this email:
accountoffic...@qq.com for your M.T.C.N Numbers. Contact Person: Mrs. Hillary
Florence Email: accountoffic...@qq.com
--
To unsubscribe from thi
On 10/18/2015 05:03 PM, Daniel Borkmann wrote:
On 10/18/2015 04:20 AM, Alexei Starovoitov wrote:
...
that indeed sounds cleaner, less lines of code, no fs, etc, but
I don't see how it will work yet.
I'll have some code ready very soon to show the concept. Will post it here
tonight, stay tuned.
reset transport and unlock if misc_register failed.
Signed-off-by: Gao feng
---
net/vmw_vsock/af_vsock.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
index df5fc6b..00e8a34 100644
--- a/net/vmw_vsock/af_vsock.c
+++
s/regsiter/register/
Signed-off-by: Geliang Tang
---
drivers/net/ethernet/amd/amd8111e.h | 2 +-
drivers/net/ethernet/atheros/atl1c/atl1c_hw.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_phy.c| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethern
Hi Gao,
[auto build test ERROR on net/master -- if it's inappropriate base, please
suggest rules for selecting the more suitable base]
url:
https://github.com/0day-ci/linux/commits/Gao-feng/vsock-fix-missing-cleanup-when-misc_register-failed/20151018-223056
config: x86_64-allmodc
On Fri, Oct 16, 2015 at 01:07:59PM +0200, Jiri Benc wrote:
> When moving interfaces to a different netns, the ifindex of the interface is
> kept if possible. However, this is not kept in sync with allocation of new
> interfaces in the target netns. While the ifindex will be skipped when
> creating
On 10/18/2015 04:20 AM, Alexei Starovoitov wrote:
...
that indeed sounds cleaner, less lines of code, no fs, etc, but
I don't see how it will work yet.
I'll have some code ready very soon to show the concept. Will post it here
tonight, stay tuned. ;)
Cheers,
Daniel
--
To unsubscribe from this
On Wed, Oct 14, 2015 at 5:28 AM, Andrew Shewmaker wrote:
>> diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
>> index 38743e5..e177386 100644
>> --- a/net/ipv4/tcp_input.c
>> +++ b/net/ipv4/tcp_input.c
> ...
>> @@ -2961,7 +3028,7 @@ void tcp_synack_rtt_meas(struct sock *sk, struct
>> requ
reset transport and unlock if misc_register failed.
Signed-off-by: Gao feng
---
net/vmw_vsock/af_vsock.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
index df5fc6b..598e045 100644
--- a/net/vmw_vsock/af_vsock.c
+++
Hi Gao,
[auto build test ERROR on net/master -- if it's inappropriate base, please
suggest rules for selecting the more suitable base]
url:
https://github.com/0day-ci/linux/commits/Gao-feng/vsock-fix-missing-cleanup-when-misc_register-failed/20151018-215542
config: x86_64-rhel (attach
On Fri, Oct 16, 2015 at 09:57:42PM -0700, Yuchung Cheng wrote:
...
> diff --git a/include/linux/tcp.h b/include/linux/tcp.h
> index 86a7eda..90edef5 100644
> --- a/include/linux/tcp.h
> +++ b/include/linux/tcp.h
> @@ -217,6 +217,9 @@ struct tcp_sock {
> u32 mdev_max_us;/* maximal mdev
Hello,
as previously discussed [1] the mv643xx_eth driver has some
issues with data corruption when using TCP segmentation offload (TSO).
The following patch set improves this situation by fixing two data
corruption bugs in the TSO TX path.
Before applying the patches repeatedly accessing large
To prevent a race between the TX DMA engine and the CPU the writing of the
first transmit descriptor must be deferred until all following descriptors
have been updated. The network card may otherwise start transmitting before
all packet descriptors are set up correctly, which leads to data corrupti
The TX DMA engine requires that buffers with a size of 8 bytes or smaller
must be 64 bit aligned. This requirement may be violated when doing TSO,
as in this case larger skb frags can be broken up and transmitted in small
parts with then inappropriate alignment.
Fix this by checking for proper ali
reset transport and unlock if misc_register failed.
Signed-off-by: Gao feng
---
net/vmw_vsock/af_vsock.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
index df5fc6b..5f5fbed 100644
--- a/net/vmw_vsock/af_vsock.c
+++ b
Hello.
On 10/17/2015 11:25 PM, Paul McQuade wrote:
Do not initialise statics to 0 or NULL
Also use tabs where possible
Signed-off-by: Paul McQuade
---
drivers/net/wireless/rt2x00/rt61pci.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/r
On Sun, 18 Oct 2015 00:01:37 +0100
Paul McQuade wrote:
> Moved around pointer to avoid ERROR
>
> Signed-off-by: Paul McQuade
> ---
> drivers/net/wireless/b43/dma.h | 14 +++---
> drivers/net/wireless/b43/main.c | 6 +++---
> drivers/net/wireless/b43/main.h | 2 +-
> drivers/net/wire
On 18 October 2015 at 01:01, Paul McQuade wrote:
> Don't turn statics to 0 or NULL
Same request as Michael's in 2/3. Your "statics Don't init to 0"
message sounds strange, statics *are* initialized to 0 by default (as
you probably know but described it in a unclear way).
--
To unsubscribe from th
Ani Sinha wrote:
> Coming back to this crash, I see something interesting in the
> conntrack code in linux 3.4.109 (a supported kernel version). I see
> that the hash table manipulations are protected by a spinlock. Also
> lookups/reads are protected by RCU. However allocation and
> deallocation o
76 matches
Mail list logo