All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-08 04:27:45 to 2022-03-08 06:16:35 UTC [more...]

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-08  6:15 UTC  (3+ messages)

cleanup bio_kmalloc v2
 2022-03-08  6:15 UTC  (6+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

RTT-PROBE: lore-subspace-rtt
 2022-03-08  6:16 UTC 

net/bluetooth/mgmt.c:1585 mgmt_set_connectable_complete() warn: variable dereferenced before check 'cmd' (see line 1577)
 2022-03-08  6:16 UTC 

[PATCH v1 1/2] vdpa: Add support for querying vendor statistics
 2022-03-08  6:15 UTC  (3+ messages)

[PATCH] tools: kwboot: Check if baudrate value is supported before sending image
 2022-03-08  6:15 UTC  (5+ messages)
  ` kwboot - positional tty argument

[PATCH v2 00/19] add support for WCN6750
 2022-03-08  6:00 UTC  (6+ messages)
` [PATCH v2 02/19] ath11k: Refactor PCI code to support hybrid bus devices

xfs: log recovery hang fixes
 2022-03-08  6:12 UTC  (3+ messages)
` [PATCH 4/3] xfs: async CIL flushes need pending pushes to be made stable
  ` [PATCH 4/3 v2] "

[PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
 2022-03-08  6:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  6:11 UTC 

[PATCH v10 00/14] module: core code clean up
 2022-03-08  6:10 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()
 2022-03-08  6:10 UTC  (2+ messages)

Bug 215647 - aoe: removing aoe devices with flush (implicit in rmmod aoe) leads to page fault
 2022-03-08  6:09 UTC  (2+ messages)

[PATCH V2 1/2] remoteproc: introduce rproc features
 2022-03-08  6:48 UTC  (2+ messages)
` [PATCH V2 2/2] remoteproc: support attach recovery after rproc crash

fully convert f2fs to the new bio allocation interface
 2022-03-08  6:06 UTC  (5+ messages)
` [PATCH 2/2] f2fs: pass the bio operation to bio_alloc_bioset
    ` [f2fs-dev] "

drivers/net/dsa/lan9303_i2c.c:87:34: warning: unused variable 'lan9303_i2c_of_match'
 2022-03-08  6:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-08  6:06 UTC 

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-03-08  6:04 UTC  (6+ messages)
` [PATCH v11 4/8] RISC-V: Add SBI HSM suspend related defines

remove write hint leftovers v2
 2022-03-08  6:05 UTC  (3+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint
` [PATCH 2/2] fs: remove fs.f_write_hint

[PATCH v5 00/15] vDPA shadow virtqueue
 2022-03-08  6:03 UTC  (3+ messages)

[PATCH] app/testpmd: fix issue with memory leaks when quit testpmd
 2022-03-08  6:05 UTC  (3+ messages)

[PATCH bpf] libbpf: unmap rings when umem deleted
 2022-03-08  6:03 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  6:01 UTC 

[PATCH bpf-next v9 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-08  5:59 UTC  (3+ messages)
` [PATCH bpf-next v9 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN

[PATCH v7 0/4] Add perf interface to expose nvdimm
 2022-03-08  5:26 UTC  (2+ messages)

[PATCH] Documentation/filesystem/dax: update DAX description on erofs
 2022-03-08  5:59 UTC  (3+ messages)

linux-usb@vger.kernel.org 重要なお知らせ
 2022-03-08  5:54 UTC 

[PATCH] drm/amd/pm: Send message when resp status is 0xFC
 2022-03-08  5:58 UTC  (10+ messages)

[PATCH 0/6] KVM RISC-V SBI v0.3 support
 2022-03-08  5:57 UTC  (3+ messages)

[PATCH] virtio-net: fix map leaking on error during receive
 2022-03-08  5:56 UTC 

[PATCH] net/iavf: fix potential out of bounds access
 2022-03-08  5:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:56 UTC 

move more work to disk_release v4
 2022-03-08  5:52 UTC  (15+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: implement ->free_disk to simplify refcounting
` [PATCH 08/14] sr: "
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 11/14] block: move q_usage_counter release into blk_queue_release
` [PATCH 12/14] block: move blk_exit_queue into disk_release
` [PATCH 13/14] block: do more work in elevator_exit
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()

cron job: media_tree daily build: OK
 2022-03-08  5:52 UTC 

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-08  5:52 UTC  (5+ messages)
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:51 UTC 

[PATCH] ata: Use platform_get_irq() to get the interrupt
 2022-03-08  5:49 UTC  (2+ messages)

[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
 2022-03-08  5:48 UTC  (4+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT

[PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-08  5:44 UTC  (24+ messages)
` [PATCH v8 01/11] iommu: Add DMA ownership management interfaces
` [PATCH v8 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v8 03/11] amba: Stop sharing platform_dma_configure()
` [PATCH v8 04/11] bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
  ` [PATCH v8 04/11] bus: platform, amba, fsl-mc, PCI: "
` [PATCH v8 05/11] PCI: pci_stub: Set driver_managed_dma
` [PATCH v8 06/11] PCI: portdrv: "
` [PATCH v8 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v8 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH v8 09/11] vfio: Delete the unbound_list
` [PATCH v8 10/11] vfio: Remove iommu group notifier
` [PATCH v8 11/11] iommu: Remove iommu group changes notifier

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:46 UTC 

[PATCH net-next v8] net: openvswitch: IPv6: Add IPv6 extension header support
 2022-03-08  5:45 UTC  (11+ messages)
  ` [ovs-dev] "

[PATCH v4 2/2] parse-options.c: add style checks for usage-strings
 2022-03-08  5:44 UTC  (2+ messages)

Raid6 check performance regression 5.15 -> 5.16
 2022-03-08  5:44 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:41 UTC 

[PATCH] thermal: mediatek: Fix some leaks in mtk_thermal_probe
 2022-03-08  5:36 UTC  (4+ messages)

[PATCH v2 00/35] Speculative page faults
 2022-03-08  5:37 UTC  (3+ messages)

[PATCH] btrfs: make device item removal and super block num devices update happen in the same transaction
 2022-03-08  5:36 UTC 

linux-next: manual merge of the vhost tree with the block tree
 2022-03-08  5:36 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:36 UTC 

[PATCH v1 1/4] usb: host: export symbols for xhci hooks usage
 2022-03-08  5:35 UTC  (2+ messages)

[PATCH 0/2] Arm based platforms dtc fixes for pl022
 2022-03-08  5:31 UTC  (5+ messages)
` [PATCH 2/2] arm: dts: integrator: Update spi node properties

[PATCH mptcp-next v7 4/4] selftests: bpf: add skc_to_mptcp_sock test
 2022-03-08  5:32 UTC  (2+ messages)
` selftests: bpf: add skc_to_mptcp_sock test: Tests Results

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:31 UTC 

[PATCH v3 0/2] slab cleanups
 2022-03-08  5:29 UTC  (8+ messages)
` [PATCH v3 1/2] mm/slub: limit number of node partial slabs only in cache creation
` [PATCH v3 2/2] mm/slub: refactor deactivate_slab()

[PATCH v4] config: Allow kernel installation packaging to override pkg-config
 2022-03-08  5:26 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:26 UTC 

[saeed:net-next 154/185] net/smc/smc_sysctl.h:23:16: warning: no previous prototype for 'smc_sysctl_net_init'
 2022-03-08  5:25 UTC  (5+ messages)

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-08  5:24 UTC  (4+ messages)
` [RFC PATCH 08/13] KVM: SVM: Do not update logical APIC ID table when in x2APIC mode

[lttng-dev] shm leak in traced application?
 2022-03-08  5:18 UTC  (5+ messages)
` [lttng-dev] 回复: "
  ` [lttng-dev] 回复: "
      ` [lttng-dev] 回复: "

[PATCH v2 1/3] tools: kwboot: Allow to specify custom baudrate only in supported operations
 2022-03-08  5:23 UTC  (3+ messages)
` [PATCH v2 3/3] tools: kwboot: Allow to mix positional arguments with option -b

[PATCH 1/2] dt-bindings: spi: Update clocks property for ARM pl022
 2022-03-08  5:21 UTC  (4+ messages)

[PATCH 0/4] Branch stack improvements
 2022-03-08  5:22 UTC  (7+ messages)
` [PATCH 2/4] perf: Print branch stack entry type in --dump-raw-trace
` [PATCH 3/4] perf: Refactor perf script branch stack printing
` [PATCH 4/4] perf script: Output branch sample type

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:21 UTC 

[BUG] kernel side can NOT trigger memory error with einj
 2022-03-08  5:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:16 UTC 

[RESEND PATCH v1] scsi: ufs: exclude UECxx from SFR dump list
 2022-03-08  5:15 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:11 UTC 

[RFC PATCH 0/4] scsi/iscsi: Send iscsi data from kblockd
 2022-03-08  5:10 UTC  (7+ messages)
` [RFC PATCH 1/4] scsi: Allow drivers to set BLK_MQ_F_BLOCKING
` [RFC PATCH 2/4] scsi: iscsi: Tell drivers when we must not block
` [RFC PATCH 4/4] scsi: iscsi_tcp: Allow user to control if transmit from queuecommand

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:06 UTC 

Question about atomics
 2022-03-08  5:00 UTC  (2+ messages)

[PATCH V6 00/22] arch: Add basic LoongArch support
 2022-03-08  5:01 UTC  (8+ messages)
` [PATCH V6 09/22] LoongArch: Add boot and setup routines

RTT-PROBE: lore-subspace-rtt
 2022-03-08  5:01 UTC 

[helgaas-pci:pci/enumeration] BUILD SUCCESS 92c45b63ce22c8898aa41806e8d6692bcd577510
 2022-03-08  5:00 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_exec_basic: Add test description to the subtest
 2022-03-08  4:58 UTC 

[PATCH v3 0/5] docs/zh_CN: add admin-guide damon translation
 2022-03-08  4:57 UTC  (5+ messages)
` [PATCH v3 1/5] kselftest/vm: override TARGETS from arguments

cip-gitlab/ci/pavel/linux-test build: 155 builds: 3 failed, 152 passed, 4 errors, 9 warnings (v5.10.100-cip2-319-g7182f5032311) #kernelci
 2022-03-08  4:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:56 UTC 

[PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards
 2022-03-08  4:54 UTC  (4+ messages)

[PATCH net-next] net/fungible: CONFIG_FUN_CORE needs SBITMAP
 2022-03-08  4:53 UTC 

[PATCH net-next] net/fungible: Fix local_memory_node error
 2022-03-08  4:53 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:51 UTC 

[syzbot] WARNING in mcba_usb_probe/usb_submit_urb
 2022-03-08  4:51 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_basic: Added test description for test case
 2022-03-08  4:49 UTC 

[PATCH 1/2] dmaengine: sh: rz-dmac: Set DMA transfer size for src/dst based on the transfer direction
 2022-03-08  4:49 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: sh: rz-dmac: Fix dma_set_max_seg_size

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:46 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_linear_blits: Added description to the subtest
 2022-03-08  4:46 UTC 

[PATCH bpf-next] bpf: Remove redundant slash
 2022-03-08  4:43 UTC  (2+ messages)
` [PATCH bpf-next v2] bpf: Clean up Makefile of bpf preload

[PATCH 0/4] cpufreq: mediatek: introduce mtk cpufreq
 2022-03-08  4:40 UTC  (8+ messages)
` [PATCH 3/4] cpufreq: mediatek: clean up cpufreq driver

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-03-08  4:38 UTC  (10+ messages)
` [PATCH RFC v1 1/9] KVM: Introduce pinning flag to hva_to_pfn*
` [PATCH RFC v1 2/9] KVM: x86/mmu: Move hugepage adjust to direct_page_fault
` [PATCH RFC v1 3/9] KVM: x86/mmu: Add hook to pin PFNs on demand in MMU
` [PATCH RFC v1 4/9] KVM: SVM: Add pinning metadata in the arch memslot
` [PATCH RFC v1 5/9] KVM: SVM: Implement demand page pinning
` [PATCH RFC v1 6/9] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV/TDX
` [PATCH RFC v1 7/9] KVM: SEV: Carve out routine for allocation of pages
` [PATCH RFC v1 8/9] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v1 9/9] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:41 UTC 

[PATCH] mm/list_lru: Optimize memcg_drain_list_lru_node()
 2022-03-08  4:39 UTC  (2+ messages)

[RFC] A couple of issues on BPF callstack
 2022-03-08  4:37 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:36 UTC 

[PATCH] tests: add (riscv virt) machine mapping to testenv
 2022-03-08  4:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] opp: Don't print error message if getting optional regulator fails
 2022-03-08  4:33 UTC  (4+ messages)

[PATCH 0/3] Add initial support for MA35D1 SoC
 2022-03-08  4:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: clock: add binding for MA35D1 clock controller

RTT-PROBE: lore-subspace-rtt
 2022-03-08  4:31 UTC 

[RFC net-next] tcp: allow larger TSO to be built under overload
 2022-03-08  4:29 UTC  (3+ messages)

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 12:37 UTC  (2+ messages)
` [Nouveau] "

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03  8:37 UTC  (14+ messages)
                  ` [Nouveau] "

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 15:26 UTC  (5+ messages)
` [PATCH 6/6] treewide: remove check of list iterator against head "
  ` [Nouveau] [Intel-gfx] "
` [Nouveau] [PATCH 0/6] Remove usage of list iterator "

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 12:18 UTC  (10+ messages)
  ` [Nouveau] "
          ` [Nouveau] [Kgdb-bugreport] "

[Nouveau] [PATCH] drm/nouveau/bios: Rename prom_init() and friends functions
 2022-03-05  7:38 UTC  (3+ messages)
`  "

[linux-linus test] 168466: tolerable FAIL - PUSHED
 2022-03-08  4:27 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.