All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-09 22:25:19 to 2024-10-09 23:50:02 UTC [more...]

[PATCH v6 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-10-09 23:46 UTC  (8+ messages)
` [PATCH v6 02/12] util/dsa: Add idxd into linux header copy list
` [PATCH v6 03/12] util/dsa: Implement DSA device start and stop logic
` [PATCH v6 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v6 08/12] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v6 10/12] migration/multifd: Add migration option set packet size
` [PATCH v6 11/12] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v6 12/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading

kselftest/fixes kselftest-cpufreq: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-5-gdc7da277516a0)
 2024-10-09 23:49 UTC 

[PATCH net-next 1/5] fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seq
 2024-10-09 23:47 UTC  (2+ messages)

[PATCH] asus-laptop: prefer strscpy() over strcpy()
 2024-10-09 23:10 UTC  (2+ messages)

[PATCH v2 dwarves 0/5] btf_encoder: implement shared elf_functions table
 2024-10-09 23:43 UTC  (7+ messages)
` [PATCH v2 dwarves 1/5] dwarf_loader: introduce pre/post cus__load_module hooks to conf_load
` [PATCH v2 dwarves 2/5] btf_encoder: introduce elf_functions struct type
` [PATCH v2 dwarves 3/5] btf_encoder: collect elf_functions in pre_cus__load_module
` [PATCH v2 dwarves 4/5] btf_encoder: make elf_functions.entry an elf_function list
` [PATCH v2 dwarves 5/5] btf_encoder: switch to shared elf_functions table

[PATCH v5 00/44] Boot modules for Hyperlaunch
 2024-10-09 23:42 UTC  (21+ messages)
` [PATCH v5 25/44] x86/boot: convert create_dom0 to use boot info
` [PATCH v5 28/44] x86/boot: add cmdline to struct boot_module
` [PATCH v5 30/44] x86/boot: convert dom0_construct_pv initrd param "
` [PATCH v5 33/44] x86/boot: convert initial_images "
` [PATCH v5 34/44] x86/boot: drop the use of initial_images unit global
` [PATCH v5 36/44] x86/boot: remove remaining early_mod references

[PATCH net-next v20 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-10-09 23:40 UTC  (3+ messages)
` [PATCH net-next v20 09/14] net: rename skb_copy_to_page_nocache() helper

[PATCH i-g-t] xe: Add test to check pci memory barrier capability
 2024-10-09 23:39 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH 0/2] serial: 8250_dw: Introduce SG2044 uart support
 2024-10-09 23:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2044 uarts
` [PATCH 2/2] serial: 8250_dw: Add Sophgo SG2044 quirk

[PATCH bpf 0/7] Misc fixes for bpf
 2024-10-09 23:39 UTC  (10+ messages)
` [PATCH bpf 1/7] bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
` [PATCH bpf 5/7] bpf: Change the type of unsafe_ptr in bpf_iter_bits_new()

WARNING: CPU: 1 PID: 81 at crypto/testmgr.c:5931 alg_test+0x2a4/0x300 (Thinkpad T60, v6.12-rc2)
 2024-10-09 23:38 UTC 

[linux-next:master 2227/3432] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1c06000: clocks: [[52, 107], [52, 109], [139, 1], [52, 111], [52, 113], [52, 115]] is too long
 2024-10-09 23:37 UTC 

[PATCH v2 1/1] x86/reboot: KVM: Guard nmi_shootdown_cpus_on_restart() with ifdeffery
 2024-10-09 23:37 UTC  (3+ messages)

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-09 23:37 UTC  (7+ messages)
` [PATCH v3 2/3] worktree: link "

[PATCH bpf 0/4] Fix caching of BTF for kfuncs in the verifier
 2024-10-09 23:36 UTC  (5+ messages)
` [PATCH bpf 2/4] selftests/bpf: Consolidate kernel modules into common directory

[PATCH 0/3] clk: test: Test clock-assigned-rates{-u64}
 2024-10-09 23:36 UTC  (7+ messages)
` [PATCH 1/3] clk: test: Add test managed of_clk_add_hw_provider()
` [PATCH 2/3] of: kunit: Extract some overlay boiler plate into macros
` [PATCH 3/3] clk: test: Add KUnit tests for clock-assigned-rates{-u64} DT properties

[PATCH] tracing/fgraph: Simplify return address printing in function graph tracer
 2024-10-09 23:35 UTC 

[RFC PATCH 00/23] accel/tcg: Convert victim tlb to IntervalTree
 2024-10-09 23:31 UTC  (17+ messages)
` [PATCH 01/23] util/interval-tree: Introduce interval_tree_free_nodes
` [PATCH 02/23] accel/tcg: Split out tlbfast_flush_locked
` [PATCH 03/23] accel/tcg: Split out tlbfast_{index,entry}
` [PATCH 04/23] accel/tcg: Split out tlbfast_flush_range_locked
` [PATCH 05/23] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup
` [PATCH 06/23] accel/tcg: Early exit for zero length in tlb_flush_range_by_mmuidx*
` [PATCH 07/23] accel/tcg: Flush entire tlb when a masked range wraps
` [PATCH 08/23] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc

[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
 2024-10-09 23:30 UTC  (5+ messages)

[PATCH] nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
 2024-10-09 23:30 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.12-rc3
 2024-10-09 23:30 UTC  (3+ messages)

[ANNOUNCE] Release v5.10.226-cip53
 2024-10-09 23:28 UTC 

[PATCH 0/5] sched: Lazy preemption muck
 2024-10-09 23:29 UTC  (12+ messages)

[PATCH net-next 0/2] net: do not rely on rtnl in netdev_nl_napi_get_xxx()
 2024-10-09 23:27 UTC  (3+ messages)
` [PATCH net-next 1/2] netdev-genl: do not use rtnl in netdev_nl_napi_get_doit()
` [PATCH net-next 2/2] netdev-genl: do not use rtnl in netdev_nl_napi_get_dumpit()

[PATCH v2 RESEND] function_graph: Support recording and printing the function return address
 2024-10-09 23:26 UTC  (4+ messages)

[PATCH v2 0/7] clk: en7523: Update register mapping for EN7581
 2024-10-09 23:24 UTC  (3+ messages)

[PATCH net-next] net: phy: populate host_interfaces when attaching PHY
 2024-10-09 23:23 UTC  (8+ messages)

[PATCH] clk: mediatek: drop two dead config options
 2024-10-09 23:23 UTC  (2+ messages)

[syzbot] [hfs?] possible deadlock in hfsplus_file_extend
 2024-10-09 23:23 UTC 

[PATCH] doc: update TAP device features
 2024-10-09 23:21 UTC  (6+ messages)

[syzbot] [btrfs?] BUG: sleeping function called from invalid context in getname_kernel
 2024-10-09 23:21 UTC  (2+ messages)

[syzbot] [btrfs?] general protection fault in getname_kernel (2)
 2024-10-09 23:21 UTC  (2+ messages)

[PATCH v1 net-next 00/13] rtnetlink: Refactor rtnl_{new,del,set}link() for per-netns RTNL
 2024-10-09 23:16 UTC  (14+ messages)
` [PATCH v1 net-next 01/13] rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs
` [PATCH v1 net-next 02/13] rtnetlink: Call validate_linkmsg() in do_setlink()
` [PATCH v1 net-next 03/13] rtnetlink: Factorise do_setlink() path from __rtnl_newlink()
` [PATCH v1 net-next 04/13] rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink()
` [PATCH v1 net-next 05/13] rtnetlink: Move rtnl_link_ops_get() and retry "
` [PATCH v1 net-next 06/13] rtnetlink: Move ops->validate "
` [PATCH v1 net-next 07/13] rtnetlink: Protect struct rtnl_link_ops with SRCU
` [PATCH v1 net-next 08/13] rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink()
` [PATCH v1 net-next 09/13] rtnetlink: Fetch IFLA_LINK_NETNSID "
` [PATCH v1 net-next 10/13] rtnetlink: Clean up rtnl_dellink()
` [PATCH v1 net-next 11/13] rtnetlink: Clean up rtnl_setlink()
` [PATCH v1 net-next 12/13] rtnetlink: Call rtnl_link_get_net_capable() in do_setlink()
` [PATCH v1 net-next 13/13] rtnetlink: Protect struct rtnl_af_ops with SRCU

[pci:next] BUILD SUCCESS 6437627cb582a85c0fcf850902d52405014ce10b
 2024-10-09 23:17 UTC 

[RFC 0/4] ethdev: rework config restore
 2024-10-09 23:16 UTC  (9+ messages)

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-09 23:16 UTC  (12+ messages)
` [PATCH v1 01/15] net: devmem: pull struct definitions out of ifdef
` [PATCH v1 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v1 13/15] io_uring/zcrx: add copy fallback

[PATCH 0/9] OpenSBI domain data support
 2024-10-09 23:15 UTC  (14+ messages)
` [PATCH 1/9] lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
` [PATCH 2/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
` [PATCH 3/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
` [PATCH 4/9] lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
` [PATCH 5/9] lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domains
` [PATCH 6/9] include: sbi: Remove cyclic include in sbi_domain_context.h

Bug: `git maintenance start` is likely broken in 2.47
 2024-10-09 23:14 UTC  (4+ messages)
` [PATCH] builtin/gc: fix crash when running `git maintenance start`

[PATCH] clk: cdce925: make regmap_cdce925_bus constant
 2024-10-09 23:13 UTC  (2+ messages)

[PATCH RFC 00/10] Allow platform specific PMU event encoding
 2024-10-09 23:09 UTC  (11+ messages)
` [PATCH RFC 01/10] target/riscv: Fix the hpmevent mask
` [PATCH RFC 02/10] target/riscv: Introduce helper functions for pmu hashtable lookup
` [PATCH RFC 03/10] target/riscv: Protect the hashtable modifications with a lock
` [PATCH RFC 04/10] target/riscv: Use uint64 instead of uint as key
` [PATCH RFC 05/10] target/riscv: Rename the PMU events
` [PATCH RFC 06/10] target/riscv: Define PMU event related structures
` [PATCH RFC 07/10] hw/riscv/virt.c : Disassociate virt PMU events
` [PATCH RFC 08/10] target/riscv: Update event mapping hashtable for invalid events
` [PATCH RFC 09/10] target/riscv : Use the new tlb fill event functions
` [PATCH RFC 10/10] hw/riscv/virt.c: Generate the PMU node from the machine

[PATCH] btrfs: fix error propagation of split bios
 2024-10-09 23:11 UTC  (4+ messages)

[PATCH v2] drm/xe: Enlarge the invalidation timeout from 150 to 500
 2024-10-09 23:09 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Enlarge the invalidation timeout from 150 to 500 (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 0/3] Add support for the RZ/V2H Interrupt Control Unit
 2024-10-09 23:08 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: interrupt-controller: Add Renesas RZ/V2H(P) Interrupt Controller
` [PATCH v3 2/3] irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driver
` [PATCH v3 3/3] arm64: dts: renesas: r9a09g057: Add ICU node

[PATCH] clk: rockchip: fix finding of maximum clock ID
 2024-10-09 23:07 UTC  (6+ messages)

[linux-next:master 2858/3432] arch/x86/mm/init_64.c:992:42: error: implicit declaration of function 'bootmem_type'
 2024-10-09 23:06 UTC 

[PATCH] net/slirp: introduce slirp_os_socket to stay compatible with libslirp past 4.8.0
 2024-10-09 23:06 UTC  (2+ messages)

[PATCH 00/10] Add xe3lpd edp enabling
 2024-10-09 23:06 UTC  (7+ messages)
` [PATCH 09/10] drm/i915/xe3lpd: Add check to see if edp over type c is allowed
` [PATCH 10/10] drm/i915/xe3lpd: Add powerdown value of eDP over type c

[PATCH v8 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-10-09 23:03 UTC  (5+ messages)
` [PATCH v8 3/3] drm/rockchip: Add basic RK3588 HDMI output support

[PATCH 1/2] bitbake.conf: don't force musl on mips to use classic sysv hashing
 2024-10-09 23:03 UTC  (2+ messages)

[PATCH] clk: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-10-09 23:01 UTC  (2+ messages)

[PATCH v3 1/1] clk: clk-qoriq: Replace of_node_put() with __free()
 2024-10-09 23:01 UTC  (2+ messages)

[PATCH v3 0/8] Add platform supports to MediaTek MT8188 SoC
 2024-10-09 22:59 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188

[PATCH v2 0/3] Mac Filter Port to New DTS
 2024-10-09 22:59 UTC  (8+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses
  ` [PATCH v6 2/2] dts: mac filter test suite refactored for new dts

drivers/spmi/spmi-pmic-arb.c:1782 spmi_pmic_arb_register_buses() error: uninitialized symbol 'ret'
 2024-10-09 22:58 UTC  (2+ messages)

[PATCH 1/1] mtd: simplify CONFIG_DM_SPI_FLASH dependencies
 2024-10-09 22:58 UTC  (2+ messages)

[PATCH 0/4] spi: Various Kconfig fixes
 2024-10-09 22:58 UTC  (2+ messages)

[RFC PATCH 0/2] Allow fdinfo to display size of internal BO's
 2024-10-09 22:55 UTC  (4+ messages)
` [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

[PATCH][next] fs: Fix uninitialized scalar variable now
 2024-10-09 22:55 UTC  (4+ messages)

[PATCH v4] doc:it_IT: update documents in process/
 2024-10-09 22:45 UTC 

[PATCH 0/3] Handle G2H response timeout
 2024-10-09 22:54 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH v2 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-09 22:52 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "
` [PATCH v2 2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver
` [PATCH v2 3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers

kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (linux_kselftest-fixes-6.12-rc2-5-gdc7da277516a0)
 2024-10-09 22:51 UTC 

[PATCH v2] drm/amdkfd: Not restore userptr buffer if kfd process has been removed
 2024-10-09 22:50 UTC  (3+ messages)

[PATCH v8 00/25] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-09 22:49 UTC  (5+ messages)
` [PATCH v8 07/25] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v8 08/25] x86/resctrl: Introduce interface to display number of monitoring counters

[PATCH v1] drm/i915/gt: Retry RING_HEAD reset until it sticks
 2024-10-09 22:48 UTC  (2+ messages)

[PATCH] xen: Remove config dependency in XEN_PRIVCMD definition
 2024-10-09 22:46 UTC  (3+ messages)

[PATCH 0/1] lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING
 2024-10-09 22:47 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/4] cfgfile: enhance error detecting
 2024-10-09 22:47 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v9 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-10-09 22:40 UTC  (8+ messages)
` [PATCH v9 1/3] drm/bridge: synopsys: Add DW HDMI QP TX Controller support library
` [PATCH v9 2/3] dt-bindings: display: rockchip: Add schema for RK3588 HDMI TX Controller
` [PATCH v9 3/3] drm/rockchip: Add basic RK3588 HDMI output support

[PATCH] lockdep: Use info level for lockdep initial info messages
 2024-10-09 22:45 UTC  (3+ messages)

[meta-oe][PATCH] asio: Add ptest support
 2024-10-09 22:42 UTC  (3+ messages)
` [oe] "

[net-next v4 0/2] tg3: Link IRQs, NAPIs, and queues
 2024-10-09 22:40 UTC  (5+ messages)
` [net-next v4 1/2] tg3: Link IRQs to NAPI instances
` [net-next v4 2/2] tg3: Link queues to NAPIs

[PATCH 0/6] Allow showing the memory map
 2024-10-09 22:39 UTC  (5+ messages)
` [PATCH 6/6] cmd: Add a command to show "

[PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-09 21:20 UTC  (2+ messages)
` [PATCH bpf 3/4] vsock: Update msg_count on read_skb()

[PATCH v6 0/8] systemd uki support
 2024-10-09 22:36 UTC  (2+ messages)
  ` [OE-core] "

[PATCH v2] irqchip/renesas-rzg2l: Fix missing put_device
 2024-10-09 22:35 UTC 

[PATCH] clk: Remove unused clk_hw_rate_is_protected
 2024-10-09 22:34 UTC  (2+ messages)

[PATCH] netfilter: Record uid and gid in xt_AUDIT
 2024-10-09 22:34 UTC  (4+ messages)

[PATCH] Makefile: perform sanity checks on payload during build
 2024-10-09 22:32 UTC  (4+ messages)

[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
 2024-10-09 22:32 UTC  (4+ messages)
` [PATCH 1/3] clang-format: don't enforce the column limit

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-10-09 22:31 UTC  (12+ messages)

[PATCH] spmi: pmic-arb: fix return path in for_each_available_child_of_node()
 2024-10-09 22:31 UTC  (2+ messages)

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2024-10-09 22:30 UTC  (2+ messages)

[PATCH 1/2] USDT probes need provider spec ending with 0-9 or *
 2024-10-09 22:30 UTC  (2+ messages)
` [PATCH 2/2] Fix prid fencepost errors

[OE-core][PATCH] patchtest: add test_commit_message_user_tags
 2024-10-09 22:29 UTC  (2+ messages)

[PATCH v2 0/4] drm/xe: Fix HPD interrupt enabling during runtime resume
 2024-10-09 22:28 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[PATCH v2 5/6] test: Add USDT tests for deferred detection
 2024-10-09 22:26 UTC 

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-10-09 22:25 UTC  (4+ messages)
` [PATCH v4 0/5] Introduce libgit-rs, "
  ` [PATCH v4 4/5] libgit: add higher-level libgit crate

[openeuler:openEuler-1.0-LTS 21254/23825] drivers/gpu/drm/phytium/phytium_pci.c:237:23: error: implicit declaration of function 'pci_enable_msi'; did you mean 'pci_enable_sriov'?
 2024-10-09 22:24 UTC 

drivers/crypto/intel/qat/qat_common/adf_sysfs.c:217:14-43: opportunity for str_on_off(accel_dev -> autoreset_on_error)
 2024-10-09 22:24 UTC 

[PATCH net-next v0] net: phy: aquantia: poll status register
 2024-10-09 22:25 UTC  (3+ messages)

[PATCH 6.6 000/386] 6.6.55-rc1 review
 2024-10-09 22:25 UTC  (2+ 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.