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:	Fri, 28 Sep 2007 13:09:52 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	satoshi.oshima.fk@...achi.com
Cc:	andi@...stfloor.org, johnpol@....mipt.ru, netdev@...r.kernel.org,
	yumiko.sugita.yf@...achi.com, haoki@...hat.com,
	yoshfuji@...ux-ipv6.org
Subject: Re: [RFC/PATCH 1/3] UDP memory usage accounting (take 2): fix send
 buffer check

From: Satoshi OSHIMA <satoshi.oshima.fk@...achi.com>
Date: Fri, 28 Sep 2007 22:37:54 +0900

>              } else if (i < MAX_SKB_FRAGS) {
> 
> +                if (atomic_read(&sk->sk_wmem_alloc) + PAGE_SIZE
> 
> +                    > 2 * sk->sk_sndbuf) {
> 
> +                    err = -ENOBUFS;
> 
> +                    goto error;
> 
> +                }

Your email client, or something, is adding newlines every
other line of real content, making your patches unusable.

Please go and perform some testing to make sure that the
patches you email out are untouched by the email client and
can be applied by the recipient.
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ