public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Stanislav Kinsburskii" <skinsburskii@linux.microsoft.com>
Cc: "Matt Turner" <mattst88@gmail.com>,
	x86@kernel.org,
	"Stanislav Kinsburskii" <stanislav.kinsburskii@gmail.com>,
	"Borislav Petkov" <bp@alien8.de>,
	linux-ia64@vger.kernel.org, "Mark Brown" <broonie@kernel.org>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	linux-kernel@vger.kernel.org, "Brian Cain" <bcain@quicinc.com>,
	linux-mips@vger.kernel.org,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	linux-alpha@vger.kernel.org,
	Linux-Arch <linux-arch@vger.kernel.org>,
	"Michael Ellerman" <mpe@ellerman.id.au>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Dave Hansen" <dave.hansen@linux.intel.com>,
	"Omar Sandoval" <osandov@fb.com>, "Helge Deller" <deller@gmx.de>,
	linuxppc-dev@lists.ozlabs.org, linux-hexagon@vger.kernel.org,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	"Ivan Kokshaysky" <ink@jurassic.park.msu.ru>,
	"Ingo Molnar" <mingo@redhat.com>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Chris Down" <chris@chrisdown.name>,
	"Nicholas Piggin" <npiggin@gmail.com>,
	"Christophe Leroy" <christophe.leroy@csgroup.eu>,
	"H. Peter Anvin" <hpa@zytor.com>,
	"Thomas Gleixner" <tglx@linutronix.de>
Subject: Re: [PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
Date: Fri, 28 Apr 2023 08:40:51 +0100	[thread overview]
Message-ID: <52dd950a-e714-4ebe-a663-4e0ec6463d03@app.fastmail.com> (raw)
In-Reply-To: <168155718437.13678.714141668943813263.stgit@skinsburskii.localdomain>

On Sat, Apr 15, 2023, at 12:17, Stanislav Kinsburskii wrote:
> This series is aimed to address compilation warnings when a constant pointer
> is passed to virt_to_phys and isa_virt_to_bus functions:
>
>   warning: passing argument 1 of ‘virt_to_phys’ discards ‘const’ 
> qualifier from pointer target type
>   warning: passing argument 1 of ‘isa_virt_to_bus’ discards ‘const’ 
> qualifier from pointer target type
>
> The change(s) is the same for all architectures, but it's split into a series on
> per-arch basis to simplify applying and testing on the maintainers side.
>

Looks all good to me. If everyone is happy with it, I'll queue it up
after in the asm-generic tree for 6.5, once rc1 is out.

 Arnd

  parent reply	other threads:[~2023-04-28  7:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 11:17 [PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 1/7] x86: asm/io.h: " Stanislav Kinsburskii
2023-08-25  8:39   ` Linus Walleij
2023-04-15 11:17 ` [PATCH 2/7] alpha: " Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 3/7] mips: asm/io.h: Expect immutable pointer in isa_virt_to_bus prototype Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 4/7] hexagon: asm/io.h: Expect immutable pointer in virt_to_phys prototype Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 5/7] ia64: " Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 6/7] powerpc: " Stanislav Kinsburskii
2023-04-15 11:17 ` [PATCH 7/7] asm-generic/io.h: Expect immutable pointer in virt_to_phys Stanislav Kinsburskii
2023-08-25  8:38   ` Linus Walleij
2023-04-28  7:40 ` Arnd Bergmann [this message]
2023-05-03  7:32 ` [PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes Linus Walleij

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=52dd950a-e714-4ebe-a663-4e0ec6463d03@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=akpm@linux-foundation.org \
    --cc=bcain@quicinc.com \
    --cc=bhelgaas@google.com \
    --cc=bp@alien8.de \
    --cc=broonie@kernel.org \
    --cc=chris@chrisdown.name \
    --cc=christophe.leroy@csgroup.eu \
    --cc=dave.hansen@linux.intel.com \
    --cc=deller@gmx.de \
    --cc=f.fainelli@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=hpa@zytor.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jiaxun.yang@flygoat.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-hexagon@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mattst88@gmail.com \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    --cc=osandov@fb.com \
    --cc=richard.henderson@linaro.org \
    --cc=skinsburskii@linux.microsoft.com \
    --cc=stanislav.kinsburskii@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tsbogend@alpha.franken.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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