Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 11:57:11 to 2022-06-12 17:26:55 UTC [more...]

[Bug 216073] New: [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-12 17:26 UTC  (9+ messages)

[PATCH] kprobes: Enable tracing for mololithic kernel images
 2022-06-12 12:30 UTC  (24+ messages)

[PATCH V6 8/9] virtio: harden vring IRQ
 2022-06-11  5:12 UTC  (2+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-11  2:33 UTC  (56+ messages)
` [PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "

[PATCH] vfio: de-extern-ify function prototypes
 2022-06-10 22:44 UTC  (8+ messages)

[PATCH] s390/archrandom: simplify back to earlier design
 2022-06-10 22:20 UTC  (3+ messages)
` [PATCH v2] s390/archrandom: simplify back to earlier design and initialize earlier
  ` [PATCH v3] "

[PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()
 2022-06-10 18:35 UTC 

[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
 2022-06-10 12:10 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests PATCH v2 2/3] s390x: lib: SOP facility query function
` [kvm-unit-tests PATCH v2 3/3] s390x: Rework TEID decoding and usage

[kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys
 2022-06-10 11:56 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/1] "

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-10  9:43 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: better smp interrupt checks

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-10  7:43 UTC  (8+ messages)
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core

[PATCH net-next] net: rename reference+tracking helpers
 2022-06-10  5:40 UTC  (10+ messages)

[PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-06-09 14:43 UTC  (11+ messages)
` [PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v2 2/2] vfio: Replace the iommu notifier with a device list

[kvm-unit-tests PATCH v3 0/4] More skey instr. emulation test
 2022-06-09  7:44 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: Test TEID values in storage key test

simplify the mdev interface
 2022-06-09  7:16 UTC  (22+ messages)
` [PATCH 1/8] vfio/mdev: make mdev.h standalone includable
` [PATCH 2/8] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 3/8] vfio/mdev: simplify mdev_type handling
` [PATCH 4/8] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 5/8] vfio/mdev: remove mdev_from_dev
` [PATCH 6/8] vfio/mdev: unexport mdev_bus_type
` [PATCH 7/8] vfio/mdev: remove mdev_parent_dev
` [PATCH 8/8] vfio/mdev: remove mtype_get_parent_dev

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-08 23:48 UTC  (14+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()

[kvm-unit-tests PATCH v4 0/4] More skey instr. emulation test
 2022-06-08 17:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: Test TEID values in storage key test
` [kvm-unit-tests PATCH v4 2/3] s390x: Test effect of storage keys on some more instructions
` [kvm-unit-tests PATCH v4 3/3] s390x: Test effect of storage keys on diag 308

[kvm-unit-tests PATCH v3 0/2] s390x: Avoid gcc 12 warnings
 2022-06-08 13:34 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests PATCH v3 2/2] s390x: Fix gcc 12 warning about array bounds

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-06-08 13:31 UTC  (6+ messages)
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-08 13:15 UTC  (8+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-08 12:06 UTC  (9+ messages)
` [PATCH v11 10/19] KVM: s390: pv: add mmu_notifier
` [PATCH v11 11/19] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible

[PATCH 0/3] jump_label: get rid of NOP patching where possible
 2022-06-08 10:45 UTC  (4+ messages)
` [PATCH 1/3] jump_label: s390: avoid pointless initial NOP patching
` [PATCH 2/3] jump_label: mips: move module NOP patching into arch code
` [PATCH 3/3] jump_label: make initial NOP patching the special case

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-06-08  9:41 UTC  (3+ messages)
` [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h

[PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-06-07 22:40 UTC  (8+ messages)
` [PATCH 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH 2/2] vfio: Replace the iommu notifier with a device list

[PATCH AUTOSEL 5.10 36/38] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:58 UTC 

[PATCH AUTOSEL 5.4 32/34] s390/gmap: voluntarily schedule during key setting
 2022-06-07 18:00 UTC 

[PATCH AUTOSEL 5.15 48/51] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:55 UTC 

[PATCH AUTOSEL 5.17 57/60] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:52 UTC 

[PATCH AUTOSEL 5.18 65/68] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:48 UTC 

Fwd: s390/nospec: add an option to use thunk-extern
 2022-06-07 17:26 UTC 

[GIT PULL 00/15] KVM: s390: pv dump and selftest changes
 2022-06-07 16:27 UTC  (2+ messages)

[PATCH] s390/kvm: avoid hypfs error message
 2022-06-07 12:33 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).