linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Fix a bunch of W=1 warnings in Misc
@ 2020-06-26 13:05 Lee Jones
  2020-06-26 13:05 ` [PATCH 01/10] misc: c2port: core: Ensure source size does not equal destination size in strncpy() Lee Jones
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Lee Jones @ 2020-06-26 13:05 UTC (permalink / raw)
  To: arnd, gregkh; +Cc: linux-arm-kernel, linux-kernel, Lee Jones

Attempting to clean-up W=1 kernel builds, which are currently
overwhelmingly riddled with niggly little warnings.

Lee Jones (10):
  misc: c2port: core: Ensure source size does not equal destination size
    in strncpy()
  misc: ti-st: st_core: Tidy-up bespoke commentry
  misc: ti-st: st_kim: Tidy-up bespoke commentry
  misc: lkdtm: bugs: At least try to use popuated variable
  misc: lkdtm: Always provide prototype for lkdtm_DOUBLE_FAULT()
  misc: eeprom: eeprom_93cx6: Repair function arg descriptions
  misc: mic: vop: vop_main: Remove set but unused variable 'ret'
  misc: cb710: sgbuf2: Add missing documentation for
    cb710_sg_dwiter_write_next_block()'s 'data' arg
  misc: habanalabs: irq: Add missing struct identifier for 'struct
    hl_eqe_work'
  misc: pti: Fix documentation for bit-rotted function
    pti_tty_driver_write()

 drivers/misc/c2port/core.c         |  2 +-
 drivers/misc/cb710/sgbuf2.c        |  1 +
 drivers/misc/eeprom/eeprom_93cx6.c |  4 +-
 drivers/misc/habanalabs/irq.c      |  3 +-
 drivers/misc/lkdtm/bugs.c          |  4 +-
 drivers/misc/lkdtm/lkdtm.h         |  2 -
 drivers/misc/mic/vop/vop_main.c    |  3 +-
 drivers/misc/pti.c                 |  5 +-
 drivers/misc/ti-st/st_core.c       | 79 ++++++++++++++++++------------
 drivers/misc/ti-st/st_kim.c        | 71 +++++++++++++++++----------
 10 files changed, 104 insertions(+), 70 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2020-07-14  8:03 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 13:05 [PATCH 00/10] Fix a bunch of W=1 warnings in Misc Lee Jones
2020-06-26 13:05 ` [PATCH 01/10] misc: c2port: core: Ensure source size does not equal destination size in strncpy() Lee Jones
2020-06-26 13:15   ` Rodolfo Giometti
2020-07-13 19:10   ` Geert Uytterhoeven
2020-07-14  7:46     ` Lee Jones
2020-07-14  7:52       ` Geert Uytterhoeven
2020-07-14  8:01         ` Lee Jones
2020-07-14  8:02           ` Geert Uytterhoeven
2020-06-26 13:05 ` [PATCH 02/10] misc: ti-st: st_core: Tidy-up bespoke commentry Lee Jones
2020-06-26 14:05   ` Arnd Bergmann
2020-06-26 13:05 ` [PATCH 03/10] misc: ti-st: st_kim: " Lee Jones
2020-06-26 14:06   ` Arnd Bergmann
2020-06-26 13:05 ` [PATCH 04/10] misc: lkdtm: bugs: At least try to use popuated variable Lee Jones
2020-06-26 14:37   ` Arnd Bergmann
2020-06-26 15:26   ` Kees Cook
2020-06-26 13:05 ` [PATCH 05/10] misc: lkdtm: Always provide prototype for lkdtm_DOUBLE_FAULT() Lee Jones
2020-06-26 14:37   ` Arnd Bergmann
2020-06-26 15:23   ` Kees Cook
2020-06-26 13:05 ` [PATCH 06/10] misc: eeprom: eeprom_93cx6: Repair function arg descriptions Lee Jones
2020-06-26 14:38   ` Arnd Bergmann
2020-06-27 20:33   ` Wolfram Sang
2020-06-29  8:14     ` Lee Jones
2020-06-29  8:20       ` Wolfram Sang
2020-06-29  8:46         ` Lee Jones
2020-06-26 13:05 ` [PATCH 07/10] misc: mic: vop: vop_main: Remove set but unused variable 'ret' Lee Jones
2020-06-26 14:39   ` Arnd Bergmann
2020-06-26 15:29     ` Lee Jones
2020-06-26 18:38       ` Arnd Bergmann
2020-06-26 13:05 ` [PATCH 08/10] misc: cb710: sgbuf2: Add missing documentation for cb710_sg_dwiter_write_next_block()'s 'data' arg Lee Jones
2020-06-26 14:39   ` Arnd Bergmann
2020-06-26 16:46   ` Michał Mirosław
2020-06-26 13:05 ` [PATCH 09/10] misc: habanalabs: irq: Add missing struct identifier for 'struct hl_eqe_work' Lee Jones
2020-06-26 13:45   ` Oded Gabbay
2020-06-26 13:46     ` Oded Gabbay
2020-06-26 13:05 ` [PATCH 10/10] misc: pti: Fix documentation for bit-rotted function pti_tty_driver_write() Lee Jones
2020-06-26 14:40   ` Arnd Bergmann

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).