public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Michael Schmitz <schmitzmic@gmail•com>
To: "Martin K. Petersen" <martin.petersen@oracle•com>,
	Andrew Morton <akpm@linux-foundation•org>,
	linux-kernel@vger•kernel.org, Arnd Bergmann <arnd@kernel•org>
Cc: Arnd Bergmann <arnd@arndb•de>, Matt Turner <mattst88@gmail•com>,
	Vineet Gupta <vgupta@kernel•org>,
	Russell King <linux@armlinux•org.uk>,
	Catalin Marinas <catalin.marinas@arm•com>,
	Will Deacon <will@kernel•org>, Guo Ren <guoren@kernel•org>,
	Brian Cain <bcain@quicinc•com>,
	Huacai Chen <chenhuacai@kernel•org>,
	WANG Xuerui <kernel@xen0n•name>,
	Geert Uytterhoeven <geert@linux-m68k•org>,
	Michal Simek <monstr@monstr•eu>,
	Thomas Bogendoerfer <tsbogend@alpha•franken.de>,
	Dinh Nguyen <dinguyen@kernel•org>,
	Jonas Bonn <jonas@southpole•se>,
	Stefan Kristiansson <stefan.kristiansson@saunalahti•fi>,
	Stafford Horne <shorne@gmail•com>,
	"James E.J. Bottomley" <James.Bottomley@HansenPartnership•com>,
	Helge Deller <deller@gmx•de>,
	Michael Ellerman <mpe@ellerman•id.au>,
	Christophe Leroy <christophe.leroy@csgroup•eu>,
	Palmer Dabbelt <palmer@dabbelt•com>,
	Heiko Carstens <hca@linux•ibm.com>,
	John Paul Adrian Glaubitz <glaubitz@physik•fu-berlin.de>,
	x86@kernel•org, Borislav Petkov <bp@alien8•de>,
	Max Filippov <jcmvbkbc@gmail•com>, Jens Axboe <axboe@kernel•dk>,
	Sudip Mukherjee <sudipm.mukherjee@gmail•com>,
	Richard Weinberger <richard@nod•at>,
	Bjorn Helgaas <bhelgaas@google•com>,
	Masahiro Yamada <masahiroy@kernel•org>,
	Nathan Chancellor <nathan@kernel•org>,
	Nick Desaulniers <ndesaulniers@google•com>,
	Guenter Roeck <linux@roeck-us•net>,
	Stephen Rothwell <sfr@canb•auug.org.au>,
	linux-next@vger•kernel.org, linux-alpha@vger•kernel.org,
	linux-snps-arc@lists•infradead.org,
	linux-arm-kernel@lists•infradead.org, linux-csky@vger•kernel.org,
	linux-hexagon@vger•kernel.org, linux-ia64@vger•kernel.org,
	loongarch@lists•linux.dev, linux-m68k@lists•linux-m68k.org,
	linux-mips@vger•kernel.org, linux-openrisc@vger•kernel.org,
	linux-parisc@vger•kernel.org, linuxppc-dev@lists•ozlabs.org,
	linux-riscv@lists•infradead.org, linux-s390@vger•kernel.org,
	linux-sh@vger•kernel.org, sparclinux@vger•kernel.org,
	linux-block@vger•kernel.org, linux-scsi@vger•kernel.org,
	linux-mtd@lists•infradead.org,
	linux-trace-kernel@vger•kernel.org, linux-pci@vger•kernel.org,
	linux-kbuild@vger•kernel.org
Subject: Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes
Date: Fri, 25 Aug 2023 13:30:32 +1200	[thread overview]
Message-ID: <3956e2a4-c545-1212-e95f-3cf61a60d6a4@gmail.com> (raw)
In-Reply-To: <169292577153.789945.11297239773543112051.b4-ty@oracle.com>

Hi Martin, Arnd,

On 25/08/23 13:12, Martin K. Petersen wrote:
> On Thu, 10 Aug 2023 16:19:18 +0200, Arnd Bergmann wrote:
>
>> Most of the patches I sent so far for the -Wmissing-prototype warnings
>> have made it into linux-next now. There are a few that I'm resending
>> now as nobody has picked them up, and then a number of fixes that I
>> found while test-building across all architectures rather than just the
>> ones I usually test.
>>
>> The first 15 patches in this series should be uncontroversial, so
>> I expect that either a subsystem maintainer or Andrew Morton can
>> apply these directly.
>>
>> [...]
> Applied to 6.6/scsi-queue, thanks!
>
> [07/17] scsi: qlogicpti: mark qlogicpti_info() static
>          https://git.kernel.org/mkp/scsi/c/71cc486335c4
> [11/17] scsi: gvp11: remove unused gvp11_setup() function
>          https://git.kernel.org/mkp/scsi/c/bfaa4a0ce1bb

I somehow missed that one ...

The gvp11_setup() function was probably a relic from the times before 
module parameters.

Since gvp11_xfer_mask appears to be required for some Amiga systems to 
set the DMA mask, I'd best send a patch to add such a module parameter ...

Do you know any details around the use of DMA masks for Amiga WD33C93 
drivers, Geert?

Cheers,

     Michael


>

  reply	other threads:[~2023-08-25  1:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10 14:19 [PATCH 00/17] -Wmissing-prototype warning fixes Arnd Bergmann
2023-08-10 14:19 ` [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally Arnd Bergmann
2023-08-10 14:59   ` Christophe Leroy
2023-08-10 15:21     ` Arnd Bergmann
2023-08-10 15:59       ` Helge Deller
2023-08-10 19:15         ` Arnd Bergmann
2023-08-11  2:33   ` Guo Ren
2023-08-11 18:25     ` Vineet Gupta
2023-08-11 20:09   ` Stafford Horne
2023-08-12  8:02     ` Arnd Bergmann
2023-08-16 14:38 ` [PATCH 00/17] -Wmissing-prototype warning fixes Palmer Dabbelt
2023-08-25  1:12 ` (subset) " Martin K. Petersen
2023-08-25  1:30   ` Michael Schmitz [this message]
2023-08-25  7:39     ` Geert Uytterhoeven
2023-08-25 22:44       ` Michael Schmitz
2023-08-28  6:42         ` Geert Uytterhoeven
2023-08-28  8:07           ` Michael Schmitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3956e2a4-c545-1212-e95f-3cf61a60d6a4@gmail.com \
    --to=schmitzmic@gmail$(echo .)com \
    --cc=James.Bottomley@HansenPartnership$(echo .)com \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=arnd@arndb$(echo .)de \
    --cc=arnd@kernel$(echo .)org \
    --cc=axboe@kernel$(echo .)dk \
    --cc=bcain@quicinc$(echo .)com \
    --cc=bhelgaas@google$(echo .)com \
    --cc=bp@alien8$(echo .)de \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=chenhuacai@kernel$(echo .)org \
    --cc=christophe.leroy@csgroup$(echo .)eu \
    --cc=deller@gmx$(echo .)de \
    --cc=dinguyen@kernel$(echo .)org \
    --cc=geert@linux-m68k$(echo .)org \
    --cc=glaubitz@physik$(echo .)fu-berlin.de \
    --cc=guoren@kernel$(echo .)org \
    --cc=hca@linux$(echo .)ibm.com \
    --cc=jcmvbkbc@gmail$(echo .)com \
    --cc=jonas@southpole$(echo .)se \
    --cc=kernel@xen0n$(echo .)name \
    --cc=linux-alpha@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-block@vger$(echo .)kernel.org \
    --cc=linux-csky@vger$(echo .)kernel.org \
    --cc=linux-hexagon@vger$(echo .)kernel.org \
    --cc=linux-ia64@vger$(echo .)kernel.org \
    --cc=linux-kbuild@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-m68k@lists$(echo .)linux-m68k.org \
    --cc=linux-mips@vger$(echo .)kernel.org \
    --cc=linux-mtd@lists$(echo .)infradead.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=linux-openrisc@vger$(echo .)kernel.org \
    --cc=linux-parisc@vger$(echo .)kernel.org \
    --cc=linux-pci@vger$(echo .)kernel.org \
    --cc=linux-riscv@lists$(echo .)infradead.org \
    --cc=linux-s390@vger$(echo .)kernel.org \
    --cc=linux-scsi@vger$(echo .)kernel.org \
    --cc=linux-sh@vger$(echo .)kernel.org \
    --cc=linux-snps-arc@lists$(echo .)infradead.org \
    --cc=linux-trace-kernel@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linux@roeck-us$(echo .)net \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=loongarch@lists$(echo .)linux.dev \
    --cc=martin.petersen@oracle$(echo .)com \
    --cc=masahiroy@kernel$(echo .)org \
    --cc=mattst88@gmail$(echo .)com \
    --cc=monstr@monstr$(echo .)eu \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=nathan@kernel$(echo .)org \
    --cc=ndesaulniers@google$(echo .)com \
    --cc=palmer@dabbelt$(echo .)com \
    --cc=richard@nod$(echo .)at \
    --cc=sfr@canb$(echo .)auug.org.au \
    --cc=shorne@gmail$(echo .)com \
    --cc=sparclinux@vger$(echo .)kernel.org \
    --cc=stefan.kristiansson@saunalahti$(echo .)fi \
    --cc=sudipm.mukherjee@gmail$(echo .)com \
    --cc=tsbogend@alpha$(echo .)franken.de \
    --cc=vgupta@kernel$(echo .)org \
    --cc=will@kernel$(echo .)org \
    --cc=x86@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox