All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-12 22:39:56 to 2023-09-13 00:05:11 UTC [more...]

[PATCH net-next v2 1/3] ptp: Replace timestamp event queue with linked list
 2023-09-13  0:05 UTC  (2+ messages)

[Intel-xe] [PATCH 0/2] Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE
 2023-09-13  0:04 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
` [Intel-xe] [PATCH 2/2] drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPI
` [Intel-xe] ✓ CI.Patch_applied: success for Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

KASAN: slab-use-after-free Read in hci_conn_hash_flush
 2023-09-13  0:04 UTC  (2+ messages)

[PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-12 23:55 UTC 

[PATCH v2 0/6] sched fixes
 2023-09-13  0:01 UTC  (3+ messages)

Overflow issue in trans_stat_show
 2023-09-12 23:59 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the bpf tree
 2023-09-12 23:58 UTC  (4+ messages)

[PATCH bpf-next v3 00/17] Exceptions - 1/2
 2023-09-12 23:53 UTC  (20+ messages)
` [PATCH bpf-next v3 01/17] bpf: Use bpf_is_subprog to check for subprogs
` [PATCH bpf-next v3 02/17] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v3 03/17] bpf: Implement support for adding hidden subprogs
` [PATCH bpf-next v3 04/17] bpf: Implement BPF exceptions
` [PATCH bpf-next v3 05/17] bpf: Refactor check_btf_func and split into two phases
` [PATCH bpf-next v3 06/17] bpf: Add support for custom exception callbacks
` [PATCH bpf-next v3 07/17] bpf: Perform CFG walk for exception callback
` [PATCH bpf-next v3 08/17] bpf: Treat first argument as return value for bpf_throw
` [PATCH bpf-next v3 09/17] mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.h
` [PATCH bpf-next v3 10/17] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v3 11/17] bpf: Detect IP == ksym.end as part of BPF program
` [PATCH bpf-next v3 12/17] bpf: Disallow fentry/fexit/freplace for exception callbacks
` [PATCH bpf-next v3 13/17] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v3 14/17] libbpf: Refactor bpf_object__reloc_code
` [PATCH bpf-next v3 15/17] libbpf: Add support for custom exception callbacks
` [PATCH bpf-next v3 16/17] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v3 17/17] selftests/bpf: Add tests for BPF exceptions

[PATCH v3 0/5] ARM: Add GXP UMAC Support
 2023-09-12 23:52 UTC  (11+ messages)
` [PATCH v3 4/5] net: hpe: Add GXP UMAC Driver

general protection fault in ext4_update_overhead
 2023-09-12 23:50 UTC  (3+ messages)

[igt-dev] [PATCH 0/2] Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from Xe uAPI
 2023-09-12 23:49 UTC  (3+ messages)
` [igt-dev] [PATCH 1/2] xe_exec_threads: Use DRM_XE_VM_CREATE_COMPUTE_MODE when creating a compute VM
` [igt-dev] [PATCH 2/2] xe: Update uAPI and remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE

[linux-next:master 1126/4552] fs/bcachefs/fs-ioctl.h:25:23: warning: 'bch_flags_to_xflags' defined but not used
 2023-09-12 23:46 UTC 

[linux-next:master 878/4552] drivers/gpu/drm/i915/display/intel_psr.c:3185 i915_psr_sink_status_show() error: uninitialized symbol 'error_status'
 2023-09-12 23:46 UTC 

[jsarha:topic/cros-sof-v4.19 571/6555] drivers/pkglist/pkglist_none.c:45:12: warning: no previous declaration for 'pkglist_init'
 2023-09-12 23:46 UTC 

[tip: x86/tdx] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
 2023-09-12 23:44 UTC 

[tip: x86/tdx] x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
 2023-09-12 23:44 UTC 

[tip: x86/tdx] x86/tdx: Remove 'struct tdx_hypercall_args'
 2023-09-12 23:44 UTC 

[tip: x86/tdx] x86/virt/tdx: Wire up basic SEAMCALL functions
 2023-09-12 23:44 UTC 

[tip: x86/tdx] x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GP
 2023-09-12 23:44 UTC 

[PATCH] ipmi: refactor deprecated strncpy
 2023-09-12 23:43 UTC 

[PATCH] fs: have setattr_copy handle multigrain timestamps appropriately
 2023-09-12 23:42 UTC  (3+ messages)

[PATCH v9 00/16] PCI devices passthrough on Arm, part 3
 2023-09-12 23:41 UTC  (4+ messages)
` [PATCH v9 04/16] vpci: add hooks for PCI device assign/de-assign

[PATCH bpf-next 0/1] bpf, arm64: support exceptions
 2023-09-12 23:39 UTC  (4+ messages)
` [PATCH bpf-next 1/1] "

[PATCH v3 1/2] usb: dwc3: core: configure TX/RX threshold for DWC3_IP
 2023-09-12 23:39 UTC  (2+ messages)

[Nouveau] [PATCH drm-misc-next v3 0/7] [RFC] DRM GPUVA Manager GPU-VM features
 2023-09-12 23:36 UTC  (8+ messages)
` [Nouveau] [PATCH drm-misc-next v3 6/7] drm/gpuvm: generalize dma_resv/extobj handling and GEM validation
        `  "

linux-next: Tree for Sep 12
 2023-09-12 23:36 UTC  (3+ messages)
` linux-next: Tree for Sep 12 [drivers/pinctrl/nuvoton/pinctrl-npcm8xx.ko]
` linux-next: Tree for Sep 12 (bcachefs, objtool)

[jlayton:noumask 10/10] fs/namei.c:3120:40: error: no member named 's_i_flags' in 'struct super_block'; did you mean 's_iflags'?
 2023-09-12 23:35 UTC 

linux-next: build failure after merge of the bcachefs tree
 2023-09-12 23:35 UTC  (3+ messages)

[PATCH v9 6/6] riscv: Use --emit-relocs in order to move .rela.dyn in init
 2023-09-12 23:34 UTC  (3+ messages)

[PATCH v2 1/2] arm64: dts: qcom: sdm845: Fix PSCI power domain names
 2023-09-12 23:30 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sdm845: cheza doesn't support LMh node

[Intel-gfx] [PATCH 1/3] drm/i915: move more of the display probe to display code
 2023-09-12 23:29 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915: move more of the display probe to display code (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[linux-next:master 2964/4552] fs/bcachefs/checksum.c:141:22: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof ((1UL << 12) - offset) *' (aka 'unsigned long *'))
 2023-09-12 23:25 UTC 

[tip:x86/tdx 10/12] arch/x86/coco/tdx/tdx.c:729:32: warning: excess elements in struct initializer
 2023-09-12 23:25 UTC  (2+ messages)

[tip:x86/tdx 8/12] arch/x86/coco/tdx/tdx.c:733:27: error: implicit declaration of function '__tdx_hypercall_ret'; did you mean '__tdx_hypercall'?
 2023-09-12 23:25 UTC  (2+ messages)

[Intel-xe] [PATCH v4 1/2] drm/xe: Add infrastructure for per engine tuning
 2023-09-12 23:25 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v4,1/2] "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[PATCH 0/5] x86/pv: #DB vs %dr6 fixes, part 2
 2023-09-12 23:21 UTC  (6+ messages)
` [PATCH 1/5] x86/pv: Fix the determiniation of whether to inject #DB
` [PATCH 2/5] x86: Introduce x86_merge_dr6()
` [PATCH 3/5] x86/emul: Add a pending_dbg field to x86_emulate_ctxt.retire
` [PATCH 4/5] x86/pv: Drop priv_op_ctxt.bpmatch and use pending_dbg instead
` [PATCH 5/5] x86/pv: Rewrite %dr6 handling

[ANNOUNCE] PUCK Agenda - 2023.09.13 - CANCELED
 2023-09-12 23:21 UTC 

[dm-devel] [PATCH v2 00/37] multipath-tools: user-friendly names rework
 2023-09-12 23:20 UTC  (20+ messages)
` [dm-devel] [PATCH v2 02/37] libmultipath: add alias_already_taken()
` [dm-devel] [PATCH v2 04/37] libmultipath: never allocate an alias that's already taken
` [dm-devel] [PATCH v2 07/37] multipath-tools tests: add tests for get_user_friendly_alias()
` [dm-devel] [PATCH v2 18/37] libmultipath: keep bindings in memory
` [dm-devel] [PATCH v2 22/37] libmultipath: sort aliases by length and strcmp
` [dm-devel] [PATCH v2 23/37] multipath-tools tests: fix alias test after sort order change
` [dm-devel] [PATCH v2 24/37] libmultipath: simplify get_free_id() assuming total ordering
` [dm-devel] [PATCH v2 25/37] multipath-tools tests: adapt alias tests for "
` [dm-devel] [PATCH v2 26/37] multipath-tools tests: add test for ordering of bindings

[tip: x86/mm] x86/numa: Introduce numa_fill_memblks()
 2023-09-12 23:20 UTC 

[tip: x86/mm] ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
 2023-09-12 23:20 UTC 

[PATCH bpf-next v3 0/3] libbpf: Support symbol versioning for uprobe
 2023-09-12 23:19 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] "
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for "

[PATCH bpf-next 0/6] bpf: verifier: stop emitting zext for LDX
 2023-09-12 23:16 UTC  (29+ messages)
` [PATCH bpf-next 1/6] bpf, riscv32: Always zero extend for LDX with B/W/H
` [PATCH bpf-next 2/6] bpf, x86-32: "
` [PATCH bpf-next 3/6] bpf, parisc32: "
` [PATCH bpf-next 4/6] bpf, powerpc32: Always zero extend for LDX
` [PATCH bpf-next 5/6] bpf, arm32: Always zero extend for LDX with B/H/W
` [PATCH bpf-next 6/6] bpf, verifier: always mark destination of LDX as 64-bit

[powerpc:topic/ppc-kvm 8/11] arch/powerpc/kvm/guest-state-buffer.c:505: warning: expecting prototype for kvmppc_gsm_init(). Prototype was for kvmppc_gsm_new() instead
 2023-09-12 23:14 UTC  (2+ messages)

[PATCH 1/5] locking: Add rwsem_is_write_locked()
 2023-09-12 23:16 UTC  (11+ messages)

[jlayton:noumask 10/10] fs/init.c:156:2: error: implicit declaration of function 'mode_strip_umask' is invalid in C99
 2023-09-12 23:14 UTC 

[linux-next:master 4291/4552] arch/powerpc/platforms/pseries/plpks_sed_ops.c:42:6: error: no previous prototype for function 'plpks_init_var'
 2023-09-12 23:14 UTC 

[PATCH v3 0/5] block-backend: process I/O in the current AioContext
 2023-09-12 23:10 UTC  (6+ messages)
` [PATCH v3 1/5] block: remove AIOCBInfo->get_aio_context()
` [PATCH v3 2/5] test-bdrv-drain: avoid race with BH in IOThread drain test
` [PATCH v3 3/5] block-backend: process I/O in the current AioContext
` [PATCH v3 4/5] block-backend: process zoned requests "
` [PATCH v3 5/5] block-coroutine-wrapper: use qemu_get_current_aio_context()

❌ FAIL (SKIPPED 4 of 234): Test report for master (6.6.0-rc1, mainline.kernel.org-clang, a747acc0)
 2023-09-12 23:10 UTC 

CI container image interference between staging and staging-7.2
 2023-09-12 23:07 UTC 

[PATCH] ARM: dts: imx6qdl-gw591: Remove lis2de12 interrupt-names
 2023-09-12 23:06 UTC  (2+ messages)

[PATCH v2 0/3] Minor cleanups
 2023-09-12 23:06 UTC  (3+ messages)

[PATCH v3 0/3] Minor cleanups
 2023-09-12 23:05 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: libsas: Move local functions declarations to sas_internal.h
` [PATCH v3 2/3] scsi: libsas: Declare sas_set_phy_speed() static
` [PATCH v3 3/3] scsi: libsas: Declare sas_discover_end_dev() static

UBSAN: shift-out-of-bounds in extAlloc
 2023-09-12 23:03 UTC 

general protection fault in reset_interrupt
 2023-09-12 23:03 UTC 

kernel BUG in erofs_iget
 2023-09-12 23:02 UTC 

BUG: soft lockup in smp_call_function
 2023-09-12 23:02 UTC 

kernel BUG in do_journal_end
 2023-09-12 23:03 UTC 

WARNING in btrfs_block_rsv_release
 2023-09-12 23:02 UTC 

[PATCH v5] eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
 2023-09-12 23:02 UTC  (2+ messages)

KASAN: null-ptr-deref Read in filemap_fault
 2023-09-12 23:02 UTC 

[PATCH v8 00/16] Linux RISC-V AIA Support
 2023-09-12 23:00 UTC  (4+ messages)
` [PATCH v8 03/16] of: property: Add fw_devlink support for msi-parent

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-09-12 22:58 UTC  (3+ messages)

[PATCH v4] PCI: vmd: Do not change the BIOS Hotplug setting on VMD rootports
 2023-09-12 22:54 UTC  (2+ messages)

[Intel-gfx] [PATCH] i915/pmu: Move execlist stats initialization to execlist specific setup
 2023-09-12 22:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[RFC v3 0/2] CPU-Idle latency selftest framework
 2023-09-12 22:54 UTC  (3+ messages)
` [RFC v3 1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events

[PATCH v7 00/18] plugins: Allow to read registers
 2023-09-12 22:53 UTC  (4+ messages)
` [PATCH v7 14/18] cpu: Call plugin hooks only when ready

[PATCH] ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins
 2023-09-12 22:52 UTC  (3+ messages)

[PATCH] bus: fsl-mc: refactor deprecated strncpy
 2023-09-12 22:52 UTC 

[PATCH v2] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-12 22:50 UTC 

[PATCH 0/9] migration: Better error handling in rp thread, allow failures in recover
 2023-09-12 22:49 UTC  (5+ messages)
` [PATCH 9/9] migration/postcopy: Allow network to fail even during recovery

[PATCH bpf-next 00/11] Implement cpuv4 support for s390x
 2023-09-12 22:49 UTC  (10+ messages)
` [PATCH bpf-next 01/11] bpf: Disable zero-extension for BPF_MEMSX

[PATCH v2] md: do not _put wrong device in md_seq_next
 2023-09-12 22:49 UTC  (2+ messages)

[PATCH] certs: Restrict blacklist updates to the secondary trusted keyring
 2023-09-12 22:47 UTC  (9+ messages)

[PATCH v2] drm/simpledrm: Add support for multiple "power-domains"
 2023-09-12 22:46 UTC  (2+ messages)

[PATCH nft 1/2] tests/shell: kill running child processes when aborting "run-tests.sh"
 2023-09-12 22:44 UTC  (2+ messages)
` [PATCH nft 2/2] tests/shell: ensure vgdb-pipe files are deleted from "nft-valgrind-wrapper.sh"

[PATCH v4 0/3] PCI: pciehp: Add support for native AER and DPC handling on async remove
 2023-09-12 22:45 UTC  (7+ messages)
` [PATCH v4 1/3] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR
` [PATCH v4 2/3] PCI: Enable support for 10-bit Tag during device enumeration

[PATCH V2] xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
 2023-09-12 22:44 UTC  (2+ messages)

[linux-next:master 1499/4552] fs/bcachefs/reflink.c:298:1: warning: the frame size of 1124 bytes is larger than 1024 bytes
 2023-09-12 22:42 UTC 

sh4-linux-ld: drivers/video/fbdev/sh7760fb.o:undefined reference to `fb_io_read'
 2023-09-12 22:42 UTC 

[PATCH v3 00/12] gdbstub and TCG plugin improvements
 2023-09-12 22:41 UTC  (13+ messages)
` [PATCH v3 01/12] gdbstub: Fix target_xml initialization
` [PATCH v3 02/12] gdbstub: Fix target.xml response
` [PATCH v3 03/12] plugins: Check if vCPU is realized
` [PATCH v3 04/12] contrib/plugins: Use GRWLock in execlog
` [PATCH v3 05/12] gdbstub: Introduce GDBFeature structure
` [PATCH v3 06/12] target/arm: Move the reference to arm-core.xml
` [PATCH v3 07/12] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v3 08/12] gdbstub: Use g_markup_printf_escaped()
` [PATCH v3 09/12] target/arm: Remove references to gdb_has_xml
` [PATCH v3 10/12] target/ppc: "
` [PATCH v3 11/12] gdbstub: Remove gdb_has_xml variable
` [PATCH v3 12/12] gdbstub: Replace gdb_regs with an array

[PATCH] bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up
 2023-09-12 22:40 UTC  (4+ messages)

[PATCH] cxl/mbox: Fix CEL logic for poison and security commands
 2023-09-12 22:39 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.