linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Haren Myneni <haren@linux.ibm.com>
To: Bagas Sanjaya <bagasdotme@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Documentation <linux-doc@vger.kernel.org>,
	Linux PowerPC <linuxppc-dev@lists.ozlabs.org>,
	Linux Networking <netdev@vger.kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>,
	Richard Cochran <richardcochran@gmail.com>,
	Madhavan Srinivasan <maddy@linux.ibm.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Donnellan <ajd@linux.ibm.com>
Subject: Re: [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Date: Mon, 07 Jul 2025 23:23:30 -0700	[thread overview]
Message-ID: <3cdeef45acba94a1ab14e263cbb9764591343059.camel@linux.ibm.com> (raw)
In-Reply-To: <20250708004334.15861-2-bagasdotme@gmail.com>

On Tue, 2025-07-08 at 07:43 +0700, Bagas Sanjaya wrote:
> Spell out full Linux PPC mailing list address like other subsystem
> mailing lists listed in the table.
> 
> 
Please also add:
  Fixes: 514f6ff4369a ("powerpc/pseries: Add papr-vpd character driver
for VPD retrieval")
  Fixes: 905b9e48786e ("powerpc/pseries/papr-sysparm: Expose character
device to user space")

Reviewed-by: Haren Myneni <haren@linux.ibm.com>

> Fixes: 43d869ac25f1 ("powerpc/pseries: Define papr_indices_io_block
> for papr-indices ioctls")
> Fixes: 8aa9efc0be66 ("powerpc/pseries: Add papr-platform-dump
> character driver for dump retrieval")
> Fixes: 86900ab620a4 ("powerpc/pseries: Add a char driver for
> physical-attestation RTAS")
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
>  Documentation/userspace-api/ioctl/ioctl-number.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst
> b/Documentation/userspace-api/ioctl/ioctl-number.rst
> index bc91756bde733b..a4782e566392c7 100644
> --- a/Documentation/userspace-api/ioctl/ioctl-number.rst
> +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
> @@ -362,15 +362,15 @@ Code  Seq#    Include
> File                                           Comments
>  0xB1  00-
> 1F                                                          PPPoX
>                                                                      
>  <mailto:mostrows@styx.uwaterloo.ca>
>  0xB2  00     arch/powerpc/include/uapi/asm/papr-
> vpd.h                powerpc/pseries VPD API
> -                                                                    
>  <mailto:linuxppc-dev>
> +                                                                    
>  <mailto:linuxppc-dev@lists.ozlabs.org>
>  0xB2  01-02  arch/powerpc/include/uapi/asm/papr-
> sysparm.h            powerpc/pseries system parameter API
> -                                                                    
>  <mailto:linuxppc-dev>
> +                                                                    
>  <mailto:linuxppc-dev@lists.ozlabs.org>
>  0xB2  03-05  arch/powerpc/include/uapi/asm/papr-
> indices.h            powerpc/pseries indices API
> -                                                                    
>  <mailto:linuxppc-dev>
> +                                                                    
>  <mailto:linuxppc-dev@lists.ozlabs.org>
>  0xB2  06-07  arch/powerpc/include/uapi/asm/papr-platform-
> dump.h      powerpc/pseries Platform Dump API
> -                                                                    
>  <mailto:linuxppc-dev>
> +                                                                    
>  <mailto:linuxppc-dev@lists.ozlabs.org>
>  0xB2  08     powerpc/include/uapi/asm/papr-physical-
> attestation.h    powerpc/pseries Physical Attestation API
> -                                                                    
>  <mailto:linuxppc-dev>
> +                                                                    
>  <mailto:linuxppc-dev@lists.ozlabs.org>
>  0xB3  00     linux/mmc/ioctl.h
>  0xB4  00-
> 0F  linux/gpio.h                                            <mailto:
> linux-gpio@vger.kernel.org>
>  0xB5  00-
> 0F  uapi/linux/rpmsg.h                                      <mailto:
> linux-remoteproc@vger.kernel.org>


  reply	other threads:[~2025-07-08  6:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-08  0:43 [PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h Bagas Sanjaya
2025-07-08  0:43 ` [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link Bagas Sanjaya
2025-07-08  6:23   ` Haren Myneni [this message]
2025-07-14  1:04     ` Bagas Sanjaya
2025-07-08  0:43 ` [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width Bagas Sanjaya
2025-07-08  6:26   ` Haren Myneni
2025-07-08  0:43 ` [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h Bagas Sanjaya
2025-07-08  6:24   ` Haren Myneni

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=3cdeef45acba94a1ab14e263cbb9764591343059.camel@linux.ibm.com \
    --to=haren@linux.ibm.com \
    --cc=ajd@linux.ibm.com \
    --cc=bagasdotme@gmail.com \
    --cc=corbet@lwn.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).