All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-09 08:37:11 to 2021-08-09 09:28:47 UTC [more...]

[PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT
 2021-08-09  9:28 UTC  (8+ messages)

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-09  9:26 UTC  (13+ messages)
` [PATCH v6 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v6 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v6 03/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in leaf and savewrite tests
` [PATCH v6 04/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in protnone and devmap tests
` [PATCH v6 05/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in soft_dirty and swap tests
` [PATCH v6 06/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in migration and thp tests
` [PATCH v6 07/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PTE modifying tests
` [PATCH v6 08/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PMD "
` [PATCH v6 09/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PUD "
` [PATCH v6 10/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PGD and P4D "
` [PATCH v6 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH v6 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH v5 0/3] Apple M1 DART IOMMU driver
 2021-08-09  9:27 UTC  (3+ messages)

iwd provides only Legacy Access point (802.11b)
 2021-08-09  9:26 UTC  (2+ messages)

[PATCH v2] hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
 2021-08-09  9:24 UTC  (4+ messages)

[PATCH] firmware: arm_scmi: Use WARN_ON() to check configured transports
 2021-08-09  9:22 UTC  (2+ messages)

[PATCH] dmaengine: ioat: depends on !UML
 2021-08-09  9:24 UTC 

[syzbot] INFO: task hung in sys_io_destroy
 2021-08-09  9:24 UTC  (3+ messages)

[PATCH 0/5] Cleanups and fixup for gup
 2021-08-09  9:24 UTC  (9+ messages)
` [PATCH 1/5] mm: gup: remove set but unused local variable major
` [PATCH 2/5] mm: gup: remove unneed local variable orig_refs
` [PATCH 3/5] mm: gup: remove useless BUG_ON in __get_user_pages()
` [PATCH 5/5] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()

[igt-dev] [PATCH i-g-t v4 00/56] Add allocator support in IGT
 2021-08-09  9:23 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t v4 29/56] tests/gem_mmap: Add allocator support
` [igt-dev] [PATCH i-g-t v4 30/56] tests/gem_mmap_gtt: "
` [igt-dev] [PATCH i-g-t v4 31/56] tests/gem_mmap_offset: "
` [igt-dev] ✗ Fi.CI.BAT: failure for Add allocator support in IGT (rev3)
` [igt-dev] ✗ GitLab.Pipeline: warning "

[meta-oe][PATCH] libdbi-perl: fix CVE-2014-10402
 2021-08-09  9:23 UTC 

[PATCH] dmaengine: idxd: depends on !UML
 2021-08-09  9:21 UTC  (4+ messages)

[PATCH] btrfs: sysfs: advertise zoned support among features
 2021-08-09  9:19 UTC  (3+ messages)

[PATCH v2] drivers/iio: Remove all strcpy() uses in favor of strscpy()
 2021-08-09  9:21 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] gitlab-ci: Try to avoid runners that jam
 2021-08-09  9:22 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[QUESTION] Why overlayfs cannot mounted as nfs_export and metacopy?
 2021-08-09  9:21 UTC  (4+ messages)

FAILED: patch "[PATCH] tracepoint: Use rcu get state and cond sync for static call" failed to apply to 5.10-stable tree
 2021-08-09  9:20 UTC 

[PATCH net-next] wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()
 2021-08-09  9:20 UTC  (2+ messages)

[PATCH net v2] net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases
 2021-08-09  9:20 UTC  (2+ messages)

[PATCH] test-runner: Drop unused parameter
 2021-08-09  9:20 UTC  (2+ messages)

[PATCH net-next 0/5] net/iucv: updates 2021-08-09
 2021-08-09  9:20 UTC  (2+ messages)

[PATCH v2] Bluetooth: Shutdown controller after workqueues are flushed or cancelled
 2021-08-09  9:19 UTC  (13+ messages)

[PATCH bpf-next v2 00/14] bpf/tests: Extend the eBPF test suite
 2021-08-09  9:18 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] bpf/tests: Add BPF_JMP32 test cases
` [PATCH bpf-next v2 02/14] bpf/tests: Add BPF_MOV tests for zero and sign extension
` [PATCH bpf-next v2 03/14] bpf/tests: Fix typos in test case descriptions
` [PATCH bpf-next v2 04/14] bpf/tests: Add more tests of ALU32 and ALU64 bitwise operations
` [PATCH bpf-next v2 05/14] bpf/tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH
` [PATCH bpf-next v2 06/14] bpf/tests: Add more BPF_LSH/RSH/ARSH tests for ALU64
` [PATCH bpf-next v2 07/14] bpf/tests: Add more ALU64 BPF_MUL tests
` [PATCH bpf-next v2 08/14] bpf/tests: Add tests for ALU operations implemented with function calls
` [PATCH bpf-next v2 09/14] bpf/tests: Add word-order tests for load/store of double words
` [PATCH bpf-next v2 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH bpf-next v2 11/14] bpf/tests: Add test for 32-bit context pointer argument passing
` [PATCH bpf-next v2 12/14] bpf/tests: Add tests for atomic operations
` [PATCH bpf-next v2 13/14] bpf/tests: Add tests for BPF_CMPXCHG
` [PATCH bpf-next v2 14/14] bpf/tests: Add tail call test suite

[PATCH v3 0/3] Support for ASUS egpu, dpgu disable, panel overdrive
 2021-08-09  9:18 UTC  (2+ messages)

FAILED: patch "[PATCH] tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag" failed to apply to 4.19-stable tree
 2021-08-09  9:18 UTC 

FAILED: patch "[PATCH] tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag" failed to apply to 4.14-stable tree
 2021-08-09  9:18 UTC 

FAILED: patch "[PATCH] tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag" failed to apply to 5.4-stable tree
 2021-08-09  9:18 UTC 

[PATCH v2 0/9] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2021-08-09  9:15 UTC  (7+ messages)
` [PATCH v2 7/9] media: docs: add doc for the stm32 dma2d driver
` [PATCH v2 9/9] media: stm32-dma2d: STM32 DMA2D driver

FAILED: patch "[PATCH] tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag" failed to apply to 5.10-stable tree
 2021-08-09  9:18 UTC 

[RFC 1/1] irqchip/gic-v3-its: Add irq domain and chip for Direct LPI without ITS
 2021-08-09  9:15 UTC  (14+ messages)
  ` [EXTERNAL] "

[PATCH v2] hungtask: add filter kthread
 2021-08-09  9:17 UTC  (3+ messages)
`  "

FAILED: patch "[PATCH] tracing/histogram: Rename "cpu" to "common_cpu"" failed to apply to 4.19-stable tree
 2021-08-09  9:16 UTC  (3+ messages)

[PATCH 0/5] [RfC] monitor/hmp: command register support
 2021-08-09  9:16 UTC  (3+ messages)

[PATCH net-next] net: sock: add the case if sk is NULL
 2021-08-09  9:15 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in ipcomp_free_scratches
 2021-08-09  9:15 UTC 

[Bug 213967] New: Thinkpad T14 Chicony Webcam not recognized by kernel
 2021-08-09  9:15 UTC  (3+ messages)
` [Bug 213967] "

FAILED: patch "[PATCH] tracing: Reject string operand in the histogram expression" failed to apply to 5.4-stable tree
 2021-08-09  9:14 UTC 

FAILED: patch "[PATCH] tracing: Reject string operand in the histogram expression" failed to apply to 4.19-stable tree
 2021-08-09  9:14 UTC 

[PATCH] KVM: X86: Don't reset dr6 unconditionally when the vcpu being scheduled out
 2021-08-08 23:29 UTC 

[PATCH v7 00/12] Clean up "mediatek,larb"
 2021-08-09  9:11 UTC  (7+ messages)

[RFC PATCH] usb: xhci-mtk: handle bandwidth table rollover
 2021-08-09  9:11 UTC  (6+ messages)

[PATCH v3] platform/x86: acer-wmi: Add Turbo Mode support for Acer PH315-53
 2021-08-09  9:13 UTC  (2+ messages)

[PATCH v9 00/16] qemu_iotests: improve debugging options
 2021-08-09  9:01 UTC  (17+ messages)
` [PATCH v9 01/16] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v9 02/16] python: Reduce strictness of pylint's duplicate-code check
` [PATCH v9 03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v9 04/16] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PATCH v9 05/16] qemu-iotests: add option to attach gdbserver
` [PATCH v9 06/16] qemu-iotests: delay QMP socket timers
` [PATCH v9 07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [PATCH v9 08/16] qemu-iotests: add gdbserver option to script tests too
` [PATCH v9 09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
` [PATCH v9 10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests
` [PATCH v9 11/16] qemu-iotests: extend QMP socket timeout when using valgrind
` [PATCH v9 12/16] qemu-iotests: allow valgrind to read/delete the generated log file
` [PATCH v9 13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary
` [PATCH v9 14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
` [PATCH v9 15/16] qemu-iotests: add option to show qemu binary logs on stdout
` [PATCH v9 16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests

[PATCH v3] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-09  9:03 UTC 

[PATCH 0/5] media: mtk-vcodec: venc: variouse bug fixes
 2021-08-09  9:12 UTC  (6+ messages)
` [PATCH 4/5] media: mtk-vcodec: Add two error cases upon vpu irq handling
        ` 答复: "
          ` 答复: "

[PATCH] path_resolution.7: tfix + srcfix
 2021-08-09  9:10 UTC 

[PATCH -net] dccp: add do-while-0 stubs for dccp_pr_debug macros
 2021-08-09  9:10 UTC  (3+ messages)

[PATCH net V2] page_pool: mask the page->signature before the checking
 2021-08-09  9:10 UTC  (2+ messages)

[PATCH] nvme-tcp: Do not reset transport on data digest errors
 2021-08-09  9:09 UTC  (4+ messages)

[Bridge] [PATCH net v2] net: bridge: fix memleak in br_add_if()
 2021-08-09  9:09 UTC  (4+ messages)
`  "

[PATCH v2] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-09  9:05 UTC  (3+ messages)

[PATCH] net/mlx5e: Make use of pr_warn()
 2021-08-09  9:08 UTC 

[PATCH v4 00/10] libata cleanups and improvements
 2021-08-09  9:07 UTC  (4+ messages)
` [PATCH v4 01/10] libata: fix ata_host_alloc_pinfo()

[PATCH net-next] devlink: Set device as early as possible
 2021-08-09  9:07 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net 0/2] net/smc: fixes 2021-08-09
 2021-08-09  9:05 UTC  (3+ messages)
` [PATCH net 1/2] net/smc: fix wait on already cleared link
` [PATCH net 2/2] net/smc: Correct smc link connection counter in case of smc client

[PATCH v2] platform/x86: add meraki-mx100 platform driver
 2021-08-09  9:05 UTC  (6+ messages)

[PATCH] vdpa_sim: Fix incorrect size passed to alloc_iova()
 2021-08-09  9:04 UTC 

[PATCH] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-08-09  9:03 UTC  (3+ messages)

[PATCH 00/23] More patches from others
 2021-08-09  9:01 UTC  (5+ messages)
` [PATCH 06/23] futex.2: Document FUTEX_LOCK_PI2

[PATCH v1 1/1] platform/x86/intel: int3472: Use y instead of objs in Makefile
 2021-08-09  9:00 UTC  (2+ messages)

[PATCH] riscv: add ARCH_DMA_MINALIGN support
 2021-08-09  9:00 UTC  (6+ messages)

[PATCH v1 1/1] platform/x86/intel: pmt: Use y instead of objs in Makefile
 2021-08-09  9:00 UTC  (2+ messages)

[PATCH v1 1/1] platform/x86/intel: int33fe: Use y instead of objs in Makefile
 2021-08-09  9:00 UTC  (2+ messages)

[PATCH net-next 0/2] DSA fast ageing fixes/improvements
 2021-08-09  9:00 UTC  (2+ messages)

[PATCH RESEND v4 0/8] Handle update hardware queues and queue freeze more carefully
 2021-08-09  8:58 UTC  (9+ messages)
` [PATCH v4 2/8] nvme-tcp: Update number of hardware queues before using them
` [PATCH v4 8/8] nvme-rdma: Unfreeze queues on reconnect

[PATCH 2/2] net:phy:dp83867:implement the binding for status led
 2021-08-09  8:55 UTC 

[Buildroot] [PATCH 1/1] package/qemu: add libfuse3 optional dependency
 2021-08-09  8:54 UTC 

[dpdk-dev] [PATCH v3] app/testpmd: fix testpmd doesn't show RSS hash offload
 2021-08-09  8:53 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4] "
      ` [dpdk-dev] [dpdk-stable] "

[RESEND PATCH v2 1/1] ishtp: Add support for Intel ishtp eclite driver
 2021-08-09  8:53 UTC  (2+ messages)

[PATCH] xive: Remove extra '0x' prefix in trace events
 2021-08-09  8:52 UTC 

[PATCH 1/2] dt-bindings:dp83867:Add binding for the status led
 2021-08-09  8:52 UTC 

[LTP] [PATCH 0/4] epoll_wait: Add test for epoll_wait04 and cleanup
 2021-08-09  8:53 UTC  (6+ messages)
` [LTP] [PATCH 1/4] epoll_wait: Add docparse formatting and cleanup for epoll_wait01
` [LTP] [PATCH 2/4] epoll_wait: Add docparse formatting and fix warnings from checkpatch.pl
` [LTP] [PATCH 3/4] epoll_wait: Convert epoll_wait03 to the new API
` [LTP] [PATCH 4/4] epoll_wait: Add test for epoll_wait04

Add "usb: dwc3: Stop active transfers before halting the controller" to 5.4-stable
 2021-08-09  8:53 UTC  (2+ messages)

[PATCH] block/export/fuse.c: fix musl build
 2021-08-09  8:50 UTC 

[PATCH v3 00/14] KVM: s390: pv: implement lazy destroy
 2021-08-09  8:50 UTC  (6+ messages)

[mm/debug_vm_pgtable] 08cb589cb3: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-08-09  8:49 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 0/4] S390x: CPU Topology Information
 2021-08-09  8:48 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: Move stsi_get_fc to library
` [kvm-unit-tests PATCH v1 3/4] s390x: topology: check the Perform Topology Function
` [kvm-unit-tests PATCH v1 4/4] s390x: Topology: checking Configuration Topology Information

[PATCH v7 00/15] Introduce Architectural LBR for vPMU
 2021-08-09  9:02 UTC  (4+ messages)
` [PATCH v7 13/15] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest

FAILED: patch "[PATCH] usb: dwc3: gadget: Use list_replace_init() before traversing" failed to apply to 5.4-stable tree
 2021-08-09  8:48 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Use list_replace_init() before traversing" failed to apply to 5.10-stable tree
 2021-08-09  8:48 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Use list_replace_init() before traversing" failed to apply to 4.19-stable tree
 2021-08-09  8:48 UTC 

[GSoC] [PATCH v3 0/8] submodule: convert the rest of 'add' to C
 2021-08-09  8:47 UTC  (7+ messages)
` [GSoC] [PATCH v4 "
  ` [GSoC] [PATCH v4 1/8] submodule--helper: add options for compute_submodule_clone_url()

[PATCH 1/3] ipack: tpci200: pci_iounmap -> iounmap
 2021-08-09  8:45 UTC  (5+ messages)
` [PATCH 2/3] ipack: tpci200: fix many double free issues in tpci200_pci_probe

[Bridge] MTU/FCS Issue on linux bridge when using SPI interface
 2021-08-09  8:45 UTC 

read() via USB bus
 2021-08-09  8:44 UTC  (4+ messages)

[djwong-xfs:vectorized-scrub 256/299] fs/xfs/./xfs_trace.h:1382:4: error: 'XFS_RTLOCK_REFCOUNT' undeclared
 2021-08-09  8:44 UTC  (2+ messages)

[PATCH 0/3] Add support for eMMC PHY on Intel Thunder Bay
 2021-08-09  8:41 UTC  (7+ messages)
` [PATCH 2/3] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver

[dpdk-dev] 20.11.3 patches review and test
 2021-08-09  8:43 UTC 

Patch "drm/amdgpu: fix checking pmops when PM_SLEEP is not enabled" has been added to the 5.13-stable tree
 2021-08-09  8:43 UTC 

FAILED: patch "[PATCH] firmware: tee_bnxt: Release TEE shm, session, and context" failed to apply to 5.10-stable tree
 2021-08-09  8:42 UTC 

FAILED: patch "[PATCH] firmware: tee_bnxt: Release TEE shm, session, and context" failed to apply to 5.13-stable tree
 2021-08-09  8:41 UTC 

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-08-09  8:41 UTC  (5+ messages)
` [PATCH v7 3/5] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY

[PATCH v2] mmc: core: Return correct emmc response in case of ioctl error
 2021-08-09  8:41 UTC  (2+ messages)

[hardknott][PATCH v2] glibc: Fix CVE-2021-35942
 2021-08-09  8:39 UTC 

[linux-next:master 5973/6030] include/linux/page_idle.h:55:18: error: 'PAGE_EXT_YOUNG' undeclared
 2021-08-09  8:39 UTC  (3+ messages)

[OE-core] [PATCH] libconvert-asn1-perl: 0.27 -> 0.31
 2021-08-09  8:38 UTC  (2+ messages)

[PATCH] mt76: mt7921: get rid of mt7921_mac_set_beacon_filter
 2021-08-09  8:38 UTC 

[dpdk-dev] [PATCH v5] doc: mtr: add API walk through
 2021-08-09  8:37 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6] "
  ` [dpdk-dev] [WARNING: UNSCANNABLE EXTRACTION FAILED][WARNING: UNSCANNABLE EXTRACTION FAILED] "

FAILED: patch "[PATCH] tty: serial: fsl_lpuart: fix the wrong return value in" failed to apply to 5.10-stable tree
 2021-08-09  8:37 UTC 

[PATCH] rcu: Make rcu_normal_after_boot writable on RT
 2021-08-09  8:37 UTC  (5+ messages)

FAILED: patch "[PATCH] tty: serial: fsl_lpuart: fix the wrong return value in" failed to apply to 5.13-stable tree
 2021-08-09  8:37 UTC 

[OE-core][PATCH] kernel-fitimage: images should not be signed with the same keys as the configurations
 2021-08-09  8:37 UTC  (3+ messages)


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.