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]
Message-Id: <1432166227.744955.274295553.7D5DAD76@webmail.messagingengine.com>
Date:	Thu, 21 May 2015 01:57:07 +0200
From:	Hannes Frederic Sowa <hannes@...essinduktion.org>
To:	Eric Dumazet <eric.dumazet@...il.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next 4/4] net: af_unix: implement splice for stream
 af_unix sockets

On Thu, May 21, 2015, at 01:50, Eric Dumazet wrote:
> On Wed, 2015-05-20 at 17:35 +0200, Hannes Frederic Sowa wrote:
> 
> > +
> > +static int unix_stream_splice_actor(struct sk_buff *skb,
> > +				    int skip, int chunk,
> > +				    struct unix_stream_read_state *state)
> > +{
> > +	return skb_splice_bits(skb, state->socket->sk,
> > +			       UNIXCB(skb).consumed + skip,
> > +			       state->pipe, chunk, state->splice_flags,
> > +			       skb_unix_socket_splice);
> > +}
> 
> I am not sure you added EXPORT_SYMBOL(skb_splice_bits) in one of the
> patches ?
> 
> Make sure CONFIG_UNIX=m still works.

I didn't. Thanks, I will test that.

Bye,
Hannes
--
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