aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-09-05 17:22:12 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-09-10 18:57:47 -0700
commita1033be72cdb053e182bb41e302a1c11e72b68bb (patch)
tree9e0bd5906c957d290d3291de3543a430f9864283 /include/linux/stacktrace.h
parentFix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH (diff)
knfsd: Fixed problem with NFS exporting directories which are mounted on.
Recent changes in NFSd cause a directory which is mounted-on to not appear properly when the filesystem containing it is exported. *exp_get* now returns -ENOENT rather than NULL and when commit 5d3dbbeaf56d0365ac6b5c0a0da0bd31cc4781e1 removed the NULL checks, it didn't add a check for -ENOENT. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions
5ece9b5'>drm/udl: Enable damage clippingThomas Zimmermann1-0/+1 2022-09-10drm/udl: Add reset_resumeThomas Zimmermann3-1/+13 2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai1-3/+0 2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2-2/+4 2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai3-3/+26 2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai3-0/+20 2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2-64/+31 2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1 2022-05-18drm/udl: Set VGA connectorThomas Zimmermann1-1/+1 2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-1/+2 2021-11-05drm/udl: fix control-message timeoutJohan Hovold1-1/+1 2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter1-0/+1 2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2 2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann1-21/+8 2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie