summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/regression.h
blob: e018c48166885311afb685d83892a0fe69e96198 (plain)
1
2
3
4
5
6
7
8
#ifndef __REGRESSION_H__
#define __REGRESSION_H__

void regression1_test(void);
void regression2_test(void);
void regression3_test(void);

#endif
35space:mode:
Diffstat (limited to 'sound/sh/sh_dac_audio.c')
db9b25081fa'>ee7ffd8b1b320378fa7ffa37a1dc5fd38595a33d /tools/build/feature
parent78794d1890708cf94e3961261e52dcec2cc34722 (diff)
sunrpc: don't call sleeping functions from the notifier block callbacks
The inet6addr_chain is an atomic notifier chain, so we can't call anything that might sleep (like lock_sock)... instead of closing the socket from svc_age_temp_xprts_now (which is called by the notifier function), just have the rpc service threads do it instead. Cc: stable@vger.kernel.org Fixes: c3d4879e01be "sunrpc: Add a function to close..." Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'tools/build/feature')