All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amelie DELAUNAY <amelie.delaunay@st.com>
To: Felipe Balbi <balbi@kernel.org>, kernel test robot <lkp@intel.com>
Cc: "kbuild-all@lists.01.org" <kbuild-all@lists.01.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode'
Date: Mon, 7 Sep 2020 18:00:39 +0200	[thread overview]
Message-ID: <8ede307b-ccd1-21eb-fcab-826f8939c695@st.com> (raw)
In-Reply-To: <877dt5ofhf.fsf@kernel.org>

Hi Felipe,

On 9/7/20 3:58 PM, Felipe Balbi wrote:
> kernel test robot <lkp@intel.com> writes:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next
>> head:   c9bb389c50ce07f0e4e105eb84f5541916bea8e8
>> commit: 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd [29/33] usb: dwc2: override PHY input signals with usb role switch support
>> config: arm64-randconfig-s031-20200907 (attached as .config)
>> compiler: aarch64-linux-gcc (GCC) 9.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.2-191-g10164920-dirty
>>          git checkout 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd
>>          # save the attached .config to linux build tree
>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=arm64
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>     drivers/usb/dwc2/drd.c: In function 'dwc2_drd_role_sw_set':
>>>> drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode'
>>        83 |   if (role == USB_ROLE_NONE && hsotg->test_mode) {
>>           |                                     ^~
> 
> patch dropped now. Amelie, can you send a fixed up version?
> 

This issue is already fixed in v5: 
https://lore.kernel.org/patchwork/project/lkml/list/?series=455508

Could you apply this version of the patchset ?

WARNING: multiple messages have this Message-ID (diff)
From: Amelie DELAUNAY <amelie.delaunay@st.com>
To: kbuild-all@lists.01.org
Subject: Re: [balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode'
Date: Mon, 07 Sep 2020 18:00:39 +0200	[thread overview]
Message-ID: <8ede307b-ccd1-21eb-fcab-826f8939c695@st.com> (raw)
In-Reply-To: <877dt5ofhf.fsf@kernel.org>

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

Hi Felipe,

On 9/7/20 3:58 PM, Felipe Balbi wrote:
> kernel test robot <lkp@intel.com> writes:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next
>> head:   c9bb389c50ce07f0e4e105eb84f5541916bea8e8
>> commit: 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd [29/33] usb: dwc2: override PHY input signals with usb role switch support
>> config: arm64-randconfig-s031-20200907 (attached as .config)
>> compiler: aarch64-linux-gcc (GCC) 9.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.2-191-g10164920-dirty
>>          git checkout 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd
>>          # save the attached .config to linux build tree
>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=arm64
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>     drivers/usb/dwc2/drd.c: In function 'dwc2_drd_role_sw_set':
>>>> drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode'
>>        83 |   if (role == USB_ROLE_NONE && hsotg->test_mode) {
>>           |                                     ^~
> 
> patch dropped now. Amelie, can you send a fixed up version?
> 

This issue is already fixed in v5: 
https://lore.kernel.org/patchwork/project/lkml/list/?series=455508

Could you apply this version of the patchset ?

  reply	other threads:[~2020-09-07 16:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 13:51 [balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode' kernel test robot
2020-09-07 13:51 ` kernel test robot
2020-09-07 13:58 ` Felipe Balbi
2020-09-07 13:58   ` Felipe Balbi
2020-09-07 16:00   ` Amelie DELAUNAY [this message]
2020-09-07 16:00     ` Amelie DELAUNAY
2020-09-08  5:51     ` Felipe Balbi
2020-09-08  5:51       ` Felipe Balbi

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=8ede307b-ccd1-21eb-fcab-826f8939c695@st.com \
    --to=amelie.delaunay@st.com \
    --cc=balbi@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lkp@intel.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 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.