#include int main(void) { pthread_mutex_t a; pthread_mutex_init(&a, NULL); pthread_mutex_lock(&a); pthread_mutex_lock(&a); return 0; } alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal12-34/+24
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal15-29/+36
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal2-9/+15
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal2-2/+2
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal8-20/+16
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng