All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rorie Reyes <rreyes@linux.ibm.com>
To: 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, clg@redhat.com, thuth@redhat.com,
	akrowiak@linux.ibm.com, rreyes@linux.ibm.com
Subject: [PATCH v7 1/6] linux-header: update-linux-header script changes
Date: Fri, 25 Apr 2025 01:23:56 -0400	[thread overview]
Message-ID: <20250425052401.8287-2-rreyes@linux.ibm.com> (raw)
In-Reply-To: <20250425052401.8287-1-rreyes@linux.ibm.com>

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>
---
 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"
-- 
2.48.1



  reply	other threads:[~2025-04-25  5:25 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 ` Rorie Reyes [this message]
2025-04-25 12:22   ` [PATCH v7 1/6] linux-header: update-linux-header script changes Cédric Le Goater
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=20250425052401.8287-2-rreyes@linux.ibm.com \
    --to=rreyes@linux.ibm.com \
    --cc=akrowiak@linux.ibm.com \
    --cc=alex.williamson@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=clg@redhat.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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.