summaryrefslogtreecommitdiff
path: root/data/random/010.csv
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Update random data to only 100 data points over 5sTobias Klauser1-1000/+100
2013-01-21data/random: Regenerate in range [0.0 1.0]Tobias Klauser1-1000/+1000
2013-01-10data: Add some random data, produced by random-muscle-activation.pyTobias Klauser1-0/+1001
> authorPaolo Abeni <pabeni@redhat.com>2016-08-25 18:42:35 +0200 committerTrond Myklebust <trond.myklebust@primarydata.com>2016-09-03 10:00:49 -0400 commita41bd25ae67d3e4052c7f00ee9f2b4ba9219309e (patch) treeb2778087d05d75f9f08f9ea1edd103e1b1864d33 /Documentation/kobject.txt parent98b0f80c2396224bbbed81792b526e6c72ba9efa (diff)
sunrpc: fix UDP memory accounting
The commit f9b2ee714c5c ("SUNRPC: Move UDP receive data path into a workqueue context"), as a side effect, moved the skb_free_datagram() call outside the scope of the related socket lock, but UDP sockets require such lock to be held for proper memory accounting. Fix it by replacing skb_free_datagram() with skb_free_datagram_locked(). Fixes: f9b2ee714c5c ("SUNRPC: Move UDP receive data path into a workqueue context") Reported-and-tested-by: Jan Stancek <jstancek@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Cc: stable@vger.kernel.org # 4.4+ Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'Documentation/kobject.txt')