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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 8 Mar 2020 10:17:49 +0900
From:   Taehee Yoo <ap420073@...il.com>
To:     David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        martinvarghesenokia@...il.com, Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 0/3] bareudp: several code cleanup for rmnet module

On Sun, 8 Mar 2020 at 10:15, Taehee Yoo <ap420073@...il.com> wrote:
>
> This patchset is to cleanup bareudp module code.
>
> 1. The first patch is to add module alias
> In the current bareudp code, there is no module alias.
> So, RTNL couldn't load bareudp module automatically.
>
> 2. The second patch is to add extack message.
> The extack error message is useful for noticing specific errors
> when command is failed.
>
> 3. The third patch is to remove unnecessary udp_encap_enable().
> In the bareudp_socket_create(), udp_encap_enable() is called.
> But, the it's already called in the setup_udp_tunnel_sock().
> So, it could be removed.
>
> Taehee Yoo (3):
>   bareudp: add module alias
>   bareudp: print error message when command fails
>   bareudp: remove unnecessary udp_encap_enable() in
>     bareudp_socket_create()
>
>  drivers/net/bareudp.c | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)
>
> --
> 2.17.1
>

I'm sorry,
This headline is wrong.
I will send again

Thank you
Taehee Yoo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ