All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-29 03:39:36 to 2024-08-29 05:41:10 UTC [more...]

[PATCH v2 0/2] Postcopy migration and vhost-user errors
 2024-08-29  5:39 UTC  (4+ messages)
` [PATCH v2 2/2] vhost-user: add a request-reply lock

[RFC PATCH 0/5] Enable Secure TSC for SEV-SNP
 2024-08-29  5:37 UTC  (6+ messages)
` [RFC PATCH 1/5] x86/cpufeatures: Add SNP Secure TSC
` [RFC PATCH 2/5] KVM: SVM: Set TSC frequency for SecureTSC-enabled guests
` [RFC PATCH 3/5] KVM: SVM: Add GUEST_TSC_FREQ MSR
` [RFC PATCH 4/5] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled
` [RFC PATCH 5/5] KVM: SVM: Add Secure TSC support for SNP Guest

[PATCH v3 1/2] staging: rtl8712: Fix style issues in rtl871x_io.c
 2024-08-29  5:38 UTC  (4+ messages)
` [PATCH v3 2/2] staging: rtl8712: Calculate size from pointer

[PATCH v2] PCI: qcom-ep: Enable controller resources like PHY only after refclk is available
 2024-08-29  5:37 UTC  (3+ messages)

[xen-unstable-smoke test] 187392: tolerable all pass - PUSHED
 2024-08-29  5:36 UTC 

[PATCH net-next 1/1] net: dsa: microchip: rename ksz8 series files
 2024-08-29  5:35 UTC  (2+ messages)

[PATCH v1 0/5] pinctrl: intel: High impedance impl. and cleanups
 2024-08-29  5:34 UTC  (8+ messages)
` [PATCH v1 3/5] pinctrl: intel: Add __intel_gpio_get_direction() helper
` [PATCH v1 4/5] pinctrl: intel: Implement high impedance support
` [PATCH v1 5/5] pinctrl: intel: Introduce for_each_intel_gpio_group() helper

BUG: WARNING in retire_sysctl_set
 2024-08-29  5:33 UTC  (4+ messages)

[PATCH] nvmet: Identify-Active Namespace ID List command should reject invalid nsid
 2024-08-29  5:31 UTC  (2+ messages)

linux-next: manual merge of the kspp tree with the mm tree
 2024-08-29  5:31 UTC 

[PATCH v3 2/2] PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" exists
 2024-08-29  5:30 UTC  (3+ messages)

[PATCH V5 1/1] remoteproc: qcom: q6v5: Get crash reason from specific SMEM partition
 2024-08-29  5:30 UTC  (2+ messages)

[PATCH v2] clk: rockchip: clk-rk3588: Fix 32k clock name for pmu_24m_32k_100m_src_p
 2024-08-29  5:30 UTC  (3+ messages)

[PATCH 01/19] Change probes from having lists of clauses to lists of stmts
 2024-08-29  5:25 UTC  (19+ messages)
` [PATCH 02/19] Add a hook for a provider-specific "update" function
` [PATCH 03/19] Widen the EPID to include the PRID
` [PATCH 04/19] Eliminate dt_pdesc
` [PATCH 05/19] Add flag to dt_pid_create_probes()
` [PATCH 06/19] Allow for USDT wildcards
` [PATCH 07/19] Create the BPF usdt_prids map
` [PATCH 08/19] Support multiple overlying probes in the uprobe trampoline
` [PATCH 09/19] Use usdt_prids map to call clauses conditionally for USDT probes
` [PATCH 10/19] Remove the is-enabled provider
` [PATCH 11/19] Support USDT wildcard provider descriptions
` [PATCH 12/19] Increase size of BPF probes map
` [PATCH 13/19] Get rid of relocatable EPID, dt_nextepid, and dt_ddesc[]
` [PATCH 14/19] Ignore clauses in USDT trampoline if we know they are impossible
` [PATCH 15/19] Ignore clauses: some clauses are impossible regardless of uprp
` [PATCH 16/19] Ignore clauses: use underlying probe's function information
` [PATCH 17/19] test: Add a pid-USDT test
` [PATCH 18/19] test: Add a lazy USDT test
` [PATCH 19/19] test: Add another USDT open/close test

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-29  5:24 UTC  (10+ messages)
` [PATCH 03/25] KVM: TDX: Add TDX "architectural" error codes
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 17/25] KVM: TDX: create/free TDX vcpu structure

[CI i-g-t 1/5] tests/intel/xe_drm_fdinfo: Print timestamp for debug
 2024-08-29  5:23 UTC  (5+ messages)
` [CI i-g-t 2/5] lib/igt_core: Add igt_assert_lt_double()
` [CI i-g-t 3/5] tests/intel/xe_drm_fdinfo: Use igt_assert_lt_double()
` [CI i-g-t 4/5] tests/intel/xe_drm_fdinfo: Use usec for batch duration
` [CI i-g-t 5/5] tests/intel/xe_drm_fdinfo: Half the execution time

[PATCH 01/22] test: Handle dtrace:::ERROR arg3 specially
 2024-08-29  5:22 UTC  (22+ messages)
` [PATCH 02/22] test: Clean up tests still expecting obsolete "at DIF offset NN"
` [PATCH 03/22] Action clear() should clear only one aggregation
` [PATCH 04/22] Remove unused "next" arg from dt_flowindent()
` [PATCH 05/22] Set the ERROR PRID in BPF code
` [PATCH 06/22] Fix provider lookup to use prv not prb
` [PATCH 07/22] Supply a default probe_info()
` [PATCH 08/22] dtprobed: Fix comment typo
` [PATCH 09/22] Clean up dtsd_* members
` [PATCH 10/22] Simplify dtrace_stmt_create() attr init
` [PATCH 11/22] DTPPT_POST_OFFSETS is unused
` [PATCH 12/22] Remove apparently redundant assignment
` [PATCH 13/22] Eliminate unused args to dt_spec_buf_add_data()
` [PATCH 14/22] Both dted_uarg and dofe_uarg are unused
` [PATCH 15/22] test: Clean up the specsize tests
` [PATCH 16/22] test: Fix the speculative tests that checked bufsize
` [PATCH 17/22] test: Tweak spec sizes to bracket size jumps more narrowly
` [PATCH 18/22] test: Remove tst.DTRACEFLT_BADADDR2.d dependency on specific PC
` [PATCH 19/22] test: Fix tst.probestar.d trigger
` [PATCH 20/22] test: Annotate some XFAILs
` [PATCH 21/22] test: Fix DIRNAME
` [PATCH 22/22] test: Update tst.newprobes.sh xfail message

[PATCH v5 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
 2024-08-29  5:22 UTC  (3+ messages)

[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
 2024-08-29  5:20 UTC  (3+ messages)

[PATCH v2 0/2] iommu/arm-smmu-v3: Parse out event records
 2024-08-29  5:20 UTC  (3+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers

BUG: general protection fault in get_mem_cgroup_from_objcg
 2024-08-29  5:20 UTC  (3+ messages)

[PATCH 0/2] Support SSTC while PM operations
 2024-08-29  5:18 UTC  (9+ messages)
` [PATCH 1/2] riscv: Add stimecmp save and restore
` [PATCH 2/2] time-riscv: Stop stimecmp when cpu hotplug

[PATCH net 2/3] i2c: designware: add device private data passing to lock functions
 2024-08-29  5:16 UTC  (2+ messages)

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-29  5:16 UTC  (4+ messages)

[PATCH i-g-t v2] tests/intel/xe_exec_fault_mode: Don't return early
 2024-08-29  5:16 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_exec_fault_mode: Don't return early (rev2)

[PATCH v1] arm: dts: st: stm32mp151a-prtt1l: Fix QSPI configuration
 2024-08-29  5:12 UTC  (4+ messages)

[qemu-mainline test] 187381: regressions - FAIL
 2024-08-29  5:12 UTC 

[PATCH v3 0/2] Add support for nuvoton ma35 nand controller
 2024-08-29  5:10 UTC  (7+ messages)
` [PATCH v3 2/2] mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-08-29  5:08 UTC  (3+ messages)
` (subset) "

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-08-29  5:07 UTC  (4+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`

[PATCH i-g-t v5 0/4] Improvise-the-deep-pkgc
 2024-08-29  5:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Improvise-the-deep-pkgc (rev5)

BUG: unable to handle kernel NULL pointer dereference in sock_def_readable
 2024-08-29  5:05 UTC  (3+ messages)

[PATCH v1 0/4] add ref content check for files backend
 2024-08-29  4:59 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v4 0/9] Add Starfive JH7110 Cadence USB driver
 2024-08-29  4:57 UTC  (4+ messages)
` [PATCH v4 7/9] dts: starfive: Add JH7110 Cadence USB dts node

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-08-29  4:57 UTC  (6+ messages)
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module

[PATCH] usb: dwc3: core: Set GUCTL1[29] to ignore single SE0 glitch for FS/LS operation
 2024-08-29  4:55 UTC  (3+ messages)

[PATCH net-next v4 0/9] bnxt_en: Update for net-next
 2024-08-29  4:52 UTC  (3+ messages)
` [PATCH net-next v4 9/9] bnxt_en: Support dynamic MSIX

WARNING in process_measurement
 2024-08-29  4:53 UTC  (2+ messages)

[esmil:eic7700 3/24] arch/riscv/boot/dts/eswin/eic7700.dtsi:459.26-704.5: Warning (unit_address_vs_reg): /noc/d0_cfg_noc: node has a reg or ranges property, but no unit name
 2024-08-29  4:52 UTC 

How to handle complex Codec2Codec
 2024-08-29  4:51 UTC 

[PATCH net] virtio-net: fix overflow inside virtnet_rq_alloc
 2024-08-29  4:51 UTC  (4+ messages)

[CI i-g-t] tests/intel/xe_drm_fdinfo: Extend mercy to the upper end
 2024-08-29  4:50 UTC  (2+ messages)
` ✓ CI.xeFULL: success for tests/intel/xe_drm_fdinfo: Extend mercy to the upper end (rev2)

[PATCH] vdpa: Set speed and duplex of mlx5_vnet to UNKNOWN
 2024-08-29  4:49 UTC  (2+ messages)

[PATCHv4 net-next] net: ag71xx: get reset control using devm api
 2024-08-29  4:49 UTC  (2+ messages)

WARNING in rcu_core
 2024-08-29  4:48 UTC  (3+ messages)

[PATCH v2] pinctrl: Simplify with dev_err_probe()
 2024-08-29  4:48 UTC 

[esmil:eic7700 3/24] arch/riscv/boot/dts/eswin/eic7700.dtsi:459.26-704.5: Warning (unit_address_vs_reg): /noc/d0_cfg_noc: node has a reg or ranges property, but no unit name
 2024-08-29  4:46 UTC 

BUG: general protection fault in batadv_bla_del_backbone_claims
 2024-08-29  4:41 UTC  (2+ messages)

[PATCH net-next v3 0/3] Add Statistics Support for DP83TG720 PHY
 2024-08-29  4:41 UTC  (10+ messages)
` [PATCH net-next v3 1/3] phy: open_alliance_helpers: Add defines for link quality metrics

[PATCH v4 0/7] Fix check-qtest-ppc64 sanitizer errors
 2024-08-29  4:39 UTC  (12+ messages)
` [PATCH v4 6/7] memory: Do not create circular reference with subregion

BUG: unable to handle kernel NULL pointer dereference in stack_depot_save_flags
 2024-08-29  4:38 UTC  (2+ messages)

BUG: general protection fault in update_io_ticks
 2024-08-29  4:32 UTC  (2+ messages)

[Buildroot] [PATCH next] package/zabbix: update to 7.0.3
 2024-08-29  4:32 UTC  (2+ messages)

[PATCH v5 0/4] x86/cacheinfo: Set the number of leaves per CPU
 2024-08-29  4:38 UTC  (11+ messages)
` [PATCH v5 2/4] cacheinfo: Allocate memory for memory if not done from the primary CPU
` [PATCH v5 3/4] x86/cacheinfo: Delete global num_cache_leaves
` [PATCH v5 4/4] x86/cacheinfo: Clean out init_cache_level()

[PATCH net-next 0/3] icmp: avoid possible side-channels attacks
 2024-08-29  4:31 UTC  (7+ messages)
` [PATCH net-next 1/3] icmp: change the order of rate limits
` [PATCH net-next 2/3] icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
` [PATCH net-next 3/3] icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns

clearly mark DMA_OPS support as an architecture feature v2
 2024-08-29  4:30 UTC  (4+ messages)
` [PATCH 2/2] dma-mapping: clearly mark DMA ops as an architecture feature

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-29  4:29 UTC  (4+ messages)
` [PATCH V5 4/8] io_uring: support SQE group

[PATCH bpf-next v3 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-29  4:28 UTC  (2+ messages)

[PATCH v2] nvme: check if the namespace supports metadata in nvme_map_user_request()
 2024-08-29  4:28 UTC  (3+ messages)

[PATCH v17 0/7] drm/xe/guc: Add GuC based register capture for error capture
 2024-08-29  4:26 UTC  (3+ messages)
` [PATCH v17 7/7] drm/xe/guc: Plumb GuC-capture into dev coredump

[openeuler:OLK-5.10 29656/30000] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c:597:5: warning: "CONFIG_HNS3_UBL" is not defined, evaluates to 0
 2024-08-29  4:25 UTC 

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
 2024-08-29  4:24 UTC  (3+ messages)

[PATCH v3] dma: Trace API
 2024-08-29  4:19 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io (2)
 2024-08-29  4:19 UTC 

[PATCH v1] automation: fix false success in qemu tests
 2024-08-29  4:18 UTC  (2+ messages)

[PATCH v2] arm64: mm: fix DMA zone when dma-ranges is missing
 2024-08-29  4:16 UTC  (2+ messages)

build meta-zephyr or prebuild image
 2024-08-29  3:16 UTC  (2+ messages)

Grub doesn’t load devicetree
 2024-08-29  0:31 UTC 

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io (2)
 2024-08-29  4:13 UTC  (2+ messages)
` [syzbot] "

Build failure with GCC 14
 2024-08-29  4:13 UTC 

[PATCH v3 1/3] powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
 2024-08-29  4:10 UTC  (5+ messages)
` [PATCH v3 3/3] powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO add

convert XFS perag lookup to xarrays v3
 2024-08-29  4:08 UTC  (6+ messages)
` [PATCH 1/5] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 3/5] xfs: simplify tagged perag iteration
` [PATCH 4/5] xfs: convert perag lookup to xarray
` [PATCH 5/5] xfs: use xas_for_each_marked in xfs_reclaim_inodes_count

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-08-29  4:06 UTC  (11+ messages)
  ` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

VFS caching of file extents
 2024-08-29  4:00 UTC  (3+ messages)

[PATCH] regulator: mt6359: Fix UBSAN shift-out-of-bounds
 2024-08-29  2:58 UTC 

[ovmf test] 187393: all pass - PUSHED
 2024-08-29  4:00 UTC 

[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-29  3:59 UTC  (3+ messages)

[PATCH v5 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
 2024-08-29  3:58 UTC  (4+ messages)

[PATCH v2 0/5] tests/kms_writeback: Add clone mode subtest
 2024-08-29  3:57 UTC  (3+ messages)
` ✓ CI.xeBAT: success for tests/kms_writeback: Add clone mode subtest (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH net,v7] net/smc: prevent NULL pointer dereference in txopt_get
 2024-08-29  3:56 UTC 

sort out the fallocate mode mess v2
 2024-08-29  3:56 UTC  (7+ messages)
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate

[PATCH] drm/xe/bmg: Drop force_probe requirement
 2024-08-29  3:56 UTC  (2+ messages)
` ✓ CI.FULL: success for drm/xe/bmg: Drop force_probe requirement (rev2)

[PATCH net-next v29 00/13] Add Realtek automotive PCIe driver
 2024-08-29  3:48 UTC  (14+ messages)
` [PATCH net-next v29 01/13] rtase: Add support for a pci table in this module
` [PATCH net-next v29 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v29 03/13] rtase: Implement the rtase_down function
` [PATCH net-next v29 04/13] rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v29 05/13] rtase: Implement hardware configuration function
` [PATCH net-next v29 06/13] rtase: Implement .ndo_start_xmit function
` [PATCH net-next v29 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v29 08/13] rtase: Implement net_device_ops
` [PATCH net-next v29 09/13] rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v29 10/13] rtase: Implement ethtool function
` [PATCH net-next v29 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v29 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v29 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-29  3:55 UTC  (10+ messages)
            ` 回复: "
                ` 回复: "

drivers/pci/controller/dwc/pcie-designware.c:898:50: error: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 3
 2024-08-29  3:54 UTC 

RFC: add STATX_DIO_READ_ALIGN
 2024-08-29  3:44 UTC  (4+ messages)
` [PATCH 2/3] fs: "

[PATCHSET v4.1] xfs: cleanups for inode rooted btree code
 2024-08-29  3:51 UTC  (5+ messages)
` [PATCH 05/10] xfs: move the zero records logic into xfs_bmap_broot_space_calc

linux-next: build failure after merge of the drm-intel tree
 2024-08-29  3:51 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for linux-next: build failure after merge of the drm-intel tree (rev5)

[PATCH v2 00/11] fuse: convert to using folios and iomap
 2024-08-29  3:50 UTC  (3+ messages)
` [PATCH v2 06/11] fuse: use iomap for writeback cache buffered writes

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-29  3:39 UTC  (4+ messages)
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()

[PATCH] mm: vmalloc: Refactor vm_area_alloc_pages() function
 2024-08-29  3:48 UTC  (2+ messages)

[PATCH v5] drm/amdgpu/gfx9.4.3: Implement compute pipe reset
 2024-08-29  3:47 UTC 

convert XFS perag lookup to xarrays v2
 2024-08-29  3:48 UTC  (6+ messages)
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c

[PATCH v3] Bluetooth: btrtl: Set msft ext address filter quirk
 2024-08-29  3:46 UTC 

fix stale delalloc punching for COW I/O
 2024-08-29  3:46 UTC  (6+ messages)
` [PATCH 01/10] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

[PATCH bpf] bpf: add check for invalid name in btf_name_valid_section()
 2024-08-29  3:45 UTC  (2+ messages)

[PATCH v4 4/5] udmabuf: udmabuf_create codestyle cleanup
 2024-08-29  3:44 UTC 

[PATCH] led: gpio: handle GPIO_ACTIVE_LOW flag properly
 2024-08-29  3:43 UTC  (2+ messages)

[PATCH 0/4] Fix some starvation problems
 2024-08-29  3:40 UTC  (10+ messages)
` [PATCH 4/4] block: fix fix ordering between checking QUEUE_FLAG_QUIESCED and adding requests to hctx->dispatch
    `  "

[scarthgap][PATCH] openssh: add backported header file include
 2024-08-29  3:39 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.