All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-03 16:11:34 to 2021-02-03 16:50:37 UTC [more...]

[linux-next:master 6040/6048] arch/arm64/include/asm/kfence.h:17:2: error: implicit declaration of function 'set_memory_valid'
 2021-02-03 16:50 UTC  (2+ messages)

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-03 16:45 UTC  (6+ messages)
` [PATCH 1/2] io_uring: add uring_lock as an argument to io_sqe_files_unregister()
` [PATCH 2/2] io_uring: don't hold uring_lock when calling io_run_task_work*

[PATCH] arch: x86: kernel: Mundane spelling fixes throughout the file apm_32.c
 2021-02-03 16:49 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: avoid iotlb mempool allocation while IOMMU disabled
 2021-02-03 16:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH V2 0/3] SWIOTLB: Preserve swiotlb map offset when needed
 2021-02-03 16:47 UTC  (9+ messages)
` [PATCH V2 3/3] Adding device_dma_parameters->offset_preserve_mask to NVMe driver

[usb:usb-testing 155/155] drivers/platform/chrome/cros_ec_typec.c:778:8: error: 'CABLE_ATYPE' undeclared; did you mean
 2021-02-03 16:47 UTC  (4+ messages)

[PATCH 1/1] arm64: dts: meson: g12b: odroid-n2: Add I2C RTC device node
 2021-02-03 16:47 UTC  (5+ messages)

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-03 16:46 UTC  (3+ messages)

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-03 16:45 UTC  (6+ messages)
` [PATCH RFC v2 08/10] "

[PATCH v15 00/23] i386 cleanup PART 2
 2021-02-03 16:15 UTC  (6+ messages)
` [PATCH v15 17/23] accel: replace struct CpusAccel with AccelOpsClass

[PATCH][next] drm/i915/display: fix spelling mistake "Couldnt" -> "Couldn't"
 2021-02-03 16:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] nfsd: register pernet ops last, unregister first
 2021-02-03 16:45 UTC  (2+ messages)

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-02-03 16:45 UTC  (4+ messages)
` [PATCH 22/25] Remove unused kwset.[ch]

[PATCH 0/2] KVM: arm64: Stub exports in nvhe code
 2021-02-03 16:43 UTC  (4+ messages)

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-03 16:19 UTC  (7+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code

[PATCH] crypto: Fixed optimzation to optimization in the file crypto/xor.c
 2021-02-03 16:43 UTC  (2+ messages)

[PATCH v2 00/37] dm: Implement OF_PLATDATA_INST in driver model (part E)
 2021-02-03 16:43 UTC  (38+ messages)
` [PATCH v2 01/37] sandbox: Drop debug message in os_spl_to_uboot()
` [PATCH v2 02/37] linker_lists: Allow use in data structures
` [PATCH v2 03/37] dm: core: Add macros to access the new linker lists
` [PATCH v2 04/37] dm: core: Allow dropping run-time binding of devices
` [PATCH v2 05/37] dm: core: Adjust uclass setup with of-platdata
` [PATCH v2 06/37] dm: core: Set up driver model for OF_PLATDATA_INST
` [PATCH v2 07/37] dm: core: Skip adding uclasses with OF_PLATDATA_INST
` [PATCH v2 08/37] dm: Add the new dtoc-generated files to the build
` [PATCH v2 09/37] dm: core: Include dt-decl.h automatically
` [PATCH v2 10/37] dm: test: Avoid destroying uclasses with of-platdata-inst
` [PATCH v2 11/37] clk: sandbox: Move priv/plat data to a header file
` [PATCH v2 12/37] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH v2 13/37] clk: sandbox: Create a special fixed-rate driver
` [PATCH v2 14/37] dm: core: Drop device_get_by_driver_info()
` [PATCH v2 15/37] dm: core: Drop uclass_find_device_by_phandle() with of-platdata
` [PATCH v2 16/37] sandbox: i2c: Move platdata structs to header files
` [PATCH v2 17/37] dm: Rename device_get_by_driver_info_idx()
` [PATCH v2 18/37] sandbox_spl: Increase SPL malloc() size
` [PATCH v2 19/37] sandbox: i2c: Support i2c emulation with of-platdata
` [PATCH v2 20/37] Revert "sandbox: Disable I2C emulators in SPL"
` [PATCH v2 21/37] sandbox: Create a new sandbox_noinst build
` [PATCH v2 22/37] test: Run sandbox_spl tests on sandbox_noinst
` [PATCH v2 23/37] azure/gitlab: Add tests for sandbox_noinst
` [PATCH v2 24/37] dm: core: Add an option to support SPL in read-only memory
` [PATCH v2 25/37] dm: core: Create a struct for device runtime info
` [PATCH v2 26/37] dm: core: Move flags to device-runtime info
` [PATCH v2 27/37] dm: core: Allow storing priv/plat data separately
` [PATCH v2 28/37] sandbox: Define a region for device priv/plat data
` [PATCH v2 29/37] dm: core: Use separate priv/plat data region
` [PATCH v2 30/37] x86: Define a region for device priv/plat data
` [PATCH v2 31/37] x86: apl: Fix the header order in pmc
` [PATCH v2 32/37] x86: apl: Tell of-platdata about a required header file
` [PATCH v2 33/37] x86: itss: Tidy up bind() for of-platdata-inst
` [PATCH v2 34/37] x86: Support a fake PCI device with of-platdata-inst
` [PATCH v2 35/37] x86: Don't include reset driver in SPL
` [PATCH v2 36/37] x86: coral: Drop ACPI properties from of-platdata
` [PATCH v2 37/37] x86: apl: Use read-only SPL and new of-platdata

[amdgpu] deadlock
 2021-02-03 16:42 UTC  (16+ messages)

[dpdk-dev] [PATCH v2] examples/vhost: add error propagation in ioat ops
 2021-02-03 16:43 UTC  (2+ messages)

[PATCH] include: acpi: Correct spelling in the file acoutput.h is optimzation to optimization
 2021-02-03 16:41 UTC  (2+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-02-03 16:32 UTC  (10+ messages)
` [PATCH v3 5/8] trace: iter init tweaks
` [PATCH v3 6/8] trace: add trace_event_iter_init_group
` [PATCH v3 7/8] trace/simple: pass iter to st_write_event_mapping
` [PATCH v3 8/8] trace/simple: add st_init_group

[PATCH] virtiofsd: vu_dispatch locking should never fail
 2021-02-03 16:29 UTC  (4+ messages)

[PATCH blktests 0/3] Three SRP patches
 2021-02-03 16:40 UTC  (3+ messages)
` [PATCH blktests 3/3] rdma: Use rdma link instead of /sys/class/infiniband/*/parent

[PATCH v6 00/19] KVM: Add minimal support for Xen HVM guests
 2021-02-03 16:38 UTC  (5+ messages)
` [PATCH v6 18/19] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v6 19/19] KVM: Add documentation for Xen hypercall and shared_info updates

[PATCH 0/2] Add remove path for Tegra audio graph card
 2021-02-03 16:39 UTC  (8+ messages)
` [PATCH 1/2] ASoC: audio-graph: Export graph_remove() function
    `  "
` [PATCH 2/2] ASoC: tegra: Add driver remove() callback

[PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE
 2021-02-03 16:39 UTC  (6+ messages)

[PATCH] docs/system: document an example vexpress-a15 invocation
 2021-02-03 16:28 UTC  (2+ messages)

[PATCH for-4.15 1/2] libs/foreignmem: Drop useless and/or misleading logging
 2021-02-03 16:37 UTC  (2+ messages)
` [PATCH for-4.15 2/2] libs/foreignmem: Fix/simplify errno handling for map_resource

[PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM
 2021-02-03 16:36 UTC  (3+ messages)

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2021-02-03 16:35 UTC  (4+ messages)
` [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

[PATCH v1] leds: lp50xx: add setting of default intensity from DT
 2021-02-03 16:35 UTC  (4+ messages)
  ` AW: "

[PATCH 0/2] Clean up MSM8939 interconnect driver
 2021-02-03 16:34 UTC  (3+ messages)
` [PATCH 1/2] interconnect: qcom: icc-rpm: record slave RPM id in error log
` [PATCH 2/2] interconnect: qcom: msm8939: remove rpm-ids from non-RPM nodes

qemu broke booting of old RedHat floppies
 2021-02-03 16:30 UTC  (2+ messages)

[BUG REPORT] media: coda: mpeg4 decode corruption on i.MX6qp only
 2021-02-03 16:33 UTC 

[PATCH v2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-02-03 16:33 UTC  (3+ messages)

[Dunfell][PATCH] layer.conf: fix sanity error for PATH variable in extensible SDK workflow
 2021-02-03 16:33 UTC  (3+ messages)
  ` [OE-core] "

[PATCH 0/2] Optimization batch 6: make full use of exact renames
 2021-02-03 16:31 UTC  (4+ messages)
` [PATCH 1/2] diffcore-rename: no point trying to find a match better than exact

[PATCH v2] mhi: pci_generic: Print warning in case of firmware crash
 2021-02-03 16:39 UTC 

ARM Snapshots Not Backwards-Compatible
 2021-02-03 16:24 UTC  (3+ messages)
` [PATCH] target/arm: Don't migrate CPUARMState.features

[PATCH 1/2] ext4: Handle casefolding with encryption
 2021-02-03 16:31 UTC  (2+ messages)

[PATCH 0/1] target/arm: Fix SCR_EL3 migration issue
 2021-02-03 16:28 UTC  (2+ messages)

[dunfell][PATCH] glib-2.0: Rename patch file for CVE-2020-35457
 2021-02-03 16:31 UTC  (5+ messages)
` [OE-core] "

[dm-devel] [PATCH 0/3] consistent behavior of filter_property()
 2021-02-03 16:30 UTC  (2+ messages)

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-02-03 16:28 UTC  (2+ messages)
` [PATCH v4 1/1] MacOS: precompose_argv_prefix()

[PATCH 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
 2021-02-03 16:30 UTC  (4+ messages)
` [PATCH 2/5] spl: Introduce spl_board_prepare_for_optee() hook

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-03 16:26 UTC  (2+ messages)
` Conflict with Mickaël Salaün's blacklist patches [was [PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries]

[MPTCP] [PATCH mptcp-net] mptcp: init mptcp request socket earlier
 2021-02-03 16:28 UTC 

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-02-03 16:25 UTC  (3+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[dpdk-dev] [PATCH v3] examples/vhost: remove async inflight packet counter
 2021-02-03 16:27 UTC  (2+ messages)

[PATCH 2/2] leds: lp50xx: remove unused regulator
 2021-02-03 16:26 UTC  (6+ messages)
        ` AW: "

[patch net-next RFC 00/10] introduce line card support for modular switch
 2021-02-03 16:26 UTC  (9+ messages)

[PATCH] net: tracepoint: exposing sk_family in all tcp:tracepoints
 2021-02-03 16:26 UTC  (4+ messages)

[PATCH 0/3] powerpc/perf: Add Performance Monitor Counters to extended regs
 2021-02-03 16:25 UTC  (3+ messages)
` [PATCH 3/3] tools/perf: Add perf tools support to expose Performance Monitor Counter SPRs as part of "

[PATCH v2 0/6] Series short description
 2021-02-03 16:25 UTC  (3+ messages)
` [PATCH v2 1/6] xprtrdma: Remove FMR support in rpcrdma_convert_iovs()

[PATCH] mhi: pci_generic: Print warning in case of firmware crash
 2021-02-03 16:33 UTC 

ucm2: Separate the configuration lookups (hw based)
 2021-02-03 16:24 UTC 

[PATCH v2 0/6] RPC/RDMA client fixes
 2021-02-03 16:24 UTC  (7+ messages)
` [PATCH v2 1/6] xprtrdma: Remove FMR support in rpcrdma_convert_iovs()
` [PATCH v2 2/6] xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()
` [PATCH v2 3/6] xprtrdma: Refactor invocations of offset_in_page()
` [PATCH v2 4/6] rpcrdma: Fix comments about reverse-direction operation
` [PATCH v2 5/6] xprtrdma: Pad optimization, revisited
` [PATCH v2 6/6] rpcrdma: Capture bytes received in Receive completion tracepoints

[PATCH] block: recalculate segment count for multi-segment discard requests correctly
 2021-02-03 16:23 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/2] kms_rotation_crc fix and optimization
 2021-02-03 16:25 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: different display modes can have different crc
` [igt-dev] [PATCH i-g-t 2/2] HAX remove kms_rotatation_crc from premerge blacklist

[dpdk-dev] [PATCH v1 0/2] remove smp barriers in app/test
 2021-02-03 16:24 UTC  (11+ messages)
` [dpdk-dev] [PATCH v1 1/2] app/test: remove unnecessary barriers for ring stress test
              ` [dpdk-dev] 回复: "

[PATCH 00/11] x86/fault: Cleanups and robustifications
 2021-02-03 16:23 UTC  (3+ messages)
` [PATCH 06/11] x86/fault: Improve kernel-executing-user-memory handling

[PATCH] generic/095: don't silence fio error output
 2021-02-03 16:22 UTC  (2+ messages)

[PATCH v2] perf probe: Added protection to avoid endless loop
 2021-02-03 16:22 UTC  (3+ messages)

[PATCH 1/2] perf trace-event-info: Rename for_each_event
 2021-02-03 16:20 UTC  (3+ messages)
` [PATCH 2/2] perf parse-events: Break out tracepoint and printing

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-02-03 16:20 UTC  (6+ messages)
` [PATCH v2 3/4] btrfs: send: fix invalid commands for inodes with changed rdev but same gen

[PATCH 0/2 v3] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
 2021-02-03 16:18 UTC  (3+ messages)

[PATCH v4 0/6] block-layer interposer
 2021-02-03 16:18 UTC  (6+ messages)
` [PATCH v4 2/6] block: add blk_interposer
    ` [dm-devel] "
` [PATCH v4 3/6] block: add blk_mq_is_queue_frozen()

[PATCH v6 0/37] SCMI vendor protocols and modularization
 2021-02-03 16:18 UTC  (4+ messages)
` [PATCH v6 29/37] regulator: scmi: port driver to the new scmi_voltage_proto_ops interface

[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
 2021-02-03 16:16 UTC  (2+ messages)
` [Bug 207489] "

[5.10] i40e/udp_tunnel: RTNL: assertion failed at net/ipv4/udp_tunnel_nic.c
 2021-02-03 16:05 UTC  (7+ messages)
      ` [Intel-wired-lan] "

[igt-dev] [PATCH i-g-t v2 0/4] PC state igt test
 2021-02-03 16:17 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 3/4] i915/i915_pm_rpm: Add PC10 display off test
` [igt-dev] ✓ Fi.CI.IGT: success for PC state igt test (rev2)

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-02-03 16:11 UTC  (2+ messages)

[PATCH] scsi: isci: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-03 16:15 UTC  (2+ messages)

[PATCH v6 0/8] drm/mediatek: add support for mediatek SOC MT8192
 2021-02-03 16:14 UTC  (16+ messages)
` [PATCH v6 4/8] drm/mediatek: separate ccorr module
` [PATCH v6 5/8] drm/mediatek: Fix ccorr size config
` [PATCH v6 6/8] drm/mediatek: add matrix_bits private data for ccorr

[PATCH] nvme: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-03 16:13 UTC  (3+ messages)

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-02-03 16:14 UTC  (10+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-03 16:14 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pm: update the smu v11.5 smc header for vangogh
 2021-02-03 16:15 UTC  (2+ messages)

[PATCH v8 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-02-03 16:13 UTC  (5+ messages)
` [PATCH v8 02/14] mm/gup: check every subpage of a compound page during isolation

[PATCH] scsi: qla2xxx: Simplify the calculation of variables
 2021-02-03 16:13 UTC  (2+ messages)

[for-next][PATCH 00/15] tracing: Updates for 5.12
 2021-02-03 16:05 UTC  (3+ messages)
` [for-next][PATCH 04/15] ring-buffer: Remove cpu_buffer argument from the rb_inc_page()
` [for-next][PATCH 07/15] tracing: Inline tracing_gen_ctx_flags()

[PATCH v2 net-next 0/4] Automatically manage DSA master interface state
 2021-02-03 16:08 UTC  (3+ messages)
` [PATCH v2 net-next 3/4] Revert "net: Have netpoll bring-up DSA management interface"
` [PATCH v2 net-next 4/4] Revert "net: ipv4: handle DSA enabled master network devices"

[PATCH] xfs: test delalloc quota leak when chprojid fails
 2021-02-03 16:11 UTC  (2+ messages)

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-03 16:11 UTC  (7+ messages)
` [RFC PATCH v2 20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a stage 2

[entity-manager] Issue about entity-manager getting stuck
 2021-02-03 16:11 UTC  (4+ messages)

[PATCH 00/11] Device tree fixes for Armada family
 2021-02-03 16:11 UTC  (8+ messages)
` [PATCH 02/11] dts: mvebu: Update A8K AP806 SDHCI settings
    ` [EXT] "

[PATCH] drm/i915: Reject 446-480MHz HDMI clock on GLK
 2021-02-03 16:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] xfs: test a regression in dquot type checking
 2021-02-03 16:10 UTC  (2+ messages)

[RFC PATCH 0/3] hw/arm/virt: CXL enablement including gpex-acpi
 2021-02-03 16:10 UTC  (3+ messages)
` [RFC PATCH 3/3] hw/cxl/cxl-device-utils: Allow incorrect read lengths

[PATCH v4 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-02-03 16:08 UTC  (5+ messages)
` [PATCH v4 3/3] "


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.