Re: [PATCH] net: sched: Fix potential infinite loop

2021-04-07 Thread Davide Caratti
hello Colin, and thanks for your patch! On Wed, 2021-04-07 at 17:38 +0100, Colin King wrote: > From: Colin Ian King > > The for-loop iterates with a u16 loop counter idx and compares this > with the loop upper limit of q->flows_cnt that is a u32 type. the value of 'flows_cnt' has 65535 as an up

Re: linux-next: manual merge of the net-next tree with the net tree

2021-02-15 Thread Davide Caratti
On Mon, 2021-02-15 at 12:01 +0100, Guillaume Nault wrote: > Before these commits, ALL_TESTS listed the tests in the order they were > implemented in the rest of the file. So I'd rather continue following > this implicit rule, if at all possible. Also it makes sense to keep > grouping all match_ip_*

Re: general protection fault in taprio_dequeue_soft

2020-12-16 Thread Davide Caratti
On Tue, 2020-12-15 at 01:44 -0800, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit:7f376f19 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.k.. > git tree: net > console output: https://syzkaller.appspot.com/x/log.txt?x=1384228750 > kernel config: ht

Re: [v4,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action

2020-05-06 Thread Davide Caratti
On Wed, 2020-05-06 at 16:40 +0800, Po Liu wrote: > Introduce a ingress frame gate control flow action. [...] hello Po Liu, [...] > +create_entry: > + e = create_gate_entry(gate_state, interval, > + ipv, maxoctets); > +

Re: net/sched/act_police.c:232 tcf_police_init() warn: possible memory leak of 'new'

2018-11-28 Thread Davide Caratti
005-04-16 160} > 71bcb09a5 net/sched/act_police.c Stephen Hemminger 2008-11-25 161 > 2d550dbad net/sched/act_police.c Davide Caratti2018-09-13 162new = > kzalloc(sizeof(*new), GFP_KERNEL); > 2d550dbad net/sched/act_police.c Davide Caratti2018-09-13 163if > (

Re: WARNING in smc_unhash_sk

2018-02-27 Thread Davide Caratti
again, it will cause creation of a new bug > report. > Note: all commands must start from beginning of the line in the email body. #syz test: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master From c258bf3ad07985eaf4e07d7667b7882cb9a2661b Mon Sep 17 00:00:00 2001 Messag

Re: [PATCH nf-next] netfilter: xt_CHECKSUM: avoid bad offload warnings on GSO packets

2017-08-24 Thread Davide Caratti
On Thu, 2017-08-24 at 13:07 +0200, Michal Kubecek wrote: > On Thu, Aug 24, 2017 at 12:51:18PM +0200, Florian Westphal wrote: > > Michal Kubecek wrote: > > > When --checksum_fill action is applied to a GSO packet, checksum_tg() > > > calls > > > skb_checksum_help() which is only meant to be applie

[PATCH] tile/configs: fix default values for NF_CT_PROTO_*

2017-06-05 Thread Davide Caratti
NF_CT_PROTO_{UDPLITE,DCCP} can't be set to 'm' anymore, since they have been redefined as 'bool' in v4.10: fix tilepro_defconfig accordingly. Signed-off-by: Davide Caratti --- arch/tile/configs/tilepro_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-