All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-24 20:42:10 to 2024-08-25 05:26:07 UTC [more...]

[PATCH] Input: psmouse-smbus - use guard notation when acquiring mutex
 2024-08-25  5:26 UTC 

WARNING in process_measurement
 2024-08-25  5:23 UTC 

[PATCH v2 0/9] Simplify the UFS driver initialization code
 2024-08-25  5:22 UTC  (11+ messages)
` [PATCH v2 1/9] ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v2 2/9] ufs: core: Introduce ufshcd_activate_link()
` [PATCH v2 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v2 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v2 5/9] ufs: core: Move the ufshcd_device_init() call

WARNING in dev_addr_check
 2024-08-25  5:18 UTC 

[PATCH -next 0/5] drm: Use for_each_child_of_node_scoped()
 2024-08-25  5:16 UTC  (5+ messages)
` [PATCH -next 2/5] drm/mediatek: Fix missing of_node_put() for mtk_drm_get_all_drm_priv()

[PATCH 00/17] Convert keyboard drivers to use new cleanup facilities
 2024-08-25  5:16 UTC  (18+ messages)
` [PATCH 01/17] Input: adp5589-keys - use guard notation when acquiring mutex
` [PATCH 02/17] Input: applespi - use guard notation when acquiring spinlock
` [PATCH 03/17] Input: atkbd - use guard notation when acquiring mutex
` [PATCH 04/17] Input: ep93xx_keypad "
` [PATCH 05/17] Input: gpio-keys - switch to using cleanup functions
` [PATCH 06/17] Input: imx_keypad - use guard notation when acquiring mutex
` [PATCH 07/17] Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock
` [PATCH 08/17] Input: iqs62x-keys - use cleanup facility for fwnodes
` [PATCH 09/17] Input: lm8323 - use guard notation when acquiring mutexes
` [PATCH 10/17] Input: lpc32xx-keys - use guard notation when acquiring mutex
` [PATCH 11/17] Input: matrix_keypad - use guard notation when acquiring spinlock
` [PATCH 12/17] Input: omap4-keypad - use guard notation when acquiring mutex
` [PATCH 13/17] Input: pmic8xxx-keypad "
` [PATCH 14/17] Input: pxa27x_keypad "
` [PATCH 15/17] Input: spear-keyboard "
` [PATCH 16/17] Input: st-keyscan "
` [PATCH 17/17] Input: tegra-kbc - use guard notation when acquiring mutex and spinlock

[PATCH] net/mlx5: Added cond_resched() to crdump collection
 2024-08-25  5:11 UTC  (9+ messages)

BUG: general protection fault in update_io_ticks
 2024-08-25  5:10 UTC 

BUG: general protection fault in skb_queue_purge_reason
 2024-08-25  5:08 UTC 

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-25  5:06 UTC  (6+ messages)

publish: perfwiki.github.io/main
 2024-08-25  5:06 UTC  (2+ messages)

BUG: general protection fault in put_links
 2024-08-25  5:04 UTC 

[qemu-mainline test] 187336: regressions - FAIL
 2024-08-25  5:00 UTC 

Misbehaving Alder Lake-N PCH USB 3.2 xHCI Host Controller
 2024-08-25  4:58 UTC  (7+ messages)

[syzbot] [wireless?] [usb?] WARNING in ath6kl_bmi_get_target_info (2)
 2024-08-25  4:57 UTC  (3+ messages)

BUG: general protection fault in kernfs_remove_by_name_ns
 2024-08-25  4:53 UTC 

[PATCH 0/5] xfs: fix and cleanups for log item push
 2024-08-25  4:52 UTC  (3+ messages)
` [PATCH 1/5] xfs: remove redundant set null for ip->i_itemp

[PATCHSET v31.0 02/10] xfs: atomic file content commits
 2024-08-25  4:52 UTC  (4+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls
  ` [PATCH v31.0.1 "

BUG: general protection fault in hrtimer_try_to_cancel
 2024-08-25  4:50 UTC 

[GIT PULL] bcachefs fixes for 6.11-rc5 v2^[
 2024-08-25  4:48 UTC  (3+ messages)
  ` [GIT PULL] bcachefs fixes for 6.11-rc5 v2

[PATCH v3 0/2] livepatch: Add using attribute to klp_func for using function
 2024-08-25  4:48 UTC  (3+ messages)
` [PATCH v3 1/2] Introduce klp_ops into klp_func structure

BUG: general protection fault in fib_rules_event
 2024-08-25  4:42 UTC 

BUG: general protection fault in check_lifetime
 2024-08-25  4:31 UTC 

[PATCH RESEND] drm/nouveau: fix a possible null pointer dereference
 2024-08-25  4:28 UTC 

Missing crucial information in splice(2) manpage
 2024-08-25  4:22 UTC 

[syzbot] [netfs?] possible deadlock in netfs_writepages
 2024-08-25  4:18 UTC 

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-25  4:15 UTC  (14+ messages)
` [PATCH net-next v22 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v22 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v22 05/13] page_pool: devmem support
` [PATCH net-next v22 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v22 07/13] net: support non paged skb frags
` [PATCH net-next v22 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v22 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v22 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v22 11/13] net: add devmem TCP documentation
` [PATCH net-next v22 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v22 13/13] netdev: add dmabuf introspection

general protection fault in __kernfs_remove
 2024-08-25  4:03 UTC 

[PATCH] platform: generic: Fix fw_platform_coldboot_harts_init() function
 2024-08-25  4:03 UTC 

[PATCH] spi: rockchip: Avoid redundant clock disable in pm operation
 2024-08-25  3:54 UTC  (2+ messages)

[PATCH] staging: vme_user: Added static to image_desc and vme_user_vma_priv struct
 2024-08-25  3:55 UTC 

[PATCH] docs: leds: fix typo in Documentation/leds/leds-mlxcpld.rst
 2024-08-25  3:50 UTC 

Sin? (cont: Low Jitter, Philosophy, Fair Pay)
 2024-08-25  3:49 UTC 

[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
 2024-08-25  3:46 UTC  (13+ messages)
` [PATCH v9 01/12] acpi/ghes: add a firmware file with HEST address
` [PATCH v9 02/12] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v9 03/12] acpi/ghes: rename etc/hardware_error file macros
` [PATCH v9 04/12] acpi/ghes: better name GHES memory error function
` [PATCH v9 05/12] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v9 06/12] acpi/generic_event_device: add an APEI error device
` [PATCH v9 07/12] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v9 08/12] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v9 09/12] docs: acpi_hest_ghes: fix documentation for CPER size
` [PATCH v9 10/12] scripts/ghes_inject: add a script to generate GHES error inject
` [PATCH v9 11/12] target/arm: add an experimental mpidr arm cpu property object
` [PATCH v9 12/12] scripts/arm_processor_error.py: retrieve mpidr if not filled

[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
 2024-08-25  3:48 UTC  (11+ messages)
` [PATCH v8 05/13] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v8 06/13] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v8 13/13] acpi/ghes: check if the BIOS pointers for HEST are correct

[PATCH] drm/amdgpu/swsmu: always force a state reprogram on init
 2024-08-25  3:45 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in stack_depot_save_flags
 2024-08-25  3:44 UTC 

[syzbot] [net?] possible deadlock in do_ip_setsockopt (4)
 2024-08-25  3:37 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: serial: Add Loongson UART controller
 2024-08-25  3:34 UTC  (9+ messages)

BUG: INFO: task hung in tty_release_struct
 2024-08-25  3:20 UTC 

[Buildroot] [autobuild.buildroot.org] Daily results for 2024-08-24
 2024-08-25  3:17 UTC 

[PATCH] fixup! KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
 2024-08-25  3:15 UTC  (3+ messages)

[syzbot] [io-uring?] WARNING in io_sq_thread
 2024-08-25  3:15 UTC 

BUG: INFO: task hung in tty_ldisc_hangup
 2024-08-25  3:13 UTC 

Can't set RAID10 on zoned device using experimental build
 2024-08-25  2:59 UTC 

BUG: INFO: task hung in tty_buffer_flush
 2024-08-25  2:58 UTC 

[PATCH 0/2] Drivers: vmbus: Fix rescind handling in uio_hv_generic
 2024-08-25  2:57 UTC  (5+ messages)
` [PATCH 1/2] uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
` [PATCH 2/2] Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

BUG: general protection fault in sctp_inet6addr_event
 2024-08-25  2:43 UTC 

[broonie-misc:spi-6.12 19/21] vmlinux.o: warning: objtool: .text.wpcm_fiu_probe: unexpected end of section
 2024-08-25  2:34 UTC 

[Intel-wired-lan] [PATCH iwl-net v5] ice: Add netif_device_attach/detach into PF reset flow
 2024-08-25  2:25 UTC  (3+ messages)

❌ FAIL: Test report for master (6.11.0-rc4, mainline.kernel.org-clang, 780bdc1b)
 2024-08-25  2:22 UTC 

[BUG almost bisected] Splat in dequeue_rt_stack() and build error
 2024-08-25  2:10 UTC  (7+ messages)

[linux-linus test] 187334: tolerable FAIL - PUSHED
 2024-08-25  2:08 UTC 

BUG: unable to handle kernel NULL pointer dereference in wake_up_bit
 2024-08-25  2:08 UTC 

[REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
 2024-08-25  1:50 UTC 

[PULL MASTER] Pull request efi-2024-10-rc4
 2024-08-25  1:36 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 9d7165c343d0469c51622e512a01ac030eb76a37
 2024-08-25  1:31 UTC 

[tj-cgroup:for-6.12] BUILD SUCCESS 3c2acae88844e7423a50b5cbe0a2c9d430fcd20c
 2024-08-25  1:23 UTC 

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-22  3:04 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-21 15:43 UTC  (8+ messages)
` [PATCH v4 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List

[PATCH v2 1/1] i3c: master: Avoid sending DISEC command with old device address
 2024-08-20 15:19 UTC 

[PATCH v2 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
 2024-08-19  5:15 UTC  (2+ messages)

[PATCH] i3c: master: Avoid sending DISEC command with old device address
 2024-08-20  4:38 UTC 

[PULL for-9.1 0/3] Trivial patches for 2024-08-23
 2024-08-25  0:56 UTC  (2+ messages)

Thread stuck in IDDP sendto()
 2024-08-25  0:33 UTC  (14+ messages)

[PATCH] mtd: spi-nor: Clear Winbond SR3 WPS bit on boot
 2024-08-25  0:28 UTC  (3+ messages)

[PATCH i-g-t v1 0/1] Fix compilation for musl in intel/kms_pm_backlight
 2024-08-25  0:23 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Fix compilation for musl in intel/kms_pm_backlight (rev2)

[GIT PULL] ksmbd server fixes
 2024-08-25  0:22 UTC  (2+ messages)

[PATCH v3 00/10] MIPS: IPI Improvements
 2024-08-25  0:17 UTC  (5+ messages)
` [PATCH v3 09/10] irqchip: irq-mips-cpu: Rework software IRQ handling flow

[GIT PULL] s390 updates for 6.11-rc5
 2024-08-25  0:13 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 6.11-rc4
 2024-08-25  0:13 UTC  (2+ messages)

[PATCH 1/1] usb: gadget: ether: Disable USB pullup in eth probe
 2024-08-25  0:13 UTC  (11+ messages)

[syzbot] [usb?] KASAN: invalid-free in raw_ioctl
 2024-08-25  0:13 UTC 

[meta-multimedia][PATCH] bluealsa: Fix build on musl
 2024-08-25  0:11 UTC 

[akpm-mm:mm-unstable 357/379] mm/vma.h:114:19: error: use of undeclared identifier 'USER_PGTABLES_CEILING'
 2024-08-25  0:05 UTC  (2+ messages)

[syzbot] [bpf?] [net?] WARNING in sock_map_close (2)
 2024-08-24 23:51 UTC  (3+ messages)

[PATCHv2 1/2] systemd.bbclass: Clean up empty parent directories
 2024-08-24 23:49 UTC  (4+ messages)
` [PATCHv2 2/2] oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  ` [OE-core] "

[GIT PULL FOR v6.12] Miscellaneous Renesas patches
 2024-08-24 23:43 UTC 

[GIT PULL FOR v6.12] Miscellaneous IMX patches
 2024-08-24 23:34 UTC  (2+ messages)

[RFC PATCH v1 0/2] External Auth support
 2024-08-24 23:32 UTC  (5+ messages)

debian/config: add DAMON support for debian kernel
 2024-08-24 23:32 UTC  (2+ messages)

[GIT PULL FOR v6.12] Miscellaneous V4L2 patches
 2024-08-24 23:31 UTC 

[PATCH] media: v4l2-mc: Mark v4l2_pipeline_link_notify() as deprecated
 2024-08-24 23:24 UTC  (7+ messages)

[PATCH] hwmon: (sht4x): add heater support
 2024-08-24 23:24 UTC  (2+ messages)

[usb:usb-testing 20/25] onboard_usb_dev.c:undefined reference to `i2c_find_device_by_fwnode'
 2024-08-24 23:22 UTC 

Problem testing with S390x under QEMU on x86_64
 2024-08-24 23:21 UTC  (4+ messages)

BUG: INFO: task hung in seq_free_client
 2024-08-24 23:08 UTC 

[PATCH] Input: matrix-keymap - switch to using __free() cleanup facility
 2024-08-24 23:09 UTC 

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-08-24 23:06 UTC  (4+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support

[PATCH v4 0/4] Add Synopsys DesignWare HDMI RX Controller
 2024-08-24 23:03 UTC  (5+ messages)

Add Support for the Acer Predator Triton PT14-51
 2024-08-24 22:56 UTC  (4+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 18db178f87087fa608b1c1c21e353c21288e9ad9
 2024-08-24 22:53 UTC 

[PATCH] systemd: Refresh patch to remove patch-fuzz
 2024-08-24 22:53 UTC 

[meta-oe][PATCH 1/4] raptor2: Do not use curl-config to detect curl
 2024-08-24 22:45 UTC  (4+ messages)
` [meta-gnome][PATCH 2/4] libgsf: Fix build with libxml2 2.13+
` [meta-oe][PATCH 3/4] libspatialite: Upgrade to 5.1
` [meta-oe][PATCH 4/4] libblockdev: Fix build with latest e2fsprogs

[PATCH i-g-t] tests/intel/xe_drm_fdinfo: Extend mercy to the upper end
 2024-08-24 22:44 UTC  (4+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "

BUG: KASAN: vmalloc-out-of-bounds Write in imageblit
 2024-08-24 22:38 UTC 

[PATCH v2 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A
 2024-08-24 22:33 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: add support for Radxa ROCK 5A with SPI NOR flash module

[PATCH] x86/tdx: Fix crash on kexec with CONFIG_EISA
 2024-08-24 22:29 UTC  (2+ messages)

[PATCH] x86/EISA: Use memremap() to probe for the EISA BIOS signature
 2024-08-24 22:17 UTC 

[PATCH] USB: serial: qcserial: add support for Sierra Wireless EM7511
 2024-08-24 22:25 UTC  (3+ messages)

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards
 2024-08-24 22:24 UTC  (4+ messages)
` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot "

[linux-next:master 5392/6439] arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dtb: adc@1e6e9000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
 2024-08-24 22:21 UTC 

[PATCH] rockchip: add SPI NOR flash support for Radxa E25(CM3I)
 2024-08-24 22:21 UTC  (2+ messages)

[PATCH 0/4] media: Drop one user of the deprecated graph walk API
 2024-08-24 22:18 UTC  (4+ messages)
` [PATCH 4/4] media: Documentation: mc: Replace "

[PATCH v3] kbuild: add debug package to pacman PKGBUILD
 2024-08-24 22:07 UTC 

[PATCH v2] rockchip: add SPI NOR flash support for Radxa E25(CM3I)
 2024-08-24 22:08 UTC 

[PATCH v4] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-24 22:01 UTC 

[PATCH v1] drivers:testing:Handle possible memory leaks
 2024-08-24 22:01 UTC  (2+ messages)

[tip:timers/core] BUILD SUCCESS WITH WARNING 42db2c2cb5ac3572380a9489b8f8bbe0e534dfc7
 2024-08-24 21:59 UTC 

[PATCH 1/2] netpoll: Make netpoll_send_udp return status instead of void
 2024-08-24 21:50 UTC  (2+ messages)
` [PATCH 2/2] netcons: Add udp send fail statistics to netconsole

[PATCH] kbuild: modinst: remove the multithread option from zstd compression
 2024-08-24 21:51 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 7b7a3483ba0434fc237bd19b1bfd60944c24b8cb
 2024-08-24 21:49 UTC 

[PATCH] omap3: omap3evm: Migrate to OF_UPSTREAM
 2024-08-24 21:48 UTC 

[PATCH v2 1/4] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
 2024-08-24 21:21 UTC  (8+ messages)
` [PATCH v2 2/4] wifi: wilc1000: Fold wilc_get_chipid() into wlan.c

[TEST] forwarding/router_bridge_lag.sh started to flake on Monday
 2024-08-24 21:27 UTC  (5+ messages)

[PATCH v2] rust: add `module_params` macro
 2024-08-24 21:23 UTC  (4+ messages)

6.11/regression/bisected - after commit 1b04dcca4fb1, launching some RenPy games causes computer hang
 2024-08-24 21:12 UTC  (2+ messages)

crypto: starfive: kernel oops when unloading jh7110_crypto module and loading it again
 2024-08-24 20:34 UTC 

[Buildroot] [PATCH] package/frotz: update package hash for verion 2.54
 2024-08-24 21:11 UTC 

BUG: INFO: task hung in gsm_cleanup_mux
 2024-08-24 21:04 UTC 

[nacked] vma-remove-the-unneeded-avc-bound-with-non-cowed-folio.patch removed from -mm tree
 2024-08-24 20:42 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.