Re: [Linux-kernel-mentees] [PATCH net] rds: Prevent kernel-infoleak in rds_notify_queue_get()

2020-08-08 Thread Jack Leadford
/2019/october/padding-the-struct-how-a-compiler-optimization-can-disclose-stack-memory/ Hopefully this paper can serve as a helpful reference when these cases are encountered in the kernel. Thank you. Jack Leadford On 8/3/20 4:06 PM, Jason Gunthorpe wrote: On Sun, Aug 02, 2020 at 03:45:40PM

[Question]many kernel error "neighbour: ndisc_cache: neighbor table overflow!"

2020-06-24 Thread Jack Wang
advance! Best regards! Jack Wang

Re: tun: mark small packets as owned by the tap sock

2019-08-13 Thread Jack Wang
t seems to work briefly after boot, and then silently all packets get > dropped. (Presumably, it's dropping RA or ND packets) > > With this reverted, everything works as it did in rc3. > > Dave > Thanks for reporting, Dave. +cc stable Just noticed, the patch has been backported to 4.14,4.19, 5.2 Regards, Jack Wang

Hello Beautiful

2019-04-07 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Did you get my message?

2018-08-27 Thread JACK EDISON
Do you received my previous email? about your late relative having the same surname with you which i previously sent to you? please Let me know.

Hello Beautiful

2018-07-22 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-07-12 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Re: [PATCH linux-stable-4.14] tcp: reset sk_send_head in tcp_write_queue_purge

2018-03-29 Thread Jack Wang
2018-03-29 12:00 GMT+02:00 Timofey Titovets : > Hi, > any progress here? > > I didn't find that patch applied for any 4.14.27-4.14.31 > > Patch rejected? It's in queue for 4.14.32 https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-4.14/tcp-reset-sk_send_head-in-tcp_w

Hello Beautiful

2018-03-25 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-03-25 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-03-25 Thread Jack
Cześć Drogi, nazywam się Jack i szukam związku, w którym będę czuć się kochany po serii nieudanych związków. Mam nadzieję, że byłbyś zainteresowany i moglibyśmy się lepiej poznać, jeśli nie masz nic przeciwko. Jestem otwarty na udzielanie odpowiedzi na pytania od ciebie, ponieważ uważam, że

Re: 4.14.2[6-7] tcp_push NULL pointer

2018-03-19 Thread Jack Wang
om/netdev@vger.kernel.org/msg222545.html Regards, Jack > > [Fri Mar 16 00:00:11 2018] BUG: unable to handle kernel NULL pointer > dereference at 0038 > [Fri Mar 16 00:00:11 2018] IP: tcp_push+0x3d/0x110 > [Fri Mar 16 00:00:11 2018] PGD 0 P4D 0 > [Fri Mar 16 00:00:11 2018] Oops:

Hello Beautiful

2018-02-10 Thread jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Adding support for VRF traffic passed by mangle table

2017-04-02 Thread Jack Ma
eedback? Thanks for your time and considerations. ​ Regards, Jack diff --git a/net/ipv4/netfilter.c b/net/ipv4/netfilter.c index c0cc6aa..07168d4 100644 --- a/net/ipv4/netfilter.c +++ b/net/ipv4/netfilter.c @@ -46,6 +46,14 @@ int ip_route_me_harder(struct net *net, struct sk_buff *skb, unsi

Hello Beautiful,

2016-08-28 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

hi beautiful

2016-03-01 Thread Jack
and if you will be interested in knowing more about me and I hope this will be the beginning of a very successful relationship for us. Kind regards, Jack.

Re: [PATCH 3/5] net/mlx4: fix some error handling in mlx4_multi_func_init()

2016-02-11 Thread Jack Morgenstein
ith post-increment) or the post-value (with pre-increment)). In that case, my comment below regarding the double-free is also not correct. Setting the freed pointer to NULL is not needed. My bad. We should go with your format: while (i--) -Jack On Thu, 11 Feb 2016 11:29:43 +0200 Jack Morgenst

Re: [PATCH 3/5] net/mlx4: fix some error handling in mlx4_multi_func_init()

2016-02-11 Thread Jack Morgenstein
r[port] = NULL; } goto err_slaves; } However, again, the correct solution is to do what Yishai suggests: while (--i >= 0) so that if i is already zero the while-loop will

Re: [PATCH 02/25] IB/mthca, net/mlx4: remove counting semaphores

2015-10-29 Thread Jack Morgenstein
stuck until the mode is > toggled back. We fixed this issue in mellanox ofed in a manner that allowed keeping the same counting mechanism. IMHO, this is preferable, rather than totally changing the mechanism. We will submit a similar patch to the upstream kernel shortly. -Jack net/mlx4:

Re: [PATCH] net/mlx4: Memcpy at slave_event should copy sizeof mlx4_eqe

2015-10-25 Thread Jack Morgenstein
Hi Carol, Good catch! Need to add an additional chunk to your fix -- see below. On Sun, 25 Oct 2015 10:26:07 +0200 Or Gerlitz wrote: > > > --- > > drivers/net/ethernet/mellanox/mlx4/eq.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/net/ethernet/mell

Re: [PATCH]mlx4-core: fix possible use after free in cq_completion

2015-07-26 Thread Jack Morgenstein
ux 4.2-rc3, compile test only. > > I add one copy as attachment in case mail client break the patch > format. > > From a9fbc1ff0768acdb260e57e3324798fc0082d194 Mon Sep 17 00:00:00 2001 > From: Jack Wang > Date: Thu, 23 Jul 2015 18:58:08 +0200 > Subject: [PATCH] mlx4_core: fi

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.24

2007-09-18 Thread Jack Morgenstein
On Thursday 13 September 2007 20:57, Roland Dreier wrote: > HW specific: > >  - I already merged patches to enable MSI-X by default for mthca and >    mlx4.  I hope there aren't too many systems that get hosed if a >    MSI-X interrupt is generated. > >  - Jack and

Re: I/OAT: Call for discussion

2006-04-20 Thread Jack Vogel
boggles the mind why you would call someone names for using them. So if they were 4 letter ones it would make him a savant instead?? Jack - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html