summaryrefslogtreecommitdiff
path: root/README.devel
blob: 021b18f445d7300bed2d1b9b355b65a0b0739cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A Travis CI instance for continuous integration testing of netsniff-ng
can be found here:

  https://travis-ci.org/netsniff-ng/netsniff-ng

An analysis by the Coverity Scanner is run occasionally against the source of
netsniff-ng. The corresponding scan reports can be found here:

  https://scan.coverity.com/projects/329

If you are a project admin, use the command

  `make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity'

to trigger a new scan yourself. Alternatively, the Coverity integration of
Travis CI can be used by pushing to the branch 'coverity_scan' to trigger a new
analysis.
cgi/linux/net-next.git/patch/?id=325c50e3cebb9208009083e841550f98a863bfa0'>patch) treeaf8ac48b434b15fa4efa6dead7ea2c037d03fc99 parent1e5ec2e709bd8c5588fdbdda909945e4e2be8d23 (diff)
btrfs: ensure that file descriptor used with subvol ioctls is a dir
If the subvol/snapshot create/destroy ioctls are passed a regular file with execute permissions set, we'll eventually Oops while trying to do inode->i_op->lookup via lookup_one_len. This patch ensures that the file descriptor refers to a directory. Fixes: cb8e70901d (Btrfs: Fix subvolume creation locking rules) Fixes: 76dda93c6a (Btrfs: add snapshot/subvolume destroy ioctl) Cc: <stable@vger.kernel.org> #v2.6.29+ Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat