All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Cc: kbuild-all@01.org, joel@jms.id.au, andrew@aj.id.au,
	arnd@arndb.de, gregkh@linuxfoundation.org, jdelvare@suse.com,
	linux@roeck-us.net, benh@kernel.crashing.org, andrew@lunn.ch,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org,
	Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Subject: Re: [PATCH v2 1/8] [PATCH 1/8] drivers/peci: Add support for PECI bus driver core
Date: Thu, 22 Feb 2018 15:01:10 +0800	[thread overview]
Message-ID: <201802221429.9znwFmb7%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180221161606.32247-2-jae.hyun.yoo@linux.intel.com>

Hi Jae,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v4.16-rc2 next-20180221]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Jae-Hyun-Yoo/PECI-device-driver-introduction/20180222-054545
reproduce:
        # apt-get install sparse
        make ARCH=x86_64 allmodconfig
        make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> drivers/peci/peci-core.c:773:29: sparse: symbol 'peci_match_id' was not declared. Should it be

Please review and possibly fold the followup patch.

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

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
Cc: linux-hwmon@vger.kernel.org, andrew@lunn.ch,
	Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>,
	jdelvare@suse.com, linux-arm-kernel@lists.infradead.org,
	arnd@arndb.de, linux-doc@vger.kernel.org, andrew@aj.id.au,
	gregkh@linuxfoundation.org, openbmc@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	kbuild-all@01.org, benh@kernel.crashing.org, linux@roeck-us.net,
	joel@jms.id.au
Subject: Re: [PATCH v2 1/8] [PATCH 1/8] drivers/peci: Add support for PECI bus driver core
Date: Thu, 22 Feb 2018 15:01:10 +0800	[thread overview]
Message-ID: <201802221429.9znwFmb7%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180221161606.32247-2-jae.hyun.yoo@linux.intel.com>

Hi Jae,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v4.16-rc2 next-20180221]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Jae-Hyun-Yoo/PECI-device-driver-introduction/20180222-054545
reproduce:
        # apt-get install sparse
        make ARCH=x86_64 allmodconfig
        make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> drivers/peci/peci-core.c:773:29: sparse: symbol 'peci_match_id' was not declared. Should it be

Please review and possibly fold the followup patch.

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

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/8] [PATCH 1/8] drivers/peci: Add support for PECI bus driver core
Date: Thu, 22 Feb 2018 15:01:10 +0800	[thread overview]
Message-ID: <201802221429.9znwFmb7%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180221161606.32247-2-jae.hyun.yoo@linux.intel.com>

Hi Jae,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v4.16-rc2 next-20180221]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Jae-Hyun-Yoo/PECI-device-driver-introduction/20180222-054545
reproduce:
        # apt-get install sparse
        make ARCH=x86_64 allmodconfig
        make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> drivers/peci/peci-core.c:773:29: sparse: symbol 'peci_match_id' was not declared. Should it be

Please review and possibly fold the followup patch.

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

  parent reply	other threads:[~2018-02-22  7:02 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-21 16:15 [PATCH v2 0/8] PECI device driver introduction Jae Hyun Yoo
2018-02-21 16:15 ` Jae Hyun Yoo
2018-02-21 16:15 ` Jae Hyun Yoo
2018-02-21 16:15 ` [PATCH v2 1/8] [PATCH 1/8] drivers/peci: Add support for PECI bus driver core Jae Hyun Yoo
2018-02-21 16:15   ` Jae Hyun Yoo
2018-02-21 16:15   ` Jae Hyun Yoo
2018-02-21 17:04   ` Andrew Lunn
2018-02-21 17:04     ` Andrew Lunn
2018-02-21 17:04     ` Andrew Lunn
2018-02-21 20:31     ` Jae Hyun Yoo
2018-02-21 20:31       ` Jae Hyun Yoo
2018-02-21 20:31       ` Jae Hyun Yoo
2018-02-21 21:51       ` Andrew Lunn
2018-02-21 21:51         ` Andrew Lunn
2018-02-21 21:51         ` Andrew Lunn
2018-02-21 22:03         ` Jae Hyun Yoo
2018-02-21 22:03           ` Jae Hyun Yoo
2018-02-21 22:03           ` Jae Hyun Yoo
2018-02-21 17:58   ` Greg KH
2018-02-21 17:58     ` Greg KH
2018-02-21 17:58     ` Greg KH
2018-02-21 20:42     ` Jae Hyun Yoo
2018-02-21 20:42       ` Jae Hyun Yoo
2018-02-21 20:42       ` Jae Hyun Yoo
2018-02-22  6:54       ` Greg KH
2018-02-22  6:54         ` Greg KH
2018-02-22  6:54         ` Greg KH
2018-02-22 17:20         ` Jae Hyun Yoo
2018-02-22 17:20           ` Jae Hyun Yoo
2018-02-22 17:20           ` Jae Hyun Yoo
2018-02-22  7:01   ` kbuild test robot [this message]
2018-02-22  7:01     ` kbuild test robot
2018-02-22  7:01     ` kbuild test robot
2018-02-22  7:01   ` [RFC PATCH] drivers/peci: peci_match_id() can be static kbuild test robot
2018-02-22  7:01     ` kbuild test robot
2018-02-22  7:01     ` kbuild test robot
2018-02-22 17:25     ` Jae Hyun Yoo
2018-02-22 17:25       ` Jae Hyun Yoo
2018-02-22 17:25       ` Jae Hyun Yoo
2018-03-07  3:19   ` [PATCH v2 1/8] [PATCH 1/8] drivers/peci: Add support for PECI bus driver core Julia Cartwright
2018-03-07  3:19     ` Julia Cartwright
2018-03-07  3:19     ` Julia Cartwright
2018-03-07 19:03     ` Jae Hyun Yoo
2018-03-07 19:03       ` Jae Hyun Yoo
2018-03-07 19:03       ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 2/8] [PATCH 2/8] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 17:13   ` Andrew Lunn
2018-02-21 17:13     ` Andrew Lunn
2018-02-21 17:13     ` Andrew Lunn
2018-02-21 20:35     ` Jae Hyun Yoo
2018-02-21 20:35       ` Jae Hyun Yoo
2018-02-21 20:35       ` Jae Hyun Yoo
2018-03-06 12:40   ` Pavel Machek
2018-03-06 12:40     ` Pavel Machek
2018-03-06 12:54     ` Andrew Lunn
2018-03-06 12:54       ` Andrew Lunn
2018-03-06 12:54       ` Andrew Lunn
2018-03-06 13:05       ` Pavel Machek
2018-03-06 13:05         ` Pavel Machek
2018-03-06 13:19         ` Arnd Bergmann
2018-03-06 13:19           ` Arnd Bergmann
2018-03-06 13:19           ` Arnd Bergmann
2018-03-06 13:19           ` Arnd Bergmann
2018-03-06 19:05     ` Jae Hyun Yoo
2018-03-06 19:05       ` Jae Hyun Yoo
2018-03-06 19:05       ` Jae Hyun Yoo
2018-03-07 22:11       ` Pavel Machek
2018-03-07 22:11         ` Pavel Machek
2018-03-07 22:11         ` Pavel Machek
2018-03-09 23:41       ` Milton Miller II
2018-03-09 23:41         ` Milton Miller II
2018-03-09 23:41         ` Milton Miller II
2018-03-09 23:47         ` Jae Hyun Yoo
2018-03-09 23:47           ` Jae Hyun Yoo
2018-03-09 23:47           ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 3/8] [PATCH 3/8] ARM: dts: aspeed: peci: Add PECI node Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 4/8] [PATCH 4/8] drivers/peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 5/8] [PATCH [5/8] Documentation: dt-bindings: Add a document for PECI hwmon client driver Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 6/8] [PATCH 6/8] Documentation: hwmon: " Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-03-06 20:28   ` Randy Dunlap
2018-03-06 20:28     ` Randy Dunlap
2018-03-06 20:28     ` Randy Dunlap
2018-03-06 21:08     ` Jae Hyun Yoo
2018-03-06 21:08       ` Jae Hyun Yoo
2018-03-06 21:08       ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 7/8] [PATCH 7/8] drivers/hwmon: Add a generic " Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 18:26   ` Guenter Roeck
2018-02-21 18:26     ` Guenter Roeck
2018-02-21 18:26     ` Guenter Roeck
2018-02-21 21:24     ` Jae Hyun Yoo
2018-02-21 21:24       ` Jae Hyun Yoo
2018-02-21 21:24       ` Jae Hyun Yoo
2018-02-21 21:48       ` Guenter Roeck
2018-02-21 21:48         ` Guenter Roeck
2018-02-21 21:48         ` Guenter Roeck
2018-02-21 23:07         ` Jae Hyun Yoo
2018-02-21 23:07           ` Jae Hyun Yoo
2018-02-21 23:07           ` Jae Hyun Yoo
2018-02-22  0:37           ` Andrew Lunn
2018-02-22  0:37             ` Andrew Lunn
2018-02-22  0:37             ` Andrew Lunn
2018-02-22  1:29             ` Jae Hyun Yoo
2018-02-22  1:29               ` Jae Hyun Yoo
2018-02-22  1:29               ` Jae Hyun Yoo
2018-02-24  0:00               ` Miguel Ojeda
2018-02-24  0:00                 ` Miguel Ojeda
2018-02-24  0:00                 ` Miguel Ojeda
2018-02-24  0:00                 ` Miguel Ojeda
2018-02-24  9:32                 ` Jae Hyun Yoo
2018-02-24  9:32                   ` Jae Hyun Yoo
2018-02-24  9:32                   ` Jae Hyun Yoo
2018-03-13  9:32   ` Stef van Os
2018-03-13  9:32     ` Stef van Os
2018-03-13  9:32     ` Stef van Os
2018-03-13  9:32     ` Stef van Os
2018-03-13 18:56     ` Jae Hyun Yoo
2018-03-13 18:56       ` Jae Hyun Yoo
2018-03-13 18:56       ` Jae Hyun Yoo
2018-02-21 16:16 ` [PATCH v2 8/8] [PATCH 8/8] Add a maintainer for the PECI subsystem Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-02-21 16:16   ` Jae Hyun Yoo
2018-03-06 12:40 ` [PATCH v2 0/8] PECI device driver introduction Pavel Machek
2018-03-06 12:40   ` Pavel Machek
2018-03-06 19:21   ` Jae Hyun Yoo
2018-03-06 19:21     ` Jae Hyun Yoo
2018-03-06 19:21     ` Jae Hyun Yoo

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=201802221429.9znwFmb7%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andrew@aj.id.au \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jae.hyun.yoo@linux.intel.com \
    --cc=jdelvare@suse.com \
    --cc=joel@jms.id.au \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=openbmc@lists.ozlabs.org \
    /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 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.