lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 May 2015 12:40:41 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	brian.haley@...com
Cc:	netdev@...r.kernel.org, jiri@...nulli.us
Subject: Re: [PATCH] fix net/sched compile error

From: Brian Haley <brian.haley@...com>
Date: Thu, 14 May 2015 12:33:11 -0400

> Fix compile error in net/sched/cls_flower.c
> 
>     net/sched/cls_flower.c: In function ‘fl_set_key’:
>     net/sched/cls_flower.c:240:3: error: implicit declaration of function
>     ‘tcf_change_indev’ [-Werror=implicit-function-declaration]
>        err = tcf_change_indev(net, tb[TCA_FLOWER_INDEV]);
> 
> Introduced in 77b9900ef53ae047e36a37d13a2aa33bb2d60641
> 
> Signed-off-by: Brian Haley <brian.haley@...com>

Please format your Subject line correctly.

After '[PATCH] ' or similar, you should begin with a subsystem or
driver name prefix, following by a colon character and a space.

In this case, "cls_flower: " would be appropriate.

So something like "[PATCH] cls_flower: Fix compile error."

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ