5817db6890
linux-headers: Synchronize linux headers from linux v6.7.0-rc8
...
Use the scripts/update-linux-headers.sh to synchronize linux
headers from linux v6.7.0-rc8. We mainly want to add the
loongarch linux headers and then add the loongarch kvm support
based on it.
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn >
Acked-by: Song Gao <gaosong@loongson.cn >
Message-Id: <20240105075804.1228596-2-zhaotianrui@loongson.cn >
Signed-off-by: Song Gao <gaosong@loongson.cn >
2024-01-11 19:14:00 +08:00
da3c22c74a
linux-headers: Update to Linux v6.6-rc1
...
This update contains the required header changes for the
"target/s390x: AP-passthrough for PV guests" patch from
Steffen Eiden.
Message-ID: <20230912093432.180041-1-thuth@redhat.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2023-09-12 11:34:56 +02:00
c5c0fdbe39
Update linux headers to v6.3rc5
...
commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d
Signed-off-by: David 'Digit' Turner <digit@google.com >
Message-Id: <20230405172109.3081788-4-digit@google.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2023-04-28 15:55:55 +02:00
93d7620c25
linux-headers: Update to v6.2-rc8
...
Update to commit ceaa837f96ad ("Linux 6.2-rc8").
Signed-off-by: Avihai Horon <avihaih@nvidia.com >
Link: https://lore.kernel.org/r/20230216143630.25610-2-avihaih@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com >
2023-02-16 12:13:46 -07:00
93e0932b7b
linux-headers: Update to v6.1
...
Signed-off-by: Peter Xu <peterx@redhat.com >
Reviewed-by: Juan Quintela <quintela@redhat.com >
Acked-by: Cornelia Huck <cohuck@redhat.com >
Signed-off-by: Juan Quintela <quintela@redhat.com >
2023-02-11 16:51:09 +01:00
ef17dd6a8e
linux-headers: Update headers to v5.17-rc1
...
Update headers to 5.17-rc1. I need latest fuse changes.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
Signed-off-by: Vivek Goyal <vgoyal@redhat.com >
Message-Id: <20220208204813.682906-3-vgoyal@redhat.com >
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
2022-02-17 17:21:45 +00:00
43709a0ca3
linux-headers: update to 5.16-rc1
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Acked-by: Cornelia Huck <cohuck@redhat.com >
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20211111110604.207376-3-pbonzini@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2021-12-10 09:47:18 +01:00
278f064e45
Update Linux headers to 5.13-rc4
...
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com >
Message-Id: <20210603191541.2862286-1-ehabkost@redhat.com >
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com >
2021-06-17 14:11:06 -04:00
b3c818a47f
Update linux headers to 5.11-rc2
...
Signed-off-by: Eric Farman <farman@linux.ibm.com >
Message-Id: <20210104202057.48048-3-farman@linux.ibm.com >
[CH: dropped qatomic->atomic changes in pvrdma_ring.h]
Signed-off-by: Cornelia Huck <cohuck@redhat.com >
2021-01-21 11:19:45 +01:00
53ba2eee52
linux-headers: update against 5.10-rc1
...
commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com >
[aw: drop pvrdma_ring.h changes to avoid revert of d73415a315
("qemu/atomic.h: rename atomic_ to qatomic_")]
Signed-off-by: Alex Williamson <alex.williamson@redhat.com >
2020-11-01 12:30:51 -07:00
33dc9914ea
Revert series: virtiofsd: Announce submounts to the guest
...
This reverts the following commits due to their basis on a bogus
linux kernel header update:
c93a656f7b
("tests/acceptance: Add virtiofs_submounts.py")
45ced7ca2f
("tests/acceptance/boot_linux: Accept SSH pubkey")
08dce386e7
("virtiofsd: Announce sub-mount points")
eba8b096c1
("virtiofsd: Store every lo_inode's parent_dev")
ede24b6be7
("virtiofsd: Add fuse_reply_attr_with_flags()")
e2577435d3
("virtiofsd: Add attr_flags to fuse_entry_param")
2f10415abf
("virtiofsd: Announce FUSE_ATTR_FLAGS")
97d741cc96
("linux/fuse.h: Pull in from Linux")
Cc: Max Reitz <mreitz@redhat.com >
Cc: Stefan Hajnoczi <stefanha@redhat.com >
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com >
Signed-off-by: Alex Williamson <alex.williamson@redhat.com >
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
Reviewed-by: Max Reitz <mreitz@redhat.com >
Message-id: 160385090886.20017.13382256442750027666.stgit@gimli.home
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2020-10-28 13:17:32 +00:00
97d741cc96
linux/fuse.h: Pull in from Linux
...
Update the linux/fuse.h standard header from the kernel development tree
that implements FUSE submounts.
This adds the fuse_attr.flags field, the FUSE_ATTR_FLAGS INIT flag, and
the FUSE_ATTR_SUBMOUNT flag for fuse_attr.flags.
Signed-off-by: Max Reitz <mreitz@redhat.com >
Message-Id: <20200909184028.262297-2-mreitz@redhat.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
2020-10-26 18:35:32 +00:00
a62a9e192b
virtiofsd: Pull in kernel's fuse.h
...
Update scripts/update-linux-headers.sh to add fuse.h and
use it to pull in fuse.h from the kernel; from v5.5-rc1
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
2020-01-23 16:41:36 +00:00