All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-03 05:25:51 to 2023-06-03 09:05:10 UTC [more...]

[PATCH v3 0/3] nolibc: add part2 of support for rv32
 2023-06-03  9:04 UTC  (6+ messages)
` [PATCH v3 1/3] tools/nolibc: fix up #error compile failures with -ENOSYS
` [PATCH v3 2/3] tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS

[gustavoars:testing/fam01-next20230602 7/7] arch/sparc/kernel/irq_32.c:258:14: error: array subscript [16, 79] is outside array bounds of 'struct tt_entry[1]'
 2023-06-03  9:04 UTC 

[PATCH v3 0/6] arm64: module: improve module VA range selection
 2023-06-03  8:56 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Add cfg80211.h and remove defined variables
 2023-06-03  8:52 UTC 

✅ PASS (SKIPPED 53 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, 921bdc72)
 2023-06-03  8:51 UTC 

Prioritizing URIs with tight performance requirement in openBmc with bmcweb
 2023-06-03  8:49 UTC  (5+ messages)

[PATCH v10 0/6] Add support for Core Power Reduction v3, v4 and Hardened
 2023-06-03  8:49 UTC  (4+ messages)
` [PATCH v10 4/6] soc: qcom: cpr: Move common functions to new file

[igt-dev] [PATCH i-g-t v2] tests/intel-ci/xe: Blocklist non-Xe tests
 2023-06-03  8:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/intel-ci/xe: Blocklist non-Xe tests (rev2)

[PATCH v2 00/11] arm64: Support for Armv8.8 memcpy instructions in userspace
 2023-06-03  8:42 UTC  (10+ messages)
` [PATCH v2 01/11] KVM: arm64: initialize HCRX_EL2
` [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest
` [PATCH v2 06/11] KVM: arm64: hide MOPS from guests

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-06-03  8:37 UTC  (15+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes

[PATCH] kernel-shark: Fix Capture if directory contains space
 2023-06-03  8:36 UTC 

[PATCH v3 08/20] KVM: arm64: Save/restore TCR2_EL1
 2023-06-03  8:35 UTC  (3+ messages)
  ` [PATCH v3 09/20] KVM: arm64: Save/restore PIE registers
  ` [PATCH v3 10/20] KVM: arm64: expose ID_AA64MMFR3_EL1 to guests

How to protect header and on.... paper?
 2023-06-03  8:29 UTC  (2+ messages)

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-03  8:28 UTC  (5+ messages)
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

[PATCH] crypto: qat - add missing function declaration in adf_dbgfs.h
 2023-06-03  8:28 UTC 

[PATCH 00/12] A minor flurry of selftest/mm fixes
 2023-06-03  8:27 UTC  (5+ messages)
` [PATCH 11/12] selftests/mm: fix missing UFFDIO_CONTINUE_MODE_WP and similar build failures

[RESEND PATCH 0/2] leds: sgm3140: Add richtek,rt5033-led compatible
 2023-06-03  8:25 UTC  (2+ messages)

[PATCH] perf/core: Drop __weak attribute from arch_perf_update_userpage() prototype
 2023-06-03  8:25 UTC 

[herbert-cryptodev-2.6:master 45/47] drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c:69:9: error: implicit declaration of function 'adf_dbgfs_exit'; did you mean 'adf_dbgfs_init'?
 2023-06-03  8:24 UTC  (2+ messages)

[PATCH v3 0/5] SPL NVMe support
 2023-06-03  8:22 UTC  (12+ messages)
` [PATCH v3 2/5] spl: blk: Support loading images from fs
` [PATCH v3 3/5] nvme: pci: Enable for SPL
` [PATCH v3 4/5] spl: Support loading a FIT from ext FS

[PATCH net-next v5] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-06-03  8:21 UTC  (3+ messages)

❌ FAIL (SKIPPED 51 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, e99a7467)
 2023-06-03  8:21 UTC 

[xen-unstable test] 181126: tolerable FAIL - PUSHED
 2023-06-03  8:18 UTC 

"git fetch --refetch" and multiple (separate/orphan) branches
 2023-06-03  8:18 UTC  (2+ messages)

[PULL 00/21] NBD and miscellaneous patches for 2023-06-01
 2023-06-03  8:17 UTC  (3+ messages)
` [PULL 07/21] cutils: Fix wraparound parsing in qemu_strtoui

[PATCH v3 00/12] nolibc: add generic part1 of prepare for rv32
 2023-06-03  8:17 UTC  (26+ messages)
` [PATCH v3 01/12] selftests/nolibc: syscall_args: use generic __NR_statx
` [PATCH v3 02/12] tools/nolibc: add missing nanoseconds support for __NR_statx
` [PATCH v3 03/12] selftests/nolibc: allow specify extra arguments for qemu
` [PATCH v3 04/12] selftests/nolibc: fix up compile warning with glibc on x86_64
` [PATCH v3 05/12] selftests/nolibc: not include limits.h for nolibc
` [PATCH v3 06/12] selftests/nolibc: use INT_MAX instead of __INT_MAX__
` [PATCH v3 07/12] tools/nolibc: arm: add missing my_syscall6
` [PATCH v3 08/12] tools/nolibc: open: fix up compile warning for arm
` [PATCH v3 09/12] selftests/nolibc: support two errnos with EXPECT_SYSER2()
` [PATCH v3 10/12] selftests/nolibc: remove gettimeofday_bad1/2 completely
` [PATCH v3 11/12] selftests/nolibc: add new gettimeofday test cases
` [PATCH v3 12/12] selftests/nolibc: test_fork: fix up duplicated print

[PATCH 1/3] python3-pyproject-metadata: New recipe
 2023-06-03  8:11 UTC  (3+ messages)
` [OE-core] "

❌ FAIL (SKIPPED 43 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, c43a6ff9)
 2023-06-03  8:11 UTC 

[isar-cip-core][PATCH] recipes-kernel/linux: update cip-kernels to latest one
 2023-06-03  8:09 UTC 

[tytso-ext4:dev] BUILD SUCCESS 571bc93d3e2e298fccba7146ae2dc1144692a419
 2023-06-03  8:06 UTC 

[PATCH v4 1/3] python3-pyproject-metadata: New recipe
 2023-06-03  8:07 UTC  (3+ messages)
` [PATCH v4 2/3] python3-meson-python: "
` [PATCH v4 3/3] python_mesonpy: New class

[rmk-arm:clearfog 9/10] drivers/pci/pcie/aspm.c:659 pcie_aspm_cap_init() warn: inconsistent indenting
 2023-06-03  8:01 UTC 

[PATCH 0/2] Add initial support for RDP453 of IPQ9574 family
 2023-06-03  7:51 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: ipq9574: add support for RDP453 variant

[PATCH v2] trace-cmd: Check all strdup() return values
 2023-06-03  7:47 UTC  (2+ messages)

[PATCH V4 0/6] Add PCIe support for IPQ9574
 2023-06-03  7:44 UTC  (4+ messages)
` [PATCH V4 3/6] dt-bindings: PCI: qcom: Add IPQ9574

[PATCH] wireless: ath: work around false-positive stringop-overread warning
 2023-06-03  7:43 UTC  (6+ messages)

[PATCH v2] drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
 2023-06-03  7:43 UTC  (2+ messages)

[PATCH 0/4] perf/arm_cspmu: Fixes and cleanups
 2023-06-03  7:42 UTC  (4+ messages)
` [PATCH 2/4] ACPI/APMT: Don't register invalid resource

❌ FAIL (SKIPPED 23 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, 929ed21d)
 2023-06-03  7:41 UTC 

[dm-devel] [PATCH 4/6] device-mapper: Avoid double-fetch of version
 2023-06-03  7:40 UTC  (3+ messages)
  `  "

[Intel-wired-lan] [RFC PATCH iwl-next 2/6] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-06-03  7:40 UTC  (2+ messages)
`  "

[PATCH] sched/topology: mark set_sched_topology() __init
 2023-06-03  7:36 UTC 

[PATCH] memcg: use helper macro FLUSH_TIME
 2023-06-03  7:36 UTC  (4+ messages)

[PATCH 0/2] board: fsl: lx2160ardb: fixup PHY addresses for new board revisions
 2023-06-03  7:35 UTC  (5+ messages)
` [PATCH 1/2] board: fsl: lx2160ardb: add api for obtaining board revision
` [PATCH 2/2] board: fsl: lx2160ardb: add dts fixup function for RevC and newer

[PATCH net v3] net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
 2023-06-03  7:35 UTC  (2+ messages)
` [PATCH net v3] net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 - manual merge

[PATCH] sched/core: remove unneeded ptr movement in sched_init()
 2023-06-03  7:31 UTC 

[tip:objtool/core] BUILD SUCCESS ff9a6459bbec06df7da2545020d7383aba13b3fb
 2023-06-03  7:33 UTC 

[PATCH 00/30] imx: misc update and fix
 2023-06-03  7:32 UTC  (4+ messages)
` [PATCH 21/30] imx: bootaux: change names of MACROs used to boot MCU on iMX devices

❌ FAIL (SKIPPED 15 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, 1874a42a)
 2023-06-03  7:31 UTC 

[pull request][net-next V2 00/14] mlx5 updates 2023-05-31
 2023-06-03  7:26 UTC  (2+ messages)

[pull request][net-next 00/14] mlx5 updates 2023-05-31
 2023-06-03  7:25 UTC  (5+ messages)
` [net-next 03/14] net/mlx5e: rep, store send to vport rules per peer

[PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
 2023-06-03  7:23 UTC  (7+ messages)
      ` [SPAM] "

[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
 2023-06-03  7:18 UTC  (3+ messages)

[PATCH] cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
 2023-06-03  7:13 UTC  (2+ messages)

[PATCH net-next] net: ethtool: Fix out-of-bounds copy to user
 2023-06-03  7:11 UTC  (12+ messages)

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-03  7:04 UTC  (3+ messages)
` [PATCH V5 3/5] rtc: "

[PATCH v2 0/6] Add display support on the stm32f746-disco board
 2023-06-02 10:21 UTC  (4+ messages)
` [PATCH v2 4/6] dt-bindings: display: simple: add Rocktech RK043FN48H
` [PATCH v2 5/6] drm/panel: simple: add support for Rocktech RK043FN48H panel
` [PATCH v2 6/6] drm/stm: add an option to change FB bpp

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-03 15:03 UTC  (20+ messages)
` [PATCH v4 01/19] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH v4 02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH v4 03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH v4 04/19] ext4: treat stripe in block unit
` [PATCH v4 05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH v4 06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH v4 07/19] ext4: try all groups in ext4_mb_new_blocks_simple
` [PATCH v4 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
` [PATCH v4 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
` [PATCH v4 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
` [PATCH v4 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
` [PATCH v4 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v4 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v4 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v4 16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v4 17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v4 18/19] ext4: add some kunit stub for mballoc kunit test
` [PATCH v4 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc

✅ PASS (SKIPPED 22 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, 9e87b63e)
 2023-06-03  7:01 UTC 

[PATCH net] net: phylink: actually fix ksettings_set() ethtool call
 2023-06-03  7:00 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 7a4cc1665cdd3176c77f5ba34b5ae872dcc8ff36
 2023-06-03  6:59 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS 83545df658f6fe38147956cb378cd1b26ce06c20
 2023-06-03  6:58 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 796238460f5db62e900a0f07997052bc785b7b41
 2023-06-03  6:59 UTC 

[PATCH net-next v6 0/6] Brcm ASP 2.0 Ethernet Controller
 2023-06-03  6:58 UTC  (6+ messages)
` [PATCH net-next v6 3/6] net: bcmasp: Add support for ASP2.0 Ethernet controller

[GIT PULL] probes: Fixes for 6.4-rc4
 2023-06-03  6:55 UTC 

[PATCH] EDAC/mc: fix potential memoryleak in edac_mc_alloc()
 2023-06-03 14:41 UTC 

[PATCH net-next] ionic: add support for ethtool extended stat link_down_count
 2023-06-03  6:47 UTC  (3+ messages)

[PATCH v2 for-next] RDMA/core: Get IB width and speed from netdev
 2023-06-03  6:38 UTC 

[PATCH net-next] net: phylib: fix phy_read*_poll_timeout()
 2023-06-03  6:40 UTC  (2+ messages)

[PATCH net-next v3 00/11] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-03  6:38 UTC  (3+ messages)
` [PATCH net-next v3 11/11] net: Add samples for network I/O and splicing

[PATCH] RAS/CEC: remove unused del_lru_elem()
 2023-06-03 14:29 UTC 

[PATCH bpf-next 1/6] bpf: Support ->fill_link_info for kprobe_multi
 2023-06-03  6:38 UTC  (2+ messages)

[PATCH v15 00/13] hp-bioscfg driver
 2023-06-03  6:35 UTC  (7+ messages)
` [PATCH v15 05/13] hp-bioscfg: enum-attributes

[PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-06-03  6:35 UTC  (5+ messages)

[PATCH] mm: remove obsolete alloc_migrate_target()
 2023-06-03 14:25 UTC 

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-03  6:31 UTC  (4+ messages)
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

[net-next/RFC PATCH v1 0/4] Introduce napi queues support
 2023-06-03  6:31 UTC  (10+ messages)
` [net-next/RFC PATCH v1 1/4] net: Introduce new napi fields for rx/tx queues
` [net-next/RFC PATCH v1 2/4] net: Add support for associating napi with queue[s]
` [net-next/RFC PATCH v1 4/4] netdev-genl: Add support for exposing napi info from netdev

[PATCH net] net: stmmac: dwmac-qcom-ethqos: fix a regression on EMAC < 3
 2023-06-03  6:30 UTC  (3+ messages)

[PATCH net-next 00/10] tools: ynl-gen: dust off the user space code
 2023-06-03  6:30 UTC  (2+ messages)

[PATCH net 0/2] net/ipv6: skip_notify_on_dev_down fix
 2023-06-03  6:30 UTC  (2+ messages)

[PATCH 0/3] Create stronger guard rails on replace refs
 2023-06-03  6:22 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] replace-objects: create wrapper around setting

[syzbot] Monthly ext4 report (May 2023)
 2023-06-03  6:20 UTC  (6+ messages)

[PATCH 0/2] fix two issue about quota
 2023-06-03  6:14 UTC  (4+ messages)
` [PATCH 1/2] quota: fix null-ptr-deref in ext4_acquire_dquot()

[PATCH 0/4] dax: Fix use after free and other cleanups
 2023-06-03  6:14 UTC  (5+ messages)
` [PATCH 1/4] dax: Fix dax_mapping_release() use after free
` [PATCH 2/4] dax: Use device_unregister() in unregister_dax_mapping()
` [PATCH 3/4] dax: Introduce alloc_dev_dax_id()
` [PATCH 4/4] dax: Cleanup extra dax_region references

[PATCH 00/20] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-03  6:09 UTC  (15+ messages)
` [PATCH 01/20] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
` [PATCH 02/20] target/arm: Convert hint instruction space to decodetree
` [PATCH 03/20] target/arm: Convert barrier insns "
` [PATCH 04/20] target/arm: Convert CFINV, XAFLAG and AXFLAG "
` [PATCH 05/20] target/arm: Convert MSR (immediate) "
` [PATCH 06/20] target/arm: Convert MSR (reg), MRS, SYS, SYSL "
` [PATCH 07/20] target/arm: Convert exception generation instructions "

[PATCH v2] wifi: brcmfmac: Detect corner error case earlier with log
 2023-06-03  6:07 UTC  (3+ messages)

[PATCH] Fix memory leak in get_reachable_subset
 2023-06-03  6:02 UTC  (3+ messages)

[PATCH v3] wifi: brcmfmac: Detect corner error case earlier with log
 2023-06-03  6:00 UTC 

[PATCH 1/2] wifi: cfg80211: Reject (re-)association to the same BSSID
 2023-06-03  5:55 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v2] igc: Fix TX Hang issue when QBV Gate is close
 2023-06-03  5:55 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/xe_evict: Update Run Type documentation
 2023-06-03  5:46 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[hch-misc:raid-stripe-tree 11/31] fs/btrfs/ordered-data.c:341 can_finish_ordered_extent() warn: inconsistent indenting
 2023-06-03  5:45 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-06-02
 2023-06-03  5:45 UTC 

[Intel-wired-lan] [tnguy-next-queue:40GbE] BUILD SUCCESS 8875087b966d7a2e89408630f001675c58dc86f4
 2023-06-03  5:42 UTC 

[brgl:gpio/for-next] BUILD REGRESSION cf5dec80c4e23ac1677b8ef9aafe5a7b87bb18c3
 2023-06-03  5:43 UTC 

[PATCH net-next v6 0/1] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x
 2023-06-03  5:27 UTC  (7+ messages)
` [PATCH net-next v6 1/1] "

[PATCH net-next 0/4] tools: ynl: user space C
 2023-06-03  5:25 UTC  (5+ messages)
` [PATCH net-next 1/4] tools: ynl-gen: clean up stray new lines at the end of reply-less requests
` [PATCH net-next 2/4] tools: ynl: user space helpers
` [PATCH net-next 3/4] tools: ynl: support fou and netdev in C
` [PATCH net-next 4/4] tools: ynl: add sample for netdev


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.