All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-16 14:57:36 to 2023-03-16 15:40:09 UTC [more...]

[PATCH v2 net-next 0/8] inet: better const qualifier awareness
 2023-03-16 15:32 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] inet: preserve const qualifier in inet_sk()
` [PATCH v2 net-next 2/8] ipv4: constify ip_mc_sf_allow() socket argument
` [PATCH v2 net-next 3/8] udp: constify __udp_is_mcast_sock() "
` [PATCH v2 net-next 4/8] ipv6: constify inet6_mc_check()
` [PATCH v2 net-next 5/8] udp6: constify __udp_v6_is_mcast_sock() socket argument
` [PATCH v2 net-next 6/8] ipv6: raw: constify raw_v6_match() "
` [PATCH v2 net-next 7/8] ipv4: raw: constify raw_v4_match() "
` [PATCH v2 net-next 8/8] inet_diag: constify raw_lookup() "

[PATCH 1/1] io_uring/rsrc: fix folly accounting
 2023-03-16 15:34 UTC  (4+ messages)

[PULL] drm-misc-next
 2023-03-16 15:39 UTC  (2+ messages)
` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2023-03-16 15:40 UTC 

dropping 32-bit host support
 2023-03-16 15:39 UTC  (15+ messages)

stable-rc/linux-4.19.y baseline: 144 runs, 22 regressions (v4.19.276-32-g0233a363477c)
 2023-03-16 15:36 UTC 

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-16 15:31 UTC  (3+ messages)
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[PATCH] block: remove obsolete config BLOCK_COMPAT
 2023-03-16 15:35 UTC  (3+ messages)

[PATCH v3 0/6] Fix blk-crypto keyslot race condition
 2023-03-16 15:35 UTC  (10+ messages)
` [PATCH v3 2/6] blk-crypto: make blk_crypto_evict_key() return void
` [PATCH v3 3/6] blk-crypto: make blk_crypto_evict_key() more robust
` [PATCH v3 4/6] blk-crypto: remove blk_crypto_insert_cloned_request()
` [PATCH v3 5/6] blk-mq: return actual keyslot error in blk_insert_cloned_request()

[tip: x86/cleanups] x86/uaccess: Remove memcpy_page_flushcache()
 2023-03-16 15:35 UTC 

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-16 15:34 UTC  (4+ messages)
` [PATCH v13 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs

[PATCH v2 0/3] vhost: memslot handling improvements
 2023-03-16 15:36 UTC  (4+ messages)
` [PATCH v2 1/3] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v2 2/3] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v2 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation

[PATCH net-next 0/9] net/packet: KCSAN awareness
 2023-03-16 15:34 UTC  (5+ messages)
` [PATCH net-next 1/9] net/packet: annotate accesses to po->xmit

[PATCH 0/3] btrfs-progs: fix btrfs/249 failure
 2023-03-16 15:27 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: filesystem-usage: handle missing seed device properly
` [PATCH 2/3] btrfs-progs: sync ioctl from kernel

[PATCH V2 REBASED] dt-bindings: leds: add "usbport" trigger
 2023-03-16 15:33 UTC  (2+ messages)

[PATCH] reorder: fix registration of dynamic field in mbuf
 2023-03-16 15:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] firmware: turris-mox-rwtm: make kobj_type structure constant
 2023-03-16 15:30 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: input: touchscreen: Add 'hold-in-reset-in-suspend' property to goodix
 2023-03-16 15:29 UTC  (2+ messages)
` [PATCH v3 1/2] dt-bindings: input: touchscreen: Add 'goodix-hold-in-reset' property to Goodix

[PATCH] arm64/idreg: Don't disable SME when disabling SME
 2023-03-16 15:32 UTC  (2+ messages)

[yocto] Minutes: Yocto Project Weekly Triage Meeting 16/03/2023
 2023-03-16 15:32 UTC 

[RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-16 15:26 UTC  (33+ messages)
` [RFC PATCH 01/28] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
` [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH 04/28] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH 06/28] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH 07/28] tls: "
` [RFC PATCH 08/28] siw: "
` [RFC PATCH 09/28] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH 10/28] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH 11/28] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 12/28] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH 13/28] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH 14/28] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH 15/28] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 16/28] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH 17/28] Remove file->f_op->sendpage
` [RFC PATCH 18/28] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 20/28] iscsi: "
` [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH 22/28] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH 23/28] algif: Remove hash_sendpage*()
` [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH 25/28] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 26/28] dlm: "
  ` [Cluster-devel] "
` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[RFT] test-pmd: go back to using cmdline_interact
 2023-03-16 15:31 UTC  (4+ messages)
` [PATCH v4 0/2] Fix testpmd interrupt regression

[Intel-xe] [PATCH i-g-t v2] tests/xe/xe_noexec_ping_pong: Add a test to expose unnecessary rebinds
 2023-03-16 15:29 UTC  (3+ messages)
  ` [igt-dev] "

RTT-PROBE: lore-subspace-rtt
 2023-03-16 15:30 UTC 

[Outreachy Info] Ask for help finding cleanups
 2023-03-16 15:27 UTC  (4+ messages)

[PATCH] app/test: fix data length of each packet segment
 2023-03-16 15:26 UTC  (2+ messages)

[PATCH v2 00/16] PCI endpoint fixes and improvements
 2023-03-16 15:25 UTC  (4+ messages)
` [PATCH v2 09/16] PCI: epf-test: Improve handling of command and status registers

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2023-03-16 15:25 UTC  (21+ messages)

[PATCH 00/16] use __atomic operations returning new value
 2023-03-16 15:25 UTC  (4+ messages)
` [PATCH v2 00/16] replace "

[PATCH] docs/sphinx/kerneldoc.py: Honour --enable-werror
 2023-03-16 15:23 UTC  (5+ messages)

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-16 15:24 UTC  (5+ messages)
  ` [RFC PATCH 1/3] filemap: "

[PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-16 15:23 UTC  (10+ messages)
` [PATCH v2 02/14] misc: vmw_vmci: "
` [PATCH v2 03/14] tracing: "
` [PATCH v2 07/14] ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep()

[PATCH] input: goodix: Add option to power off the controller during suspend
 2023-03-16 15:22 UTC  (2+ messages)
` [PATCH v4 2/2] input: touchscreen: goodix: Hold controller in reset "

[PATCH V2 0/3] arm64: dts/defconfig/binding: Add support for BeaglePlay
 2023-03-16 15:21 UTC  (8+ messages)
` [PATCH V2 1/3] dt-bindings: arm: ti: Add BeaglePlay
` [PATCH V2 2/3] arm64: dts: ti: Add k3-am625-beagleplay
` [PATCH V2 3/3] arm64: defconfig: Enable drivers for BeaglePlay

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-16 15:21 UTC  (7+ messages)
` [PATCH v3 02/38] ata: add HAS_IOPORT dependencies

nvme-tcp: kernel NULL pointer dereference, address: 0000000000000034
 2023-03-16 15:20 UTC  (4+ messages)

[PATCH RFC v6 0/6] Create common DPLL/clock configuration API
 2023-03-16 15:19 UTC  (7+ messages)
` [PATCH RFC v6 1/6] dpll: spec: Add Netlink spec in YAML

[PATCH v1 00/14] Add Nested Translation Support for SMMUv3
 2023-03-16 15:19 UTC  (17+ messages)
` [PATCH v1 04/14] iommu/arm-smmu-v3: Add arm_smmu_hw_info
` [PATCH v1 14/14] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user

RTT-PROBE: lore-subspace-rtt
 2023-03-16 15:20 UTC 

[Bug 1191] rte_acl_classify returning mismatch result
 2023-03-16 15:19 UTC  (2+ messages)

[PATCH] mm/thp: Rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
 2023-03-16 15:18 UTC  (3+ messages)

[PATCH v4] xirc2ps_cs: Fix use after free bug in xirc2ps_detach
 2023-03-16 15:17 UTC 

[PATCHv2 iproute2 0/2] tc: fix parsing of TCA_EXT_WARN_MSG
 2023-03-16 15:18 UTC  (2+ messages)

[Bug 1190] rte_acl_classify returning mismatch result
 2023-03-16 15:19 UTC  (2+ messages)

[PATCH] ref-manual: variables.rst: update LAYERSERIES_COMPAT
 2023-03-16 15:18 UTC 

[PATCH 1/1] docs: RCU: typo fix
 2023-03-16 15:18 UTC  (2+ messages)

[PATCH] platform/x86: pcengines-apuv2: Drop platform:pcengines-apuv2 module-alias
 2023-03-16 15:15 UTC  (2+ messages)

[PATCH] app/testpmd: support dump ethdev private cmd
 2023-03-16 15:16 UTC  (4+ messages)
` [PATCH] app/testpmd: dump private info in 'show port info'

Maybe a bug: libasound_module_pcm_pulse.la uses snd_pcm_sw_params_get_start_threshold but not linked against -lasound?
 2023-03-16 15:13 UTC 

[PATCH 1/3] platform: olpc: mark SPI related data as maybe unused
 2023-03-16 15:14 UTC  (3+ messages)
` [PATCH 2/3] platform: classmate: "

[PATCH v5 00/16] perf kvm: Support histograms and TUI mode
 2023-03-16 15:14 UTC  (7+ messages)
` [PATCH v5 11/16] perf kvm: Use histograms list to replace cached list

Maybe a bug: libasound_module_pcm_pulse.la uses snd_pcm_sw_params_get_start_threshold but not linked against -lasound?
 2023-03-16 15:13 UTC 

Maybe a bug: libasound_module_ctl_pulse.la uses snd_pcm_sw_params_get_start_threshold but not linked against -lasound?
 2023-03-16 15:12 UTC 

[meta-python][PATCH] python3-pyruvate: Add crates checksum and use cargo-update-recipes-crates
 2023-03-16 15:14 UTC  (3+ messages)
` [oe] "

[PATCH v3] firmware: qcom_scm: Clear download bit during reboot
 2023-03-16 15:14 UTC 

[PATCH 1/2] app/testpmd: fwd engines report processed packets
 2023-03-16 15:14 UTC  (2+ messages)
` [PATCH 2/2] app/testpmd: add testpmd based sleeping

[PATCH 0/6] ASoC: SOF: ipc4-topology: Add support for effect widget
 2023-03-16 15:11 UTC  (7+ messages)
` [PATCH 1/6] ASoC: SOF: ipc4-topology: Move the kcontrol module_id update to helper
` [PATCH 2/6] ASoC: SOF: ipc4-topology: add effect widget support
` [PATCH 3/6] ASoC: SOF: ipc4-topology: add base module config extension structure
` [PATCH 4/6] ASoC: SOF: ipc4-topology: Add support for base config extension
` [PATCH 5/6] ASoC: SOF: ipc4-topology: set copier output format for process module
` [PATCH 6/6] ASoC: SOF: ipc4-topology: update pipeline_params in process prepare

[PULL 0/7] Migration 20230316 patches
 2023-03-16 15:12 UTC  (8+ messages)
` [PULL 1/7] migration: Wait on preempt channel in preempt thread
` [PULL 2/7] migration/rdma: Fix return-path case
` [PULL 3/7] migration/xbzrle: use ctz64 to avoid undefined result
` [PULL 4/7] migration/xbzrle: fix out-of-bounds write with axv512
` [PULL 5/7] migration/rdma: Remove deprecated variable rdma_return_path
` [PULL 6/7] migration/multifd: correct multifd_send_thread to trace the flags
` [PULL 7/7] migration: fix populate_vfio_info

[linux-next:master 3796/4036] kernel/bpf/../module/internal.h:212:2: error: incomplete definition of type 'struct module'
 2023-03-16 15:14 UTC  (2+ messages)

[Intel-wired-lan] [net-queue v1 1/1] ice: fix rx buffers handling for flow director packets
 2023-03-16 11:20 UTC  (2+ messages)

igc driver causes suspend to fail if powersave is enabled
 2023-03-16 10:55 UTC  (3+ messages)
` [Intel-wired-lan] "

[Intel-wired-lan] [PATCH net-next v2] igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppm
 2023-03-16  9:58 UTC  (3+ messages)

cleanup btrfs_add_compressed_bio_pages
 2023-03-16 15:13 UTC  (4+ messages)
` [PATCH 2/2] btrfs: btrfs_add_compressed_bio_pages

[PATCH 0/2] Remove SEC S5M MFDs with no compatibles
 2023-03-16 15:13 UTC  (6+ messages)
` [PATCH 1/2] mfd: sec: Remove PMICs without compatibles
` [PATCH 2/2] rtc: s5m: Drop S5M8763 support

[PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep()
 2023-03-16 15:12 UTC  (8+ messages)
` [PATCH 04/13] tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()

stable-rc/queue/5.4 baseline: 167 runs, 28 regressions (v5.4.235-58-g6a07aa5be5066)
 2023-03-16 15:12 UTC 

[PATCH] RDMA/efa: Add data polling capability feature bit
 2023-03-16 15:06 UTC  (2+ messages)

[RFC PATCH] gdb: Add more support for debugging on EFI platforms
 2023-03-16 14:55 UTC  (6+ messages)

[PATCH v5] staging: axis-fifo: initialize timeouts in probe only
 2023-03-16 15:12 UTC  (5+ messages)

[PATCH v10] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-16 15:10 UTC  (4+ messages)

[PATCH v11] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-16 15:10 UTC  (2+ messages)

[ovmf test] 179677: all pass - PUSHED
 2023-03-16 15:11 UTC 

[PATCH v2] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-16 15:10 UTC  (5+ messages)

[PATCH v4] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-03-16 15:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-16 15:10 UTC 

[PATCH v3 0/5] net: Make MAC/PHY time stamping selectable
 2023-03-16 15:09 UTC  (10+ messages)
` [PATCH v3 3/5] net: Let the active time stamping layer be selectable

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Free scalers from previous run
 2023-03-16 15:12 UTC 

[akpm-mm:mm-nonmm-unstable 23/26] htmldocs: Documentation/ELF/ELF.rst: WARNING: document isn't included in any toctree
 2023-03-16 15:09 UTC 

[PATCH 0/8] fetch: refactor code that prints reference updates
 2023-03-16 15:06 UTC  (13+ messages)
` [PATCH 2/8] fetch: move reference width calculation into `display_state`
` [PATCH 5/8] fetch: deduplicate handling of per-reference format
` [PATCH 6/8] fetch: deduplicate logic to print remote URL
` [PATCH 7/8] fetch: fix inconsistent summary width for pruned and updated refs

[PATCH 00/15] Introduce Nuvoton ma35d1 SoC
 2023-03-16 15:05 UTC  (3+ messages)
` [PATCH 13/15] reset: Add Nuvoton ma35d1 reset driver support

[PATCH v1] ptp: add ToD device driver for Intel FPGA cards
 2023-03-16 15:03 UTC  (4+ messages)

[PATCH v2 0/4] Refactor to support multiple download mode
 2023-03-16 15:04 UTC  (4+ messages)
` [PATCH v2 2/4] firmware: scm: Modify only the DLOAD bit in TCSR register for "

[PATCH 00/30] clk: Convert to platform remove callback returning void
 2023-03-16 15:01 UTC  (4+ messages)
` [PATCH 15/30] clk: scpi: "

[PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
 2023-03-16 15:03 UTC  (2+ messages)

[PATCH v3 0/6] drm/amd/display: Pass proper parent for DM backlight device v3
 2023-03-16 15:02 UTC  (3+ messages)

[PATCH liburing for-next 0/2] fd msg-ring slot allocation tests
 2023-03-16 15:02 UTC  (4+ messages)
` [PATCH liburing 1/2] Add io_uring_prep_msg_ring_fd_alloc() helper

[PATCH v3] block: ublk: enable zoned storage support
 2023-03-16 15:01 UTC  (2+ messages)

[PATCH] Documentation: submitting-patches: Disqualify style fixes from Fixes: tag
 2023-03-16 15:01 UTC  (5+ messages)

[PATCH v2 1/1] Guard pci_create_sysfs_dev_files with atomic value
 2023-03-16 15:00 UTC  (4+ messages)

[PATCH] platform/x86: int3472: Remap reset GPIO for INT347E
 2023-03-16 14:59 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-16 15:00 UTC 

[PATCH] perf/x86/zhaoxin: Add Yongfeng support
 2023-03-16 14:59 UTC  (2+ messages)

drivers/input/keyboard/cap11xx.c:90:8: warning: Excessive padding in 'struct cap11xx_hw_model' (6 padding bytes, where 2 is optimal). Optimal fields order: num_channels, num_leds, product_id, no_gain, consider reordering the fields or adding explicit padd
 2023-03-16 14:58 UTC 

[PATCH v3 0/3] qapi: Simplify enum generation
 2023-03-16 14:57 UTC  (5+ messages)
` [PATCH v3 2/3] qapi: Do not generate empty enum

stable-rc/queue/4.14 baseline: 131 runs, 23 regressions (v4.14.308-23-g33701c2a478a)
 2023-03-16 14:58 UTC 

[Intel-gfx] [PATCH v4 0/2] Provision to ignore long HPDs in CI systems
 2023-03-16 14:58 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Provision to ignore long HPDs in CI systems (rev5)

[PATCH] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board
 2023-03-16 14:48 UTC  (3+ messages)
  ` EXTERNAL - "


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.