search for: qemu_fw_cfg

Displaying 20 results from an estimated 32 matches for "qemu_fw_cfg".

2018 Feb 14
1
[vhost:vhost 22/23] drivers/firmware/qemu_fw_cfg.c:130:36: sparse: incorrect type in initializer (different base types)
...dab [22/23] fw_cfg: write vmcoreinfo details reproduce: # apt-get install sparse git checkout b3a8771f409b74c42deee28aee3092fc5d2c8dab make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) drivers/firmware/qemu_fw_cfg.c:108:28: sparse: cast to restricted __be32 drivers/firmware/qemu_fw_cfg.c:108:28: sparse: cast to restricted __be32 drivers/firmware/qemu_fw_cfg.c:108:28: sparse: cast to restricted __be32 drivers/firmware/qemu_fw_cfg.c:108:28: sparse: cast to restricted __be32 drivers/firmware/qemu_fw...
2018 Feb 01
0
[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:379:23: error: 'VMCOREINFO_NOTE_SIZE' undeclared; did you mean 'MEI_CL_NAME_SIZE'?
...from arch/x86/include/asm/bitops.h:518, from include/linux/bitops.h:38, from include/linux/kernel.h:11, from include/linux/list.h:9, from include/linux/module.h:9, from drivers//firmware/qemu_fw_cfg.c:30: drivers//firmware/qemu_fw_cfg.c: In function 'write_vmcoreinfo': >> drivers//firmware/qemu_fw_cfg.c:379:23: error: 'VMCOREINFO_NOTE_SIZE' undeclared (first use in this function); did you mean 'MEI_CL_NAME_SIZE'? .size = cpu_to_le32(VMCOREINFO_NOTE_SIZE),...
2018 Feb 01
0
[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:380:3: error: implicit declaration of function 'paddr_vmcoreinfo_note'
...from arch/x86/include/asm/bitops.h:518, from include/linux/bitops.h:38, from include/linux/kernel.h:11, from include/linux/list.h:9, from include/linux/module.h:9, from drivers//firmware/qemu_fw_cfg.c:30: drivers//firmware/qemu_fw_cfg.c: In function 'write_vmcoreinfo': drivers//firmware/qemu_fw_cfg.c:379:23: error: 'VMCOREINFO_NOTE_SIZE' undeclared (first use in this function) .size = cpu_to_le32(VMCOREINFO_NOTE_SIZE), ^ include/uapi/lin...
2018 Feb 14
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...dconfig-x015-201806 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': >> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known struct fw_cfg_files files; ^~~~~ drivers/firmware/qemu_fw_cfg.c:499:22: warning: unused variable 'files...
2018 Feb 15
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...3.0 > > reproduce: > > git checkout 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e > > # save the attached .config to linux build tree > > make ARCH=i386 > > > > All errors (new ones prefixed by >>): > > > > drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': > >>> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known > > struct fw_cfg_files files; > > ^~~~~ > > struct fw_cfg_files { > __be...
2018 Feb 14
0
[vhost:vhost 22/28] drivers/firmware/qemu_fw_cfg.c:35:10: fatal error: linux/fw_cfg.h: No such file or directory
...fig-i0-201806 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout f59055103f6930c771fc597c42a92cbe997a765d # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> drivers/firmware/qemu_fw_cfg.c:35:10: fatal error: linux/fw_cfg.h: No such file or directory #include <linux/fw_cfg.h> ^~~~~~~~~~~~~~~~ compilation terminated. vim +35 drivers/firmware/qemu_fw_cfg.c > 35 #include <linux/fw_cfg.h> 36 --- 0-DAY kernel test infrastructure...
2016 Apr 07
0
[PULL] virtio/qemu: fixes for 4.6
...-------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Gabriel Somlo (1): firmware: qemu_fw_cfg.c: hold ACPI global lock during device access Michael S. Tsirkin (3): qemu_fw_cfg: don't leak kobj on init error virtio: virtio 1.0 cs04 spec compliance for reset MAINTAINERS: add entry for QEMU Stefan Hajnoczi (1): virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status...
2018 Apr 05
0
[PULL] fwcfg, vhost: features and fixes
...crash: export paddr_vmcoreinfo_note() fw_cfg: write vmcoreinfo details Michael S. Tsirkin (1): ptr_ring: fix build Sonny Rao (2): vhost: fix vhost ioctl signature to build with clang vhost: add vsock compat ioctl MAINTAINERS | 1 + drivers/firmware/qemu_fw_cfg.c | 291 +++++++++++++++++++++++++++++++-------- drivers/vhost/vhost.c | 2 +- drivers/vhost/vhost.h | 4 +- drivers/vhost/vsock.c | 11 ++ include/uapi/linux/qemu_fw_cfg.h | 97 +++++++++++++ kernel/crash_core.c | 1 + tools/virtio/ringtest/p...
2016 Apr 07
0
[PULL] virtio/qemu: fixes for 4.6
...-------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Gabriel Somlo (1): firmware: qemu_fw_cfg.c: hold ACPI global lock during device access Michael S. Tsirkin (3): qemu_fw_cfg: don't leak kobj on init error virtio: virtio 1.0 cs04 spec compliance for reset MAINTAINERS: add entry for QEMU Stefan Hajnoczi (1): virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status...
2016 May 05
0
[PULL] virtio/qemu: fixes for 4.6
...-------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Dan Carpenter (2): firmware: qemu_fw_cfg.c: potential unintialized variable virtio: Silence uninitialized variable warning drivers/firmware/qemu_fw_cfg.c | 2 +- drivers/virtio/virtio_ring.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
2016 May 05
0
[PULL] virtio/qemu: fixes for 4.6
...-------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Dan Carpenter (2): firmware: qemu_fw_cfg.c: potential unintialized variable virtio: Silence uninitialized variable warning drivers/firmware/qemu_fw_cfg.c | 2 +- drivers/virtio/virtio_ring.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
2019 Mar 06
2
[PATCH v2] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
...9] ? rescuer_thread+0x360/0x360 [Wed Feb 27 14:17:09 2019] ? kthread_destroy_worker+0x50/0x50 [Wed Feb 27 14:17:09 2019] ret_from_fork+0x35/0x40 [Wed Feb 27 14:17:09 2019] Modules linked in: vmw_vsock_virtio_transport vmw_vsock_virtio_transport_common input_leds vsock serio_raw i2c_piix4 mac_hid qemu_fw_cfg autofs4 cirrus ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops virtio_net psmouse drm net_failover pata_acpi virtio_blk failover floppy Fixes: 22b5c0b63f32 ("vsock/virtio: fix kernel panic after device hot-unplug") Reported-by: Alexandru Herghelegiu <aherghelegiu at b...
2019 Mar 06
2
[PATCH v2] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
...9] ? rescuer_thread+0x360/0x360 [Wed Feb 27 14:17:09 2019] ? kthread_destroy_worker+0x50/0x50 [Wed Feb 27 14:17:09 2019] ret_from_fork+0x35/0x40 [Wed Feb 27 14:17:09 2019] Modules linked in: vmw_vsock_virtio_transport vmw_vsock_virtio_transport_common input_leds vsock serio_raw i2c_piix4 mac_hid qemu_fw_cfg autofs4 cirrus ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops virtio_net psmouse drm net_failover pata_acpi virtio_blk failover floppy Fixes: 22b5c0b63f32 ("vsock/virtio: fix kernel panic after device hot-unplug") Reported-by: Alexandru Herghelegiu <aherghelegiu at b...
2023 Mar 05
1
ocfs2 xattr
...nd_hda_codec rapl snd_hda_core snd_hwdep snd_pcm qxl snd_timer drm_ttm_helper pcspkr iTCO_wdt snd ttm intel_pmc_bxt iTCO_vendor_support soundcore virtio_rng button rng_core drm_kms_helper i6300esb virtio_balloon virtio_console watchdog joydev evdev serio_raw drm loop fuse dm_mod efi_pstore configfs qemu_fw_cfg ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic hid_generic usbhid hid xhci_pci xhci_hcd ahci libahci libata virtio_net net_failover virtio_blk failover usbcore scsi_mod psmouse crct10dif_pclmul crct10dif_common crc32_pclmul crc32c_intel i2c_i801 i2c_smbus scsi_common [ 27.39220...
2017 Nov 16
0
[PULL] vhost/virtio/qemu: cleanups and fixes
...te_cmd_work() Marc-Andr? Lureau (1): fw_cfg: fix the command line module name Michael S. Tsirkin (2): virtio_balloon: fix deadlock on OOM vhost: fix end of range for access_ok Stefan Hajnoczi (1): vhost/vsock: fix uninitialized vhost_vsock->guest_cid drivers/firmware/qemu_fw_cfg.c | 8 ++++---- drivers/vhost/scsi.c | 4 ++-- drivers/vhost/vhost.c | 4 ++-- drivers/vhost/vsock.c | 2 ++ drivers/virtio/virtio_balloon.c | 24 +++++++++++++++++++----- include/linux/balloon_compaction.h | 35 ++++++++++++++++++++++++++++++++++-...
2017 Dec 04
0
[PULL] vhost: cleanups and fixes
...-------------------------------------------------- Jan Stancek (1): virtio_balloon: fix increment of vb->num_pfns in fill_balloon() Marc-Andr? Lureau (1): fw_cfg: fix driver remove weiping zhang (1): virtio: release virtio index when fail to device_register drivers/firmware/qemu_fw_cfg.c | 3 ++- drivers/virtio/virtio.c | 2 ++ drivers/virtio/virtio_balloon.c | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-)
2018 Feb 08
0
[PULL] virtio, vhost: fixes, cleanups, features
...d device_add virtio_pci: don't kfree device on register failure virtio_vop: don't kfree device on register failure ??(Caspar) (1): vhost: remove unused lock check flag in vhost_dev_cleanup() drivers/block/virtio_blk.c | 32 ++++++++-------- drivers/firmware/qemu_fw_cfg.c | 4 +- drivers/misc/mic/vop/vop_main.c | 20 ++++++---- drivers/vhost/net.c | 2 +- drivers/vhost/scsi.c | 11 +++--- drivers/vhost/test.c | 2 +- drivers/vhost/vhost.c | 68 ++++++++------------------...
2020 Jul 30
1
[GIT PULL] virtio, qemu_fw: bugfixes
...al Michael S. Tsirkin (2): vhost/scsi: fix up req type endian-ness virtio_balloon: fix up endian-ness for free cmd id Qiushi Wu (1): firmware: Fix a reference count leak. Weilong Chen (1): virtio-mem: Fix build error due to improper use 'select' drivers/firmware/qemu_fw_cfg.c | 7 ++++--- drivers/vhost/scsi.c | 2 +- drivers/virtio/Kconfig | 2 +- drivers/virtio/virtio_balloon.c | 11 ++++++++++- 4 files changed, 16 insertions(+), 6 deletions(-)
2017 Nov 16
0
[PULL] vhost/virtio/qemu: cleanups and fixes
...te_cmd_work() Marc-Andr? Lureau (1): fw_cfg: fix the command line module name Michael S. Tsirkin (2): virtio_balloon: fix deadlock on OOM vhost: fix end of range for access_ok Stefan Hajnoczi (1): vhost/vsock: fix uninitialized vhost_vsock->guest_cid drivers/firmware/qemu_fw_cfg.c | 8 ++++---- drivers/vhost/scsi.c | 4 ++-- drivers/vhost/vhost.c | 4 ++-- drivers/vhost/vsock.c | 2 ++ drivers/virtio/virtio_balloon.c | 24 +++++++++++++++++++----- include/linux/balloon_compaction.h | 35 ++++++++++++++++++++++++++++++++++-...
2017 Dec 04
0
[PULL] vhost: cleanups and fixes
...-------------------------------------------------- Jan Stancek (1): virtio_balloon: fix increment of vb->num_pfns in fill_balloon() Marc-Andr? Lureau (1): fw_cfg: fix driver remove weiping zhang (1): virtio: release virtio index when fail to device_register drivers/firmware/qemu_fw_cfg.c | 3 ++- drivers/virtio/virtio.c | 2 ++ drivers/virtio/virtio_balloon.c | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-)