Re: [linux-yocto] [kernel-cache][PATCH] netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG

2019-02-17 Thread akuster808


On 2/15/19 5:13 PM, Tom Rini wrote:
> On Fri, Feb 15, 2019 at 10:46:13AM -0500, Bruce Ashfield wrote:
>
>> merged.
>>
>> SRCREV updates will be sent out with my next queue.
> Thanks.  What's the backport policy here?  I first ran into this issue
> back on Jethro (but that's a fair bit too far to expect a backport to)
> and I finally root caused this on thud.  Can this go back to thud/sumo
I think that depends on kernel versions supported by the stable
branches. Maybe patches for each branch for this repo? They need to be
posted than accepted/merged. Then I kernel recipes can be updated with
the new hashes.

- armin
> at least on your next round of changes there?
>
>



signature.asc
Description: OpenPGP digital signature
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [kernel-cache][PATCH] netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG

2019-02-15 Thread Tom Rini
On Fri, Feb 15, 2019 at 10:46:13AM -0500, Bruce Ashfield wrote:

> merged.
> 
> SRCREV updates will be sent out with my next queue.

Thanks.  What's the backport policy here?  I first ran into this issue
back on Jethro (but that's a fair bit too far to expect a backport to)
and I finally root caused this on thud.  Can this go back to thud/sumo
at least on your next round of changes there?

-- 
Tom


signature.asc
Description: PGP signature
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [kernel-cache][PATCH] netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG

2019-02-15 Thread Bruce Ashfield
merged.

SRCREV updates will be sent out with my next queue.

Bruce

On Tue, Feb 12, 2019 at 2:10 PM Tom Rini  wrote:
>
> In order for logging to work, as for example seen with the default
> configuration of 'ufw' we need to have logging support enabled.  This is
> currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable
> it here.
>
> Fixes: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options")
> Signed-off-by: Tom Rini 
> ---
>  features/netfilter/netfilter.cfg | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/features/netfilter/netfilter.cfg 
> b/features/netfilter/netfilter.cfg
> index 6497b0ea7bfe..c1f8b83a38bd 100644
> --- a/features/netfilter/netfilter.cfg
> +++ b/features/netfilter/netfilter.cfg
> @@ -30,6 +30,7 @@ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
>  CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
>  CONFIG_NETFILTER_XT_TARGET_DSCP=m
>  CONFIG_NETFILTER_XT_TARGET_HL=m
> +CONFIG_NETFILTER_XT_TARGET_LOG=m
>  CONFIG_NETFILTER_XT_TARGET_MARK=m
>  CONFIG_NETFILTER_XT_TARGET_NFLOG=m
>  CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
> --
> 2.7.4
>
> --
> ___
> linux-yocto mailing list
> linux-yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto