All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-13 01:28:38 to 2024-07-13 07:06:19 UTC [more...]

[PATCH v2 00/21] Universal Payload initial series
 2024-07-13  7:00 UTC  (15+ messages)
` [PATCH v2 01/21] sandbox: Use const in os_jump_to_file()
` [PATCH v2 02/21] sandbox: Fix a comment in os_find_u_boot()
` [PATCH v2 03/21] test: Move some SPL-loading test-code into sandbox common
` [PATCH v2 04/21] sandbox: Enable SPL_LOAD_BLOCK
` [PATCH v2 05/21] fdt: Don't overwrite bloblist devicetree
` [PATCH v2 06/21] sandbox: fdt: Avoid overwriting an existing fdt
` [PATCH v2 07/21] sandbox: Return error code from read/write/seek
` [PATCH v2 08/21] sandbox: Add ELF file to VPL u-boot.img
` [PATCH v2 09/21] sandbox: Set up global_data earlier
` [PATCH v2 10/21] upl: Add support for reading a upl handoff
` [PATCH v2 11/21] upl: Add support for writing "
` [PATCH v2 12/21] upl: Add basic tests
` [PATCH v2 13/21] upl: Add a command
` [PATCH v2 14/21] upl: Add support for Universal Payload in SPL

[PATCH] mm: fix typo in Kconfig
 2024-07-13  6:59 UTC 

linux-next: build warnings after merge of the i2c-host tree
 2024-07-13  6:56 UTC  (3+ messages)

mlx5 AF_XDP zero-copy queues
 2024-07-13  6:53 UTC 

[PATCH v5.10 0/2] Fix for CVE-2024-36901
 2024-07-13  6:52 UTC  (2+ messages)

ixgbe zero-copy performance
 2024-07-13  6:49 UTC  (5+ messages)

[PATCH v6 0/3] hwrng: add hwrng support for Rockchip RK3568
 2024-07-13  6:48 UTC  (3+ messages)

[PATCH] kselftest/alsa: Use card name rather than number in test names
 2024-07-13  6:46 UTC  (9+ messages)

[OE-core][PATCH v5 0/8] Add SPDX 3.0 support
 2024-07-13  6:44 UTC  (3+ messages)
` [OE-core][PATCH v6 00/12] "

[PATCH] erofs: support ddtaridx format informally
 2024-07-13  6:40 UTC  (2+ messages)
` [PATCH v2] erofs-utils: tar: "

[Buildroot] [PATCH] package/esp-hosted: bump version to 2024-07-12
 2024-07-13  6:35 UTC  (2+ messages)

[Buildroot] [git commit] package/esp-hosted: bump version to 2024-07-12
 2024-07-13  6:33 UTC 

[Buildroot] [PATCH v3 1/1] package/docker-cli-buildx: new package
 2024-07-13  6:33 UTC  (2+ messages)

[Buildroot] [git commit] package/docker-cli-buildx: new package
 2024-07-13  6:31 UTC 

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-13  6:22 UTC  (9+ messages)
` [PATCH V6 17/18] tools/perf: Update data_type_cmp and sort__typeoff_sort function to include var_name in comparison
` [PATCH V6 18/18] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH 0/6] KVM: Improve MMIO Coalescing API
 2024-07-13  6:19 UTC  (5+ messages)
` [PATCH 4/6] KVM: Add KVM_(UN)REGISTER_COALESCED_MMIO2 ioctls
` [PATCH 5/6] KVM: Documentation: Document v2 of coalesced MMIO API

[soc:soc/dt] BUILD SUCCESS 48d2245586452b8279a854970ce82f43477669d3
 2024-07-13  6:18 UTC 

[PATCH V3 2/2] Add support for Awinic proximity sensor
 2024-07-13  6:15 UTC  (2+ messages)

[PATCH v6.10-rc1 0/4] arm_mpam: Fix several minor issues
 2024-07-13  6:09 UTC  (5+ messages)
` [PATCH v6.10-rc1 1/4] arm_mpam: Correct MBA granularity calculation
` [PATCH v6.10-rc1 2/4] arm_mpam: Fix the range calculation of the implemented bits
` [PATCH v6.10-rc1 3/4] arm_mpam: Correct the judgment condition of the CMAX feature
` [PATCH v6.10-rc1 4/4] arm_mpam: Fix typo about mbw_min controls

[syzbot] [ntfs3?] general protection fault in run_is_mapped_full
 2024-07-13  6:10 UTC 

[PATCH] driver core: Fix uevent_show() vs driver detach race
 2024-07-13  6:05 UTC  (4+ messages)

[PATCH 00/22] path checker refactor and misc fixes
 2024-07-13  6:05 UTC  (23+ messages)
` [PATCH 01/22] libmultipath: rename dm_map_present_by_wwid() and add outputs
` [PATCH 02/22] multipathd: make cli_add_map() handle adding maps by WWID correctly
` [PATCH 03/22] multipathd: remove checker restart optimization
` [PATCH 04/22] multipathd: refactor path state getting code into a helper
` [PATCH 05/22] multipathd: handle uninitialized paths in new function
` [PATCH 06/22] multipathd: make check_path() static
` [PATCH 07/22] multipathd: remove redundant checks in handle_uninitialized_path()
` [PATCH 08/22] multipathd: check paths immediately after failing udev initialization
` [PATCH 09/22] multipathd: set pp->tick = max_checkint in handle_uninitialized_path
` [PATCH 10/22] multipathd: return 0 from path_check() if that path wasn't checked
` [PATCH 11/22] multipathd: reorder path state checks
` [PATCH 12/22] multipathd: adjust when mpp is synced with the kernel
` [PATCH 13/22] multipathd: resync map after setup_map in ev_remove_path
` [PATCH 14/22] multipathd: resync map after setup_map in resize_map
` [PATCH 15/22] multipathd: always resync map in reload_and_sync_map
` [PATCH 16/22] multipathd: correctly handle paths removed for a wwid change
` [PATCH 17/22] multipathd: handle changed wwid when adding partial path
` [PATCH 18/22] multipathd: don't read conf->checkint twice in check_path
` [PATCH 19/22] multipathd: make multipath devices manage their path check times
` [PATCH 20/22] multipathd: factor out actual path checking loop from checkerloop
` [PATCH 21/22] multipathd: check paths in order by mpp
` [PATCH 22/22] multipathd: clean up the correct wwid in check_path_wwid_change

[linux-next:master 10502/12880] arch/arm/boot/dts/marvell/kirkwood-l-50.dtb: leds: led-wifi:linux,default-trigger: 'oneOf' conditional failed, one must be fixed:
 2024-07-13  6:03 UTC 

drivers/cxl/core/region.c:1261 check_interleave_cap() error: uninitialized symbol 'eiw'
 2024-07-13  6:03 UTC 

[PATCH v49 00/11] hw/sd/sdcard: Add eMMC support
 2024-07-13  6:01 UTC  (2+ messages)

[PATCH bpf-next 0/4] monitor network traffic for flaky test cases
 2024-07-13  5:55 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next 2/4] selftests/bpf: Monitor traffic for tc_redirect/tc_redirect_dtime
` [PATCH bpf-next 3/4] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next 4/4] selftests/bpf: Monitor traffic for select_reuseport

[PATCH net-next v3 00/12] net: dsa: vsc73xx: Implement VLAN operations
 2024-07-13  5:54 UTC  (13+ messages)
` [PATCH net-next v3 01/12] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next v3 02/12] net: dsa: vsc73xx: Add vlan filtering
` [PATCH net-next v3 03/12] net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa_8021q_rcv()
` [PATCH net-next v3 04/12] net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() "
` [PATCH net-next v3 05/12] net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too
` [PATCH net-next v3 06/12] net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()
` [PATCH net-next v3 07/12] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx
` [PATCH net-next v3 08/12] net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
` [PATCH net-next v3 09/12] net: dsa: Define max num of bridges in tag8021q implementation
` [PATCH net-next v3 10/12] net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone use
` [PATCH net-next v3 11/12] net: dsa: vsc73xx: Add bridge support
` [PATCH net-next v3 12/12] net: dsa: vsc73xx: start treating the BR_LEARNING flag

[PATCH net-next 00/14][pull request] idpf: XDP chapter I: convert Rx to libeth
 2024-07-13  5:50 UTC  (2+ messages)

pull-request: bpf-next 2024-07-12
 2024-07-13  5:50 UTC  (2+ messages)

[PATCH] cifs: fix setting SecurityFlags to true
 2024-07-13  5:48 UTC  (3+ messages)

[PATCH 0/6] iio: use devm_regulator_get_enable_read_voltage round 3
 2024-07-13  5:48 UTC  (3+ messages)
` [PATCH 6/6] iio: adc: mcp3911: use devm_regulator_get_enable_read_voltage()

[Buildroot] [PATCH 2/2] package/llvm-project/llvm: remove overriding the ASM compiler
 2024-07-13  5:44 UTC 

[Buildroot] [PATCH 0/2] pkg-cmake CMAKE_ASM_COMPILER override
 2024-07-13  5:42 UTC  (2+ messages)
` [Buildroot] [PATCH 1/2] package/pkg-cmake: remove override of CMAKE_ASM_COMPILER

[Buildroot] [PATCH 0/3] package/ccache: bump version
 2024-07-13  5:31 UTC  (6+ messages)
` [Buildroot] [PATCH v3 1/3] package/blake3: add new host package

[PATCH net-next 00/11] eth: bnxt: use the new RSS API
 2024-07-13  5:30 UTC  (2+ messages)

[PATCH -next] swiotlb: Add missing kernel-doc function comments for swiotlb_del_transient
 2024-07-13  5:30 UTC  (2+ messages)

[PATCH v2 1/1] binfmt_elf, coredump: Log the reason of the failed core dumps
 2024-07-13  5:29 UTC  (2+ messages)

[vbabka:slub-percpu-sheaves-v1r0 8/12] mm/slub.c:5029:18: warning: 'i' is used uninitialized
 2024-07-13  5:29 UTC 

[Buildroot] [PATCH 1/1] package/ima-evm-utils: bump version to 1.6
 2024-07-13  5:27 UTC  (3+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-13  5:24 UTC  (10+ messages)

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-13  5:20 UTC  (12+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

[PATCH 1/2] dma: call unconditionally to unmap_page and unmap_sg callbacks
 2024-07-13  5:18 UTC  (8+ messages)
` [PATCH 2/2] dma: Add IOMMU static calls with clear default ops

[PATCH net-next v3 00/10] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
 2024-07-13  5:15 UTC  (5+ messages)
` [PATCH net-next v3 03/10] net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS

[Buildroot] [autobuild.buildroot.net] Daily results for 2024-07-12
 2024-07-13  5:10 UTC 

[linux-next:master 11201/12880] arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dtb: gpio@fffff400: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-07-13  5:06 UTC 

[net-next PATCH v9 00/11] Introduce RVU representors
 2024-07-13  5:06 UTC  (2+ messages)

[bpf?] [net-next ?] [RESEND] possible bpf overflow/output bug introduced in 6.10rc1 ?
 2024-07-13  4:47 UTC  (7+ messages)

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-07-13  4:46 UTC 

[PATCH] erofs: silence uninitialized variable warning in z_erofs_scan_folio()
 2024-07-13  4:44 UTC  (3+ messages)

[PATCH rdma-next v3 1/1] RDMA/mana_ib: Set correct device into ib
 2024-07-13  4:41 UTC  (2+ messages)

[PATCH v12 0/5] drm/xe/guc: Add GuC based register capture for error capture
 2024-07-13  4:38 UTC  (3+ messages)
` [PATCH v12 4/5] drm/xe/guc: Extract GuC error capture lists

Add thead to linux-next
 2024-07-13  4:35 UTC 

ERROR: modpost: "xmb_inject_err" [drivers/misc/xilinx_tmr_inject.ko] undefined!
 2024-07-13  4:33 UTC 

[RFC PATCH v3 03/10] task_work, sched: Add a _locked variant to task_work_cancel()
 2024-07-13  4:22 UTC  (2+ messages)

[PATCH 0/1] docs: scheduler: Start documenting the EEVDF scheduler
 2024-07-13  4:22 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] mm/huge_memory: Avoid PMD-size page cache if needed
 2024-07-13  4:17 UTC  (7+ messages)

[PATCH] irqdomain: Fix the kernel-doc and plug it into Documentation
 2024-07-13  4:06 UTC  (2+ messages)

[PATCH v2] clk: rockchip: clk-rk3588: Fix 32k clock name for pmu_24m_32k_100m_src_p
 2024-07-13  3:51 UTC  (3+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS 68a72104cbcf38ad16500216e213fa4eb21c4be2
 2024-07-13  3:51 UTC 

[snitzer:nfs-localio-for-next-test 33/51] fs/nfs_common/nfslocalio.c:13:1: sparse: sparse: symbol 'nfs_uuid_mutex' was not declared. Should it be static?
 2024-07-13  3:49 UTC 

[linux-next:master 11606/12643] arm-linux-gnueabi-ld: arch/arm/mach-pxa/devices.o:undefined reference to `gpio_set_wake'
 2024-07-13  3:38 UTC  (4+ messages)

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-13  3:36 UTC  (2+ messages)
`  "

[PATCH] ARM: pxa: fix build breakage on PXA3xx
 2024-07-13  3:34 UTC 

[openeuler:openEuler-1.0-LTS 16562/23271] mm/pin_mem.c:1075:12: sparse: sparse: symbol 'reserve_idr' was not declared. Should it be static?
 2024-07-13  3:26 UTC 

[PATCH 0/4] use the pager in 'add -p'
 2024-07-13  3:23 UTC  (5+ messages)
` [PATCH 4/4] add-patch: render hunks through the pager

[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2024-07-13  3:22 UTC  (7+ messages)
  ` [REGRESSION][BISECTED][STABLE] "

[PATCH 2/2] media: venus: use device managed APIs for power domains
 2024-07-13  3:16 UTC  (2+ messages)

[robh:for-next 38/38] arch/powerpc/boot/dts/a3m071.dtb: usb@1000: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-07-13  3:16 UTC 

[PATCH 3/3] arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices
 2024-07-13  3:16 UTC 

[GIT PULL] nolibc for 6.11-rc1
 2024-07-13  3:16 UTC  (3+ messages)

[xen-unstable test] 186784: tolerable FAIL - PUSHED
 2024-07-13  3:14 UTC 

[PATCH 6.1] cifs: use origin fullpath for automounts
 2024-07-13  3:11 UTC 

❌ FAIL: Test report for master (6.10.0-rc7, mainline.kernel.org-clang, 528dd46d)
 2024-07-13  3:02 UTC 

[PATCH -next,v2] gss_krb5: refactor code to return correct PTR_ERR in krb5_DK
 2024-07-13  2:59 UTC  (4+ messages)

[linux-next:master 12502/12880] drivers/gpu/drm/xe/xe_guc_submit.c:1164:52: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-07-13  2:53 UTC 

[PATCH v1 01/17] net/ntnic: Add registers for NapaTech SmartNiC
 2024-07-13  2:45 UTC  (4+ messages)
` [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

systemd units are not installed in 4.19.0-rc2 anymore
 2024-07-13  2:45 UTC 

[PATCH 1/2] PM: domains: add device managed version of dev_pm_domain_attach|detach_list()
 2024-07-13  2:42 UTC  (2+ messages)

[usb:usb-testing 9/22] arch/powerpc/boot/dts/asp834x-redboot.dtb: usb@22000: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected)
 2024-07-13  2:42 UTC 

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-07-13  2:35 UTC  (9+ messages)
` [PATCH 4/6] transport: add client support for object-info
` [PATCH 6/6] cat-file: add remote-object-info to batch-command

[chrome-os:chromeos-6.1 2/2] arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku4.dtb: tas2563@4f: reg: [[79], [76]] is too long
 2024-07-13  2:31 UTC 

[PATCH] doc: update AMD Linux guide for power
 2024-07-13  2:30 UTC 

[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
 2024-07-13  2:29 UTC  (4+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 1a7b7326d587c9a5e8ff067e70d6aaf0333f4bb3
 2024-07-13  2:25 UTC 

[xen-unstable-smoke test] 186786: tolerable all pass - PUSHED
 2024-07-13  2:24 UTC 

[PATCH next] usb: usbfs: Add reset_resume for usbfs
 2024-07-13  2:22 UTC  (4+ messages)

[PATCH net-next v4 00/13] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
 2024-07-13  2:19 UTC  (14+ messages)
` [PATCH net-next v4 01/13] net/sched: flower: refactor control flag definitions
` [PATCH net-next v4 02/13] doc: netlink: specs: tc: describe flower control flags
` [PATCH net-next v4 03/13] net/sched: flower: define new tunnel flags
` [PATCH net-next v4 04/13] net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS
` [PATCH net-next v4 05/13] net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGS
` [PATCH net-next v4 06/13] flow_dissector: prepare for encapsulated control flags
` [PATCH net-next v4 07/13] flow_dissector: set encapsulated control flags from tun_flags
` [PATCH net-next v4 08/13] net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()
` [PATCH net-next v4 09/13] net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
` [PATCH net-next v4 10/13] doc: netlink: specs: tc: flower: add enc-flags
` [PATCH net-next v4 11/13] flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
` [PATCH net-next v4 12/13] flow_dissector: set encapsulation control flags for non-IP
` [PATCH net-next v4 13/13] net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECK

Consultation about max_sectors in Linux SCSI Drivers
 2024-07-13  2:18 UTC 

[PATCH 00/19] Wangxun fixes and supports
 2024-07-13  2:16 UTC  (9+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in list_lru_add
 2024-07-13  2:15 UTC  (3+ messages)

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-07-13  2:39 UTC  (5+ messages)
` [PATCH v4 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v4 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
  ` [PATCH v4 2/3] fs/file.c: conditionally clear full_fds
  ` [PATCH v4 3/3] fs/file.c: add fast path in find_next_fd()

[usb:usb-testing] BUILD SUCCESS b727493011123db329e2901e3abf81a8d146b6fe
 2024-07-13  2:08 UTC 

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-07-13  2:01 UTC  (7+ messages)
` [PATCH v6 04/10] ext4: rework fast commit commit path
` [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks()

[syzbot] [net?] BUG: sleeping function called from invalid context in synchronize_net
 2024-07-13  2:01 UTC  (2+ messages)

[PATCH v1 1/2] ASoc: tas2781: Add TAS2563 into the Header
 2024-07-13  1:51 UTC  (2+ messages)
` [PATCH v1 2/2] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781

[PATCH bpf 0/3] xsk: require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len
 2024-07-13  1:52 UTC  (4+ messages)
` [PATCH bpf 1/3] "
` [PATCH bpf 2/3] selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata test
` [PATCH bpf 3/3] xsk: Try to make xdp_umem_reg extension a bit more future-proof

cron job: media_tree daily build: OK
 2024-07-13  1:51 UTC 

[PATCH -next] dm: vdo: Add missing kernel-doc function comments
 2024-07-13  1:44 UTC  (2+ messages)

[PATCH v2] crash: Fix x86_32 and arm32 memory reserve bug
 2024-07-13  1:48 UTC  (2+ messages)

[GIT PULL] Networking for v6.10-rc8 (follow up)
 2024-07-13  1:41 UTC  (2+ messages)

Handling complex matrix mixers in ALSA
 2024-07-13  1:35 UTC  (5+ messages)

[PATCH 0/2] Fix for a very old KVM bug in the segment cache
 2024-07-13  1:38 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: use vmx_segment_cache_clear
` [PATCH 2/2] KVM: VMX: disable preemption when writing guest segment state

[PATCH 2/4] rtc: stm32: add pinctrl and pinmux interfaces
 2024-07-13  1:38 UTC  (2+ messages)

[to-be-updated] mm-huge_memory-avoid-pmd-size-page-cache-if-needed.patch removed from -mm tree
 2024-07-13  1:29 UTC 

[krzk-github:b4/asoc-wsa88xx-version 6/6] sound/soc/codecs/wsa884x.c:2106:undefined reference to `devm_hwmon_device_register_with_info'
 2024-07-13  1:28 UTC 

[groeck-staging:hwmon-staging 111/143] drivers/hwmon/lm95234.c:223:7: warning: variable 'ret' is uninitialized when used here
 2024-07-13  1:28 UTC 

[krzk-github:b4/asoc-wsa88xx-version 6/6] ERROR: modpost: "devm_hwmon_device_register_with_info" [sound/soc/codecs/snd-soc-wsa884x.ko] undefined!
 2024-07-13  1:28 UTC 

[PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-13  1:28 UTC  (3+ messages)
` [PATCH 09/12] KVM: guest_memfd: move check for already-populated page to common code


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.