All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 21:19:08 to 2021-05-07 00:00:24 UTC [more...]

next/pending-fixes build: 194 builds: 30 failed, 164 passed, 15 warnings (v5.12-14769-gf2b8e46e5bad)
 2021-05-07  0:00 UTC 

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-06 23:59 UTC  (6+ messages)
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v2 0/5] Handle seccomp notification preemption
 2021-05-06 23:59 UTC  (6+ messages)
` [PATCH v2 2/5] seccomp: Add wait_killable semantic to seccomp user notifier

[PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
 2021-05-06 23:58 UTC  (3+ messages)

[PATCH 000/117] Make better use of static type checking
 2021-05-06 23:57 UTC  (7+ messages)
` [PATCH 010/117] ufs: Add a compile-time structure size check
` [PATCH 098/117] ufs: Remove an unused structure member
` [PATCH 099/117] ufs: Remove a local variable

[PATCH] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-06 23:57 UTC  (8+ messages)

[PATCH v1 00/43] completion: git-completion 1.3.1 patches
 2021-05-06 23:55 UTC  (2+ messages)

[xen-unstable test] 161811: tolerable FAIL - PUSHED
 2021-05-06 23:54 UTC 

[PATCH] remoteproc: k3-r5: Fix an error message
 2021-05-06 23:51 UTC  (2+ messages)

[PATCH v1 0/8] format-patch: introduce --confirm-overwrite
 2021-05-06 23:48 UTC  (6+ messages)
` [PATCH v1 1/8] compat/terminal: let prompt accept input from pipe
` [PATCH v1 2/8] format-patch: confirmation whenever patches exist

[thierryreding:for-5.13/work 34/59] drivers/memory/tegra/tegra20.c:733:10: warning: variable 'type' set but not used
 2021-05-06 23:48 UTC 

PROBLEM: double fault in md_end_io
 2021-05-06 23:46 UTC  (6+ messages)

[PATCH v2 0/3] TDP MMU: several minor fixes or improvements
 2021-05-06 23:46 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
` [PATCH v2 2/3] KVM: x86/mmu: Fix pf_fixed count "
` [PATCH v2 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-05-06 23:46 UTC  (3+ messages)
` [Patch v2 41/42] btrfs: fix the use-after-free bug in writeback subpage helper

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-06 23:44 UTC  (3+ messages)
` [PATCH v3 5/8] KVM: x86/mmu: Add a field to control memslot rmap allocation

[PATCH v2] media: aspeed-video: ignore interrupts that aren't enabled
 2021-05-06 23:40 UTC  (3+ messages)

[PATCH 00/31] rdma/siw: fix a lot of deadlocks and use after free bugs
 2021-05-06 23:36 UTC  (32+ messages)
` [PATCH 01/31] rdma/siw: fix warning in siw_proc_send()
` [PATCH 02/31] rdma/siw: call smp_mb() after mem->stag_valid = 0 in siw_invalidate_stag() too
` [PATCH 03/31] rdma/siw: remove superfluous siw_cep_put() from siw_connect() error path
` [PATCH 04/31] rdma/siw: let siw_accept() deferr RDMA_MODE until EVENT_ESTABLISHED
` [PATCH 05/31] rdma/siw: make use of kernel_{bind,connect,listen}()
` [PATCH 06/31] rdma/siw: make siw_cm_upcall() a noop without valid 'id'
` [PATCH 07/31] rdma/siw: split out a __siw_cep_terminate_upcall() function
` [PATCH 08/31] rdma/siw: use __siw_cep_terminate_upcall() for indirect SIW_CM_WORK_CLOSE_LLP
` [PATCH 09/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_PEER_CLOSE
` [PATCH 10/31] rdma/siw: use __siw_cep_terminate_upcall() for SIW_CM_WORK_MPATIMEOUT
` [PATCH 11/31] rdma/siw: introduce SIW_EPSTATE_ACCEPTING/REJECTING for rdma_accept/rdma_reject
` [PATCH 12/31] rdma/siw: add some debugging of state and sk_state to the teardown process
` [PATCH 13/31] rdma/siw: handle SIW_EPSTATE_CONNECTING in __siw_cep_terminate_upcall()
` [PATCH 14/31] rdma/siw: let siw_connect() set AWAIT_MPAREP before siw_send_mpareqrep()
` [PATCH 15/31] rdma/siw: create a temporary copy of private data
` [PATCH 16/31] rdma/siw: use error and out logic at the end of siw_connect()
` [PATCH 17/31] rdma/siw: start mpa timer before calling siw_send_mpareqrep()
` [PATCH 18/31] rdma/siw: call the blocking kernel_bindconnect() just before siw_send_mpareqrep()
` [PATCH 19/31] rdma/siw: split out a __siw_cep_close() function
` [PATCH 20/31] rdma/siw: implement non-blocking connect
` [PATCH 21/31] rdma/siw: let siw_listen_address() call siw_cep_alloc() first
` [PATCH 22/31] rdma/siw: let siw_listen_address() call siw_cep_set_inuse() early
` [PATCH 23/31] rdma/siw: make use of __siw_cep_close() in siw_accept()
` [PATCH 24/31] rdma/siw: do the full disassociation of cep and qp in siw_qp_llp_close()
` [PATCH 25/31] rdma/siw: fix double siw_cep_put() in siw_cm_work_handler()
` [PATCH 26/31] rdma/siw: make use of __siw_cep_close() "
` [PATCH 27/31] rdma/siw: fix the "close" logic in siw_qp_cm_drop()
` [PATCH 28/31] rdma/siw: make use of __siw_cep_close() "
` [PATCH 29/31] rdma/siw: make use of __siw_cep_close() in siw_reject()
` [PATCH 30/31] rdma/siw: make use of __siw_cep_close() in siw_listen_address()
` [PATCH 31/31] rdma/siw: make use of __siw_cep_close() in siw_drop_listeners()

[PATCH v5 0/4] target/ppc: Untangle CPU init from translation
 2021-05-06  5:51 UTC  (3+ messages)
` [PATCH v5 1/4] target/ppc: renamed SPR registration functions

[igb] netconsole triggers warning in netpoll_poll_dev
 2021-05-06 23:32 UTC  (13+ messages)
                    ` [Intel-wired-lan] "

[PATCH] bpf: Forbid trampoline attach for functions with variable arguments
 2021-05-06 23:31 UTC  (4+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-06 23:31 UTC  (10+ messages)
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)

[PATCH] e2fsck: fix portability problems caused by unaligned accesses
 2021-05-06 23:30 UTC  (3+ messages)
` [PATCH -v2] "

pull-request: can 2021-05-06
 2021-05-06 23:30 UTC  (2+ messages)

[PATCH bpf] samples/bpf: consider frame size in tx_only of xdpsock sample
 2021-05-06 23:30 UTC  (3+ messages)

[PATCH v6 00/14] KVM/X86: Introduce a new guest mapping interface
 2021-05-06 23:27 UTC  (4+ messages)
` [PATCH v6 08/14] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table

MLX4 SRIOV mtu issue
 2021-05-06 23:26 UTC  (2+ messages)

[PATCH 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-06 23:25 UTC  (4+ messages)
` [PATCH 1/3] mm/gup_benchmark: Support threading
` [PATCH 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[thomash:topic/ttm_region 36/46] drivers/gpu/drm/i915/intel_memory_region.c:66:6: error: no previous prototype for 'intel_memory_region_unreserve'
 2021-05-06 23:22 UTC 

[PATCH] Documentation: drop optional BOMs
 2021-05-06 23:19 UTC 

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-06 23:16 UTC  (9+ messages)

[PATCH 1/2] CPU, NUMA topology ABIs: clarify the overflow issue of sysfs pagebuf
 2021-05-06 23:16 UTC  (3+ messages)

[PATCH] KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
 2021-05-06 23:15 UTC 

[PATCH 05/42] PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
 2021-05-06 23:10 UTC  (3+ messages)

[PATCH] Fix ili210x touchdata coordinates endianness
 2021-05-06 23:06 UTC 

[PATCH v3 6/8] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
 2021-05-06 23:07 UTC  (3+ messages)

[Virtual-sensor] the issue of exprtk lib
 2021-05-06 23:05 UTC 

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-05-06 23:05 UTC  (3+ messages)
` [PATCH 21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)

[staging:staging-testing] BUILD SUCCESS e120332923e13d8d9386594a83dc7cbf327e3edf
 2021-05-06 22:56 UTC 

[PATCH v1] mac80211_hwsim: add concurrent channels scanning support over virtio
 2021-05-06 22:57 UTC  (5+ messages)

[PATCH] perf jevents: Silence warning for ArchStd files
 2021-05-06 22:56 UTC 

[usb:usb-testing] BUILD SUCCESS WITH WARNING 83a9d2a05296bf5a5fee13206dc4499a40978908
 2021-05-06 22:56 UTC 

[PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
 2021-05-06 22:54 UTC  (13+ messages)
                  ` bpf libraries and static variables. Was: "

[PATCH v5] ASoC: topology: Add support for multiple kcontrol types to a widget
 2021-05-06 22:52 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-06 22:36 UTC  (7+ messages)
` [PATCH v2 2/2] pwm: Add support for "

(no subject)
 2021-05-06 22:37 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu: free resources on fence usage query
` [PATCH 2/2] drm/amdgpu: fix fence calculation

[PATCH 0/4] Map register blocks individually
 2021-05-06 22:36 UTC  (5+ messages)
` [PATCH 1/4] cxl/mem: Fully decode device capability header
` [PATCH 2/4] cxl/mem: Reserve all device regions at once
` [PATCH 3/4] cxl/mem: Introduce cxl_decode_register_block()
` [PATCH 4/4] cxl/mem: Map registers based on capabilities

[net v3] tcp: Specify cmsgbuf is user pointer for receive zerocopy
 2021-05-06 22:35 UTC 

Add phosphor-fan configuration for the fan which added by dbus-sensor
 2021-05-06 22:34 UTC  (5+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-06 22:30 UTC  (5+ messages)

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-06 22:29 UTC  (4+ messages)
` [PATCH Part2 RFC v2 21/37] KVM: SVM: Add KVM_SNP_INIT command

[RFC v2 6/7] PCI: arm64: Allow pci_config_window::parent to be NULL
 2021-05-06 22:25 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] 21.05 fixes for OVS
 2021-05-06 22:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] net: fix header include order for FreeBSD

[git pull] Input updates for v5.13-rc0
 2021-05-06 22:23 UTC 

[PATCH v2 2/2] scsi: aacraid: Remove references to Series-9 (only)
 2021-05-06 22:22 UTC  (3+ messages)
` [PATCH v3 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load

[PATCH net-next] net: openvswitch: IPv6: Add IPv6 extension header support
 2021-05-06 22:22 UTC  (2+ messages)

[PATCH 0/3] TDP MMU: several minor fixes or improvements
 2021-05-06 22:21 UTC  (12+ messages)
` [PATCH 2/3] KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
` [PATCH 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[RFC PATCH net-next v1 0/2] Threaded NAPI configurability
 2021-05-06 22:18 UTC  (2+ messages)

[PATCH v7 0/6] Enable CET support for guest
 2021-05-06 22:16 UTC  (4+ messages)
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID

[BlueZ PATCH 1/2] gitignore: Add generated files to the ignore list
 2021-05-06 22:13 UTC  (3+ messages)
` [BlueZ,1/2] "

[driver-core:kbuild] BUILD SUCCESS 9eb7055796f1a1b1e7a237b426d2d54c12801e10
 2021-05-06 22:11 UTC 

arch/riscv/kernel/probes/kprobes.c:90:22: error: use of undeclared identifier 'PAGE_KERNEL_READ_EXEC'
 2021-05-06 22:11 UTC  (2+ messages)

Next call on 2021-05-08
 2021-05-06 22:09 UTC  (2+ messages)

GPF in net sybsystem
 2021-05-06 22:09 UTC  (2+ messages)

[PATCH] i2c: mux: pca954x: Support multiple devices on a single reset line
 2021-05-06 22:08 UTC  (2+ messages)

[PATCH] PCI: don't power-off apple thunderbolt controller on s2idle
 2021-05-06 22:07 UTC  (3+ messages)

[PATCH] doc: attempt to clarify a blurry sentence
 2021-05-06 22:03 UTC  (2+ messages)

[PATCH 13/22] pack-bitmap: write multi-pack bitmaps
 2021-05-06 22:00 UTC  (2+ messages)

[RFC PATCH v3 0/4] PCI Data Object Exchange support + CXL CDAT
 2021-05-06 21:59 UTC  (3+ messages)
` [RFC PATCH v3 2/4] PCI/doe: Add Data Object Exchange support

[PATCH bpf-next v6 0/3] Add TC-BPF API
 2021-05-06 21:57 UTC  (5+ messages)
` [PATCH bpf-next v6 2/3] libbpf: add low level "

git switch/restore, still experimental?
 2021-05-06 21:55 UTC  (7+ messages)

[PATCH 0/3] P2040/P2041 i2c recovery erratum
 2021-05-06 20:45 UTC  (4+ messages)
` [PATCH 3/3] i2c: mpc: implement erratum A-004447 workaround

[FSL P50x0] Xorg always restarts again and again after the the PowerPC updates 5.13-1
 2021-05-06 13:58 UTC  (2+ messages)

[RFC PATCH net-next v3 01/20] net: mdio: ipq8064: clean whitespaces in define
 2021-05-06 21:53 UTC  (4+ messages)
` [RFC PATCH net-next v3 13/20] net: dsa: qca8k: make rgmii delay configurable

[PATCH] vfio: Lock down no-IOMMU mode when kernel is locked down
 2021-05-06 21:50 UTC  (2+ messages)

[dhowells-fs:fscache-iter 48/55] ld.lld: error: undefined symbol: fscache_set_page_dirty
 2021-05-06 21:47 UTC 

[PATCH 4.19 00/15] 4.19.190-rc1 review
 2021-05-06 21:46 UTC  (2+ messages)

Dynamic mux detection entity manager
 2021-05-06 21:45 UTC 

[PATCH v2 0/4] Rockchip thermal YAML and RK3568
 2021-05-06 21:44 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible

[PATCH] checkpatch: warn about direct use of send_sig_info and force_sig_info
 2021-05-06 21:41 UTC  (4+ messages)
  ` [PATCH v2] "

[GIT PULL] more s390 updates for 5.13-rc1
 2021-05-06 21:41 UTC  (2+ messages)

[GIT PULL] VFIO updates for v5.13-rc1 pt2
 2021-05-06 21:41 UTC  (2+ messages)

[xen-4.12-testing test] 161807: regressions - FAIL
 2021-05-06 21:40 UTC 

Report on University of Minnesota Breach-of-Trust Incident
 2021-05-06 21:40 UTC  (4+ messages)

[PATCH] Optimize the description of the configuration in packfile-uris doc
 2021-05-06 21:39 UTC  (3+ messages)

[PATCH bpf] bpf: Don't WARN_ON_ONCE in bpf_bprintf_prepare
 2021-05-06 21:38 UTC  (9+ messages)

[PATCH] clean: remove unnecessary variable
 2021-05-06 21:35 UTC  (3+ messages)

[patch 0/2] VMX: configure posted interrupt descriptor when assigning device
 2021-05-06 21:35 UTC  (4+ messages)
` [patch 2/2] KVM: VMX: update vcpu posted-interrupt "
  ` [patch 2/2 V2] "

[PATCH v5 00/12] create sysfs files for changing IP address
 2021-05-06 21:34 UTC  (13+ messages)
` [PATCH v5 01/12] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v5 02/12] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v5 03/12] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v5 04/12] sunrpc: add xprt id
` [PATCH v5 05/12] sunrpc: add IDs to multipath
` [PATCH v5 06/12] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH v5 07/12] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH v5 08/12] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v5 09/12] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v5 10/12] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v5 11/12] sunrpc: provide transport info in the sysfs directory
` [PATCH v5 12/12] sunrpc: provide multipath "

[syzbot] WARNING: suspicious RCU usage in get_signal
 2021-05-06 21:34 UTC 

main - tests: add lvextend-caches-on-thindata
 2021-05-06 21:32 UTC 

main - writecache: allow attaching to thin pool data
 2021-05-06 21:32 UTC 

[Patch net] rtnetlink: use rwsem to protect rtnl_af_ops list
 2021-05-06 21:30 UTC  (3+ messages)

[PATCH 1/2] main: Add D-Bus Daemon.GetInfo method
 2021-05-06 21:28 UTC  (2+ messages)
` [PATCH 2/2] doc: Daemon DBus interface documentation

CAN ISO-TP
 2021-05-06 21:28 UTC  (2+ messages)

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-05-06 21:27 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/python-asgiref: bump version to 3.3.4
 2021-05-06 21:25 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/python-django: security bump to version 3.2.2

[PATCH] Makefile: Introduce CONFIG_ZERO_CALL_USED_REGS
 2021-05-06 21:24 UTC  (3+ messages)

switch block layer polling to a bio based model v2
 2021-05-06 21:23 UTC  (7+ messages)
` [PATCH 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT

Sphinx parallel build error: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 18-20: ordinal not in range(256)
 2021-05-06 21:21 UTC  (8+ messages)

[PATCH] ALSA: hda: fixup headset for ASUS GU502 laptop
 2021-05-06 21:21 UTC 

[PATCH] [GSOC] ref-filter: solve bugs caused by enumeration
 2021-05-06 21:20 UTC  (8+ messages)

Unable to find pw entry for uid
 2021-05-06 21:19 UTC  (4+ messages)

[PATCH 3/3] arm64: dts: qcom: msm8996: Disable ADSP and add power domains
 2021-05-06 21:18 UTC 


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.