* [hverkuil-media-tree:for-v6.7p 172/180] checkpatch: WARNING: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644'.
@ 2023-10-16 11:08 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-16 11:08 UTC (permalink / raw)
To: Jinjie Ruan; +Cc: oe-kbuild-all
tree: git://linuxtv.org/hverkuil/media_tree.git for-v6.7p
head: 3df5704d52d7a8077c1813ca553d83965ccd7c47
commit: 8cd08e365153481065eeec684ed00949bc980aff [172/180] media: siano: Drop unnecessary error check for debugfs_create_dir/file()
reproduce: (https://download.01.org/0day-ci/archive/20231016/202310161958.kSiGlOOs-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/202310161958.kSiGlOOs-lkp@intel.com/
# many are suggestions rather than must-fix
WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644'.
#65: FILE: drivers/media/common/siano/smsdvb-debugfs.c:368:
+ debugfs_create_file("stats", S_IRUGO | S_IWUSR, client->debugfs,
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-16 11:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 11:08 [hverkuil-media-tree:for-v6.7p 172/180] checkpatch: WARNING: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644' kernel test robot
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.