summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorAlan Maguire <alan.maguire@oracle.com>2020-01-06 22:28:23 +0000
committerShuah Khan <skhan@linuxfoundation.org>2020-01-09 16:44:10 -0700
commit6ae2bfd3df06b59aa1b15e25b9656900b15a8880 (patch)
tree1b19b7fba94a43a25f4f575f087303057c0f7d0a /scripts/objdiff
parent9fe124bf1b7788058ecfe5778fea1660b01e3e9c (diff)
downloadkernel-6ae2bfd3df06b59aa1b15e25b9656900b15a8880.tar.gz
kunit: update documentation to describe module-based build
Documentation should describe how to build kunit and tests as modules. Co-developed-by: Knut Omang <knut.omang@oracle.com> Signed-off-by: Knut Omang <knut.omang@oracle.com> Signed-off-by: Alan Maguire <alan.maguire@oracle.com> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman 2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo 2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy 2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy 2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy 2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy 2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy 2012-07-22hfs: get rid of lock_superArtem Bityutskiy 2012-07-22hfs: push lock_super downArtem Bityutskiy 2012-07-14don't pass nameidata to ->create()Al Viro 2012-07-14stop passing nameidata to ->lookup()Al Viro 2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro 2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara 2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro 2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro 2012-01-03hfs: propagate umode_tAl Viro 2012-01-03switch ->create() to umode_tAl Viro 2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro 2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro 2011-11-15hfs: add sanity check for file name lengthDan Carpenter 2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds 2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher 2011-11-02filesystems: add set_nlink()Miklos Szeredi 2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi 2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik 2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig 2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig 2011-05-28hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil 2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil 2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil 2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds 2011-03-10block: remove per-queue pluggingJens Axboe 2011-03-03hfs: fix rename() over non-empty directoryAl Viro