CC: [email protected] CC: [email protected] CC: [email protected] TO: Bob Peterson <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git for-next.next5 head: 4209ea0bd2aec954d7f521fd22f73882fa79f895 commit: 9214076dfcd10e06bbc44e9173736f7903d2d730 [2/16] gfs2: Fix glock recursion in freeze_go_xmote_bh :::::: branch date: 7 hours ago :::::: commit date: 7 hours ago config: ia64-randconfig-s031-20210804 (attached as .config) compiler: ia64-linux-gcc (GCC) 10.3.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.3-348-gf0e6938b-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/commit/?id=9214076dfcd10e06bbc44e9173736f7903d2d730 git remote add gfs2 https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git git fetch --no-tags gfs2 for-next.next5 git checkout 9214076dfcd10e06bbc44e9173736f7903d2d730 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=ia64 SHELL=/bin/bash fs/gfs2/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> sparse warnings: (new ones prefixed by >>) >> fs/gfs2/glops.c:621:1: sparse: sparse: unused label 'out' vim +/out +621 fs/gfs2/glops.c b3b94faa5fe596 David Teigland 2006-01-16 596 b3b94faa5fe596 David Teigland 2006-01-16 597 /** 24972557b12ce8 Benjamin Marzinski 2014-05-01 598 * freeze_go_xmote_bh - After promoting/demoting the freeze glock b3b94faa5fe596 David Teigland 2006-01-16 599 * @gl: the glock b3b94faa5fe596 David Teigland 2006-01-16 600 */ f68effb308c738 Bob Peterson 2021-03-19 601 static int freeze_go_xmote_bh(struct gfs2_glock *gl) b3b94faa5fe596 David Teigland 2006-01-16 602 { 15562c439d0a18 Bob Peterson 2015-03-16 603 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; feaa7bba026c18 Steven Whitehouse 2006-06-14 604 struct gfs2_inode *ip = GFS2_I(sdp->sd_jdesc->jd_inode); 5c676f6d359b04 Steven Whitehouse 2006-02-27 605 struct gfs2_glock *j_gl = ip->i_gl; 55167622616337 Al Viro 2006-10-13 606 struct gfs2_log_header_host head; b3b94faa5fe596 David Teigland 2006-01-16 607 int error; b3b94faa5fe596 David Teigland 2006-01-16 608 6802e3400ff454 Steven Whitehouse 2008-05-21 609 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { 1a14d3a68f0452 Steven Whitehouse 2006-11-20 610 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); b3b94faa5fe596 David Teigland 2006-01-16 611 f4686c26ecc34e Abhi Das 2019-05-02 612 error = gfs2_find_jhead(sdp->sd_jdesc, &head, false); 9214076dfcd10e Bob Peterson 2021-06-01 613 if (gfs2_assert_withdraw_delayed(sdp, !error)) 9214076dfcd10e Bob Peterson 2021-06-01 614 return error; 9214076dfcd10e Bob Peterson 2021-06-01 615 if (gfs2_assert_withdraw_delayed(sdp, head.lh_flags & 9214076dfcd10e Bob Peterson 2021-06-01 616 GFS2_LOG_HEAD_UNMOUNT)) 9214076dfcd10e Bob Peterson 2021-06-01 617 return -EIO; b3b94faa5fe596 David Teigland 2006-01-16 618 sdp->sd_log_sequence = head.lh_sequence + 1; b3b94faa5fe596 David Teigland 2006-01-16 619 gfs2_log_pointers_init(sdp, head.lh_blkno); b3b94faa5fe596 David Teigland 2006-01-16 620 } 9214076dfcd10e Bob Peterson 2021-06-01 @621 out: 6802e3400ff454 Steven Whitehouse 2008-05-21 622 return 0; b3b94faa5fe596 David Teigland 2006-01-16 623 } b3b94faa5fe596 David Teigland 2006-01-16 624 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
