public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-06 09:20:22 to 2024-04-06 20:17:20 UTC [more...]

[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_map_delete_elem
 2024-04-06 20:17 UTC 

[PATCH net-next 0/2] net: Clean up some EEE code
 2024-04-06 20:16 UTC  (3+ messages)
` [PATCH net-next 1/2] net: usb: lan78xx: Fixup EEE
` [PATCH net-next 2/2] net: lan743x: "

[PATCH 0/1] m68k: Handle HAS_IOPORT dependencies
 2024-04-06 20:09 UTC  (9+ messages)

[REGRESSION] Build failure on 6.9-rc2 with "x86/bugs: Fix the SRSO mitigation on Zen3/4"
 2024-04-06 19:53 UTC  (4+ messages)

[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
 2024-04-06 19:37 UTC  (7+ messages)
` [PATCH net-next v6 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[PATCH] power: supply: cros_usbpd: Don't show messages for no charging ports found
 2024-04-06 19:17 UTC 

[PATCH] platform/x86: quickstart: Fix race condition when reporting input event
 2024-04-06 18:57 UTC  (2+ messages)

[PATCH 0/4] dev_printk: add dev_errp_probe() helper
 2024-04-06 18:54 UTC  (12+ messages)
` [PATCH 1/4] dev_printk: add new "
` [PATCH 2/4] iio: temperature: ltc2983: convert to dev_err_probe()
` [PATCH 3/4] iio: backend: make use of dev_errp_probe()

[PATCH] bcachefs: Rename struct field swap to prevent macro naming collision
 2024-04-06 18:48 UTC  (2+ messages)

[PATCH v2] dt-bindings: ti,pcm1681: Convert to dtschema
 2024-04-06 18:43 UTC  (2+ messages)

[PATCH v4] Enable haltpoll for arm64
 2024-04-06 18:42 UTC  (5+ messages)
` [PATCH v4 7/8] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[gustavoars:testing/WFAMNAE-next20240405-CbC] BUILD SUCCESS 446e1bb72bfad4018cdcaf9895c368da98082ce8
 2024-04-06 18:20 UTC 

[PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe
 2024-04-06 17:55 UTC  (11+ messages)

[PATCH v4 0/4] libbpf: API to partially consume items from ringbuffer
 2024-04-06 17:52 UTC  (8+ messages)
` [PATCH v4 2/4] libbpf: ringbuf: allow to consume up to a certain amount of items
` [PATCH v4 3/4] libbpf: Add ring__consume_n / ring_buffer__consume_n
` [PATCH v4 4/4] selftests/bpf: Add tests for ring__consume_n and ring_buffer__consume_n

[PATCH] Documentation: ABI: document in_temp_input file
 2024-04-06 17:47 UTC  (3+ messages)

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-06 17:36 UTC  (6+ messages)
` [PATCH v20 1/5] ring-buffer: allocate sub-buffers with __GFP_COMP
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v20 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v20 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v20 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-06 17:31 UTC  (21+ messages)
` [PATCH v3 01/17] perf/core: Fix several typos
` [PATCH v3 02/17] bcache: Fix typo
` [PATCH v3 03/17] bcachefs: "
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 05/17] lib min_heap: Add min_heap_init()
` [PATCH v3 06/17] lib min_heap: Add min_heap_peek()
` [PATCH v3 07/17] lib min_heap: Add min_heap_full()
` [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks
` [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
` [PATCH v3 10/17] lib min_heap: Add min_heap_del()
` [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v3 17/17] bcachefs: "

[PATCH net-next] net: phy: marvell: implement cable test for 88E1111
 2024-04-06 17:30 UTC  (2+ messages)

[PATCH net-next v11 00/13] Introduce PHY listing and link_topology tracking
 2024-04-06 17:30 UTC  (22+ messages)
` [PATCH net-next v11 01/13] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v11 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v11 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v11 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v11 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v11 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v11 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v11 11/13] net: ethtool: cable-test: "
` [PATCH net-next v11 12/13] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v11 13/13] Documentation: networking: document phy_link_topology

[PATCH v8 0/7] PCI: qcom: Add support for OPP
 2024-04-06 17:18 UTC  (5+ messages)
` [PATCH v8 2/7] arm64: dts: qcom: sm8450: Add interconnect path to PCIe node

[PATCH 0/3] of: Use __free() based cleanups
 2024-04-06 17:17 UTC  (7+ messages)
` [PATCH 1/3] of: Add a helper to free property struct
` [PATCH 2/3] of: Use scope based kfree() cleanups
` [PATCH 3/3] of: Use scope based of_node_put() cleanups

xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 1 comp_code 1
 2024-04-06 17:01 UTC  (5+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_percpu_map_lookup_elem
 2024-04-06 16:59 UTC 

[PATCH 1/7] dt-bindings: clock: Add PCIe pipe related clocks for IPQ9574
 2024-04-06 16:48 UTC  (5+ messages)
` [PATCH 6/7] phy: qcom-qmp-pcie: add support for ipq9574 gen3x2 PHY

[PATCH] batman-adv: Add flex array to struct batadv_tvlv_tt_data
 2024-04-06 16:46 UTC  (3+ messages)

[PATCH] staging: greybus: Clear up precedence for gcam logging macros
 2024-04-06 16:45 UTC  (5+ messages)

[GIT PULL] 2nd round of NFSD fixes for v6.9-rc
 2024-04-06 16:42 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.9-rc3
 2024-04-06 16:35 UTC  (2+ messages)

[PATCH v3 1/3] net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-06 14:23 UTC  (3+ messages)
` [PATCH v3 2/3] RDMA/mana_ib: Prefer struct_size over open coded arithmetic
` [PATCH v3 3/3] net: mana: Avoid "

[GIT PULL] smb3 client fixes
 2024-04-06 16:19 UTC  (2+ messages)

[PATCH v1] iio: adc: ad_sigma_delta: Clear pending interrupts before enable
 2024-04-06 16:17 UTC  (2+ messages)

[PATCH v5 00/10] Add CMDQ secure driver for SVP
 2024-04-06 16:15 UTC  (8+ messages)
` [PATCH v5 02/10] dt-bindings: mailbox: Add mboxes property for CMDQ secure driver

[PATCH] ARM: dts: qcom: msm8974-sony-shinano: Enable vibrator
 2024-04-06 16:07 UTC  (2+ messages)

More annoying code generation by clang
 2024-04-06 16:04 UTC  (5+ messages)

[PATCH net] bonding: 802.3ad: Avoid packet loss when switching aggregator
 2024-04-06 16:03 UTC  (2+ messages)

[PATCH] iio: light: apds9306: Improve apds9306_write_event_config()
 2024-04-06 15:53 UTC  (2+ messages)

[PATCH][next] scsi: FlashPoint: remove redundant assignment to pointer currTar_Info
 2024-04-06 15:50 UTC 

[PATCH v2 0/1] iio:imu: adis16475: Fix sync mode setting
 2024-04-06 15:46 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] i2c: i801: add I2C_MUX dependency
 2024-04-06 15:45 UTC  (3+ messages)

[PATCH] iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()
 2024-04-06 15:44 UTC  (3+ messages)

[PATCH] iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()
 2024-04-06 15:42 UTC  (3+ messages)

[PATCH 0/1] iio:imu: adis16475: Fix sync mode setting
 2024-04-06 15:39 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v4 0/3] Replay Protected Memory Block (RPMB) subsystem
 2024-04-06 15:35 UTC  (7+ messages)
` [PATCH v4 1/3] rpmb: add "
` [PATCH v4 2/3] mmc: block: register RPMB partition with the RPMB subsystem

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-06 15:31 UTC  (6+ messages)
` [PATCH 16/34] iio: ad5755: hook up of_device_id lookup to platform driver

powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data150' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data150'
 2024-04-06 15:20 UTC 

[syzbot] [net?] WARNING in cleanup_net (3)
 2024-04-06 15:20 UTC  (2+ messages)

[PATCH v7 0/8] iio: accel: adxl345: Add spi-3wire feature
 2024-04-06 15:19 UTC  (2+ messages)

[PATCH] bpf: dereference of null in __cgroup_bpf_query() function
 2024-04-06 15:14 UTC 

[syzbot] [net?] possible deadlock in unix_del_edges
 2024-04-06 15:15 UTC  (2+ messages)

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-06 15:10 UTC  (10+ messages)
              ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()

[PATCH 0/6] Add support for AD411x
 2024-04-06 15:10 UTC  (20+ messages)
` [PATCH 1/6] dt-bindings: adc: ad7173: add support for ad411x
` [PATCH 2/6] iio: adc: ad7173: fix buffers enablement for ad7176-2
` [PATCH 4/6] iio: adc: ad7173: refactor ain and vref selection
` [PATCH 6/6] iio: adc: ad7173: Add support for AD411x devices

[PATCH] net: change maximum number of UDP segments to 128
 2024-04-06 15:03 UTC  (2+ messages)

[PATCH] Add new PSU: Corsair HX1200i (2023) to corsair-psu.c
 2024-04-06 14:55 UTC 

[syzbot] [serial?] general protection fault in serial8250_tx_chars
 2024-04-06 14:53 UTC  (2+ messages)

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
 2024-04-06 14:50 UTC 

[PATCH v2 0/3] Add support for the IPQ5321 SoC
 2024-04-06 14:48 UTC  (2+ messages)

[PATCH v2] phy: qcom: m31: match requested regulator name with dt schema
 2024-04-06 14:40 UTC  (2+ messages)

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
 2024-04-06 14:35 UTC 

[PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-06 14:23 UTC 

WARNING in ar5523_cmd/usb_submit_urb
 2024-04-06 14:19 UTC  (2+ messages)
` [syzbot] [usb?] [wireless?] "

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
 2024-04-06 14:09 UTC 

[PATCH] extcon: Add LC824206XA microUSB switch driver
 2024-04-06 14:06 UTC 

[syzbot] WARNING in vmk80xx_auto_attach/usb_submit_urb
 2024-04-06 14:05 UTC  (2+ messages)
` [syzbot] [usb?] "

[PATCH 00/16] Switch subdev dv timing callbacks to pad ops
 2024-04-06 14:04 UTC  (5+ messages)
` [PATCH 02/16] media: i2c: adv748x: Switch "
` [PATCH 13/16] media: rcar-vin: Use pad variant of dv timing subdev calls

[syzbot] WARNING in carl9170_usb_send_rx_irq_urb/usb_submit_urb
 2024-04-06 13:55 UTC  (2+ messages)
` [syzbot] [usb?] [wireless?] "

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-04-06 13:52 UTC  (3+ messages)
` [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helper
` [PATCH 2/2] treewide: Use "

[syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hash
 2024-04-06 13:44 UTC 

[syzbot] [bluetooth?] KASAN: slab-out-of-bounds Read in l2cap_sock_setsockopt
 2024-04-06 13:41 UTC  (2+ messages)
` [syzbot] [bluetooth?] KASAN: slab-out-of-bounds Read in sco_sock_setsockopt

Linux 6.8.4
 2024-04-06 13:27 UTC  (5+ messages)

[PATCH v3] ALSA: hda/tas2781: correct the register for pow calibrated data
 2024-04-06 13:20 UTC 

[PATCH 0/3] drivers: thermal/hwmon: intel: Use model-specific bitmasks for temperature registers
 2024-04-06 13:17 UTC  (3+ messages)
` [PATCH 3/3] hwmon: (coretemp) Use a model-specific bitmask to read registers

[syzbot] [bluetooth?] KASAN: slab-out-of-bounds Read in l2cap_sock_setsockopt
 2024-04-06 13:17 UTC  (2+ messages)

Fwd: Steam Deck OLED 6.8.2 nau8821-max fails
 2024-04-06 13:08 UTC 

[syzbot] [bluetooth?] KASAN: slab-out-of-bounds Read in l2cap_sock_setsockopt
 2024-04-06 13:03 UTC  (2+ messages)

[PATCH v2] firmware: qcom: uefisecapp: Fix memory related IO errors and crashes
 2024-04-06 13:01 UTC 

[PATCH v2] watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate 5% safety margin
 2024-04-06 13:01 UTC  (2+ messages)

[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
 2024-04-06 12:57 UTC  (4+ messages)

[PATCH] watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate 5% safety margin
 2024-04-06 12:56 UTC  (2+ messages)

[PATCH 00/12] Consolidate domain cache invalidation
 2024-04-06 12:55 UTC  (4+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface

[OOPS][STABLE] NULL pointer dereferenced with Linux 6.8.4
 2024-04-06 12:45 UTC 

[PATCH 0/2] tracing/selftests: Verbosity improvements to KTAP output
 2024-04-06 12:36 UTC  (5+ messages)

Fwd: No speaker output on lenovo legion s7 16arha7
 2024-04-06 12:18 UTC 

[PATCH v2 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-06 11:38 UTC  (3+ messages)
` [PATCH v2 02/11] spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabetically

[PATCH] firmware: qcom: uefisecapp: Fix memory related IO errors and crashes
 2024-04-06 11:37 UTC  (3+ messages)

[PATCH v2 0/3] riscv: improve nommu and timer-clint
 2024-04-06 11:21 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH v2 2/3] clocksource/drivers/timer-clint: Add option to use CSR instead of mtime
` [PATCH v2 3/3] clocksource/drivers/timer-clint: Add T-Head C9xx clint

[PATCH v2 0/3] clocksouce/timer-clint|riscv: some improvements
 2024-04-06 11:17 UTC  (4+ messages)
` [PATCH v2 1/3] clocksource/drivers/timer-riscv: Add set_state_oneshot_stopped
` [PATCH v2 2/3] clocksource/drivers/timer-clint: Add set_state_shutdown
` [PATCH v2 3/3] clocksource/drivers/timer-clint: Add set_state_oneshot_stopped

[PATCH v2 0/3] arm64: dts: qcom: msm8916-samsung-fortuna: Add accelerometer/magnetometer
 2024-04-06 11:15 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: msm8916-samsung-fortuna: Add BMC150 accelerometer/magnetometer
` [PATCH v2 2/3] arm64: dts: qcom: msm8916-samsung-fortuna: Add LSM303C accelerometer/magnetometer
` [PATCH v2 3/3] arm64: dts: qcom: msm8916-samsung-rossa: Add LIS2HH12 accelerometer

[PATCH v19 0/9] Add multiport support for DWC3 controllers
 2024-04-06 11:14 UTC  (10+ messages)
` [PATCH v19 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info

[PATCH v2 1/3] x86/percpu: Fix x86_this_cpu_variable_test_bit() asm template
 2024-04-06 11:07 UTC  (2+ messages)
` [tip: x86/percpu] "

[PATCH v2 2/3] x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros
 2024-04-06 11:07 UTC  (2+ messages)
` [tip: x86/percpu] "

[PATCH v2 3/3] x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery
 2024-04-06 11:07 UTC  (2+ messages)
` [tip: x86/percpu] "

[PATCH] x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
 2024-04-06 11:07 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v2 0/6] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-04-06 11:02 UTC  (5+ messages)
` [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additionalProperties to true
` [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension protocol

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs (2)
 2024-04-06 11:00 UTC  (2+ messages)

[PATCH 4/6] drm/msm/adreno: Implement SMEM-based speed bin
 2024-04-06 10:42 UTC  (3+ messages)

[PATCH v2 0/4] Speed up boot with faster linear map creation
 2024-04-06 10:31 UTC  (4+ messages)

[tip:master] BUILD SUCCESS ab346a37d39324c48e1e1555275eca44b816f95a
 2024-04-06 10:17 UTC 

[PATCH v5 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-04-06 10:15 UTC  (9+ messages)
` [PATCH v5 7/7] iio: accel: adxl345: Add spi-3wire option

[PATCH] iio: pressure: dps310: support negative pressure and temperature values
 2024-04-06 10:08 UTC  (4+ messages)

[PATCH v3 0/6] Series to add triggered buffer support to BMP280 driver
 2024-04-06 10:02 UTC  (9+ messages)
` [PATCH v3 3/6] iio: pressure: Generalize read_{temp/press/humid}() functions
` [PATCH v3 6/6] iio: pressure: Add triggered buffer support for BMP280 driver

[tip:x86/microcode] BUILD SUCCESS 3287c22957b401903e4933a81eea9191788da33b
 2024-04-06 10:01 UTC 

[PATCH] Fix for kernel doc warning
 2024-04-06  9:59 UTC  (2+ messages)

[RESPIN PATCH] irqchip/gic-v4.1:Fix VSYNC referencing an unmapped VPE
 2024-04-06  9:58 UTC  (2+ messages)

[GIT PULL] i2c-host-fixes for v6.9-rc3
 2024-04-06  9:32 UTC  (2+ messages)

[RFC][PATCH 00/10] sched/fair: Complete EEVDF
 2024-04-06  9:23 UTC  (3+ messages)
` [RFC][PATCH 08/10] sched/fair: Implement delayed dequeue


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox