All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-30 22:49:46 to 2024-10-01 00:26:46 UTC [more...]

[PATCH] ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
 2024-10-01  0:26 UTC  (2+ messages)

[PATCH v2 0/1] update mseal.rst
 2024-10-01  0:26 UTC  (2+ messages)
` [PATCH v2 1/1] mseal: "

[PATCH 1/2] timer/linux: lower rounding of tsc estimation to 10KHz
 2024-10-01  0:22 UTC  (7+ messages)
` [PATCH v2 0/2] Improve TSC frequency accuracy on Linux
  ` [PATCH v2 2/2] timer/linux/x86: override TSC freq if no tsc_known_freq
` [PATCH v3 0/2] Improve TSC frequency accuracy on Linux
  ` [PATCH v3 1/2] timer/linux: lower rounding of tsc estimation to 100KHz
  ` [PATCH v3 2/2] timer/linux/x86: override TSC freq if no tsc_known_freq

[PATCH 1/2] strace: Define sched_attr conditionally
 2024-10-01  0:25 UTC  (3+ messages)
` [PATCH 2/2] linux-yocto: Enable l2tp drivers when ptest featuee is on

Fwd: DAMON Quaterly News Letter (2024 Q2)
 2024-10-01  0:24 UTC 

[PATCH v1 0/1] update mseal.rst
 2024-10-01  0:24 UTC  (8+ messages)
` [PATCH v1 1/1] mseal: "

[PATCH v6 00/12] efi: Add a test for EFI bootmeth
 2024-10-01  0:24 UTC  (6+ messages)
` [PATCH v6 06/12] efi: Use the same filename for all sandbox builds
` [PATCH v6 08/12] efi_loader: Disable ANSI output for tests

[PATCH v2 00/15] drm/xe: Fix flickering when inheriting BIOS fb
 2024-10-01  0:22 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix flickering when inheriting BIOS fb. (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v9 0/7] mm: zswap swap-out of large folios
 2024-10-01  0:22 UTC  (11+ messages)
` [PATCH v9 4/7] mm: Change count_objcg_event() to count_objcg_events() for batch event updates
` [PATCH v9 6/7] mm: zswap: Support large folios in zswap_store()

[PATCH] block/file-posix: optimize append write
 2024-10-01  0:20 UTC  (2+ messages)

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-01  0:20 UTC  (9+ messages)
` [PATCH 1/8] perf tools: Add fallback for exclude_guest
` [PATCH 2/8] perf tools: Don't set attr.exclude_guest by default
` [PATCH 3/8] perf tools: Simplify evsel__add_modifier()
` [PATCH 4/8] perf tools: Do not set exclude_guest for precise_ip
` [PATCH 5/8] perf tools: Detect missing kernel features properly
` [PATCH 6/8] perf tools: Move x86__is_amd_cpu() to util/env.c
` [PATCH 7/8] perf tools: Check fallback error and order
` [PATCH 8/8] perf record: Just use "cycles:P" as the default event

[PATCH v5 0/2] nosnp sev command line support
 2024-10-01  0:18 UTC  (7+ messages)
` [PATCH v5 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm
` [PATCH v5 2/2] x86 KVM:SVM: Provide "nosnp" boot option for sev kernel command line

[syzbot] [udf?] KASAN: slab-out-of-bounds Read in udf_get_filelongad (2)
 2024-10-01  0:18 UTC  (3+ messages)

[PATCH net-next] net: phy: mxl-gpy: add basic LED support
 2024-10-01  0:17 UTC 

[PATCH 0/3] KVM: arm64: nv: Fixes for stage-2 MMU recycling
 2024-10-01  0:17 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Treat stage-2 MMUs as refcounted generally
` [PATCH 2/3] KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
` [PATCH 3/3] KVM: arm64: nv: Punt stage-2 recycling to a vCPU request

[PATCH i-g-t] tests/intel/xe_pm_residency: Skip on igt_power_open failure
 2024-10-01  0:16 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

TPM HMAC (really) bad performance
 2024-10-01  0:16 UTC  (5+ messages)

t0012-help on 'seen' crashes with gcc-13, passes with clang-16
 2024-10-01  0:14 UTC 

[PATCH v4 0/1] drm/xe: Prevent null pointer access in xe_migrate_copy
 2024-10-01  0:14 UTC  (3+ messages)
` ✗ CI.FULL: failure for drm/xe: Prevent null pointer access in xe_migrate_copy (rev3)

[PATCH RFT] of: property: fw_devlink: Add support for the "phy-handle" binding
 2024-10-01  0:12 UTC  (2+ messages)

[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
 2024-10-01  0:11 UTC  (37+ messages)
` [WIP RFC v2 01/35] WIP: rust/drm: Add fourcc bindings
` [WIP RFC v2 02/35] WIP: rust: drm: Add traits for registering KMS devices
` [WIP RFC v2 03/35] rust: drm/kms/fbdev: Add FbdevShmem
` [WIP RFC v2 04/35] rust: drm/kms: Introduce the main ModeConfigObject traits
` [WIP RFC v2 05/35] rust: drm/kms: Add bindings for drm_connector
` [WIP RFC v2 06/35] rust: drm/kms: Add drm_plane bindings
` [WIP RFC v2 07/35] WIP: rust: drm/kms: Add drm_crtc bindings
` [WIP RFC v2 08/35] rust: drm/kms: Add bindings for drm_encoder
` [WIP RFC v2 09/35] WIP: rust: drm/kms: Add Connector.attach_encoder()
` [WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback
` [WIP RFC v2 11/35] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [WIP RFC v2 12/35] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [WIP RFC v2 13/35] WIP: rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [WIP RFC v2 14/35] WIP: rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [WIP RFC v2 15/35] WIP: rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [WIP RFC v2 16/35] rust: drm/kms: Add RawConnector and RawConnectorState
` [WIP RFC v2 17/35] rust: drm/kms: Add RawCrtc and RawCrtcState
` [WIP RFC v2 18/35] rust: drm/kms: Add RawPlane and RawPlaneState
` [WIP RFC v2 19/35] WIP: rust: drm/kms: Add OpaqueEncoder
` [WIP RFC v2 20/35] WIP: rust: drm/kms: Add drm_atomic_state bindings
` [WIP RFC v2 21/35] rust: drm/kms: Introduce DriverCrtc::atomic_check()
` [WIP RFC v2 22/35] rust: drm/kms: Add DriverPlane::atomic_update()
` [WIP RFC v2 23/35] rust: drm/kms: Add DriverPlane::atomic_check()
` [WIP RFC v2 24/35] rust: drm/kms: Add RawCrtcState::active()
` [WIP RFC v2 25/35] rust: drm/kms: Add RawPlaneState::crtc()
` [WIP RFC v2 26/35] WIP: rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [WIP RFC v2 27/35] rust: drm/kms: Add drm_framebuffer bindings
` [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()
` [WIP RFC v2 29/35] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
` [WIP RFC v2 30/35] rust: drm/kms: Add DriverCrtc::atomic_enable() and atomic_disable()
` [WIP RFC v2 31/35] rust: drm: Add Device::event_lock()
` [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()
` [WIP RFC v2 33/35] WIP: rust: drm/kms: Add VblankSupport
` [WIP RFC v2 34/35] WIP: rust: drm/kms: Add Kms::atomic_commit_tail
` [WIP RFC v2 35/35] WIP: drm: Introduce RVKMS!

[PATCH 0/4] Do not use "slave" in function names
 2024-10-01  0:10 UTC  (3+ messages)
` [PATCH 1/4] scsi: Rename .slave_alloc() and .slave_destroy()

[PATCH] hmp: allow filtering `info tlb` entries by address on i386
 2024-10-01  0:10 UTC  (2+ messages)

[PATCHv2 dlm/next 00/12] dlm: net-namespace functionality
 2024-10-01  0:09 UTC  (3+ messages)

[PATCH 0/5] Improve error handling in Rockchip SPI drivers
 2024-10-01  0:05 UTC  (5+ messages)
` (subset) "

[PATCH] tracing: replace multiple deprecated strncpy with strscpy
 2024-10-01  0:03 UTC 

[broonie-ci:arm64-gcs 28/40] arch/arm64/kernel/signal.c:1046:36: sparse: sparse: cast removes address space '__user' of expression
 2024-10-01  0:00 UTC 

Patchwork summary for: spi-devel-general
 2024-10-01  0:00 UTC 

bpf_link_info: perf_event link info name_len field returning zero
 2024-09-30 23:59 UTC  (2+ messages)
` [PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info

[PATCH v2 00/13] drm/i915: Use DSB for plane/color management commits
 2024-09-30 23:58 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v2] Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
 2024-09-30 23:58 UTC  (2+ messages)
` KASAN: slab-use-after-free in cmd_complete_rsp+0x1b3/0x1e0 net/bluetooth/mgmt.c:1463

[PATCH v5] drm/i915/selftests: Implement frequency logging for energy reading validation
 2024-09-30 23:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Implement frequency logging for energy reading validation (rev3)

[PATCH slab hotfixes 0/2] slub kunit tests fixes for 6.12
 2024-09-30 23:55 UTC  (4+ messages)
` [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()

[PATCH] tdx, memory hotplug: Check whole hot-adding memory range for TDX
 2024-09-30 23:51 UTC  (3+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-30 23:53 UTC  (14+ messages)

[syzbot] [mm?] possible deadlock in shmem_file_write_iter
 2024-09-30 23:52 UTC  (3+ messages)

[PATCH V2 0/8] spi: spi_amd: Performance Optimization Patch Series
 2024-09-30 23:51 UTC  (2+ messages)

[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
 2024-09-30 23:51 UTC  (2+ messages)

[PATCH] compiler-gcc.h: Disable __retain on gcc-11
 2024-09-30 23:51 UTC  (6+ messages)

[PATCH] sched: fix include for task_cpu_possible
 2024-09-30 23:48 UTC  (3+ messages)

[PATCH 0/7] migration: query-migrationthreads enhancements and cleanups
 2024-09-30 23:43 UTC  (3+ messages)
` [PATCH 7/7] hmp: Add "info migrationthreads"

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-09-30 23:40 UTC  (4+ messages)

[RFC] Proposal: Static SECCOMP Policies
 2024-09-30 23:41 UTC  (13+ messages)
    ` [External] "

[android-common:android11-kiwi-5.4 7583/30000] include/trace/hooks/sched.h:19:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-09-30 23:39 UTC 

[android-common:android11-kiwi-5.4 3688/30000] kernel/power/wakeup_reason.c:199:6: sparse: sparse: symbol '__log_abort_or_abnormal_wake' was not declared. Should it be static?
 2024-09-30 23:39 UTC 

[freescale-fslc:6.6-2.0.x-imx 5784/16788] drivers/media/platform/mxc/capture/ov5647_mipi.c:319:19: error: initialization of 'int (*)(struct i2c_client *)' from incompatible pointer type 'int (*)(struct i2c_client *, const struct i2c_device_id *)'
 2024-09-30 23:39 UTC 

[syzbot] [wireguard?] WARNING: locking bug in try_to_wake_up
 2024-09-30 23:39 UTC  (2+ messages)
` [syzbot] [kernel] "

[PATCH 0/4] fix async decryption + some secmech cleanups
 2024-09-30 23:35 UTC  (3+ messages)
` [PATCH 4/4] smb: client: make SHA-512 TFM ephemeral

[RFC PATCH 0/1] Typed errors
 2024-09-30 23:35 UTC  (4+ messages)
` [RFC PATCH 1/1] Add a type for errors

[PATCH] KVM/x86: Do not clear SIPI while in SMM
 2024-09-30 23:34 UTC  (2+ messages)

[PATCH v4] docs/gpu: ci: update flake tests requirements
 2024-09-30 23:32 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for docs/gpu: ci: update flake tests requirements (rev4)

[PATCH] wifi: ath12k: Support Pdev OBSS Stats
 2024-09-30 23:31 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 5b0c5f05fb2fe41eff7ef769db8f712e6a679f1d
 2024-09-30 23:28 UTC 

[PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/
 2024-09-30 23:26 UTC  (6+ messages)

[powerpc:merge] BUILD SUCCESS 7beb771cbef7d4d37555e2d6f56de1fe9d276983
 2024-09-30 23:26 UTC 

[PATCH] perf/test: perf test 86 fails on s390 repo linux-next
 2024-09-30 23:26 UTC  (4+ messages)

[PATCH V3 0/1] livepatch: Add "stack_order" sysfs attribute
 2024-09-30 23:26 UTC  (3+ messages)
` [PATCH V3 1/1] "

[PATCH] Added ID 1d19:6108 Dexatek Technology Ltd. Video Grabber
 2024-09-30 23:25 UTC  (2+ messages)
` [PATCH v2] media: cx231xx: Add support for a new 'Dexatek' device (USB ID: 1d19:6108)

[PATCH 00/20] First Distro-agnostic series taken from Fedora Rawhide
 2024-09-30 23:24 UTC  (3+ messages)
` [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus

[PATCH] rust: device: change the from_raw() function
 2024-09-30 23:22 UTC  (2+ messages)

[PATCH] workflow: blkalgn workflow automation
 2024-09-30 23:23 UTC  (2+ messages)

[PATCH 0/2] pm: cpupower: bindings: improve test script
 2024-09-30 23:21 UTC  (3+ messages)
` [PATCH 1/2] pm: cpupower: bindings: Improve disable c_state block
` [PATCH 2/2] pm: cpupower: bindings: Add test to confirm cpu state is disabled

[PATCH net-next 00/10] packing: various improvements and KUnit tests
 2024-09-30 23:19 UTC  (11+ messages)
` [PATCH net-next 01/10] lib: packing: refuse operating on bit indices which exceed size of buffer
` [PATCH net-next 02/10] lib: packing: adjust definitions and implementation for arbitrary buffer lengths
` [PATCH net-next 03/10] lib: packing: remove kernel-doc from header file
` [PATCH net-next 04/10] lib: packing: add pack() and unpack() wrappers over packing()
` [PATCH net-next 05/10] lib: packing: duplicate pack() and unpack() implementations
` [PATCH net-next 06/10] lib: packing: add KUnit tests adapted from selftests
` [PATCH net-next 07/10] lib: packing: add additional KUnit tests
` [PATCH net-next 08/10] lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
` [PATCH net-next 09/10] lib: packing: use BITS_PER_BYTE instead of 8
` [PATCH net-next 10/10] lib: packing: use GENMASK() for box_mask

[next] xfs: remove the redundant xfs_alloc_log_agf
 2024-09-30 23:19 UTC  (2+ messages)

[PATCH] Revert "list: test: fix tests for list_cut_position()"
 2024-09-30 23:18 UTC  (2+ messages)

[syzbot] [dri?] WARNING in drm_wait_one_vblank (2)
 2024-09-30 23:18 UTC  (2+ messages)

[PATCH] Add BPF Kernel Function bpf_ptrace_vprintk
 2024-09-30 23:17 UTC  (5+ messages)
` [PATCH v2] "
    ` 答复: "

[PATCH bpf-next v3] selftests/bpf: emit top frequent code lines in veristat
 2024-09-30 23:15 UTC 

kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
 2024-09-30 23:14 UTC 

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
 2024-09-30 23:14 UTC 

Good first-time BPF tasks
 2024-09-30 23:13 UTC  (3+ messages)

[PATCH] drm/xe/compat: remove unused i915_gpu_error.h
 2024-09-30 23:12 UTC  (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[Buildroot] [PATCH 1/1] package/python-pysnmp: bump to version 7.1.4
 2024-09-30 23:11 UTC 

linux-next: build warning after merge of the vfs-brauner tree
 2024-09-30 23:11 UTC 

[CI 1/2] drm/i915: remove IS_LP()
 2024-09-30 23:10 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [CI,1/2] "

[PULL v2 00/47] riscv-to-apply queue
 2024-09-30 23:04 UTC  (5+ messages)

[PATCH] wifi: ath9k: return by of_get_mac_address
 2024-09-30 23:04 UTC 

[PATCH v8 08/11] drm/xe/guc: Dead CT helper
 2024-09-30 23:04 UTC  (2+ messages)

[PATCH] trusted-firmware-a: fix build error when using ccache
 2024-09-30 23:02 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/python-pysmb: bump to version 1.2.10
 2024-09-30 23:00 UTC 

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-30 22:58 UTC  (4+ messages)
  ` [f2fs-dev] "

[powerpc:fixes-test] BUILD SUCCESS 4b058c9f281f5b100efbf665dd5a1a05e1654d6d
 2024-09-30 22:58 UTC 

[PATCH v7 0/5] Introduce DRM device wedged event
 2024-09-30 22:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Introduce DRM device wedged event (rev5)

[brgl:gpio/for-next] BUILD SUCCESS f53ab43553ea32ef535cad320c92f9d124890a2c
 2024-09-30 22:56 UTC 

[PATCH 0/8] Fixing some dtbscheck warnings
 2024-09-30 22:55 UTC  (4+ messages)
` [PATCH 3/8] arm64: dts: rockchip: Drop regulator-init-microvolt from rk3568-roc-pc

[PATCH 0/3] mmc: mtk-sd: add some devm
 2024-09-30 22:49 UTC  (4+ messages)
` [PATCH 1/3] mmc: mtk-sd: use devm_mmc_alloc_host
` [PATCH 2/3] mmc: mtd-sd: use devm_platform_ioremap_resource
` [PATCH 3/3] mmc: mtk-sd: fix devm_clk_get_optional usage

[XEN PATCH v2 0/3] xen: address violations of MISRA C Rule 13.6
 2024-09-30 22:53 UTC  (3+ messages)
` [XEN PATCH v2 2/3] xen/gnttab: address a violation "

[PATCH] xfs: Fix circular locking during xfs inode reclamation
 2024-09-30 22:53 UTC  (2+ messages)

[ANN] U-Boot v2024.10-rc6 released
 2024-09-30 22:52 UTC 

[PATCH 00/14] x86/ibt: FineIBT-BHI
 2024-09-30 22:52 UTC  (6+ messages)
` [PATCH 13/14] x86: BHI stubs

two (possibly bug) updates for spi-s3c644
 2024-09-30 22:51 UTC  (3+ messages)
` [PATCH 2/2] spi: s3c64xx: update flush_fifo timeout code

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-30 22:49 UTC  (4+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build


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.