mbox

[0/1] linux-user patch queue

Message ID 20240815010556.535100-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-lu-20240815

Message

Richard Henderson Aug. 15, 2024, 1:05 a.m. UTC
The following changes since commit c4d062885529a84928ddd260dab419b7d8dd4f90:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-08-15 07:41:16 +1000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-lu-20240815

for you to fetch changes up to 3aefee3ec01e607529a9918e2978f365c5c3b5e9:

  linux-user: Preserve NULL hit in target_mmap subroutines (2024-08-15 11:03:47 +1000)

----------------------------------------------------------------
linux-user: Preserve NULL hit in target_mmap subroutines

----------------------------------------------------------------
Richard Henderson (1):
      linux-user: Preserve NULL hit in target_mmap subroutines

 linux-user/mmap.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Comments

Richard Henderson Aug. 15, 2024, 1:08 a.m. UTC | #1
Bah, s/PATCH/PULL/

r~

On 8/15/24 11:05, Richard Henderson wrote:
> The following changes since commit c4d062885529a84928ddd260dab419b7d8dd4f90:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-08-15 07:41:16 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-lu-20240815
> 
> for you to fetch changes up to 3aefee3ec01e607529a9918e2978f365c5c3b5e9:
> 
>    linux-user: Preserve NULL hit in target_mmap subroutines (2024-08-15 11:03:47 +1000)
> 
> ----------------------------------------------------------------
> linux-user: Preserve NULL hit in target_mmap subroutines
> 
> ----------------------------------------------------------------
> Richard Henderson (1):
>        linux-user: Preserve NULL hit in target_mmap subroutines
> 
>   linux-user/mmap.c | 18 +++++++++++++++---
>   1 file changed, 15 insertions(+), 3 deletions(-)
Richard Henderson Aug. 15, 2024, 10:43 a.m. UTC | #2
On 8/15/24 11:05, Richard Henderson wrote:
> The following changes since commit c4d062885529a84928ddd260dab419b7d8dd4f90:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-08-15 07:41:16 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-lu-20240815
> 
> for you to fetch changes up to 3aefee3ec01e607529a9918e2978f365c5c3b5e9:
> 
>    linux-user: Preserve NULL hit in target_mmap subroutines (2024-08-15 11:03:47 +1000)
> 
> ----------------------------------------------------------------
> linux-user: Preserve NULL hit in target_mmap subroutines
> 
> ----------------------------------------------------------------
> Richard Henderson (1):
>        linux-user: Preserve NULL hit in target_mmap subroutines
> 
>   linux-user/mmap.c | 18 +++++++++++++++---
>   1 file changed, 15 insertions(+), 3 deletions(-)

Comedy of errors, missing r-b, typo in subject.
But still pushed to master before I double-checked the list.

Ho hum.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~