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]
Date:   Thu, 20 May 2021 13:18:55 +0100
From:   Lee Jones <lee.jones@...aro.org>
To:     lee.jones@...aro.org
Cc:     linux-kernel@...r.kernel.org, Al Longyear <longyear@...com.com>,
        "Andrew J. Kroll" <ag784@...enet.buffalo.edu>,
        Andrew Morton <andrewm@....edu.eu>,
        Bill Hawes <whawes@...r.net>,
        "C. Scott Ananian" <cananian@...mni.princeton.edu>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Jiri Slaby <jirislaby@...nel.org>,
        -- <julian@...nix.uhcc.hawaii.edu>,
        linux-arm-kernel@...ts.infradead.org, linux-serial@...r.kernel.org,
        Marko Kohtala <Marko.Kohtala@....fi>,
        Michael Callahan <callahan@...hs.ox.ac.uk>,
        Michal Simek <michal.simek@...inx.com>,
        Nick Holloway <alfie@....warwick.ac.uk>,
        Patrice Chotard <patrice.chotard@...s.st.com>,
        Paul Fulghum <paulkf@...rogate.com>,
        Paul Mackerras <Paul.Mackerras@...anu.edu.au>,
        processes-Sapan Bhatia <sapan@...ewars.org>,
        Rob Herring <robh@...nel.org>,
        Russell King <rmk@....linux.org.uk>
Subject: [PATCH 00/11] Rid W=1 warnings from TTY

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.

Lee Jones (11):
  tty: vt: selection: Correct misspelled function sel_loadlut()
  tty: serdev: core: Fix misspelled function name
    __serdev_device_driver_register()
  tty: tty_io: Fix a few kernel-doc related misdemeanours
  tty: n_tty: Fix some misdocumented functions
  tty: tty_buffer: Fix incorrectly documented function
    __tty_buffer_request_room()
  tty: tty_jobctrl: Fix 2 incorrectly documented functions
  tty: pty: Fix incorrectly named function pty_resize()
  tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()
  tty: serial: st-asc: Demote a kernel-doc formatting abuse
  tty: n_gsm: Fix function naming and provide missing param descriptions
  tty: serial: xilinx_uartps: Fix documentation for
    cdns_uart_clk_notifier_cb()

 drivers/tty/n_gsm.c                |  6 ++++--
 drivers/tty/n_hdlc.c               |  4 +++-
 drivers/tty/n_tty.c                | 10 +++++-----
 drivers/tty/pty.c                  |  2 +-
 drivers/tty/serdev/core.c          |  2 +-
 drivers/tty/serial/st-asc.c        |  2 +-
 drivers/tty/serial/xilinx_uartps.c |  2 +-
 drivers/tty/tty_buffer.c           |  2 +-
 drivers/tty/tty_io.c               | 17 +++++------------
 drivers/tty/tty_jobctrl.c          |  4 ++--
 drivers/tty/vt/selection.c         |  2 +-
 11 files changed, 25 insertions(+), 28 deletions(-)

Cc: Al Longyear <longyear@...com.com>
Cc: "Andrew J. Kroll" <ag784@...enet.buffalo.edu>
Cc: Andrew Morton <andrewm@....edu.eu>
Cc: Bill Hawes <whawes@...r.net>
Cc: "C. Scott Ananian" <cananian@...mni.princeton.edu>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Jiri Slaby <jirislaby@...nel.org>
Cc: -- <julian@...nix.uhcc.hawaii.edu>
Cc: linux-arm-kernel@...ts.infradead.org
Cc: linux-serial@...r.kernel.org
Cc: Marko Kohtala <Marko.Kohtala@....fi>
Cc: Michael Callahan <callahan@...hs.ox.ac.uk>
Cc: Michal Simek <michal.simek@...inx.com>
Cc: Nick Holloway <alfie@....warwick.ac.uk>
Cc: Patrice Chotard <patrice.chotard@...s.st.com>
Cc: Paul Fulghum <paulkf@...rogate.com>
Cc: Paul Mackerras <Paul.Mackerras@...anu.edu.au>
Cc: processes-Sapan Bhatia <sapan@...ewars.org>
Cc: Rob Herring <robh@...nel.org>
Cc: Russell King <rmk@....linux.org.uk>
-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ