All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 21:49:56 to 2026-06-12 22:43:56 UTC [more...]

[PATCH net-next] tcp: tighten the FIN exception in tcp_sequence()
 2026-06-12 22:43 UTC  (2+ messages)

[PATCH v14 00/19] Add additional python API support
 2026-06-12 22:41 UTC  (30+ messages)
` [PATCH v15 "
  ` [PATCH v15 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v15 02/19] perf python: Add "
  ` [PATCH v15 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v15 04/19] perf data: Add open flag
  ` [PATCH v15 05/19] perf evlist: Add reference count
  ` [PATCH v15 06/19] perf evsel: "
  ` [PATCH v15 07/19] perf evlist: Add reference count checking
  ` [PATCH v15 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v15 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v15 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v15 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v15 12/19] perf python: Add mmap2 event
  ` [PATCH v15 13/19] perf python: Add callchain support
  ` [PATCH v15 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v15 15/19] perf python: Expose brstack in sample event
  ` [PATCH v15 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v15 17/19] perf python: Add config file access
  ` [PATCH v15 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v15 19/19] perf python: Add LiveSession helper

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-12 22:38 UTC  (32+ messages)
` [PATCH v4 01/31] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v4 02/31] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v4 03/31] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v4 04/31] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v4 05/31] uapi: Add ARM SCMI definitions
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v4 07/31] include: trace: Add Telemetry trace events
` [PATCH v4 08/31] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v4 09/31] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v4 10/31] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v4 11/31] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v4 12/31] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v4 13/31] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v4 14/31] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v4 15/31] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v4 16/31] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v4 17/31] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v4 18/31] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v4 19/31] firmware: arm_scmi: stlmfs: Add System Telemetry filesystem driver
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 21/31] firmware: arm_scmi: stlmfs: Add basic mount options
` [PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS "
` [PATCH v4 23/31] firmware: arm_scmi: stlmfs: Add ioctls support
` [PATCH v4 24/31] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v4 25/31] firmware: arm_scmi: stlmfs: Add by-components view
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags
 2026-06-12 22:39 UTC  (4+ messages)
` [PATCH 1/3] kexec: Add support for disabling usage of CMA
` [PATCH 2/3] kexec: Add DTB carryover support on x86
` [PATCH 3/3] kexec: Add kexec_file_load debug print

[PATCHES v2 00/13] perf tools: Fix pre-existing bugs in symbols, dso, bpf, sched, c2c, hwmon, and cs-etm
 2026-06-12 22:40 UTC  (15+ messages)
` [PATCH 01/13] perf symbols: Fix bswap copy-paste error for 32-bit ELF p_filesz
` [PATCH 02/13] perf symbols: Validate p_filesz before use in filename__read_build_id()
` [PATCH 03/13] perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()
` [PATCH 04/13] perf dso: Fix heap overflow in dso__get_filename() on decompressed path
` [PATCH 05/13] perf dso: Set error code when open() fails on uncompressed fallback path
` [PATCH 06/13] perf tools: Use snprintf() for root_dir path construction
` [PATCH 07/13] perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()
` [PATCH 08/13] perf sched: Replace (void*)1 sentinel with proper runtime allocation
` [PATCH 09/13] perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()
` [PATCH 10/13] perf bpf: Reject oversized BPF metadata events that truncate header.size
` [PATCH 11/13] perf bpf: Bounds-check array offsets in bpil_offs_to_addr()
` [PATCH 12/13] perf c2c: Free format list entries when releasing c2c hist entries
` [PATCH 13/13] perf cs-etm: Reject CPU IDs that would overflow signed comparison

[PATCH net-next v3 0/4] selftests/xsk: simplify UMEM setup
 2026-06-12 22:40 UTC  (2+ messages)

[sean-jc:x86/no_unsync_for_nested_tdp 28/28] arch/x86/kvm/mmu/mmu.c:6743:1: warning: control reaches end of non-void function
 2026-06-12 22:37 UTC 

BPF CI for Stable
 2026-06-12 22:37 UTC  (4+ messages)

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-06-12 22:37 UTC  (7+ messages)
` [PATCH RESEND 1/2] "

[PATCH bpf-next v2] bpf: Better build_id caching in stack_map_get_build_id_offset()
 2026-06-12 22:37 UTC  (2+ messages)

[PATCH net-next v7 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
 2026-06-12 22:36 UTC  (3+ messages)
` [PATCH net-next v7 2/2] "

[PATCH] rtc: ds1343: replace symbolic permissions with octal
 2026-06-12 22:35 UTC 

[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
 2026-06-12 22:35 UTC  (3+ messages)
` [PATCH v2 1/7] ibmvfc: add basic FPIN support

[PATCH 0/7] arm: mediatek: fix gd->bd->bi_dram[0].size
 2026-06-12 22:34 UTC  (6+ messages)
` [PATCH 1/7] lmb: default LMB_LIMIT_DMA_BELOW_RAM_TOP for 64-bit Mediatek SoCs

[PATCH rtw-next] wifi: rtw89: use str_enable_disable() helper
 2026-06-12 22:30 UTC 

[PATCH] block: check bio split for unaligned bvec
 2026-06-12 22:32 UTC 

[PATCH] drivers: net and video: remove legacy 16-bit and non-x86 hardware drivers
 2026-06-12 22:31 UTC 

[PATCH v2 0/3] Fix three racy updates to MSR_K7_HWCR
 2026-06-12 22:30 UTC  (5+ messages)
` [PATCH v2 1/3] x86/CPU/AMD: Avoid racy updates to MSR_K7_HWCR in set_cpuid_faulting()
` [PATCH v2 2/3] x86/mce/inject: Avoid racy updates to MSR_K7_HWCR in toggle_hw_mce_inject()
` [PATCH v2 3/3] cpufreq: ACPI: Avoid racy updates to MSR_K7_HWCR in boost_set_msr()

[PATCH] hwspinlock: annotate slot pointer as RCU sensitive
 2026-06-12 22:27 UTC 

[PATCH v4 08/13] scsi: fnic: Handle NVMe LS frames in FDLS
 2026-06-12 22:29 UTC  (2+ messages)

[PATCH bpf] bpf: Track spilled zero scalars for var-off stack reads
 2026-06-12 22:27 UTC  (2+ messages)

[l1k:tsm_d0 1/1] drivers/pci/tsm.c:898:9: error: implicit declaration of function 'PM_RUNTIME_ACQUIRE'
 2026-06-12 22:26 UTC 

[PATCH] gpio: pisosr: Read "ngpios" as u32
 2026-06-12 22:23 UTC  (2+ messages)

[PATCH v9 0/6] Add driver for EC found on Qualcomm reference devices
 2026-06-12 22:22 UTC  (3+ messages)
` [PATCH v9 1/6] dt-bindings: embedded-controller: Add Qualcomm reference device EC description

[PATCH] pinctrl: Match DT helper types
 2026-06-12 22:22 UTC  (2+ messages)

[GIT PULL] pin control fixes for v7.1
 2026-06-12 22:21 UTC 

[PATCH] drm/xe/guc: Suppress Memory CAT error messages on race condition
 2026-06-12 22:20 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-12 22:20 UTC  (4+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions

drivers/net/ethernet/cadence/macb_main.c:2060:3: error: call to undeclared function 'netdev_warn_ratelimited'; ISO C99 and later do not support implicit function declarations
 2026-06-12 22:20 UTC 

[PATCH net v3 1/2] net/sched: act_pedit: require matching IPv4 L4 protocol
 2026-06-12 22:20 UTC  (2+ messages)

[PATCH] spi: spi-mem: Fix spi_controller_mem_ops kdoc
 2026-06-12 13:10 UTC  (2+ messages)

[PATCH v2] spi: xilinx: use FIFO occupancy register to determine buffer size
 2026-06-12 13:21 UTC  (2+ messages)

[PATCH] ASoC: hisilicon: Use guard() for spin locks
 2026-06-12 13:20 UTC  (2+ messages)

[PATCH 1/2] ASoC: SOF: Intel: select SND_SOC_SDW_UTILS=y from SND_SOC_SOF_HDA_GENERIC=y
 2026-06-11 19:40 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Fix wrong error test on simple_write_to_buffer()
 2026-06-11 19:39 UTC  (2+ messages)

[PATCH v2] ASoC: SOF: topology: fix memory leak in snd_sof_load_topology
 2026-06-11 20:41 UTC  (2+ messages)

[PATCH] ASoC: meson: axg-tdm-formatter: Use guard() for mutex locks
 2026-06-11 19:42 UTC  (3+ messages)

[PATCH] ASoC: sdw_utils: fix missing component_name for cs42l43 part_id 0x2A3B
 2026-06-12 15:08 UTC  (2+ messages)

[PATCH 00/10] ASoC: mediatek: Use guard() for mutex & spin locks
 2026-06-11 19:59 UTC  (2+ messages)

[PATCH 0/2] ASoC: img: Use guard() for spin locks
 2026-06-11 19:43 UTC  (2+ messages)

[PATCH 0/4] ASoC: Validate written enum values in custom controls
 2026-06-11 19:44 UTC  (2+ messages)

[PATCH v3 0/9] ASoC: don't use array if single pattern
 2026-06-12 17:58 UTC  (2+ messages)

[PATCH 0/3] ASoC: use scoped OF node handling in manual cleanup paths
 2026-06-12 15:14 UTC  (2+ messages)

[PATCH 0/6] ASoC: mediatek: tidyup details
 2026-06-12 15:07 UTC  (2+ messages)

[PATCH] ASoC: adau1372: Clear PLL_EN on failed PLL lock without reset GPIO
 2026-06-12 17:26 UTC  (2+ messages)

[PATCH v3 00/10] Expand SoundWire enumeration helper coverage
 2026-06-11 19:47 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: topology: Check PCM and DAI name strings before use
 2026-06-11 19:47 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: rockchip: Use guard() for spin locks
 2026-06-11 19:53 UTC  (3+ messages)

[PATCH] ASoC: ti: davinci-mcasp: Add audio-graph-card2 and DPCM support
 2026-06-11 19:48 UTC  (2+ messages)

[PATCH v2 0/5] ASoC: rockchip: Reorder clock enable sequence
 2026-06-11 19:49 UTC  (3+ messages)

[PATCH v2] ASoC: soc-core: Create device_link to ensure correct suspend order
 2026-06-11 19:38 UTC  (2+ messages)

[git pull] drm fixes for 7.1-rc8/final
 2026-06-12 22:17 UTC 

[PATCH 0/3] Deactive/Reactivate Panel replay on errors
 2026-06-12 22:16 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH] perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probes
 2026-06-12 22:16 UTC  (2+ messages)

[PATCH v4 07/13] scsi: fnic: Route completions and resets by initiator role
 2026-06-12 22:15 UTC  (2+ messages)

[PATCH] soc: qcom: pd-mapper: Add support for Hawi SoC
 2026-06-12 22:15 UTC  (2+ messages)

[PATCH] smb: client: Use more common error handling code in smb3_reconfigure()
 2026-06-12 22:14 UTC  (2+ messages)

[PATCH] dmaengine: xilinx: Treat "xlnx,flush-fsync" as a flag
 2026-06-12 22:11 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/zfs: bump version to 2.4.3
 2026-06-12 22:10 UTC 

[RFC PATCH bpf-next 0/5] tcp: opportunistic loopback splice for BPF-paired sockets
 2026-06-12 22:10 UTC  (2+ messages)
` [syzbot ci] "

[PATCH net-next v09 0/5] net: hinic3: PF initialization
 2026-06-12 22:09 UTC  (3+ messages)
` [PATCH net-next v09 1/5] hinic3: Add ethtool queue ops

[PATCH] drm/xe/xe3: Apply Wa_16029380221 to media
 2026-06-12 22:09 UTC  (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/xe3: Apply Wa_16029380221 to media (rev2)

[soc:for-next] BUILD SUCCESS f9c349592b74e96cecadd7d427f0b3dd6320d489
 2026-06-12 22:08 UTC 

[moderation/CI] Re: tcp: opportunistic loopback splice for BPF-paired sockets
 2026-06-12 22:08 UTC  (2+ messages)

[PATCH v6 0/7] mfd: macsmc: add rtc, hwmon and hid subdevices
 2026-06-12 22:07 UTC  (3+ messages)
` [PATCH v6 1/7] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema

[PATCH] staging: sm750fb: fix const pointer array declaration
 2026-06-12 22:06 UTC 

[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
 2026-06-12 22:05 UTC  (2+ messages)

[PATCH] power: supply: core: fix supplied_from allocations
 2026-06-12 22:05 UTC  (2+ messages)

[PATCH v2] power: supply: charger-manager: fix refcount leak in is_full_charged()
 2026-06-12 22:05 UTC  (2+ messages)

[PATCH] bcachefs: avoid truncating fiemap extent length
 2026-06-12 22:01 UTC  (2+ messages)

[PATCH] hwmon: tmp401: Read "ti,n-factor" as signed
 2026-06-12 22:00 UTC  (2+ messages)

[PATCH v3 0/3] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-06-12 22:00 UTC  (11+ messages)
` [PATCH v3 2/3] dt-bindings: iio: flow: add "

[PATCH v4 06/13] scsi: fnic: Add the NVMe/FC transport path
 2026-06-12 21:59 UTC  (2+ messages)

[PATCH] Input: tsc2007 - Read "ti,poll-period" as u32
 2026-06-12 21:58 UTC  (2+ messages)

[PATCH v4 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-12 21:58 UTC  (3+ messages)

[PATCH] selftests/vfio: avoid VLAs
 2026-06-12 21:58 UTC 

[PATCH] drm/bridge: sii902x: Read "sil,i2s-data-lanes" as u32
 2026-06-12 21:58 UTC  (2+ messages)

[sean-jc:x86/no_unsync_for_nested_tdp 28/28] arch/x86/kvm/mmu/mmu.c:2270:6: warning: unused variable 'ret'
 2026-06-12 21:56 UTC 

Single-byte operations on vars broken
 2026-06-12 21:56 UTC 

[PATCH net v5 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered
 2026-06-12 21:56 UTC  (2+ messages)

[PATCH net v5 3/4] net: ethernet: oa_tc6: Remove FCS size in RX frame
 2026-06-12 21:56 UTC  (2+ messages)

[PATCH net v5 2/4] net: ethernet: oa_tc6: mdiobus->parent initialized with NULL
 2026-06-12 21:56 UTC  (2+ messages)

[PATCH v3] PCI: Ensure ATS disabled via quirk before notifying IOMMU drivers
 2026-06-12 21:55 UTC  (2+ messages)

[PATCH v7 0/4] io_uring: extend bvec registration
 2026-06-12 21:55 UTC  (2+ messages)

[LTP] [PATCH] metadata: update stale test expected outputs
 2026-06-12 13:57 UTC  (2+ messages)

[PATCH] power: reset: Read "priority" as unsigned
 2026-06-12 21:53 UTC 

[PATCH] dt-bindings: power: maxim,max17042: Fix temp types to signed
 2026-06-12 21:53 UTC 

[PATCH] power: supply: Match DT value types
 2026-06-12 21:53 UTC 

[PATCH] clk: at91: Read "reg" with helper
 2026-06-12 21:52 UTC 

[PATCH] dt-bindings: dma: xilinx: Fix "xlnx,irq-delay" type
 2026-06-12 21:52 UTC 

[PATCH v3 0/7] igb: Implement Transmit Rate Limiting (TRL)
 2026-06-12 21:50 UTC  (8+ messages)
` [PATCH v3 1/7] igb: Define TRL registers and core state
` [PATCH v3 2/7] igb: Add VMState support for TRL state
` [PATCH v3 3/7] igb: Implement TRL register write and configuration
` [PATCH v3 4/7] igb: Refactor TX path to return processed byte count
` [PATCH v3 5/7] igb: Implement TRL throttling and timer resumption
` [PATCH v3 6/7] igb: Add QTest for Transmit Rate Limiter register multiplexing
` [PATCH v3 7/7] igb: Add QTest for Transmit Rate Limiter traffic throttling

[PATCH] iio: stm32-dfsdm: Treat flags as booleans
 2026-06-12 21:51 UTC 

[PATCH] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
 2026-06-12 21:50 UTC  (3+ messages)

[PATCH] spi: Fix mismatched DT property access types
 2026-06-12 21:50 UTC 

[PATCH] thermal: of: Match trip property helper types
 2026-06-12 21:50 UTC 

[PATCH] remoteproc: Use presence checks for syscon props
 2026-06-12 21:49 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.