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: <20210602101722.2276638-1-lee.jones@linaro.org>
Date:   Wed,  2 Jun 2021 11:17:01 +0100
From:   Lee Jones <lee.jones@...aro.org>
To:     lee.jones@...aro.org
Cc:     linux-kernel@...r.kernel.org, Adrian Sun <a.sun@....com>,
        Alan Cox <alan@...rguk.ukuu.org.uk>,
        Andre Hedrick <andre@...ux-ide.org>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        Benoit Poulot-Cazajous <poulot@...rus.fr>,
        Christian Brunner <chb@....de>,
        "Christopher J. Reimer" <reimer@....carleton.ca>,
        CJ <cjtsai@....com.tw>, Clear Zhang <Clear.Zhang@....com.tw>,
        "David S. Miller" <davem@...emloft.net>,
        Duncan Laurie <void@....com>,
        Erik Andersen <andersee@...ian.org>,
        Frank Tiernan <frankt@...mise.com>,
        Gadi Oxman <gadio@...vision.net.il>,
        Jens Axboe <axboe@...e.de>, linux-ide@...r.kernel.org,
        linuxppc-dev@...ts.ozlabs.org, Mark Lord <mlord@...ox.com>,
        Michael Ellerman <mpe@...erman.id.au>,
        Mike Waychison <crlf@....com>, or <source@...sta.com>,
        Paul Mackerras <paulus@...ba.org>,
        Robert Bringman <rob@...s.trion.com>,
        Scott Snyder <snyder@...ld0.fnal.gov>,
        Sergei Shtylyov <sshtylyov@...mvista.com>,
        Tim Hockin <thockin@....com>
Subject: [PATCH 00/21] Rid W=1 warnings from IDE

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 (21):
  ide: alim15x3: Document alim15x3_init_one()'s 'id' param
  ide: ide-dma: Document ide_dma_unmap_sg()'s missing 'cmd' param
  ide: ide-dma-sff: Provide some missing 'param' descriptions
  ide: ide-io: Fix a few kernel-doc misdemeanours
  ide: ide-proc: Strip out unused fops structure and accompanying
    call-back
  ide: cs5530: Fix incorrect documentation for function
    init_chipset_cs5530()
  ide: ide-probe: Fix-up incorrectly documented function
    probe_for_drive()
  ide: hpt366: Provide some missing descriptions for 'f_{low,high}'
  ide: piix: Remove unused variable 'sitre'
  ide: pdc202xx_new: Supply missing description for 'set_indexed_reg()'s
    'value' param
  ide: slc90e66: Remove unused variable 'sitre'
  ide: it821x: Fix a couple of incorrectly documented functions
  ide: siimage: Fix some incorrectly documented functions/params
  ide: via82cxxx: Fix misdocumentation of via_set_speed()'s 'hwif' param
  ide: ide-cd_ioctl: Remove unused variable 'stat'
  ide: ide-cd: Demote kernel-doc abuse
  ide: ide-acpi: Mark debugging variable 'bus' as __maybe_unused
  ide: ide-io: Document ide_intr()'s param 'irq'
  ide: piix: Fix incorrectly documented param 'hwif'
  ide: ide-acpi: Provide missing description for param 'obj_loc'
  ide: pmac: Staticise local function 'pmac_ide_probe'

 drivers/ide/alim15x3.c     |  1 +
 drivers/ide/cs5530.c       |  2 +-
 drivers/ide/hpt366.c       |  2 ++
 drivers/ide/ide-acpi.c     |  4 +++-
 drivers/ide/ide-cd.c       |  2 +-
 drivers/ide/ide-cd_ioctl.c |  3 +--
 drivers/ide/ide-dma-sff.c  |  4 ++++
 drivers/ide/ide-dma.c      |  1 +
 drivers/ide/ide-io.c       |  9 +++++----
 drivers/ide/ide-probe.c    |  2 +-
 drivers/ide/ide-proc.c     | 13 -------------
 drivers/ide/it821x.c       |  4 ++--
 drivers/ide/pdc202xx_new.c |  1 +
 drivers/ide/piix.c         |  4 +---
 drivers/ide/pmac.c         |  2 +-
 drivers/ide/siimage.c      |  4 ++--
 drivers/ide/slc90e66.c     |  3 +--
 drivers/ide/via82cxxx.c    |  2 +-
 18 files changed, 29 insertions(+), 34 deletions(-)

Cc: Adrian Sun <a.sun@....com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: Andre Hedrick <andre@...ux-ide.org>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: Benoit Poulot-Cazajous <poulot@...rus.fr>
Cc: Christian Brunner <chb@....de>
Cc: "Christopher J. Reimer" <reimer@....carleton.ca>
Cc: CJ <cjtsai@....com.tw>
Cc: Clear Zhang <Clear.Zhang@....com.tw>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Duncan Laurie <void@....com>
Cc: Erik Andersen <andersee@...ian.org>
Cc: Frank Tiernan <frankt@...mise.com>
Cc: Gadi Oxman <gadio@...vision.net.il>
Cc: Jens Axboe <axboe@...e.de>
Cc: linux-ide@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org
Cc: Mark Lord <mlord@...ox.com>
Cc: Michael Ellerman <mpe@...erman.id.au>
Cc: Mike Waychison <crlf@....com>
Cc: or <source@...sta.com>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Robert Bringman <rob@...s.trion.com>
Cc: Scott Snyder <snyder@...ld0.fnal.gov>
Cc: Sergei Shtylyov <sshtylyov@...mvista.com>
Cc: "Software, Inc" <source@...sta.com>
Cc: support to <linux-ide@...r.kernel.org>
Cc: Tim Hockin <thockin@....com>
-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ