All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-07 17:12:42 to 2024-08-07 18:15:12 UTC [more...]

[PATCH 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-07 17:42 UTC  (9+ messages)
` [PATCH 2/4] powerpc/mm: Handle VDSO unmapping via close() rather than arch_unmap()
` [PATCH 3/4] mm: Remove arch_unmap()

[PATCH] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
 2024-08-07 18:14 UTC  (12+ messages)
` [PATCH v2] "

[PATCH] i2c: imx: Switch to RUNTIME_PM_OPS()
 2024-08-07 18:14 UTC 

[PATCH v5 0/3] dma: support DMA zone starting above 4GB
 2024-08-07 18:14 UTC  (5+ messages)
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit

[PATCH 01/14] network: add network_bss_list_prune
 2024-08-07 18:14 UTC  (14+ messages)
` [PATCH 02/14] station: use network_bss_list_prune
` [PATCH 03/14] network: remove network_bss_list_clear
` [PATCH 04/14] dbus: Add net.connman.iwd.BasicServiceSet interface
` [PATCH 05/14] network: implement net.connman.iwd.BasicServiceSet
` [PATCH 06/14] network: add BasicServiceSets property on the network object
` [PATCH 07/14] station: add ConnectedBss property
` [PATCH 08/14] doc: document BasicServiceSet API
` [PATCH 09/14] client: separate property header and values into two functions
` [PATCH 10/14] client: add net.connman.iwd.BasicServiceSet definition
` [PATCH 11/14] client: Add BasicServiceSets property to network
` [PATCH 12/14] client: add BasicServiceSet interface
` [PATCH 13/14] client: refactor cmd_connect() and add find_network()
` [PATCH 14/14] client: add station command "get-bsses"

[PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
 2024-08-07 18:12 UTC  (6+ messages)
` [PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources

❌ FAIL: Test report for master (6.11.0-rc2, mainline.kernel.org-clang, 6a0e3826)
 2024-08-07 18:13 UTC 

[PATCH] kbuild: avoid scripts/kallsyms parsing /dev/null
 2024-08-07 18:03 UTC 

[PATCH i-g-t] lib/igt_kmod: unload mei_gsc_proxy for Intel drivers
 2024-08-07 18:11 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for lib/igt_kmod: unload mei_gsc_proxy for Intel drivers (rev2)

[PATCH v3] mm/memory-failure: Use raw_spinlock_t in struct memory_failure_cpu
 2024-08-07 18:11 UTC 

[PATCH v1 0/3] x86: Write FRED RSP0 on return to userspace
 2024-08-07 18:11 UTC  (5+ messages)
` [PATCH v1 1/3] x86/entry: Test ti_work for zero before processing individual bits
` [PATCH v1 2/3] x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanism

[PATCH v5 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-08-07 18:10 UTC  (4+ messages)
` [PATCH v5 3/4] firmware: psci: Read and use vendor reset types

[PATCH v2] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
 2024-08-07 18:10 UTC 

[RFC 1/2] dt-bindings: arm: rockchip: add Radxa E52C
 2024-08-07 18:10 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
 2024-08-07 18:09 UTC  (9+ messages)
` [PATCH v2 0/1] phy: Add support for Microchip ATA6561 CAN Transceiver
  ` [PATCH v2 1/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561

[Buildroot] [PATCH] package/nvidia-driver: bump version to 550.78
 2024-08-07 17:16 UTC  (5+ messages)
` [Buildroot] [External] - "

[PATCH] s390/pci: Stop usurping pdev->dev.groups
 2024-08-07 18:08 UTC  (4+ messages)

[PATCH v2] pinctrl: meson: Constify some structures
 2024-08-07 18:05 UTC  (2+ messages)

[PATCH v8 00/23] Introduce the lwIP network stack
 2024-08-07 18:05 UTC  (27+ messages)
` [PATCH v8 01/23] flash: prefix error codes with FL_
` [PATCH v8 02/23] net: wget: removed unused function wget_success()
` [PATCH v8 03/23] net: wget: allow EFI boot
` [PATCH v8 04/23] net: introduce alternative implementation as net-lwip/
` [PATCH v8 05/23] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v8 06/23] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v8 07/23] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v8 08/23] net: eth-uclass: add function eth_start_udev()
` [PATCH v8 09/23] net-lwip: build lwIP
` [PATCH v8 10/23] net-lwip: add DHCP support and dhcp commmand
` [PATCH v8 11/23] net-lwip: add TFTP support and tftpboot command
` [PATCH v8 12/23] net-lwip: add ping command
` [PATCH v8 13/23] net-lwip: add dns command
` [PATCH v8 14/23] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v8 15/23] net-lwip: add wget command
` [PATCH v8 16/23] net-lwip: lwIP wget supports user defined port in the uri, so allow it
` [PATCH v8 17/23] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v8 18/23] configs: add qemu_arm64_lwip_defconfig
` [PATCH v8 19/23] lwip: tftp: add support of blksize option to client
` [PATCH v8 20/23] net-lwip: add TFTP_BLOCKSIZE
` [PATCH v8 21/23] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader
` [PATCH v8 23/23] MAINTAINERS: net-lwip: add myself as a maintainer

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-08-07 18:04 UTC  (17+ messages)

[PATCH v1] selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
 2024-08-07 18:02 UTC  (3+ messages)

[meta-networking][PATCH] blueman: skip buildpath error
 2024-08-07 18:03 UTC  (3+ messages)
` [oe] "

[Bug 218901] New: LG Gram Laptop Extra Features not working on 2024 models (16Z90S)
 2024-08-07 18:01 UTC  (2+ messages)
` [Bug 218901] "

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-07 18:01 UTC  (6+ messages)
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH 1/2] dbus: add _dbus_object_tree_set_interface_data
 2024-08-07 17:59 UTC  (2+ messages)
` [PATCH 2/2] dbus: add l_dbus_object_set_data()

[PATCH for-9.1 v4 0/7] CVE-2024-7409
 2024-08-07 17:58 UTC  (10+ messages)
` [PATCH v4 1/7] nbd: Minor style fixes
` [PATCH v4 2/7] nbd/server: Plumb in new args to nbd_client_add()
` [PATCH v4 3/7] nbd/server: CVE-2024-7409: Change default max-connections to 100
` [PATCH v4 4/7] nbd/server: CVE-2024-7409: Drop non-negotiating clients
` [PATCH v4 5/7] nbd/server: CVE-2024-7409: Close stray client sockets at shutdown
` [PATCH v4 6/7] qemu-nbd: Allow users to adjust handshake limit
` [PATCH v4 7/7] nbd/server: Allow users to adjust handshake limit in QMP

[PATCH bpf-next 0/3] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt()
 2024-08-07 17:58 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
` [PATCH bpf-next 2/3] selftests/bpf: add tests for TCP_BPF_SOCK_OPS_CB_FLAGS

[PATCH v4 0/2] Enhance network interface feature testing
 2024-08-07 17:57 UTC  (3+ messages)
` [PATCH v4 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v4 2/2] selftests: net: Add on/off checks for non-fixed features of interface

[GIT PULL] intel-pinctrl for v6.11-1
 2024-08-07 17:57 UTC  (2+ messages)

[iptables PATCH 0/8] nft: Implement forward compat for future binaries
 2024-08-07 17:56 UTC  (3+ messages)
` [iptables RFC PATCH 8/8] nft: Support compat extensions in rule userdata

[PATCH v3 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
 2024-08-07 17:56 UTC  (4+ messages)
` [PATCH v3 2/2] RISC-V: hwprobe: Add SCALAR to misaligned perf defines

[PATCH net v3 0/3] Don't take HW USO path when packets can't be checksummed by device
 2024-08-07 17:55 UTC  (4+ messages)
` [PATCH net v3 1/3] net: Make USO depend on CSUM offload
` [PATCH net v3 2/3] udp: Fall back to software USO if IPv6 extension headers are present
` [PATCH net v3 3/3] selftests/net: Add coverage for UDP GSO with IPv6 extension headers

[PATCH 00/24] Complete EEVDF
 2024-08-07 17:54 UTC  (4+ messages)
` [PATCH 21/24] sched/eevdf: Allow shorter slices to wakeup-preempt

Thread stuck in IDDP sendto()
 2024-08-07 17:54 UTC  (3+ messages)

[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-07 17:54 UTC  (6+ messages)
` [PATCH v3 bpf-next 02/10] lib/buildid: add single page-based file reader abstraction

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-07 17:52 UTC  (3+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU

[intel-lts:6.1/linux 1361/2351] include/linux/mmzone.h:1593:2: error: Allocator MAX_ORDER exceeds SECTION_SIZE
 2024-08-07 17:52 UTC 

[PATCH for-9.1 0/2] NBD: don't print raw server error text to terminal
 2024-08-07 17:51 UTC  (4+ messages)

[PATCH v1 0/4] net: fec: add PPS channel configuration
 2024-08-07 17:51 UTC  (4+ messages)
` [PATCH v1 4/4] arm64: dts: imx8-ss-conn: add PPS channel to the FEC nodes

[PATCH v6 0/2] drm/xe: remove GuC reload in D3Hot path
 2024-08-07 17:51 UTC  (4+ messages)
` [PATCH v6 2/2] "

PSA: Avoid Debian
 2024-08-07 17:44 UTC  (7+ messages)

[RFC bpf-next v6 0/6] monitor network traffic for flaky test cases
 2024-08-07 17:50 UTC  (7+ messages)
` [RFC bpf-next v6 1/6] selftests/bpf: Add traffic monitor functions
` [RFC bpf-next v6 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [RFC bpf-next v6 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [RFC bpf-next v6 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [RFC bpf-next v6 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [RFC bpf-next v6 6/6] selftests/bpf: Monitor traffic for select_reuseport

[Buildroot] [PATCH v2 0/4] boot/arm-trusted-firmware: version bump and source update
 2024-08-07 17:48 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/4] boot/arm-trusted-firmware: move to official source for tf-a
` [Buildroot] [PATCH v2 2/4] boot/arm-trusted-firmware: bump to v2.11
` [Buildroot] [PATCH v2 3/4] boot/arm-trusted-firmware: bump lts-v2.8 to v22.8.20
` [Buildroot] [PATCH v2 4/4] boot/arm-trusted-firmware: add lts-v2.10.x selection

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-07 17:48 UTC  (7+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()

[PATCH] btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctl
 2024-08-07 17:47 UTC 

[PATCH] treewide: remove unnecessary <linux/version.h> inclusion
 2024-08-07 17:47 UTC 

[PATCH] net: ath9k: use devm for request_irq
 2024-08-07 17:47 UTC  (2+ messages)

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-07 17:46 UTC  (12+ messages)

[PATCH v2 1/2] drm/xe/gt: Add APIs for printing stats over debugfs
 2024-08-07 17:45 UTC  (5+ messages)

[PATCH 6.10 000/123] 6.10.4-rc1 review
 2024-08-07 17:46 UTC  (2+ messages)

[PATCH 6.1 00/86] 6.1.104-rc1 review
 2024-08-07 17:42 UTC  (3+ messages)

[PATCH i-g-t] lib/gpgpu_fill: Write kernel using inline iga64 api
 2024-08-07 17:42 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH v2] mm/memory-failure: Use raw_spinlock_t in struct memory_failure_cpu
 2024-08-07 17:41 UTC  (3+ messages)

[meta-python][PATCHv2] python3-qrcode: switch to PEP-517 build backend
 2024-08-07 17:39 UTC  (2+ messages)
` [oe] "

[drm-xe:topic/xe-for-CI] BUILD SUCCESS 2d5e5ecf0a3f43221fd39fc24f18be6872bc97d1
 2024-08-07 17:39 UTC 

[PATCH v3 00/21] Universal Payload initial series
 2024-08-07 17:38 UTC  (2+ messages)

[PATCH v5 0/4] alist: Implement a pointer list / array of structs
 2024-08-07 17:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-tomli-w: new package
 2024-08-07 17:38 UTC 

[PATCH] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-07 17:35 UTC  (5+ messages)

[regression] smb: client: - Failure to mount DFS namespaces without ASCII symbols
 2024-08-07 17:34 UTC  (2+ messages)

[PATCH 0/2] mseal: Fix is_madv_discard()
 2024-08-07 17:33 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: Add mseal test for no-discard madvise

[PATCH net v2] ethtool: Fix context creation with no parameters
 2024-08-07 17:33 UTC 

[PATCH 0/7] x86/acpi: Move ACPI MADT wakeup to generic code
 2024-08-07 17:33 UTC  (3+ messages)
` [PATCH 6/7] x86/hyperv: Reserve real mode when ACPI wakeup mailbox is available

[PATCH next] sched: make printk safe when rq lock is held
 2024-08-07 17:31 UTC  (3+ messages)

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-07 17:31 UTC  (7+ messages)
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup

[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
 2024-08-07 17:31 UTC  (5+ messages)

[PATCH 6.1.y-cip 00/30] Add support for RZ/{G2L,G2LC,G2UL,V2L} Camera Data Receiving Unit
 2024-08-07 17:29 UTC  (3+ messages)

[PATCH v3] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
 2024-08-07 17:23 UTC  (2+ messages)

[PATCH v1 00/10] Add minimal Exynos8895 SoC and SM-G950F support
 2024-08-07 17:29 UTC  (5+ messages)
` [PATCH v1 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC

[PATCH] bblayers/machines: add bitbake-layers command to list machines
 2024-08-07 17:27 UTC 

[PATCH v2] ima: fix buffer overrun in ima_eventdigest_init_common
 2024-08-07 17:27 UTC 

[PATCH] MAINTAINERS: invert Misc RISC-V SoC Support's pattern
 2024-08-07 17:26 UTC  (3+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-07 17:26 UTC  (7+ messages)
` [PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
` [PATCH v2 8/9] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image

[PATCH v1] riscv: dts: starfive: remove non-existant spi device from jh7110-common.dtsi
 2024-08-07 17:26 UTC  (3+ messages)

[xen-unstable test] 187180: tolerable FAIL - PUSHED
 2024-08-07 17:24 UTC 

[PATCH 0/3] dt-bindings: Convert and move Mediatek clock syscons
 2024-08-07 17:24 UTC  (2+ messages)

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-08-07 17:23 UTC 

[REGRESSION][BISECTED][STABLE] hdparm errors since 28ab9769117c
 2024-08-07 17:23 UTC 

[PATCH] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
 2024-08-07 17:22 UTC 

[PATCH v2] dt-bindings: dma: fsl,imx-dma: Document the DMA clocks
 2024-08-07 17:23 UTC  (2+ messages)

[RFC v7 0/6] PolarFire SoC GPIO support
 2024-08-07 17:22 UTC  (7+ messages)
` [RFC v7 4/6] gpio: mpfs: add polarfire soc gpio support

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-07 17:21 UTC  (2+ messages)

[PATCH] doc: announce cryptodev change to support EDDSA
 2024-08-07 17:21 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH 1/2] nbd: implement the WRITE_ZEROES command
 2024-08-07 17:20 UTC  (5+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 3/3] nbd: correct the maximum value for discard sectors

[Intel-wired-lan] [PATCH iwl-next v2] ice: add E830 HW VF mailbox message limit support
 2024-08-07 17:13 UTC  (3+ messages)

[PATCH v2 0/2] Fix unmasking interrupt bit and remove watermark interrupt enablement
 2024-08-07 17:19 UTC  (6+ messages)
` [PATCH v2 1/2] dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA

[PATCH v7 00/13] Parallel submission of dma fence jobs and LR jobs with shared hardware resources
 2024-08-07 17:18 UTC  (2+ messages)
` ✓ CI.BAT: success for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev7)

[PATCH v2] wifi: b43: Constify struct lpphy_tx_gain_table_entry
 2024-08-07 17:16 UTC  (3+ messages)

[PATCH nft v2 0/5] src: mnl: rework list hooks infra
 2024-08-07 16:54 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
 2024-08-07 17:11 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.