All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-14 23:23:26 to 2024-10-15 01:10:35 UTC [more...]

[PATCH] net: mvneta: use ethtool_puts
 2024-10-15  1:10 UTC  (2+ messages)

[PATCH net-next v2 1/2] selftests: net: rebuild YNL if dependencies changed
 2024-10-15  1:10 UTC  (2+ messages)

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-10-15  1:10 UTC  (2+ messages)

[PATCH net] net/smc: Fix memory leak when using percpu refs
 2024-10-15  1:10 UTC  (2+ messages)

[PATCHSET v5.0 2/9] xfs: create a generic allocation group structure
 2024-10-15  1:08 UTC  (6+ messages)
` [PATCH 02/16] xfs: factor out a generic xfs_group structure
` [PATCH 10/16] xfs: convert extent busy tracking to the generic group structure

[PATCH v2] drm/panthor: Fix firmware initialization on systems with a page size > 4k
 2024-10-15  1:08 UTC  (2+ messages)

[PATCH 1/3] selftests: Add a few missing gitignore files
 2024-10-15  1:08 UTC  (3+ messages)
` [PATCH 2/3] selftests/net: Fix ./ns-XXXXXX not cleanup
` [PATCH 3/3] selftests: ignore output files and clean them in Makefile

Have compiler remove __fentry locations from overwritten weak functions
 2024-10-15  1:08 UTC 

[PATCH -next] selftests/cgroup: Fix compile error in test_cpu.c
 2024-10-15  1:06 UTC  (2+ messages)

[PATCH v4] Export PBEC Data register into sysfs
 2024-10-15  1:04 UTC  (2+ messages)

[PATCH] xfs: port xfs/122 to the kernel
 2024-10-15  1:04 UTC  (3+ messages)

[PATCHBOMB 6.13] xfs: metadata directories and realtime groups
 2024-10-15  1:01 UTC  (3+ messages)

[PATCH v4 00/13] ASoC: remove dpcm_xxx flags
 2024-10-15  0:56 UTC  (14+ messages)
` [PATCH v4 01/13] ASoC: amd: "
` [PATCH v4 02/13] ASoC: fsl: "
` [PATCH v4 03/13] ASoC: sof: "
` [PATCH v4 04/13] ASoC: intel: "
` [PATCH v4 05/13] ASoC: samsung: "
` [PATCH v4 06/13] ASoC: mediatek: "
` [PATCH v4 07/13] ASoC: soc-core: "
` [PATCH v4 08/13] ASoC: soc-compress: "
` [PATCH v4 09/13] ASoC: soc-topology: "
` [PATCH v4 10/13] ASoC: intel: boards: "
` [PATCH v4 11/13] ASoC: soc-pcm: "
` [PATCH v4 12/13] ASoC: doc: "
` [PATCH v4 13/13] ASoC: soc-pcm: merge DPCM and non-DPCM validation check

linux-next: build failure after merge of the fbdev tree
 2024-10-15  1:01 UTC 

[PATCH net-next v2] net: phylink: allow half-duplex modes with RATE_MATCH_PAUSE
 2024-10-15  1:00 UTC  (2+ messages)

[PATCH v3 net-next 0/5] tcp: add skb->sk to more control packets
 2024-10-15  1:00 UTC  (2+ messages)

[PATCH v8 00/37] Implement ACPI on aarch64
 2024-10-15  0:59 UTC  (3+ messages)
` [PATCH v8 22/37] drivers: misc: irq-uclass: Update irq_get_by_index

[daniel-lezcano:thermal/dev-perf-v1 8/9] kernel/power/perf_qos.c:478:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2024-10-15  0:54 UTC 

[PATCH net-next 0/2] ethtool: rss: track rss ctx busy from core
 2024-10-15  0:53 UTC  (4+ messages)
` [PATCH net-next 1/2] ethtool: rss: prevent rss ctx deletion when in use

[PATCH v3 0/5] x1e80100 RTC support
 2024-10-15  0:47 UTC  (6+ messages)
` [PATCH v3 1/5] rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm
` [PATCH v3 2/5] dt-bindings: rtc: qcom-pm8xxx: document qcom,no-alarm flag
` [PATCH v3 3/5] arm64: dts: qcom: x1e80100-pmics: enable RTC
` [PATCH v3 4/5] arm64: dts: qcom: x1e80100-crd: add rtc offset to set rtc time
` [PATCH v3 5/5] arm64: dts: qcom: x1e78100-t14s: "

[PATCH v6] hw/misc/aspeed_hace: Fix SG Accumulative hashing
 2024-10-15  0:52 UTC  (3+ messages)

[PATCH net-next v3 0/9] do not leave dangling sk pointers in pf->create functions
 2024-10-15  0:52 UTC  (3+ messages)
` [PATCH net-next v3 1/9] af_packet: avoid erroring out after sock_init_data() in packet_create()

[PATCH 0/2] Restore support for older libcurl and fix some typos
 2024-10-15  0:51 UTC  (3+ messages)

[PATCH v5 bpf-next 00/12] Share user memory to BPF program through task storage map
 2024-10-15  0:50 UTC  (13+ messages)
` [PATCH v5 bpf-next 01/12] bpf: Support __uptr type tag in BTF
` [PATCH v5 bpf-next 02/12] bpf: Handle BPF_UPTR in verifier
` [PATCH v5 bpf-next 03/12] bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()
` [PATCH v5 bpf-next 04/12] bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
` [PATCH v5 bpf-next 05/12] bpf: Postpone bpf_obj_free_fields to the rcu callback
` [PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
` [PATCH v5 bpf-next 07/12] libbpf: define __uptr
` [PATCH v5 bpf-next 08/12] selftests/bpf: Some basic __uptr tests
` [PATCH v5 bpf-next 09/12] selftests/bpf: Test a uptr struct spanning across pages
` [PATCH v5 bpf-next 10/12] selftests/bpf: Add update_elem failure test for task storage uptr
` [PATCH v5 bpf-next 11/12] selftests/bpf: Add uptr failure verifier tests
` [PATCH v5 bpf-next 12/12] selftests/bpf: Create task_local_storage map with invalid uptr's struct

[PATCHSET v5.0 8/9] xfs: enable quota for realtime volumes
 2024-10-15  0:49 UTC  (7+ messages)
` [PATCH 1/6] xfs: fix chown with rt quota
` [PATCH 2/6] xfs: advertise realtime quota support in the xqm stat files

[PATCH] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC
 2024-10-15  0:44 UTC  (5+ messages)

[PATCH v18 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-10-15  0:44 UTC  (2+ messages)

[syzbot] [usb?] INFO: task hung in usb_port_suspend
 2024-10-15  0:45 UTC  (4+ messages)

QA notification for completed autobuilder build (yocto-4.0.22.rc1)
 2024-10-15  0:43 UTC  (2+ messages)
` [yocto] "

[RFC Outreachy] Leftoverbits, which involve replacing atoi with strtol or strtol_i or equivalent
 2024-10-15  0:42 UTC  (4+ messages)

[PATCH] target/i386: Use only 16 and 32-bit operands for IN/OUT
 2024-10-15  0:41 UTC 

[PATCH net-next] tg3: Address byte-order miss-matches
 2024-10-15  0:40 UTC  (2+ messages)

[PATCH v5 RESEND 0/2] posix-clock: Fix missing timespec64 check for PTP clock
 2024-10-15  0:40 UTC  (2+ messages)

Bug Report
 2024-10-15  0:40 UTC  (5+ messages)

[PATCH] plugins: fix qemu_plugin_reset
 2024-10-15  0:38 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM SBP1 board
 2024-10-15  0:38 UTC  (6+ messages)

[PATCH net-next v04 0/3] net: af_packet: allow joining a fanout when link is down
 2024-10-15  0:39 UTC  (7+ messages)
` [PATCH net-next v04 1/3] af_packet: allow fanout_add when socket is not RUNNING
` [PATCH net-next v04 2/3] selftests: net/psock_fanout: socket joins fanout when link is down
` [PATCH net-next v04 3/3] selftests: net/psock_fanout: unbound socket fanout

[PATCH v2] plugins: fix qemu_plugin_reset
 2024-10-15  0:38 UTC 

[PATCH net-next v2 1/5] dt-bindings: leds: add 'active-high' property
 2024-10-15  0:37 UTC  (2+ messages)

[meta-oe][PATCHv2 1/2] fastfloat: add recipe
 2024-10-15  0:38 UTC  (3+ messages)
` [meta-oe][PATCHv2 2/2] libplacebo: dont use gitsm
  ` [oe] "

Bug: `git maintenance start` is likely broken in 2.47
 2024-10-15  0:36 UTC  (6+ messages)
` [PATCH v3] builtin/gc: fix crash when running `git maintenance start`

[PATCH v2 0/7] Fix typos
 2024-10-15  0:35 UTC  (3+ messages)

[PATCH v2 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests
 2024-10-15  0:34 UTC  (3+ messages)
` [PATCH v2 1/3] bpf: Fix truncation bug in coerce_reg_to_size_sx()

[PATCH] cxl/port: Prevent out-of-order decoder allocation
 2024-10-15  0:34 UTC  (2+ messages)

[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
 2024-10-15  0:34 UTC  (4+ messages)
` [PATCH v2] "

Git bug report - CNS - Shared repository permissions issues under RedHat 9
 2024-10-15  0:32 UTC  (2+ messages)

[PATCH] btrfs: use FGP_STABLE to wait for folio writeback
 2024-10-15  0:31 UTC  (4+ messages)

[PATCH 00/10] Platform compatibility fixes
 2024-10-15  0:29 UTC  (4+ messages)
` [PATCH 05/10] t1401: make invocation of tar(1) work with Win32-provided one

[usb:usb-testing] BUILD SUCCESS 64f3b5a6bc49adf77d58eddd72a4bfccd492fa24
 2024-10-15  0:28 UTC 

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-10-15  0:29 UTC  (5+ messages)
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

[PATCH] pico-imx7d: increase ODT resistor value from 60 to 120 ohm to improve DRAM stability
 2024-10-15  0:25 UTC 

[PATCH 0/5] perf: Fix pmu for drivers with bind/unbind
 2024-10-15  0:26 UTC  (3+ messages)
` [PATCH 1/5] perf: Add dummy pmu module

git grep does not find all occurrences on macOS
 2024-10-15  0:26 UTC  (2+ messages)

[PATCH RESEND] net: add config option for tunnel fallback devs
 2024-10-15  0:26 UTC  (2+ messages)

[ti:ti-rt-linux-6.1.y-cicd 11/44] arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi:184.37-188.5: Warning (unit_address_vs_reg): /bus@100000/bus@28380000/fss@47000000/mux-controller@47000004: node has a unit name, but no reg or ranges property
 2024-10-15  0:23 UTC 

[f2fs-dev] [PATCH] f2fs-tools: remove linux/fcntl.h but define the hint directly
 2024-10-15  0:23 UTC 

[PATCH v2 0/3] target/i386: Use probe_access_full_mmu in ptw_translate
 2024-10-15  0:22 UTC  (3+ messages)
` [PATCH v2 1/3] include/exec: Improve probe_access_full{, _mmu} documentation

[PATCH] memcg: add tracing for memcg stat updates
 2024-10-15  0:23 UTC  (7+ messages)

[usb:rndis-removal] BUILD SUCCESS 27397d630d380ea4a328794cfd63a82275f4c2d6
 2024-10-15  0:21 UTC 

[PATCH net-next v7 00/12] net: vxlan: add skb drop reasons support
 2024-10-15  0:21 UTC  (2+ messages)

[PATCH] ARM: NOMMU: Fix exc_ret for stack frame type
 2024-10-15  0:02 UTC  (3+ messages)

[PATCHSET v5.0 6/9] xfs: shard the realtime section
 2024-10-15  0:18 UTC  (8+ messages)
` [PATCH 15/36] xfs: store rtgroup information with a bmap intent
` [PATCH 34/36] xfs: port the perag discard code to handle generic groups

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-15  0:16 UTC  (13+ messages)
` [PATCH net-next v3 7/7] bnxt_en: add support for device memory tcp

+ unicode-kunit-change-tests-filename-and-path.patch added to mm-nonmm-unstable branch
 2024-10-15  0:15 UTC 

+ unicode-kunit-refactor-selftest-to-kunit-tests.patch added to mm-nonmm-unstable branch
 2024-10-15  0:14 UTC 

+ lib-tests-kfifo_kunitc-add-tests-for-the-kfifo-structure.patch added to mm-nonmm-unstable branch
 2024-10-15  0:14 UTC 

[PATCH 3/3] efi/libstub: consider CONFIG_CMDLINE for initrd= and dtb= options
 2024-10-15  0:13 UTC  (2+ messages)

ti_k3_m4_remoteproc.c:undefined reference to `devm_ti_sci_get_by_phandle'
 2024-10-15  0:13 UTC 

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-15  0:14 UTC  (4+ messages)
  ` [Intel-wired-lan] "

+ lib-move-kunit-tests-into-tests-subdirectory.patch added to mm-nonmm-unstable branch
 2024-10-15  0:14 UTC 

+ lib-math-add-int_log-test-suite.patch added to mm-nonmm-unstable branch
 2024-10-15  0:14 UTC 

+ lib-math-move-kunit-tests-into-tests-subdir.patch added to mm-nonmm-unstable branch
 2024-10-15  0:13 UTC 

[PATCH v3 1/6] iio: backend: add API for interface get
 2024-10-15  0:12 UTC  (3+ messages)
` [PATCH v3 6/6] iio: adc: ad4851: add ad485x driver

[PATCH 0/5] cxl: Initialization and shutdown fixes
 2024-10-15  0:10 UTC  (10+ messages)
` [PATCH 4/5] cxl/port: Fix use-after-free, permit out-of-order decoder shutdown

[PATCH] ASoC: rsnd: Refactor port handling with helper for endpoint node selection
 2024-10-15  0:10 UTC  (2+ messages)

[PATCH] target/mips: Remove unused MEMOP_IDX() macro
 2024-10-15  0:09 UTC  (2+ messages)

[RFC PATCH 00/23] accel/tcg: Convert victim tlb to IntervalTree
 2024-10-15  0:07 UTC  (5+ messages)

[PATCH v7 00/18] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-10-15  0:07 UTC  (3+ messages)

[PATCH v2] selftests/intel_pstate: fix operand expected
 2024-10-15  0:05 UTC  (2+ messages)

[PATCH v2] tests/intel/xe_exec_reset: Explicitly declare exec
 2024-10-15  0:04 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_exec_reset: Explicitly declare exec (rev3)

[PATCH v6 0/2] Add divisor computation feature for sdm845 gp clocks
 2024-10-15  0:03 UTC  (3+ messages)
` [PATCH v6 2/2] gcc-sdm845: Add general purpose clock ops

[PATCH v3 0/5] page allocation tag compression
 2024-10-15  0:03 UTC  (9+ messages)
` [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH] TI: include: env: ti_common: move fdtoverlay_addr_r to fix ramdisk size
 2024-10-15  0:02 UTC  (3+ messages)

[PATCH][next] Bluetooth: btintel_pcie: Remove structually deadcode
 2024-10-15  0:02 UTC  (2+ messages)

[PATCH v2 0/3] Make "Setup struct perf_event_attr" a shell test
 2024-10-15  0:01 UTC  (4+ messages)
` [PATCH v2 1/3] perf test: Add a shell wrapper for "Setup struct perf_event_attr"
` [PATCH v2 2/3] perf test: Remove C test wrapper for attr.py
` [PATCH v2 3/3] perf test: Move attr files into shell directory where they are used

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-15  0:01 UTC  (10+ messages)
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-15  0:00 UTC  (2+ messages)

[PATCH 0/3] crypto: x86/crc32c - jump table elimination and other cleanups
 2024-10-14 23:59 UTC  (6+ messages)
` [PATCH 3/3] crypto: x86/crc32c - eliminate jump table and excessive unrolling

[PATCH v2 net-next] selftests: tc-testing: Fixed Typo error
 2024-10-14 23:57 UTC  (2+ messages)

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-14 23:57 UTC  (5+ messages)
` [PATCH v2 1/2] mm: skip reclaiming folios in writeback contexts that may trigger deadlock

[PATCH net-next v3 2/2] Create netdev->neighbour association
 2024-10-14 23:55 UTC  (2+ messages)

[PATCH v8 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-10-14 18:06 UTC  (5+ messages)
` [PATCH v8 07/27] mbedtls: Enable smaller implementation for SHA256/512
` [PATCH v8 19/27] mbedtls: add PKCS7 parser porting layer

[syzbot] [kernel?] WARNING: locking bug in rto_push_irq_work_func
 2024-10-14 23:55 UTC 

[for-next][PATCH 0/4] ftrace: Updates for 6.13
 2024-10-14 23:54 UTC  (3+ messages)
` [for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
 2024-10-14 23:52 UTC  (2+ messages)

drivers/hwtracing/coresight/coresight-tpdm.c:288 dsb_mode_store() warn: unsigned 'val' is never less than zero
 2024-10-14 23:52 UTC 

[jic23-iio:testing 24/26] drivers/iio/light/vl6180.c:268 vl6180_measure() warn: inconsistent returns '&data->lock'
 2024-10-14 23:52 UTC 

[PATCH v1 net-next] neighbour: Remove NEIGH_DN_TABLE
 2024-10-14 23:52 UTC 

[PATCH] ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
 2024-10-14 23:49 UTC  (4+ messages)

[PATCH] cpupower: Add Chinese Simplified translation
 2024-10-14 23:49 UTC  (4+ messages)

[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
 2024-10-14 23:47 UTC  (3+ messages)

[pci:doe] BUILD SUCCESS 86efc62d031307e53ad4011e0aa8898e029cef47
 2024-10-14 23:46 UTC 

[Buildroot] [PATCH 1/1] package/python-uvloop: bump to version 0.21.0
 2024-10-14 23:45 UTC 

[PATCH] firmware: arm_ffa: Fix warning caused by export_uuid()
 2024-10-14 23:43 UTC  (5+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-10-14 23:41 UTC  (4+ messages)
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()

[PATCH] selftests/intel_pstate: fix operand expected
 2024-10-14 23:41 UTC  (2+ messages)

[PATCH 1/2] mm/mglru: only clear kswapd_failures if reclaimable
 2024-10-14 23:41 UTC  (3+ messages)

[PATCHSET v5.0 4/9] xfs: create incore rt allocation groups
 2024-10-14 23:41 UTC  (4+ messages)
` [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper

[PATCH] cgroup: Fix potential overflow issue when checking max_depth
 2024-10-14 23:40 UTC  (2+ messages)

+ mm-khugepaged-fix-the-incorrect-statistics-when-collapsing-large-file-folios.patch added to mm-hotfixes-unstable branch
 2024-10-14 23:39 UTC 

[PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one
 2024-10-14 23:31 UTC  (9+ messages)
` [PATCH 2/9] drm/panfrost: handle inexistent GPU during probe
` [PATCH 3/9] drm/panfrost: handle error when allocating AS number
` [PATCH 4/9] drm/panfrost: handle job hw submit errors
` [PATCH 5/9] drm/panfrost: Handle page mapping failure
` [PATCH 6/9] drm/panfrost: Avoid re-enabling job interrupts in the reset path
` [PATCH 7/9] drm/panfrost: Refactor job IRQ enabling sequence
` [PATCH 8/9] drm/panfrost: Add forward declaration and types header
` [PATCH 9/9] drm/panfrost: Explicitly clean up panfrost fence

[meta-oe][PATCH 1/3] glad: add recipe
 2024-10-14 23:40 UTC  (4+ messages)
` [meta-oe][PATCH 2/3] libplacebo: dont use gitsm
  ` [oe] "

[PATCH] remoteproc: elf_loader: redundant check remove
 2024-10-14 23:36 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-14 23:36 UTC  (2+ messages)

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-14 23:36 UTC  (5+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers

[PATCH net-next] bnxt_en: replace PTP spinlock with seqlock
 2024-10-14 23:35 UTC  (2+ messages)

arch/openrisc/kernel/signal.c:50 restore_fp_state() warn: maybe return -EFAULT instead of the bytes remaining?
 2024-10-14 23:32 UTC 

[PATCH v2 dwarves 0/5] btf_encoder: implement shared elf_functions table
 2024-10-14 23:32 UTC  (9+ messages)
` [PATCH v2 dwarves 3/5] btf_encoder: collect elf_functions in pre_cus__load_module

[Invitation] Linux MM Alignment Session on IOMMU(fd) persistence and Kexec Hand Over (KHO) on Wednesday
 2024-10-14 23:31 UTC  (2+ messages)

please help with intermittent s2idle problem on AMD laptop
 2024-10-14 23:31 UTC  (5+ messages)

+ maintainers-add-myself-as-memory-mapping-vma-reviewer.patch added to mm-hotfixes-unstable branch
 2024-10-14 23:28 UTC 

+ mm-mglru-reset-page-lru-tier-bits-when-activating.patch added to mm-unstable branch
 2024-10-14 23:26 UTC 

+ mm-mglru-only-clear-kswapd_failures-if-reclaimable.patch added to mm-unstable branch
 2024-10-14 23:26 UTC 

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-14 22:54 UTC  (2+ messages)

[PATCH for-6.12-fixes] sched_ext: Remove unnecessary cpu_relax()
 2024-10-14 23:24 UTC  (2+ messages)


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.