public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Zhenguo Zhao <zhenguo6858@gmail.com>,
	gregkh@linuxfoundation.org, jirislaby@kernel.org
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tty: n_gsm: delete SABM command frame as requester
Date: Thu, 1 Jul 2021 16:00:37 +0800	[thread overview]
Message-ID: <202107011527.AONvg87O-lkp@intel.com> (raw)
In-Reply-To: <1625108078-16491-1-git-send-email-zhenguo6858@gmail.com>

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

Hi Zhenguo,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on tty/tty-testing]
[also build test ERROR on v5.13 next-20210630]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Zhenguo-Zhao/tty-n_gsm-delete-SABM-command-frame-as-requester/20210701-105612
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
config: m68k-randconfig-p001-20210630 (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/a301defb207dd1f6e0de34d096f55ef6e550073c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Zhenguo-Zhao/tty-n_gsm-delete-SABM-command-frame-as-requester/20210701-105612
        git checkout a301defb207dd1f6e0de34d096f55ef6e550073c
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash drivers/tty/

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/tty/n_gsm.c: In function 'gsmtty_open':
>> drivers/tty/n_gsm.c:3012:6: error: 'gsm' undeclared (first use in this function)
    3012 |  if (gsm->initiator)
         |      ^~~
   drivers/tty/n_gsm.c:3012:6: note: each undeclared identifier is reported only once for each function it appears in


vim +/gsm +3012 drivers/tty/n_gsm.c

  2998	
  2999	static int gsmtty_open(struct tty_struct *tty, struct file *filp)
  3000	{
  3001		struct gsm_dlci *dlci = tty->driver_data;
  3002		struct tty_port *port = &dlci->port;
  3003	
  3004		port->count++;
  3005		tty_port_tty_set(port, tty);
  3006	
  3007		dlci->modem_rx = 0;
  3008		/* We could in theory open and close before we wait - eg if we get
  3009		   a DM straight back. This is ok as that will have caused a hangup */
  3010		tty_port_set_initialized(port, 1);
  3011		/* Start sending off SABM messages for initiator */
> 3012		if (gsm->initiator)
  3013			gsm_dlci_begin_open(dlci);
  3014		/* And wait for virtual carrier */
  3015		return tty_port_block_til_ready(port, tty, filp);
  3016	}
  3017	

---
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: 34644 bytes --]

      parent reply	other threads:[~2021-07-01  8:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  2:54 [PATCH] tty: n_gsm: delete SABM command frame as requester Zhenguo Zhao
2021-07-01  6:13 ` Jiri Slaby
2021-07-01  6:15   ` Jiri Slaby
     [not found]     ` <CAGGV+3+Oc415RJGueGHdYnDGWFqyuD_6ehBWybhR=6bDoFE9Wg@mail.gmail.com>
     [not found]       ` <CAGGV+3J9Kj-GoiCBYNN=JLx=Jj02yMkpdg5E_+3W-tvQ_jESyQ@mail.gmail.com>
     [not found]         ` <CAGGV+3JT6P=tM3_t045FfJtZQ_diPv2_qmnE1LHYvkQo7J7MAw@mail.gmail.com>
     [not found]           ` <CAGGV+3LHqgpuvWC_WpkqYnk=U_1vaCReEMrYkenDSAi95740hQ@mail.gmail.com>
2021-07-07  5:53             ` Greg KH
2021-07-01  8:00 ` kernel test robot [this message]

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=202107011527.AONvg87O-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zhenguo6858@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