linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: info@are.ma
Cc: kbuild-all@01.org, linux-media@vger.kernel.org, "Буди Романто,
	AreMa Inc" <knightrider@are.ma>,
	linux-kernel@vger.kernel.org, crope@iki.fi, m.chehab@samsung.com,
	mchehab@osg.samsung.com, hdegoede@redhat.com,
	laurent.pinchart@ideasonboard.com, mkrufky@linuxtv.org,
	sylvester.nawrocki@gmail.com, g.liakhovetski@gmx.de,
	peter.senna@gmail.com
Subject: Re: [media 5/6] PCIE bridge driver for PT3 & PX-Q3PE
Date: Tue, 5 Apr 2016 01:30:49 +0800	[thread overview]
Message-ID: <201604050109.HsJPVNuw%fengguang.wu@intel.com> (raw)
In-Reply-To: <f4f7b81fb6a0c9d4e3ebe9ec46495285136df39d.1459787898.git.knightrider@are.ma>

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

Hi Буди,

[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v4.6-rc2 next-20160404]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/info-are-ma/DVB-driver-for-Earthsoft-PT3-PLEX-PX-Q3PE-ISDB-S-T-PCIE-cards-PX-BCUD-ISDB-S-USB-dongle/20160405-011100
base:   git://linuxtv.org/media_tree.git master
config: s390-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=s390 

All warnings (new ones prefixed by >>):

   drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_w':
>> drivers/media/tuners/mxl301rf.c:26:1: warning: 'mxl301rf_w' uses dynamic stack allocation
    }
    ^
   drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_w_tuner':
>> drivers/media/tuners/mxl301rf.c:35:1: warning: 'mxl301rf_w_tuner' uses dynamic stack allocation
    }
    ^
--
   drivers/media/tuners/qm1d1c004x.c: In function 'qm1d1c004x_w':
>> drivers/media/tuners/qm1d1c004x.c:51:1: warning: 'qm1d1c004x_w' uses dynamic stack allocation
    }
    ^
--
   drivers/media/tuners/nm131.c: In function 'nm131_r':
>> drivers/media/tuners/nm131.c:45:1: warning: 'nm131_r' uses dynamic stack allocation
    }
    ^

vim +/mxl301rf_w +26 drivers/media/tuners/mxl301rf.c

8be8684f Буди Романто, AreMa Inc 2016-04-05  20  		{.addr = d->addr,	.flags = 0,	.buf = buf,	.len = len + 1,},
8be8684f Буди Романто, AreMa Inc 2016-04-05  21  	};
8be8684f Буди Романто, AreMa Inc 2016-04-05  22  
8be8684f Буди Романто, AreMa Inc 2016-04-05  23  	buf[0] = slvadr;
8be8684f Буди Романто, AreMa Inc 2016-04-05  24  	memcpy(buf + 1, dat, len);
8be8684f Буди Романто, AreMa Inc 2016-04-05  25  	return i2c_transfer(d->adapter, msg, 1) == 1 ? 0 : -EIO;
8be8684f Буди Романто, AreMa Inc 2016-04-05 @26  }
8be8684f Буди Романто, AreMa Inc 2016-04-05  27  
8be8684f Буди Романто, AreMa Inc 2016-04-05  28  int mxl301rf_w_tuner(struct dvb_frontend *fe, const u8 *dat, int len)
8be8684f Буди Романто, AreMa Inc 2016-04-05  29  {
8be8684f Буди Романто, AreMa Inc 2016-04-05  30  	u8 buf[len + 1];
8be8684f Буди Романто, AreMa Inc 2016-04-05  31  
8be8684f Буди Романто, AreMa Inc 2016-04-05  32  	buf[0] = ((struct i2c_client *)fe->tuner_priv)->addr << 1;
8be8684f Буди Романто, AreMa Inc 2016-04-05  33  	memcpy(buf + 1, dat, len);
8be8684f Буди Романто, AreMa Inc 2016-04-05  34  	return mxl301rf_w(fe, 0xFE, buf, len + 1);
8be8684f Буди Романто, AreMa Inc 2016-04-05 @35  }
8be8684f Буди Романто, AreMa Inc 2016-04-05  36  
8be8684f Буди Романто, AreMa Inc 2016-04-05  37  u8 mxl301rf_r(struct dvb_frontend *fe, u8 regadr)
8be8684f Буди Романто, AreMa Inc 2016-04-05  38  {

:::::: The code at line 26 was first introduced by commit
:::::: 8be8684ff9906c489dc94d4d9b0fadab97c4a3af Tuners for Earthsoft PT3, PLEX PX-Q3PE ISDB-S/T PCIE cards & PX-BCUD ISDB-S USB dongle

:::::: TO: Буди Романто, AreMa Inc <knightrider@are.ma>
:::::: CC: 0day robot <fengguang.wu@intel.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/octet-stream, Size: 40612 bytes --]

  reply	other threads:[~2016-04-04 17:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 17:03 [media 0/6] DVB driver for Earthsoft PT3, PLEX PX-Q3PE ISDB-S/T PCIE cards & PX-BCUD ISDB-S USB dongle info
2016-04-04 17:04 ` [media 1/6] Raise adapter number limit info
2016-04-04 17:04 ` [media 2/6] drop backstabbing drivers info
2016-04-04 17:04 ` [media 3/6] Demodulator for Earthsoft PT3, PLEX PX-Q3PE ISDB-S/T PCIE cards & PX-BCUD ISDB-S USB dongle info
2016-04-04 17:04 ` [media 4/6] Tuners " info
2016-04-04 17:04 ` [media 5/6] PCIE bridge driver for PT3 & PX-Q3PE info
2016-04-04 17:30   ` kbuild test robot [this message]
2016-04-04 21:48   ` kbuild test robot
2016-04-04 22:20   ` kbuild test robot
2016-04-04 17:04 ` [media 6/6] Bridge driver for PLEX PX-BCUD ISDB-S USB dongle info

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=201604050109.HsJPVNuw%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=crope@iki.fi \
    --cc=g.liakhovetski@gmx.de \
    --cc=hdegoede@redhat.com \
    --cc=info@are.ma \
    --cc=kbuild-all@01.org \
    --cc=knightrider@are.ma \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=mchehab@osg.samsung.com \
    --cc=mkrufky@linuxtv.org \
    --cc=peter.senna@gmail.com \
    --cc=sylvester.nawrocki@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).