From: "Cédric Le Goater" <clg@redhat.com>
To: Rorie Reyes <rreyes@linux.ibm.com>,
qemu-devel@nongnu.org, qemu-s390x@nongnu.org
Cc: pbonzini@redhat.com, cohuck@redhat.com, pasic@linux.ibm.com,
jjherne@linux.ibm.com, borntraeger@linux.ibm.com,
alex.williamson@redhat.com, thuth@redhat.com,
akrowiak@linux.ibm.com
Subject: Re: [PATCH v7 1/6] linux-header: update-linux-header script changes
Date: Fri, 25 Apr 2025 14:22:45 +0200 [thread overview]
Message-ID: <5e29a74b-d073-4aaf-9936-92e7071c9126@redhat.com> (raw)
In-Reply-To: <20250425052401.8287-2-rreyes@linux.ibm.com>
On 4/25/25 07:23, Rorie Reyes wrote:
> Kernel commit 8a141be3233a changed from using
> ASSEMBLY to ASSEMBLER
> Updated the update-linux-header script to match
>
> Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
> ---
> scripts/update-linux-headers.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
> index 8913e4fb99..b43b8ef75a 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -177,7 +177,7 @@ EOF
>
> # Remove everything except the macros from bootparam.h avoiding the
> # unnecessary import of several video/ist/etc headers
> - sed -e '/__ASSEMBLY__/,/__ASSEMBLY__/d' \
> + sed -e '/__ASSEMBLER__/,/__ASSEMBLER__/d' \
> "$hdrdir/include/asm/bootparam.h" > "$hdrdir/bootparam.h"
> cp_portable "$hdrdir/bootparam.h" \
> "$output/include/standard-headers/asm-$arch"
next prev parent reply other threads:[~2025-04-25 12:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-25 5:23 [PATCH v7 0/6] Report vfio-ap configuration changes Rorie Reyes
2025-04-25 5:23 ` [PATCH v7 1/6] linux-header: update-linux-header script changes Rorie Reyes
2025-04-25 12:22 ` Cédric Le Goater [this message]
2025-04-25 5:23 ` [PATCH v7 2/6] linux-headers: Update to Linux v6.15-rc3 Rorie Reyes
2025-04-28 21:05 ` Cédric Le Goater
2025-04-25 5:23 ` [PATCH v7 3/6] hw/vfio/ap: notification handler for AP config changed event Rorie Reyes
2025-04-25 5:23 ` [PATCH v7 4/6] hw/vfio/ap: store object indicating AP config changed in a queue Rorie Reyes
2025-04-25 5:24 ` [PATCH v7 5/6] hw/vfio/ap: Storing event information for an AP configuration change event Rorie Reyes
2025-04-25 5:24 ` [PATCH v7 6/6] s390: implementing CHSC SEI for AP config change Rorie Reyes
2025-04-28 21:29 ` [PATCH v7 0/6] Report vfio-ap configuration changes Cédric Le Goater
2025-04-30 20:55 ` Rorie Reyes
2025-05-01 7:40 ` Cédric Le Goater
2025-05-05 9:09 ` Cédric Le Goater
2025-05-06 7:00 ` Cédric Le Goater
2025-05-06 13:12 ` Rorie Reyes
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=5e29a74b-d073-4aaf-9936-92e7071c9126@redhat.com \
--to=clg@redhat.com \
--cc=akrowiak@linux.ibm.com \
--cc=alex.williamson@redhat.com \
--cc=borntraeger@linux.ibm.com \
--cc=cohuck@redhat.com \
--cc=jjherne@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rreyes@linux.ibm.com \
--cc=thuth@redhat.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).