lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201104162427.2984742-1-lee.jones@linaro.org>
Date:   Wed,  4 Nov 2020 16:24:07 +0000
From:   Lee Jones <lee.jones@...aro.org>
To:     lee.jones@...aro.org
Cc:     linux-kernel@...r.kernel.org,
        Andrew Duggan <aduggan@...aptics.com>,
        Arjan Opmeer <arjan@...eer.net>,
        "at www.cypress.com" <ttdrivers@...ress.com>,
        Benson Leung <bleung@...omium.org>,
        Bruce Kalk <kall@...pass.com>,
        Christopher Heiny <cheiny@...aptics.com>,
        "C. Scott Ananian" <cananian@...mni.priceton.edu>,
        Daniel Kurtz <djkurtz@...omium.org>,
        Dan Murphy <dmurphy@...com>, David Jander <david@...tonic.nl>,
        Dmitry Torokhov <dmitry.torokhov@...il.com>,
        Dudley Du <dudl@...ress.com>, dusonlin@....com.tw,
        Enric Balletbo i Serra <enric.balletbo@...labora.com>,
        Eugen Hristev <eugen.hristev@...rochip.com>,
        Ferruh Yigit <fery@...ress.com>,
        Guenter Roeck <groeck@...omium.org>,
        "Gustavo A. R. Silva" <gustavoars@...nel.org>,
        Hans de Goede <hdegoede@...hat.com>,
        Henrik Rydberg <rydberg@...math.org>,
        KT Liao <kt.liao@....com.tw>,
        Kumar G <naveen.gaddipati@...ricsson.com>,
        linux-input@...r.kernel.org, Peter Osterlund <petero2@...ia.com>,
        Phil Blundell <pb@...dhelds.org>,
        Stefan Gmeiner <riddlebox@...esurf.ch>,
        Sundar Iyer <sundar.iyer@...ricsson.com>,
        Trilok Soni <tsoni@...eaurora.org>,
        Vincent Huang <vincent.huang@...synaptics.com>
Subject: [PATCH 00/20] [Set 1/2] Rid W=1 issues from Input

This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.

This is the first of 2 sets.

Lee Jones (20):
  input: rmi4: rmi_bus: Fix misnaming of
    '__rmi_register_function_handler's 'owner' param
  input: mouse: cyapa: Fix misnaming of 'cyapa_i2c_write's 'reg' param
  input: mouse: cyapa_gen5: Fix obvious abuse of kernel-doc format
  input: misc: ab8500-ponkey: Fix incorrect name in 'ab8500_ponkey' doc
    header
  input: rmi4: rmi_f01: Struct headers are expected to start with
    'struct <name>'
  include: input: elan-i2c-ids: Mark 'elan_acpi_id' as __maybe_unused
  input: keyboard: cros_ec_keyb: Struct headers should start with
    'struct <name>'
  input: rmi4: rmi_f11: Struct headers are expected to start with
    'struct <name>'
  input: touchscreen: resistive-adc-touch: Struct headers should start
    with 'struct <name>'
  input: mouse: synaptics: Place braces around empty if() body
  input: keyboard: gpio_keys: Fix misnamed function parameter 'dev'
  input: mouse: elantech: Demote obvious abuse of kernel-doc header
  input: rmi4: rmi_f54: Provide some missing 'REPORT_TYPE' enums
  input: rmi4: rmi_i2c: Provide some missing descriptions for struct
    members
  input: touchscreen: cyttsp4_core:  Move 'cyttsp4_tch_abs_string' to
    the only file that references it
  input: misc: drv260x: Fix kernel-doc formatting and remove one abuse
  input: misc: drv2665: Fix formatting expected by kernel-doc
  input: misc: drv2667: Fix formatting and add missing member docs
  input: keyboard: nomadik-ske-keypad: Provide some missing struct
    member docs
  input: keyboard: pmic8xxx-keypad: Fix kernel-doc formatting

 drivers/input/keyboard/cros_ec_keyb.c         |  5 ++--
 drivers/input/keyboard/gpio_keys.c            |  2 +-
 drivers/input/keyboard/nomadik-ske-keypad.c   |  2 ++
 drivers/input/keyboard/pmic8xxx-keypad.c      | 22 ++++++++--------
 drivers/input/misc/ab8500-ponkey.c            |  2 +-
 drivers/input/misc/drv260x.c                  | 26 +++++++++----------
 drivers/input/misc/drv2665.c                  | 10 +++----
 drivers/input/misc/drv2667.c                  | 14 +++++-----
 drivers/input/mouse/cyapa.c                   |  2 +-
 drivers/input/mouse/cyapa_gen5.c              |  4 +--
 drivers/input/mouse/elantech.c                |  2 +-
 drivers/input/mouse/synaptics.c               |  3 ++-
 drivers/input/rmi4/rmi_bus.c                  |  2 +-
 drivers/input/rmi4/rmi_f01.c                  |  1 +
 drivers/input/rmi4/rmi_f11.c                  |  5 ++--
 drivers/input/rmi4/rmi_f54.c                  |  6 +++++
 drivers/input/rmi4/rmi_i2c.c                  |  4 +++
 drivers/input/touchscreen/cyttsp4_core.c      | 14 ++++++++++
 drivers/input/touchscreen/cyttsp4_core.h      | 14 ----------
 .../input/touchscreen/resistive-adc-touch.c   |  2 +-
 include/linux/input/elan-i2c-ids.h            |  2 +-
 21 files changed, 80 insertions(+), 64 deletions(-)

Cc: Andrew Duggan <aduggan@...aptics.com>
Cc: Arjan Opmeer <arjan@...eer.net>
Cc: "at www.cypress.com" <ttdrivers@...ress.com>
Cc: Benson Leung <bleung@...omium.org>
Cc: Bruce Kalk <kall@...pass.com>
Cc: Christopher Heiny <cheiny@...aptics.com>
Cc: "C. Scott Ananian" <cananian@...mni.priceton.edu>
Cc: Daniel Kurtz <djkurtz@...omium.org>
Cc: Dan Murphy <dmurphy@...com>
Cc: David Jander <david@...tonic.nl>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Dudley Du <dudl@...ress.com>
Cc: dusonlin@....com.tw
Cc: Enric Balletbo i Serra <enric.balletbo@...labora.com>
Cc: Eugen Hristev <eugen.hristev@...rochip.com>
Cc: Ferruh Yigit <fery@...ress.com>
Cc: Guenter Roeck <groeck@...omium.org>
Cc: "Gustavo A. R. Silva" <gustavoars@...nel.org>
Cc: Hans de Goede <hdegoede@...hat.com>
Cc: Henrik Rydberg <rydberg@...math.org>
Cc: KT Liao <kt.liao@....com.tw>
Cc: Kumar G <naveen.gaddipati@...ricsson.com>
Cc: linux-input@...r.kernel.org
Cc: Peter Osterlund <petero2@...ia.com>
Cc: Phil Blundell <pb@...dhelds.org>
Cc: Stefan Gmeiner <riddlebox@...esurf.ch>
Cc: Sundar Iyer <sundar.iyer@...ricsson.com>
Cc: this to <linux-input@...r.kernel.org>
Cc: Trilok Soni <tsoni@...eaurora.org>
Cc: Vincent Huang <vincent.huang@...synaptics.com>
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ