linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Yury Norov <yury.norov@gmail.com>
Cc: kbuild-all@01.org, Johannes Weiner <hannes@cmpxchg.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [liu-song6-linux:uprobe-thp 138/185] fs/ocfs2/dlm/dlmcommon.h:709:0: warning: "BITS_TO_BYTES" redefined
Date: Wed, 29 May 2019 09:26:14 +0800	[thread overview]
Message-ID: <201905290906.79L77KKO%lkp@intel.com> (raw)

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

tree:   https://github.com/liu-song-6/linux.git uprobe-thp
head:   757cb898eb3096f4ed9487b503748d6e3a4d3332
commit: fda08ae863e2fe70adced116d0d7f2ab3b75f219 [138/185] bitops: more BITS_TO_* macros
config: x86_64-lkp (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        git checkout fda08ae863e2fe70adced116d0d7f2ab3b75f219
        # 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 warnings (new ones prefixed by >>):

   In file included from fs/ocfs2/dlm/dlmdomain.c:43:0:
>> fs/ocfs2/dlm/dlmcommon.h:709:0: warning: "BITS_TO_BYTES" redefined
    #define BITS_TO_BYTES(bits) (((bits)+BITS_PER_BYTE-1)/BITS_PER_BYTE)
    
   In file included from include/linux/kernel.h:12:0,
                    from include/linux/list.h:9,
                    from include/linux/module.h:9,
                    from fs/ocfs2/dlm/dlmdomain.c:27:
   include/linux/bitops.h:11:0: note: this is the location of the previous definition
    #define BITS_TO_BYTES(nr) DIV_ROUND_UP(nr, BITS_PER_TYPE(char))
    

vim +/BITS_TO_BYTES +709 fs/ocfs2/dlm/dlmcommon.h

6714d8e8 Kurt Hackel   2005-12-15  706  
6714d8e8 Kurt Hackel   2005-12-15  707  
1faf2894 Srinivas Eeda 2007-01-29  708  #define BITS_PER_BYTE 8
1faf2894 Srinivas Eeda 2007-01-29 @709  #define BITS_TO_BYTES(bits) (((bits)+BITS_PER_BYTE-1)/BITS_PER_BYTE)
1faf2894 Srinivas Eeda 2007-01-29  710  

:::::: The code at line 709 was first introduced by commit
:::::: 1faf289454b9eeb6e463da3eee47f7009668370d ocfs2_dlm: disallow a domain join if node maps mismatch

:::::: TO: Srinivas Eeda <srinivas.eeda@oracle.com>
:::::: CC: Mark Fasheh <mark.fasheh@oracle.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

                 reply	other threads:[~2019-05-29  1:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201905290906.79L77KKO%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    --cc=yury.norov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).