All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-11 20:43:01 to 2025-09-11 21:50:28 UTC [more...]

[GIT PULL] Qualcomm driver updates for v6.18
 2025-09-11 21:50 UTC 

[PATCH v4 0/3] efi: Don't initalize SEV-SNP from the EFI stub
 2025-09-11 21:49 UTC  (6+ messages)
` [PATCH v4 1/3] x86/boot: Drop unused sev_enable() fallback
` [PATCH v4 2/3] x86/efistub: Obtain SEV CC blob address from the stub

[PATCH v2] drm/nouveau: Support devfreq for Tegra
 2025-09-11 21:48 UTC  (3+ messages)
  ` (Can't push your patch :( ) "

[PATCH] s390/hypfs_sprp: Replace kzalloc() + copy_from_user() with memdup_user()
 2025-09-11 21:45 UTC 

[Buildroot] [PATCH] package/mbpfan: fix build on musl / uclibc-ng
 2025-09-11 21:45 UTC  (3+ messages)

[PATCHSET RFC v4 2/4] fuse: allow servers to use iomap for better file IO performance
 2025-09-11 21:45 UTC  (7+ messages)
` [PATCH 02/23] fuse: implement the basic iomap mechanisms

[PATCH 0/3] Add WCL as subplatform from PTL
 2025-09-11 21:45 UTC  (8+ messages)
` [PATCH 1/3] drm/pcids: Split PTL pciids group to make wcl subplatform
` [PATCH 2/3] drm/i915/display: Add definition for wcl as subplatform
` [PATCH 3/3] drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A
` ✗ CI.checkpatch: warning for Add WCL as subplatform from PTL
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/3] Minor fixes for memory allocation profiling
 2025-09-11 21:44 UTC  (5+ messages)
` [PATCH 3/3] alloc_tag: avoid warnings when freeing non-compound "tail" pages

[linux-next:master] BUILD REGRESSION 8f21d9da46702c4d6951ba60ca8a05f42870fe8f
 2025-09-11 21:44 UTC 

[PATCH] ALSA: aoa: Remove redundant size arguments from strscpy()
 2025-09-11 21:43 UTC 

mm/vmscan.o: error: objtool: shrink_node+0xc4f: sibling call from callable instruction with modified stack frame
 2025-09-11 21:43 UTC 

[cbeznea:linux-next/for-mainline/SSGRLPCSRC-1570/pcie-upstream-v4-trial-2 2/6] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/pci/renesas,r9a08g045s33-pcie.yaml
 2025-09-11 21:42 UTC 

[PATCH v2 0/6] iio: adc: ad7124: add filter support
 2025-09-11 21:42 UTC  (7+ messages)
` [PATCH v2 1/6] iio: adc: ad7124: use clamp()
` [PATCH v2 2/6] iio: adc: ad7124: use read_avail() for scale_available
` [PATCH v2 3/6] iio: adc: ad7124: use guard(mutex) to simplify return paths
` [PATCH v2 4/6] iio: adc: ad7124: support fractional sampling_frequency
` [PATCH v2 5/6] iio: adc: ad7124: add filter support
` [PATCH v2 6/6] iio: ABI: document "sinc4+rej60" filter_type

bpftool uses wrong order of tracefs search
 2025-09-11 21:42 UTC  (5+ messages)

[paulmck-rcu:dev.2025.09.03a] BUILD SUCCESS 4937be77ac615086d1a69654168fccec5af41a8e
 2025-09-11 21:40 UTC 

[PATCH v2] perf tools c2c: Add annotation support to perf c2c report
 2025-09-11 21:39 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 00/30] dyndbg: Rework classmap API to fix module dependency issues
 2025-09-11 21:38 UTC  (31+ messages)
` [PATCH 01/30] docs/dyndbg: update examples \012 to \n
` [PATCH 02/30] docs/dyndbg: explain flags parse 1st
` [PATCH 03/30] test-dyndbg: fixup CLASSMAP usage error
` [PATCH 04/30] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH 05/30] dyndbg: make ddebug_class_param union members same size
` [PATCH 06/30] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH 07/30] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH 08/30] dyndbg: reduce verbose/debug clutter
` [PATCH 09/30] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH 10/30] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH 11/30] dyndbg: replace classmap list with a vector
` [PATCH 12/30] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH 13/30] dyndbg: DECLARE_DYNDBG_CLASSMAP needs stub defn
` [PATCH 14/30] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH 15/30] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH 16/30] dyndbg: move mod_name from ddebug_table down to _ddebug_info
` [PATCH 17/30] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH 18/30] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH 19/30] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH 20/30] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 21/30] dyndbg: detect class_id reservation conflicts
` [PATCH 22/30] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH 23/30] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH 24/30] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH 25/30] dyndbg: treat comma as a token separator
` [PATCH 26/30] dyndbg: split multi-query strings with %
` [PATCH 27/30] selftests-dyndbg: add test_mod_submod
` [PATCH 28/30] dyndbg: resolve "protection" of class'd pr_debugs
` [PATCH 29/30] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(clname,_base)
` [PATCH 30/30] docs/dyndbg: add classmap info to howto

[PATCH 00/22] Fix memory region leaks and use-after-finalization
 2025-09-11 21:37 UTC  (5+ messages)
` [PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()

[syzbot] [crypto?] possible deadlock in padata_do_serial
 2025-09-11 21:38 UTC  (2+ messages)

[PATCH net] net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() method
 2025-09-11 21:37 UTC  (2+ messages)

[PATCH] rust: pin-init: add references to previously initialized fields
 2025-09-11 21:35 UTC  (2+ messages)

[PATCH] rust: pin-init: add code blocks to `[try_][pin_]init!` macros
 2025-09-11 21:34 UTC  (2+ messages)

[PATCH 0/2] pin-init sync v6.18
 2025-09-11 21:34 UTC  (2+ messages)

[RFC PATCH v3] svcrdma: Introduce Receive buffer arenas
 2025-09-11 21:33 UTC  (2+ messages)

[PATCH RFC v4 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-11 21:33 UTC  (3+ messages)
` [PATCH RFC v4 1/9] meson: add infrastructure to build internal Rust library

[PATCH 0/3] Add WCL as subplatform from PTL
 2025-09-11 21:33 UTC  (5+ messages)
` [PATCH 1/3] drm/pcids: Split PTL pciids group to make wcl subplatform
` [PATCH 2/3] drm/i915/display: Add definition for wcl as subplatform
` [PATCH 3/3] drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A
` ✗ i915.CI.BAT: failure for Add WCL as subplatform from PTL

[PATCH 1/2] rust: pin-init: rename `project` -> `project_this` in doctest
 2025-09-11 21:32 UTC  (2+ messages)

[akpm-mm:mm-new 423/440] util.c:undefined reference to `vmf_insert_mixed'
 2025-09-11 21:31 UTC 

Printing with overflow checks can cause modpost errors
 2025-09-11 21:31 UTC 

[to-be-updated] alloc_tag-mark-inaccurate-allocation-counters-in-proc-allocinfo-output.patch removed from -mm tree
 2025-09-11 21:31 UTC 

[PATCH 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
 2025-09-11 21:31 UTC  (5+ messages)
`  "

Large(ish) variance induced by SCHED_FIFO
 2025-09-11 21:29 UTC  (11+ messages)
      ` Unexplained variance in run-time of trivial program

[PATCH v2 0/4] tlshd: Allow the use of post-quantum cryptography
 2025-09-11 21:28 UTC  (5+ messages)
` [PATCH v2 1/4] tlshd: deduplicate client and server config functions
` [PATCH v2 2/4] tlshd: Fix priority string to allow PQC
` [PATCH v2 3/4] tlshd: Server-side dual certificate support
` [PATCH v2 4/4] tlshd: Client-side "

[PATCH net-next v9 0/2] Add support to do threaded napi busy poll
 2025-09-11 21:29 UTC  (3+ messages)
` [PATCH net-next v9 1/2] Extend napi threaded polling to allow kthread based busy polling
` [PATCH net-next v9 2/2] selftests: Add napi threaded busy poll test in `busy_poller`

[PATCH v3 0/4] phy: qcom: edp: Add support for Glymur platform
 2025-09-11 21:28 UTC  (4+ messages)
` [PATCH v3 4/4] phy: qcom: edp: Add Glymur platform support

[Buildroot] [PATCH v5 0/9] kvm-unit-tests: update deps and fine tune qemu
 2025-09-11 21:27 UTC  (10+ messages)
` [Buildroot] [PATCH v5 1/9] toolchain/external: allow installing of libc utils
` [Buildroot] [PATCH v5 2/9] package/kvm-unit-tests: assume AArch64 supports KVM
` [Buildroot] [PATCH v5 3/9] package/kvm-unit-tests: update dependencies
` [Buildroot] [PATCH v5 4/9] package/qemu: introduce kvm and tcg system options
` [Buildroot] [PATCH v5 5/9] package/kvm-unit-tests: bump to v2025-07-31
` [Buildroot] [PATCH v5 6/9] package/kvm-unit-tests: honour BR2_ARM64_PAGE_SIZE
` [Buildroot] [PATCH v5 7/9] support/testing: add test for kvm-unit-tests
` [Buildroot] [PATCH v5 8/9] package/kvmtool: bump to current HEAD
` [Buildroot] [PATCH v5 9/9] package/kvm-unit-tests: allow kvmtool to be used

[PATCH bpf-next v1 09/10] bpf: disable and remove registers chain based liveness
 2025-09-11 21:26 UTC  (3+ messages)

[PATCH] mm/memory-failure: Disable soft offline for HugeTLB pages by default
 2025-09-11 21:26 UTC  (7+ messages)

[PATCH] drm/xe: Fix circular locking dependency
 2025-09-11 21:26 UTC  (2+ messages)

[PATCH v2 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
 2025-09-11 21:23 UTC  (4+ messages)
` [PATCH v2 1/3] io/crypto: Move tls premature termination handling into QIO layer
` [PATCH v2 2/3] io/tls: Make qio_channel_tls_bye() always synchronous
` [PATCH v2 3/3] migration: Make migration_has_failed() work even for CANCELLING

[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-11 21:22 UTC  (6+ messages)

[PATCH v4 0/3] Support ROHM BD79112 ADC
 2025-09-11 21:22 UTC  (5+ messages)
` [PATCH v4 2/3] iio: adc: Support ROHM BD79112 ADC/GPIO
` [PATCH v4 3/3] MAINTAINERS: Support ROHM BD79112 ADC

[PATCH v3 0/5] drm/xe: Use poll_timeout_us()
 2025-09-11 21:21 UTC  (3+ messages)
` [PATCH v3 2/5] drm/xe/guc_pc: Use poll_timeout_us() for waiting

[PATCH RESEND v5 1/2] dt-bindings: i2c: qcom-cci: Document QCM2290 compatible
 2025-09-11 21:21 UTC  (2+ messages)
` [PATCH RESEND v5 2/2] arm64: dts: qcom: qcm2290: Add CCI node

[PATCH] sched/fair: simplify task_numa_find_cpu()
 2025-09-11 21:20 UTC  (2+ messages)

domU reboot claim failed
 2025-09-11 21:20 UTC  (3+ messages)

[PATCH v3 0/9] virtio-console: notify about the terminal size
 2025-09-11 21:19 UTC  (6+ messages)

[RFC PATCH 0/2] Input: add fts2ba61y touchscreen driver
 2025-09-11 21:19 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: input: add ST-Microelectronics FTS2BA61Y touchscreen binding
` [RFC PATCH 2/2] Input: add support for the STM FTS2BA61Y touchscreen

[PATCH v3 0/8] you-still-use-that??: improve breaking changes troubleshooting
 2025-09-11 21:19 UTC  (12+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 2/7] git: allow alias-shadowing deprecated builtins

[PATCH] libsecret/Makefile: add install target
 2025-09-11 21:18 UTC  (2+ messages)

[PATCH v3 0/2] mmc: core: RPMB code improvements
 2025-09-11 21:06 UTC  (3+ messages)
` [PATCH v3 1/2] mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()
` [PATCH v3 2/2] mmc: core: Improve RPMB frame handling code

[PATCH] vulkan-samples: update to latest revision
 2025-09-11 21:15 UTC  (2+ messages)
` Patchtest results for "

[Buildroot] [git commit] package/yad: drop support for gtk2
 2025-09-11 20:34 UTC 

[Buildroot] [PATCH 00/23] Remove libgtk2
 2025-09-11 21:14 UTC  (3+ messages)
` [Buildroot] [PATCH 22/23] package/yad: drop support for gtk2

[master/scarthgap][PATCH] hwspinlocktest: Update hwspinlock recipe remote repo url
 2025-09-11 21:13 UTC  (3+ messages)
` [meta-arago] "

[PATCH v2 3/3] perf tools: Fix use-after-free in help_unknown_cmd()
 2025-09-11 21:12 UTC  (6+ messages)
` perf --help triggers an assertion

[PATCH net] net: dsa: microchip: Select SPI_MODE 0 for KSZ8463
 2025-09-11 21:11 UTC  (4+ messages)

[PATCHv5 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-09-11 21:10 UTC  (2+ messages)

[PATCH v6] tests/functional: add a vfio-user smoke test
 2025-09-11 21:09 UTC 

[syzbot ci] Re: bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-11 21:09 UTC  (2+ messages)

[RFC] perf subcmd: avoid crash in exclude_cmds when excludes is empty
 2025-09-11 21:09 UTC  (3+ messages)

[RESEND] drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A
 2025-09-11 21:08 UTC  (5+ messages)

[PATCH v4 0/6] drm/xe: Add user commands to WA BB via configfs
 2025-09-11 21:06 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] lib/xe/xe_spin: Write to start only once
 2025-09-11 21:06 UTC 

[PATCH net-next 00/15][pull request] Fwlog support in ixgbe
 2025-09-11 21:05 UTC  (16+ messages)
` [PATCH net-next 01/15] ice: make fwlog functions static
` [PATCH net-next 02/15] ice: move get_fwlog_data() to fwlog file
` [PATCH net-next 03/15] ice: drop ice_pf_fwlog_update_module()
` [PATCH net-next 04/15] ice: introduce ice_fwlog structure
` [PATCH net-next 05/15] ice: add pdev into fwlog structure and use it for logging
` [PATCH net-next 06/15] ice: allow calling custom send function in fwlog
` [PATCH net-next 07/15] ice: move out debugfs init from fwlog
` [PATCH net-next 08/15] ice: check for PF number outside the fwlog code
` [PATCH net-next 09/15] ice: drop driver specific structure from "
` [PATCH net-next 10/15] libie, ice: move fwlog admin queue to libie
` [PATCH net-next 11/15] ice: move debugfs code to fwlog
` [PATCH net-next 12/15] ice: prepare for moving file to libie
` [PATCH net-next 13/15] ice: reregister fwlog after driver reinit
` [PATCH net-next 14/15] ice, libie: move fwlog code to libie
` [PATCH net-next 15/15] ixgbe: fwlog support for e610

[PATCH 00/33 v2] cpuset/isolation: Honour kthreads preferred affinity
 2025-09-11 21:03 UTC  (7+ messages)
` [PATCH 01/33] sched/isolation: Remove housekeeping static key
` [PATCH 06/33] sched/isolation: Save boot defined domain flags
` [PATCH 07/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT

[PATCH i-g-t] DONT_MERGE: tests/xe_intel_bb: repro for pthread_kill()
 2025-09-11 21:03 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

next-20250909: selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS'
 2025-09-11 21:01 UTC  (2+ messages)

[PATCH v5] can: virtio: Initial virtio CAN driver
 2025-09-11 20:59 UTC  (2+ messages)

[PATCH iproute2-next 0/2] Add uapi header import script
 2025-09-11 20:57 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] scripts: "

[PATCH 0/2] arm64: dts: qcom: sdm845-starqltechn: add support for slpi
 2025-09-11 20:56 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: fix slpi reserved mem
` [PATCH 2/2] arm64: dts: qcom: sdm845-starqltechn: add slpi support

[PATCH v2] drm/i915/guc: Skip communication warning on reset in progress
 2025-09-11 20:56 UTC 

[PATCH 1/6] security_dentry_init_security(): constify qstr argument
 2025-09-11 20:54 UTC  (2+ messages)

[PULL 0/8] Tracing patches
 2025-09-11 20:49 UTC  (3+ messages)

[PATCH iproute2-next] tc/police: Allow 64 bit burst size
 2025-09-11 20:50 UTC  (3+ messages)

+ coccinelle-platform_no_drv_owner-handle-also-built-in-drivers.patch added to mm-nonmm-unstable branch
 2025-09-11 20:50 UTC 

+ coccinelle-of_table-handle-spi-device-id-tables.patch added to mm-nonmm-unstable branch
 2025-09-11 20:50 UTC 

[PATCH iproute2-main] Add tc entry to MAINTAINERS file
 2025-09-11 20:49 UTC 

[PATCH 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup
 2025-09-11 20:49 UTC 

[PATCH 1/6] Convert ip6_finish_output to rawfbt
 2025-09-11 20:49 UTC  (3+ messages)
` [PATCH] test: Update DTrace version string
  ` [DTrace-devel] "

[PATCH iproute2-main] Update email address
 2025-09-11 20:49 UTC 

[PATCH v2 0/2] mmc: core: RPMB code improvements
 2025-09-11 20:49 UTC  (4+ messages)
` [PATCH v2 1/2] mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()
` [PATCH v2 2/2] mmc: core: Improve RPMB frame handling code

[PATCH v2] tests/intel/xe_query: Print both GT and tile in query-engines test
 2025-09-11 20:47 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/xe_query: Print both GT and tile in query-engines test (rev2)

[PATCH net v1 1/1] net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime PM wakeups
 2025-09-11 20:46 UTC  (5+ messages)

[PATCH v5 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-09-11 20:46 UTC  (3+ messages)
` [PATCH v5 3/3] samples: rust: add Rust I2C sample driver

[PATCH] pid: use ns_capable_noaudit() when determining net sysctl permissions
 2025-09-11 20:46 UTC  (2+ messages)

[meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202509111148
 2025-09-11 20:45 UTC  (2+ messages)

[meta-arago][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202509111148
 2025-09-11 20:45 UTC  (2+ messages)

[PATCH] cxl: Move port register setup to when first dport appear
 2025-09-11 20:44 UTC 

[PATCH 2/2] dmaengine: dw-edma: Add non-LL mode
 2025-09-11 20:43 UTC  (2+ messages)

[PATCH] alloca: fix subtraction of two alloca pointers
 2025-09-11 20:42 UTC  (3+ 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.