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] [day] [month] [year] [list]
Date:	Sat, 22 Mar 2008 16:36:47 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	den@...nvz.org
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 0/3 net-2.6.26] ip_options_compile cleanup

From: "Denis V. Lunev" <den@...nvz.org>
Date: Wed, 19 Mar 2008 15:41:48 +0300

> This set of patches has been originally sent to to netdev@ two weeks
> ago.
> 
> The idea is the following: ip_options->is_data field is checked only
> inside ip_options_compile when opt != NULL. This is possible only on the
> following codepath:
>     ip_options_get_finish
>         opt->is_data = 1;
>         ip_options_compile(opt, NULL)
> 
> ip_options->is_data is not a part of user<->kernel interface and can be
> removed.

All applied and pushed to net-2.6.26, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists