All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Jim Cromie" <jim.cromie@gmail.com>,
	" Łukasz Bartosik" <ukaszb@chromium.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [jimc:jump-batch-apply-fixed 43/60] lib/dynamic_debug.c:88: Warning: missing closing `"'
Date: Fri, 14 Aug 2026 07:10:59 +0800	[thread overview]
Message-ID: <202608140716.I6IqVJu5-lkp@intel.com> (raw)

tree:   https://github.com/jimc/linux.git jump-batch-apply-fixed
head:   f34250f02483802d911ebbe4ebd4e5c98e3fa7b1
commit: 9f5cf4c1a9478dc71bb8bda5d5f48e587cf81f17 [43/60] dyndbg: add +c flag to count advantage of classmaps for DRM
config: s390-randconfig-r052-20260813 (https://download.01.org/0day-ci/archive/20260814/202608140716.I6IqVJu5-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260814/202608140716.I6IqVJu5-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608140716.I6IqVJu5-lkp@intel.com/

All warnings (new ones prefixed by >>):

   lib/dynamic_debug.c: Assembler messages:
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
>> lib/dynamic_debug.c:88: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'
   lib/dynamic_debug.c:93: Warning: missing closing `"'


vim +88 lib/dynamic_debug.c

9f5cf4c1a9478d Jim Cromie  2026-04-15  82  
22640017eab569 Jim Cromie  2025-11-18  83  static bool ddebug_class_map_in_range(const int class_id,
22640017eab569 Jim Cromie  2025-11-18  84  				      const struct ddebug_class_map *map);
22640017eab569 Jim Cromie  2025-11-18  85  static bool ddebug_class_user_in_range(const int class_id,
22640017eab569 Jim Cromie  2025-11-18  86  				       const struct ddebug_class_user *user);
e9d376f0fa66bd Jason Baron 2009-02-05  87  static DEFINE_MUTEX(ddebug_lock);
e9d376f0fa66bd Jason Baron 2009-02-05 @88  static LIST_HEAD(ddebug_tables);
f657fd21e16e3a Joe Perches 2012-12-05  89  static int verbose;
74df138d508eb3 Jim Cromie  2011-12-19  90  module_param(verbose, int, 0644);
09ee10ff804ec4 Jim Cromie  2021-10-19  91  MODULE_PARM_DESC(verbose, " dynamic_debug/control processing "
09ee10ff804ec4 Jim Cromie  2021-10-19  92  		 "( 0 = off (default), 1 = module add/rm, 2 = >control summary, 3 = parsing, 4 = per-site changes)");
e9d376f0fa66bd Jason Baron 2009-02-05  93  

:::::: The code at line 88 was first introduced by commit
:::::: e9d376f0fa66bd630fe27403669c6ae6c22a868f dynamic debug: combine dprintk and dynamic printk

:::::: TO: Jason Baron <jbaron@redhat.com>
:::::: CC: Greg Kroah-Hartman <gregkh@suse.de>

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2026-08-13 23:11 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=202608140716.I6IqVJu5-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jim.cromie@gmail.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=ukaszb@chromium.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.