All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm:for-next 30/32] drivers/md/dm-bio-record.h:45:7: error: 'struct bio' has no member named 'bi_integrity'; did you mean 'bi_iter'?
@ 2020-02-29  7:45 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-02-29  7:45 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel, kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
head:   8a71e3cd0499fd9bfe1a99cda6a62fe83f80d622
commit: 6e18585702772969431c269438cb828a5e3d9db6 [30/32] dm bio record: save/restore bi_integrity and bi_end_io
config: x86_64-defconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout 6e18585702772969431c269438cb828a5e3d9db6
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/md/dm-raid1.c:8:0:
   drivers/md/dm-bio-record.h: In function 'dm_bio_restore':
>> drivers/md/dm-bio-record.h:45:7: error: 'struct bio' has no member named 'bi_integrity'; did you mean 'bi_iter'?
     bio->bi_integrity = bd->bi_integrity;
          ^~~~~~~~~~~~
          bi_iter

vim +45 drivers/md/dm-bio-record.h

    38	
    39	static inline void dm_bio_restore(struct dm_bio_details *bd, struct bio *bio)
    40	{
    41		bio->bi_disk = bd->bi_disk;
    42		bio->bi_partno = bd->bi_partno;
    43		bio->bi_flags = bd->bi_flags;
    44		bio->bi_iter = bd->bi_iter;
  > 45		bio->bi_integrity = bd->bi_integrity;
    46		if (bio->bi_end_io != bd->bi_end_io) {
    47			/* BIO_CHAIN may have been used, reset __bi_remaining */
    48			atomic_set(&bio->__bi_remaining, 1);
    49			bio->bi_end_io = bd->bi_end_io;
    50		}
    51	}
    52	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28831 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dm:for-next 30/32] drivers/md/dm-bio-record.h:45:7: error: 'struct bio' has no member named 'bi_integrity'; did you mean 'bi_iter'?
@ 2020-02-29  7:45 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-02-29  7:45 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
head:   8a71e3cd0499fd9bfe1a99cda6a62fe83f80d622
commit: 6e18585702772969431c269438cb828a5e3d9db6 [30/32] dm bio record: save/restore bi_integrity and bi_end_io
config: x86_64-defconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout 6e18585702772969431c269438cb828a5e3d9db6
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/md/dm-raid1.c:8:0:
   drivers/md/dm-bio-record.h: In function 'dm_bio_restore':
>> drivers/md/dm-bio-record.h:45:7: error: 'struct bio' has no member named 'bi_integrity'; did you mean 'bi_iter'?
     bio->bi_integrity = bd->bi_integrity;
          ^~~~~~~~~~~~
          bi_iter

vim +45 drivers/md/dm-bio-record.h

    38	
    39	static inline void dm_bio_restore(struct dm_bio_details *bd, struct bio *bio)
    40	{
    41		bio->bi_disk = bd->bi_disk;
    42		bio->bi_partno = bd->bi_partno;
    43		bio->bi_flags = bd->bi_flags;
    44		bio->bi_iter = bd->bi_iter;
  > 45		bio->bi_integrity = bd->bi_integrity;
    46		if (bio->bi_end_io != bd->bi_end_io) {
    47			/* BIO_CHAIN may have been used, reset __bi_remaining */
    48			atomic_set(&bio->__bi_remaining, 1);
    49			bio->bi_end_io = bd->bi_end_io;
    50		}
    51	}
    52	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 28831 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-29  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29  7:45 [dm:for-next 30/32] drivers/md/dm-bio-record.h:45:7: error: 'struct bio' has no member named 'bi_integrity'; did you mean 'bi_iter'? kbuild test robot
2020-02-29  7:45 ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.