linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-09 19:02:53 to 2025-05-09 22:03:32 UTC [more...]

[PATCH v2 0/5] Enable USB audio offloading on Fairphone 4 smartphone
 2025-05-09 22:03 UTC  (3+ messages)
` [PATCH v2 1/5] ASoC: dt-bindings: qcom,q6afe: Document q6usb subnode

[PATCH v2] ptp: ocp: Limit SMA/signal/freq counts in show/store functions
 2025-05-09 22:01 UTC  (3+ messages)

[PATCH bpf-next v4 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-09 21:58 UTC  (5+ messages)
` [PATCH bpf-next v4 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH] tracing: fprobe: Fix RCU warning message in list traversal
 2025-05-09 21:55 UTC  (3+ messages)

[PATCH v2 00/62] objtool,livepatch: klp-build livepatch module generation
 2025-05-09 21:54 UTC  (65+ messages)
` [PATCH v2 01/62] s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal text
` [PATCH v2 02/62] vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros
` [PATCH v2 03/62] x86/module: Improve relocation error messages
` [PATCH v2 04/62] x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation
` [PATCH v2 05/62] compiler: Tweak __UNIQUE_ID() naming
` [PATCH v2 06/62] compiler.h: Make addressable symbols less of an eyesore
` [PATCH v2 07/62] elfnote: Change ELFNOTE() to use __UNIQUE_ID()
` [PATCH v2 08/62] kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAME
` [PATCH v2 09/62] modpost: Ignore unresolved section bounds symbols
` [PATCH v2 10/62] x86/alternative: Refactor INT3 call emulation selftest
` [PATCH v2 11/62] objtool: Make find_symbol_containing() less arbitrary
` [PATCH v2 12/62] objtool: Speed up SHT_GROUP reindexing
` [PATCH v2 13/62] objtool: Fix broken error handling in read_symbols()
` [PATCH v2 14/62] objtool: Propagate elf_truncate_section() error in elf_write()
` [PATCH v2 15/62] objtool: Add empty symbols to the symbol tree again
` [PATCH v2 16/62] objtool: Fix interval tree insertion for zero-length symbols
` [PATCH v2 17/62] objtool: Fix weak symbol detection
` [PATCH v2 18/62] objtool: Fix x86 addend calculation
` [PATCH v2 19/62] objtool: Fix __pa_symbol() relocation handling
` [PATCH v2 20/62] objtool: Fix "unexpected end of section" warning for alternatives
` [PATCH v2 21/62] objtool: Check for missing annotation entries in read_annotate()
` [PATCH v2 22/62] objtool: Const string cleanup
` [PATCH v2 23/62] objtool: Clean up compiler flag usage
` [PATCH v2 24/62] objtool: Remove .parainstructions reference
` [PATCH v2 25/62] objtool: Convert elf iterator macros to use 'struct elf'
` [PATCH v2 26/62] objtool: Add section/symbol type helpers
` [PATCH v2 27/62] objtool: Mark .cold subfunctions
` [PATCH v2 28/62] objtool: Fix weak symbol hole detection for .cold functions
` [PATCH v2 29/62] objtool: Mark prefix functions
` [PATCH v2 30/62] objtool: Simplify reloc offset calculation in unwind_read_hints()
` [PATCH v2 31/62] objtool: Avoid emptying lists for duplicate sections
` [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun
` [PATCH v2 33/62] objtool: Rename --Werror to --werror
` [PATCH v2 34/62] objtool: Reindent check_options[]
` [PATCH v2 35/62] objtool: Refactor add_jump_destinations()
` [PATCH v2 36/62] objtool: Simplify special symbol handling in elf_update_symbol()
` [PATCH v2 37/62] objtool: Generalize elf_create_symbol()
` [PATCH v2 38/62] objtool: Generalize elf_create_section()
` [PATCH v2 39/62] objtool: Add elf_create_data()
` [PATCH v2 40/62] objtool: Introduce elf_create_reloc() and elf_init_reloc()
` [PATCH v2 41/62] objtool: Add elf_create_file()
` [PATCH v2 42/62] kbuild,x86: Fix module permissions for __jump_table and __bug_table
` [PATCH v2 43/62] x86/alternative: Define ELF section entry size for alternatives
` [PATCH v2 44/62] x86/jump_label: Define ELF section entry size for jump table
` [PATCH v2 45/62] x86/extable: Define ELF section entry size for exception tables
` [PATCH v2 46/62] x86/bug: Define ELF section entry size for the bug table
` [PATCH v2 47/62] x86/orc: Define ELF section entry size for unwind hints
` [PATCH v2 48/62] objtool: Make STACK_FRAME_NON_STANDARD consistent
` [PATCH v2 49/62] kbuild,objtool: Defer objtool validation step for CONFIG_LIVEPATCH
` [PATCH v2 50/62] objtool/klp: Add --checksum option to generate per-function checksums
` [PATCH v2 51/62] objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
` [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files
` [PATCH v2 53/62] objtool/klp: Add --debug option to show cloning decisions
` [PATCH v2 54/62] objtool/klp: Add post-link subcommand to finalize livepatch modules
` [PATCH v2 55/62] objtool: Disallow duplicate prefix symbols
` [PATCH v2 56/62] objtool: Add base objtool support for livepatch modules
` [PATCH v2 57/62] livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff noise
` [PATCH v2 58/62] livepatch/klp-build: Add stub init code for livepatch modules
` [PATCH v2 59/62] livepatch/klp-build: Introduce klp-build script for generating "
` [PATCH v2 60/62] livepatch/klp-build: Add --debug option to show cloning decisions
` [PATCH v2 61/62] livepatch/klp-build: Add --show-first-changed option to show function divergence
` [PATCH v2 62/62] livepatch: Introduce source code helpers for livepatch modules

[PATCH v8 00/18] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-09 21:53 UTC  (5+ messages)
` [PATCH v8 12/18] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v8 15/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set

[PATCH v3 0/4] Describe the cameras in the PinePhone Pro dts
 2025-05-09 21:51 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: ov8858: inherit video-interface-devices properties
` [PATCH v3 2/4] dt-bindings: media: imx258: "
` [PATCH v3 3/4] arm64: dts: rockchip: describe I2c Bus 1 and IMX258 world camera on PinePhone Pro
` [PATCH v3 4/4] arm64: dts: rockchip: describe the OV8858 user "

[PATCH v3 0/2] rockchip: Enable Ethernet controller on Radxa E20C
 2025-05-09 21:50 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: dts: rockchip: Add GMAC nodes for RK3528
` [PATCH v3 2/2] arm64: dts: rockchip: Enable Ethernet controller on Radxa E20C

[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
 2025-05-09 21:49 UTC  (3+ messages)
` [PATCH 3/6] x86/msr: minimize usage of native_*() msr access functions

[PATCH 0/4] drm: Rust GEM bindings cleanup
 2025-05-09 21:47 UTC  (9+ messages)
` [PATCH 1/4] rust: drm: gem: Use NonNull for Object::dev
` [PATCH 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
` [PATCH 3/4] rust: drm: gem: s/into_gem_obj()/as_gem_obj()/
` [PATCH 4/4] rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically

[PATCH v2 0/6] Add CMN PLL clock controller support for IPQ5018
 2025-05-09 21:48 UTC  (5+ messages)
` [PATCH v2 1/6] clk: qcom: ipq5018: keep XO clock always on
` [PATCH v2 2/6] dt-bindings: clock: qcom: ipq5018: remove bindings for XO clock

[PATCH 1/9] CodingStyle: make Documentation/CodingStyle into symlink
 2025-05-09 21:44 UTC  (11+ messages)
` [PATCH 2/9] CodingStyle: delete explicit numbering
` [PATCH 3/9] CodingStyle: advise on using "sysctl" in sysctl variables
` [PATCH 4/9] CodingStyle: mention "typedef struct S {} S;" if typedef is used
` [PATCH 5/9] CodingStyle: institute better inline assembly formatting
` [PATCH 6/9] CodingStyle: recommend static_assert/_Static_assert
` [PATCH 7/9] CodingStyle: new variable declaration placement rule
` [PATCH 8/9] CodingStyle: tell people how to split long "for" loops
` [PATCH 9/9] CodingStyle: flip the rule about curlies

[PATCH v1 00/19] ACPICA: ACPICA 20250404
 2025-05-09 21:41 UTC  (3+ messages)
` [PATCH v1 03/19] ACPICA: utilities: Fix overflow check in vsnprintf()

[PATCH] acpi/ec: Add device to acpi_ec_no_wakeup qurik
 2025-05-09 21:38 UTC  (5+ messages)

[GIT PULL] smb3 cilent fixes
 2025-05-09 21:38 UTC 

[PATCH 1/2] perf test: Fix LBR test by ignoring idle task
 2025-05-09 21:30 UTC  (2+ messages)
` [PATCH 2/2] perf test: Update sysfs path for core PMU caps

[PATCH] drm/sched: Fix UAF in drm_sched_fence_get_timeline_name()
 2025-05-09 21:29 UTC 

[GIT PULL] TEE updates for 6.16
 2025-05-09 21:22 UTC  (3+ messages)

[PATCH v12 00/21] futex: Add support task local hash maps, FUTEX2_NUMA and FUTEX2_MPOL
 2025-05-09 21:22 UTC  (3+ messages)
` [PATCH v12 20/21] selftests/futex: Add futex_priv_hash

[PATCH v2] cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
 2025-05-09 21:19 UTC  (4+ messages)

[GIT PULL] Rust fixes for 6.15 (2nd)
 2025-05-09 21:18 UTC  (2+ messages)

Bug 220102 - struct taskstats breaks backward compatibility since version 15
 2025-05-09 21:17 UTC  (2+ messages)

[PATCH] alloc_tag: avoid mem alloc and iter reset when reading allocinfo
 2025-05-09 21:15 UTC  (9+ messages)
` [PATCH v2 1/2] alloc_tag: add sequence number for module and iterator
` [PATCH v2 2/2] alloc_tag: keep codetag iterator active between read() calls

[PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time
 2025-05-09 21:10 UTC  (12+ messages)

[PATCH] cxl/hdm: Clean up a debug printk
 2025-05-09 21:08 UTC  (3+ messages)

[PATCH 0/8] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-05-09 21:08 UTC  (7+ messages)
` [PATCH 3/8] of/irq: Export of_irq_count()
` [PATCH 4/8] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add documentation for the PCIe IP on Renesas RZ/G3S
` [PATCH 5/8] PCI: rzg3s-host: Add Initial PCIe Host Driver for Renesas RZ/G3S SoC

[PATCH v2] perf report: Add 'tgid' sort key
 2025-05-09 21:04 UTC 

[PATCH v2 0/7] Documentation for nova-core
 2025-05-09 20:59 UTC  (7+ messages)
` [PATCH v2 4/7] nova-core: docs: Document fwsec operation and layout
` [PATCH v2 7/7] gpu: nova-core: Clarify falcon code

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-09 20:50 UTC  (5+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()

[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
 2025-05-09 20:33 UTC  (5+ messages)
` [PATCH v2 01/14] net: ionic: Create an auxiliary device for rdma driver
` [PATCH v2 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment

linux-next: build warning after merge of the mm-unstable tree
 2025-05-09 20:31 UTC  (2+ messages)

[PATCH v8 0/3] rust: platform: add Io support
 2025-05-09 20:29 UTC  (4+ messages)
` [PATCH v8 1/3] rust: io: add resource abstraction
` [PATCH v8 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v8 3/3] rust: platform: allow ioremap of platform resources

[tip:perf/core] BUILD REGRESSION 881097c0549f3818f5aa31af8ccb49213bd99bed
 2025-05-09 20:20 UTC 

[tip:locking/futex] BUILD SUCCESS 01475aedfdfa33a5ee3219079426f5743367c624
 2025-05-09 20:18 UTC 

[RFC next v2 0/5] ucount: add rlimit cache for ucount
 2025-05-09 20:18 UTC  (2+ messages)

[PATCH] net: ipv4: Fix destination address determination in flowi4_init_output
 2025-05-09 20:17 UTC  (3+ messages)

[PATCH] security/commoncap: don't assume "setid" if all ids are identical
 2025-05-09 20:17 UTC  (10+ messages)

[PATCH v2] perf lock contention: Add -J/--inject-delay option
 2025-05-09 20:15 UTC  (2+ messages)

[PATCH] fbdev: fbcon: Make sure modelist not set on unregistered console
 2025-05-09 20:06 UTC 

[GIT PULL] arm64 fixes for 6.15-rc6
 2025-05-09 20:07 UTC  (2+ messages)

[git pull] drm fixes for 6.15-rc6
 2025-05-09 20:07 UTC  (2+ messages)

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-05-09 20:03 UTC  (2+ messages)

[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
 2025-05-09 20:01 UTC  (5+ messages)
` [PATCH v4 1/4] mm/page_isolation: make page isolation "
` [PATCH v4 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v4 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v4 4/4] mm/page_isolation: remove migratetype parameter from more functions

[PATCH RFC 0/5] platform/x86: firmware_attributes_class: Add a high level API
 2025-05-09 20:00 UTC  (5+ messages)
` [PATCH RFC 2/5] "

[PATCH v3 0/2] Add support for rk3399 industry evaluation board
 2025-05-09 20:00 UTC  (2+ messages)

[PATCH v4 0/5] Add RK3576 SAI Audio Controller Support
 2025-05-09 20:00 UTC  (2+ messages)

[PATCH v6 0/2] Support SD/SDIO controllers on RK3528
 2025-05-09 20:00 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: rockchip: add ROCK 5B+ support
 2025-05-09 20:00 UTC  (2+ messages)
` (subset) "

[syzbot] [net?] KMSAN: uninit-value in __ipv6_dev_mc_inc (2)
 2025-05-09 20:00 UTC 

[syzbot] [net?] KMSAN: uninit-value in __ipv6_dev_mc_dec (2)
 2025-05-09 19:59 UTC 

[syzbot] [cgroups?] general protection fault in cgroup_rstat_flush
 2025-05-09 19:56 UTC  (2+ messages)

[PATCH v4 00/24] Tracefs support for pKVM
 2025-05-09 19:54 UTC  (5+ messages)
` [PATCH v4 05/24] tracing: Add events to trace remotes
` [PATCH v4 08/24] ring-buffer: Expose buffer_data_page material

[PATCH v12] pwm: airoha: Add support for EN7581 SoC
 2025-05-09 19:51 UTC  (5+ messages)

scheduler performance regression since v6.11
 2025-05-09 19:49 UTC  (2+ messages)

ntp: Adjustment of time_maxerror with 500ppm instead of 15ppm
 2025-05-09 19:49 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
 2025-05-09 19:49 UTC  (6+ messages)

[PATCH net-next v21 0/1] MCTP Over PCC Transport
 2025-05-09 19:49 UTC  (3+ messages)
` [PATCH net-next v21 1/1] mctp pcc: Implement MCTP over "

[RFC 00/19] Split netmem from struct page
 2025-05-09 19:48 UTC  (6+ messages)
` [RFC 19/19] mm, netmem: remove the page pool members in "

[PATCH] kunit: configs: Enable coverage of the bitfield packing library
 2025-05-09 19:47 UTC  (2+ messages)

[PATCH 0/4] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-05-09 19:46 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: Document Tegra186 pin controllers
` [PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges

[syzbot] [net?] UBSAN: array-index-out-of-bounds in llc_conn_state_process (2)
 2025-05-09 19:46 UTC  (2+ messages)

[PATCH v3 00/17] AMD MCA interrupts rework
 2025-05-09 19:37 UTC  (3+ messages)
` [PATCH v3 15/17] x86/mce/amd: Support SMCA Corrected Error Interrupt

[PATCH v2 0/4] arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support
 2025-05-09 19:37 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock

[PATCH] of: unittest: Unlock on error in unittest_data_add()
 2025-05-09 19:33 UTC  (2+ messages)

[PATCH] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST
 2025-05-09 19:33 UTC  (14+ messages)

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-09 19:30 UTC  (3+ messages)
` [PATCH v4 14/23] iommufd: Add mmap interface

[PATCH] tracing: samples: Initialize trace_array_printk() with the correct function
 2025-05-09 19:26 UTC 

[PATCH v7 0/9] Enable EINJv2 Support
 2025-05-09 19:25 UTC  (5+ messages)
` [PATCH v7 4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type

[PATCH] selftests/seccomp: fix negative_ENOSYS tracer tests on arm32
 2025-05-09 19:16 UTC  (2+ messages)

[PATCH] rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
 2025-05-09 19:14 UTC  (6+ messages)
` [PATCH] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access

[PATCH v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-09 19:13 UTC  (6+ messages)
` [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment

[PATCH 1/7] cleanup: Introduce DEFINE_ACQUIRE() a CLASS() for conditional locking
 2025-05-09 19:10 UTC  (2+ messages)

[PATCH] pstore/zone: fix trivial comment typo
 2025-05-09 19:11 UTC  (3+ messages)

[PATCH] wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request
 2025-05-09 19:10 UTC  (2+ messages)

[PATCH 0/3] selftests/timens: Various small fixes
 2025-05-09 19:07 UTC  (5+ messages)
` [PATCH 1/3] selftests/timens: Print TAP headers

[PATCH v2] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-09 19:06 UTC  (3+ messages)

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-09 19:03 UTC  (5+ messages)
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).