All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: fix description of skb_find_text() according to removed functionality
@ 2017-02-08  7:13 Igor Pylypiv
  2017-02-08  8:41 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 5+ messages in thread
From: Igor Pylypiv @ 2017-02-08  7:13 UTC (permalink / raw)
  To: David Miller; +Cc: Pablo Neira Ayuso, netdev, netfilter-devel, coreteam

I am not planning to to add a new user of this functions.
Use of skb_find_text() was a part of my Linux study and its
description informed me that I can use textsearch_next()
which I cannot. Just want to fix this.

On Tue, Feb 7, 2017 at 7:02 PM, David Miller <davem@davemloft.net> wrote:
>
> How about you make edits to this interface when you add an in-tree
> user as we mentioned in our responses to your previous patch?
>
> Thank you.

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [PATCH] Revert "net: Remove state argument from skb_find_text()"
@ 2017-02-07 15:53 David Miller
  2017-02-08  2:45 ` [PATCH] net: fix description of skb_find_text() according to removed functionality Igor Pylypiv
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2017-02-07 15:53 UTC (permalink / raw)
  To: igor.pylypiv; +Cc: pablo, netdev, netfilter-devel, coreteam

From: Igor Pylypiv <igor.pylypiv@gmail.com>
Date: Sat,  4 Feb 2017 21:48:30 -0800

> This reverts commit 059a2440fd3cf4ec57735db2c0a90401cde84fca.
> 
> Textsearch state parameter should be passed by pointer because
> its resulting value is needed for call to textsearch_next().
> 
> Signed-off-by: Igor Pylypiv <igor.pylypiv@gmail.com>

There are no users of this functionality.

Once you add one, you can submit this patch alongside of it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-08  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08  7:13 [PATCH] net: fix description of skb_find_text() according to removed functionality Igor Pylypiv
2017-02-08  8:41 ` Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2017-02-07 15:53 [PATCH] Revert "net: Remove state argument from skb_find_text()" David Miller
2017-02-08  2:45 ` [PATCH] net: fix description of skb_find_text() according to removed functionality Igor Pylypiv
2017-02-08  3:02   ` David Miller
2017-02-08  8:44   ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.