All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-27 18:04:22 to 2024-09-27 19:33:41 UTC [more...]

[openeuler:openEuler-1.0-LTS 21354/23799] drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c:159:10: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'
 2024-09-27 19:33 UTC 

[PATCH v2 1/2] gpu: ipu-v3: vdic: Simplify ipu_vdi_setup()
 2024-09-27 19:33 UTC  (5+ messages)
` [PATCH v2 2/2] media: imx: vdic: Introduce mem2mem VDI deinterlacer driver

[PATCH v4 0/1] drm/xe: Prevent null pointer access in xe_migrate_copy
 2024-09-27 19:33 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Prevent null pointer access in xe_migrate_copy (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 6.6 00/54] 6.6.53-rc1 review
 2024-09-27 19:32 UTC  (4+ messages)

[ovmf test] 187879: all pass - PUSHED
 2024-09-27 19:29 UTC 

[PATCH] builtin/clone: teach git-clone(1) the --ref= argument
 2024-09-27 19:29 UTC  (3+ messages)

[GIT PULL] UML updates for v6.12-rc1
 2024-09-27 19:28 UTC 

[PATCH 0/5] drm: Introduce DRM client library
 2024-09-27 19:27 UTC  (2+ messages)

[PATCH] qedr/verbs: Add pd pointer null check
 2024-09-27 19:18 UTC 

[PATCH] .mailmap: Update Fangrui's email
 2024-09-27 19:29 UTC 

[patch v4 00/27] posix-timers: Cure the SIG_IGN mess
 2024-09-27 19:24 UTC  (3+ messages)

[PATCH 0/2] --padding option to combine with --with_flexible_array
 2024-09-27 19:22 UTC  (4+ messages)
` [PATCH 1/2] pahole: Add --padding_ge N to show only structs with at least N bytes of padding at its end
` [PATCH 2/2] pahole: Add --padding N to show only structs with "

[RFC PATCH 1/4] hazptr: Add initial implementation of hazard pointers
 2024-09-27 19:23 UTC  (23+ messages)

[TOPIC 07/11] New Contributors and Discord
 2024-09-27 19:22 UTC  (6+ messages)

Mute LED light is not working on my HP laptop
 2024-09-27 19:20 UTC  (2+ messages)

[PATCH v4] drm/i915/selftests: Implement frequency logging for energy reading validation
 2024-09-27 19:14 UTC 

[PATCH] drm/i915/vdsc: Add bpc check in intel_dsc_compute_params
 2024-09-27 19:12 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/vdsc: Add bpc check in intel_dsc_compute_params (rev4)

[PATCH] drm/xe: Check return values of functions in xe_gt_shutdown()
 2024-09-27 19:12 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe: Check return values of functions in xe_gt_shutdown() (rev3)

Please backport: netfilter: nft_counter: Use u64_stats_t for statistic
 2024-09-27 19:06 UTC  (4+ messages)
  ` [External] : "

[syzbot] [ntfs3?] WARNING in wnd_init (2)
 2024-09-27 19:06 UTC 

[PATCH v5 0/8] perf record --off-cpu: Dump off-cpu samples directly
 2024-09-27 19:05 UTC  (10+ messages)
` [PATCH v5 1/8] perf evsel: Set off-cpu BPF output to system-wide
` [PATCH v5 2/8] perf record --off-cpu: Add --off-cpu-thresh
` [PATCH v5 3/8] perf record --off-cpu: Parse offcpu-time event
` [PATCH v5 4/8] perf record off-cpu: Dump direct off-cpu samples in BPF
` [PATCH v5 5/8] perf record --off-cpu: Dump total off-cpu time at the end
` [PATCH v5 6/8] perf evsel: Delete unnecessary = 0
` [PATCH v5 7/8] perf record --off-cpu: Parse BPF output embedded data
` [PATCH v5 8/8] perf test: Add direct off-cpu dumping test

[libgpiod][PATCH 00/22] bindings: python: conform to mypy and ruff linter recommendations
 2024-09-27 18:53 UTC  (23+ messages)
` [libgpiod][PATCH 01/22] bindings: python: clean up imports and exports
` [libgpiod][PATCH 02/22] bindings: python: make internal a private submodule
` [libgpiod][PATCH 03/22] bindings: python: fix annotation of variable length tuples
` [libgpiod][PATCH 04/22] bindings: python: add missing method type annotations
` [libgpiod][PATCH 05/22] bindings: python: add type stubs for _ext
` [libgpiod][PATCH 06/22] bindings: python: annotate internal members of Chip
` [libgpiod][PATCH 07/22] bindings: python: fix Chip union-attr type errors
` [libgpiod][PATCH 08/22] bindings: python: annotate internal members of LineRequest
` [libgpiod][PATCH 09/22] bindings: python: fix LineRequest union-attr type errors
` [libgpiod][PATCH 10/22] bindings: python: convert lines to offsets in LineRequest
` [libgpiod][PATCH 11/22] bindings: python: cast return value of LineRequest.get_values
` [libgpiod][PATCH 12/22] bindings: python: raise exception type, not exception instance
` [libgpiod][PATCH 13/22] bindings: python: selectively use f-strings
` [libgpiod][PATCH 14/22] bindings: python: tests: fix duplicate test name
` [libgpiod][PATCH 15/22] bindings: python: tests: clean up imports and exports
` [libgpiod][PATCH 16/22] bindings: python: tests: make EventType private to prevent export
` [libgpiod][PATCH 17/22] bindings: python: tests: add type stubs for external modules
` [libgpiod][PATCH 18/22] bindings: python: tests: add missing type annotations
` [libgpiod][PATCH 19/22] bindings: python: tests: ignore purposeful type errors
` [libgpiod][PATCH 20/22] bindings: python: tests: annotate internal members
` [libgpiod][PATCH 21/22] bindings: python: tests: use f-strings
` [libgpiod][PATCH 22/22] bindings: python: configure and document dev dependencies

[PATCH] drm/xe/guc: In guc_ct_send_recv flush g2h worker if g2h resp times out
 2024-09-27 19:24 UTC 

[RFC net-next 0/2] gve: Link IRQs, queues, and NAPI instances
 2024-09-27 19:04 UTC  (7+ messages)
` [RFC net-next 1/2] gve: Map IRQs to "
` [RFC net-next 2/2] gve: Map NAPI instances to queues

[PATCH i-g-t 1/3] igt: Fix printf formats on x86-32
 2024-09-27 19:01 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] "
` ✓ CI.xeBAT: "

[PATCH] ext4: WARNING: locking bug in ext4_ioctl
 2024-09-27 18:59 UTC  (2+ messages)
` [syzbot] [ext4?] "

[PATCH v4] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-09-27 18:57 UTC  (3+ messages)

[PATCH] cmd/mem.c: fix undefined behavior in mem cmp
 2024-09-27 18:56 UTC  (2+ messages)

[PATCH v3 00/14] Introduce support for Fabric Discovery and
 2024-09-27 18:46 UTC  (15+ messages)
` [PATCH v3 01/14] scsi: fnic: Replace shost_printk with dev_info/dev_err
` [PATCH v3 02/14] scsi: fnic: Add headers and definitions for FDLS
` [PATCH v3 03/14] scsi: fnic: Add support for fabric based solicited requests and responses
` [PATCH v3 04/14] scsi: fnic: Add support for target "
` [PATCH v3 05/14] scsi: fnic: Add support for unsolicited "
` [PATCH v3 06/14] scsi: fnic: Add and integrate support for FDMI
` [PATCH v3 07/14] scsi: fnic: Add and integrate support for FIP
` [PATCH v3 08/14] scsi: fnic: Add functionality in fnic to support FDLS
` [PATCH v3 09/14] scsi: fnic: Modify IO path to use FDLS
` [PATCH v3 10/14] scsi: fnic: Modify fnic interfaces "
` [PATCH v3 11/14] scsi: fnic: Add stats and related functionality
` [PATCH v3 12/14] scsi: fnic: Code cleanup
` [PATCH v3 13/14] scsi: fnic: Add support to handle port channel RSCN
` [PATCH v3 14/14] scsi: fnic: Increment driver version

[PATCH] db: Add Intel NMI-source reporting feature flag
 2024-09-27 18:55 UTC  (6+ messages)

[PATCH] drm/i915/psr: Implment WA to help reach PC10
 2024-09-27 18:54 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/psr: Implment WA to help reach PC10 (rev6)

[PATCH 1/3] dt-bindings: platform: Add bindings for Lenovo Yoga Slim 7x EC
 2024-09-27 18:53 UTC  (3+ messages)
` [PATCH 2/3] platform: arm64: Add driver for Lenovo Yoga Slim 7x's EC
` [PATCH 3/3] arm64: dts: qcom: Add EC to Lenovo Yoga Slim 7x

[PATCH] kconfig: use memcmp instead of deprecated bcmp
 2024-09-27 18:53 UTC  (4+ messages)

[PATCH] Documentation: core-api/cpuhotplug: Fix missing prefix
 2024-09-27 18:52 UTC 

drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c:156:19: error: unused function 'pll_cmp_to_fdata'
 2024-09-27 18:52 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 984/1001] ./usr/include/linux/rsmu.h:88:9: error: unknown type name 'bool'
 2024-09-27 18:52 UTC 

[PATCH v1 0/1] update mseal.rst
 2024-09-27 18:52 UTC  (2+ messages)
` [PATCH v1 1/1] mseal: "

[PATCH v4 0/3] Distinguish between variants of IBPB
 2024-09-27 18:52 UTC  (2+ messages)

[PATCH 6.11 00/12] 6.11.1-rc1 review
 2024-09-27 18:51 UTC  (3+ messages)

[qemu-mainline test] 187872: regressions - FAIL
 2024-09-27 18:50 UTC 

[PATCH 0/2] iaa_crypto bugfix and maintainer change
 2024-09-27 18:47 UTC  (3+ messages)
` [PATCH 1/2] crypto: iaa - Remove potential infinite loop in check_completion()
` [PATCH 2/2] MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer

[PATCH v7 00/10] drm/amd/display: Use drm_edid for more code
 2024-09-27 18:48 UTC  (2+ messages)

[GSoC][PATCH] unit-tests: add tests for oidset.h
 2024-09-27 18:47 UTC  (5+ messages)

[PATCH v3] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH v1] xfs: scrub: convert comma to semicolon
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH] xfs: Remove empty declartion in header file
 2024-09-27 18:45 UTC  (2+ messages)

fix a DEBUG-only assert failure in xfs/538 v5
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Carlos Maiolino as XFS release manager
 2024-09-27 18:45 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 17967/23799] drivers/hwtracing/intel_th/msu-sink.o: warning: objtool: missing symbol for section .init.text
 2024-09-27 18:41 UTC 

[RFC V2 PATCH 00/11] Support ACPI Control Method Sleep button
 2024-09-27 18:39 UTC  (12+ messages)
` [RFC V2 PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
` [RFC V2 PATCH 02/11] acpi: Implement control method sleep button
` [RFC V2 PATCH 03/11] test/acpi: allow DSDT table changes
` [RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86
` [RFC V2 PATCH 05/11] tests/acpi: Update DSDT tables for Control method sleep button
` [RFC V2 PATCH 06/11] acpi: Send the GPE event of suspend and wakeup for x86
` [RFC V2 PATCH 07/11] hw/acpi: Add ACPI GED support for the sleep event
` [RFC V2 PATCH 08/11] tests/acpi: allow FACP and DSDT table changes for arm/virt
` [RFC V2 PATCH 09/11] hw/arm: enable sleep support "
` [RFC V2 PATCH 10/11] tests/acpi: Update FACP and DSDT tables for sleep button
` [RFC V2 PATCH 11/11] arm/virt: enable sleep support

[RFC/PATCH bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc (v2)
 2024-09-27 18:41 UTC  (4+ messages)
` [RFC/PATCH bpf-next 1/3] bpf: Add kmem_cache iterator
` [RFC/PATCH bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
` [RFC/PATCH bpf-next 3/3] selftests/bpf: Add a test for kmem_cache_iter

[PATCH 6.1 00/73] 6.1.112-rc1 review
 2024-09-27 18:40 UTC  (3+ messages)

[PATCH v1] perf vdso: Missed put on 32-bit dsos
 2024-09-27 18:39 UTC  (6+ messages)

[PATCH] iio: imu: bmi270: Add spi driver for bmi270 imu
 2024-09-27 18:37 UTC 

[Bug 219330] New: mpt3sas add 1000:009f Device ID as SAS9300-4i4e
 2024-09-27 18:37 UTC 

[PATCH] staging: rtl8712: Fix unnecessary parentheses warnings
 2024-09-27 18:36 UTC  (2+ messages)

[PATCH 6.10 00/58] 6.10.12-rc1 review
 2024-09-27 18:36 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package: Add iotools package
 2024-09-27 18:34 UTC 

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-27 18:34 UTC  (12+ messages)
` [PATCH v1 07/14] s390x/s390-hypercall: introduce DIAG500 STORAGE_LIMIT

[PATCH v2 0/2] Implement Wa 14019834836
 2024-09-27 18:35 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Implement Wa 14019834836 (rev2)

[Buildroot] [PATCH 1/4] package/python-tomlkit: add host package
 2024-09-27 18:34 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/python-dunamai: new "
` [Buildroot] [PATCH 3/4] package/python-poetry-dynamic-versioning: "
` [Buildroot] [PATCH 4/4] package/python-aiomqtt: new package

[PATCH v4 00/22] Python generated Intel metrics
 2024-09-27 18:33 UTC  (2+ messages)

[PATCH 0/2] fsx: support unshare range fallocate mode
 2024-09-27 18:34 UTC  (8+ messages)
` [PATCH 2/2] fsx: add missing fallocate flag ifdefs

[PATCH v1] atm: Fix typo in the comment
 2024-09-27 18:31 UTC  (4+ messages)

[opencloudos:linux-5.4/lts/5.4.119-20.0009.spr 1612/2444] drivers/vfio/platform/vfio_amba.c:78:44: error: passing argument 1 of 'vfio_platform_remove_common' from incompatible pointer type
 2024-09-27 18:31 UTC 

[PATCH 0/3] drm/xe/pmu: PMU interface for Xe
 2024-09-27 18:27 UTC  (5+ messages)
` [PATCH 1/3] drm/xe/pmu: Enable PMU interface
` [PATCH 2/3] drm/xe/pmu: Add GT C6 events

[DPDK/ethdev Bug 1554] Use after free in cnxk_ethdev
 2024-09-27 18:27 UTC 

[OE-core][PATCH 0/4] SPDX 3.0 improvements
 2024-09-27 18:26 UTC  (4+ messages)
` [OE-core][PATCH 3/4] create-spdx-3.0: Upgrade to SPDX 3.0.1

[syzbot] [net?] KASAN: slab-use-after-free Read in __ethtool_get_link_ksettings
 2024-09-27 18:26 UTC  (2+ messages)

[PATCH i-g-t] lib/igt_fb: Fix intel_buf surface init
 2024-09-27 18:25 UTC  (2+ messages)
` ✓ CI.xeBAT: success for lib/igt_fb: Fix intel_buf surface init (rev2)

+ mm-cma-fix-useless-return-in-void-function.patch added to mm-unstable branch
 2024-09-27 18:25 UTC 

[PATCH v5 1/6] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-09-27 18:22 UTC  (3+ messages)

+ mm-avoid-unconditional-one-tick-sleep-when-swapcache_prepare-fails.patch added to mm-hotfixes-unstable branch
 2024-09-27 18:23 UTC 

[PATCH] cifs: Check for UTF-16 null codepoint in SFU symlink target location
 2024-09-27 18:20 UTC 

[PATCH 0/2] drm/amd/display: increase MAX_SURFACES in line with planes and streams
 2024-09-27 18:20 UTC  (4+ messages)
` [PATCH 1/2] drm/amd/display: increase max surfaces "

[PATCH] hid: hid-lenovo: Supporting TP-X12-TAB-1/2 Kbd Hotkeys using raw events
 2024-09-27 18:19 UTC  (4+ messages)

linux-next: manual merge of the ftrace tree with Linus' tree
 2024-09-27 18:20 UTC  (3+ messages)

[linus:master] [selftests] ecb8bd70d5: kernel-selftests.vDSO.vdso_standalone_test_x86.fail
 2024-09-27 18:19 UTC  (4+ messages)
` [PATCH] selftests: vDSO: align stack for O2-optimized memcpy

[PATCH V12 0/1] AMD QDMA driver
 2024-09-27 18:18 UTC  (6+ messages)
` [PATCH V12 1/1] dmaengine: amd: qdma: Add "

[PATCH] nilfs2: add ratelimiting to nilfs2 message
 2024-09-27 18:18 UTC  (3+ messages)

[PATCH] mm/cma: fix useless return in void function
 2024-09-27 18:16 UTC 

[PATCH HID] HID: bpf: fix cfi stubs for hid_bpf_ops
 2024-09-27 18:15 UTC  (2+ messages)

[PATCH v1 00/11] Libdw/dwarf build clean up
 2024-09-27 18:15 UTC  (8+ messages)
` [PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS

[PATCH] openrisc: Implement fixmap to fix eralycon
 2024-09-27 18:13 UTC  (2+ messages)

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-09-27 18:12 UTC  (11+ messages)

[PATCH v7 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-09-27 18:11 UTC  (3+ messages)

[PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
 2024-09-27 18:11 UTC  (5+ messages)
` [PATCH 0/4] cifs: Improve client SFU support for special files (2)
  ` [PATCH 1/4] cifs: Add support for creating SFU symlinks

linux-next: build warning after merge of the ftrace tree
 2024-09-27 18:11 UTC  (4+ messages)

[PATCH v2 00/13] Tool and hwmon PMUs
 2024-09-27 18:09 UTC  (6+ messages)

[Buildroot] [PATCH v1 1/1] package: Add iotools package
 2024-09-27 18:07 UTC  (4+ messages)

+ selftests-mm-fixed-incorrect-buffer-mirror-size-in-hmm2-double_map-test.patch added to mm-hotfixes-unstable branch
 2024-09-27 18:07 UTC 

[PATCH i-g-t] tests/xe_gt_freq: Use sync reset
 2024-09-27 18:07 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "
` ✗ CI.xeFULL: "

[PATCH] selftests/mm: Fixed incorrect buffer->mirror size in hmm2 double_map test
 2024-09-27 18:07 UTC  (4+ messages)

f81601 rtcan driver issue
 2024-09-27 18:06 UTC  (2+ messages)

BTRFS list of grievances
 2024-09-27 18:05 UTC  (3+ messages)

[PATCH v2 00/47] TruFlow update for Thor2
 2024-09-27 18:08 UTC  (9+ messages)
` [PATCH v2 36/47] net/bnxt: tf_ulp: add support for rss flow query to ULP
` [PATCH v2 38/47] net/bnxt: tf_ulp: inline utility functions and use likely/unlikely
` [PATCH v2 39/47] net/bnxt: tf_ulp: switch ulp to use rte crc32 hash
` [PATCH v2 41/47] net/bnxt: tf_ulp: support a few generic template items
` [PATCH v2 42/47] net/bnxt: tf_ulp: TFC support flow scale query for Thor2
` [PATCH v2 44/47] net/bnxt: tf_ulp: enable support for truflow feature configuration
` [PATCH v2 45/47] net/bnxt: tf_ulp: support a few feature extensions
` [PATCH v2 47/47] net/bnxt: tf_ulp: add stats cache for thor2


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.