All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-02 03:11:23 to 2024-11-02 08:46:04 UTC [more...]

[syzbot] [bpf?] WARNING: locking bug in bpf_map_put
 2024-11-02  8:46 UTC  (5+ messages)

[PATCH v5 0/7] gpio: siul2-s32g2: add initial GPIO driver
 2024-11-02  8:42 UTC  (3+ messages)
` [PATCH v5 1/7] dt-bindings: mfd: add support for the NXP SIUL2 module

[jirislaby:devel 21/28] drivers/char/aaa.c:90:23: error: array has incomplete element type 'struct scatterlist'
 2024-11-02  8:42 UTC 

[PATCH v3 0/3] Apple SPI controller driver
 2024-11-02  8:39 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: spi: apple,spi: Add binding for Apple SPI controllers

[PATCH v5 2/7] mfd: nxp-siul2: add support for NXP SIUL2
 2024-11-02  8:37 UTC  (3+ messages)

[PATCH v3 0/2] next-kbd: convert to use qemu_input_handler_register()
 2024-11-02  8:27 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH 0/2] Fix beep notifications by Thinkpad's ACPI firmware
 2024-11-02  8:27 UTC  (8+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-11-02  8:24 UTC  (8+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[RFC net-next v01 1/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2024-11-02  8:21 UTC  (3+ messages)

[jgunthorpe:smmuv3_nesting 3/39] drivers/iommu/iommufd/driver.c:6:24: error: redefinition of '_iommufd_object_alloc'
 2024-11-02  8:21 UTC 

[PULL v2 0/8] loongarch-to-apply queue
 2024-11-02  7:47 UTC  (9+ messages)
` [PULL v2 1/8] target/loongarch: Add loongson binary translation feature
` [PULL v2 2/8] target/loongarch: Implement lbt registers save/restore function
` [PULL v2 3/8] target/loongarch/kvm: Implement LoongArch PMU extension
` [PULL v2 4/8] linux-headers: Add unistd_64.h
` [PULL v2 5/8] linux-headers: loongarch: Add kvm_para.h
` [PULL v2 6/8] linux-headers: Update to Linux v6.12-rc5
` [PULL v2 7/8] hw/loongarch/boot: Use warn_report when no kernel filename
` [PULL v2 8/8] target/loongarch: Add steal time support on migration

[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-11-02  8:06 UTC  (3+ messages)
` [PATCH v3 2/2] sparc/build: Add SPARC target flags for compiling with clang

[PATCH] media: platform: xilinx: Balance refcount to prevent memory leak
 2024-11-02  8:03 UTC 

[PATCH net-next v1 1/1] nfc: mrvl: Don't use "proxy" headers
 2024-11-02  8:00 UTC  (2+ messages)

[PATCH net-next v1 1/1] nfc: st21nfca: Remove unused of_gpio.h
 2024-11-02  7:56 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: imx8mp: add support for the ABB SoM and carrier
 2024-11-02  7:56 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: pinctrl: sx150xq: allow gpio line naming

[paulmck-rcu:dev.2024.10.29a] BUILD SUCCESS a327e7ef1ed5356236a15e55be41800667238590
 2024-11-02  7:51 UTC 

[PATCH RFC v2 3/7] drm/connector: implement generic HDMI codec helpers
 2024-11-02  7:49 UTC  (2+ messages)

[PATCH v2] loader/efi/chainloader: Add efidriver command
 2024-11-02  7:47 UTC  (2+ messages)

[PATCH 0/2] EDAC/igen6: Avoid segmentation fault and add polling support
 2024-11-02  7:45 UTC  (4+ messages)
` [PATCH 1/2] EDAC/igen6: Avoid segmentation fault when rmmod

filestreams syzbot fix v2
 2024-11-02  7:44 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag

[Buildroot] [PATCH 1/1] package/libpng: fix arm build
 2024-11-02  7:43 UTC 

[PATCH] xfs: Reduce unnecessary searches when searching for the best extents
 2024-11-02  7:43 UTC  (2+ messages)

[PATCH v4] xfs: Check for delayed allocations before setting extsize
 2024-11-02  7:40 UTC  (2+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-02  7:39 UTC  (3+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[GIT PULL] xfs: fixes for 6.12-rc6
 2024-11-02  7:37 UTC 

[PATCH] ALSA: machine: update documentation
 2024-11-02  7:37 UTC 

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-11-02  7:35 UTC  (3+ messages)

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-11-02  7:31 UTC  (15+ messages)
` [RFC][PATCHES v2] "
  ` [PATCH v2 01/13] teach filename_lookup() to treat NULL filename as ""
    ` [PATCH v2 02/13] getname_maybe_null() - the third variant of pathname copy-in
    ` [PATCH v2 03/13] io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
    ` [PATCH v2 04/13] io_[gs]etxattr_prep(): just use getname()
    ` [PATCH v2 05/13] xattr: switch to CLASS(fd)
    ` [PATCH v2 06/13] fs: rename struct xattr_ctx to kernel_xattr_ctx
    ` [PATCH v2 07/13] new helper: import_xattr_name()
    ` [PATCH v2 08/13] replace do_setxattr() with saner helpers
    ` [PATCH v2 09/13] replace do_getxattr() "
    ` [PATCH v2 10/13] new helpers: file_listxattr(), filename_listxattr()
    ` [PATCH v2 11/13] new helpers: file_removexattr(), filename_removexattr()
    ` [PATCH v2 12/13] fs/xattr: add *at family syscalls
    ` [PATCH v2 13/13] xattr: remove redundant check on variable err

[PATCH 00/36] next-cube: more tidy-ups and improvements
 2024-11-02  7:26 UTC  (3+ messages)
` [PATCH 15/36] next-cube: move en ethernet MMIO to separate memory region on next-pc device

[PATCH v1 0/6] Avoid parsing tracepoint format just for id
 2024-11-02  7:22 UTC  (7+ messages)
` [PATCH v1 1/6] tool api fs: Correctly encode errno for read/write open failures
` [PATCH v1 2/6] perf trace-event: Constify print arguments
` [PATCH v1 3/6] perf trace-event: Always build trace-event-info.c
` [PATCH v1 4/6] perf evsel: Add/use accessor for tp_format
` [PATCH v1 5/6] perf evsel: Allow evsel__newtp without libtraceevent
` [PATCH v1 6/6] perf tests: Enable tests disabled due to tracepoint parsing

[PATCH v1] ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF
 2024-11-02  7:21 UTC  (2+ messages)

[PATCH v1] mm/slab: Allow cache creation to proceed even if sysfs registration fails
 2024-11-02  7:18 UTC  (4+ messages)

[groeck-staging:testing] BUILD SUCCESS 3f8ebee5ea6e46b35c46dbe9836e22c6e68e1030
 2024-11-02  7:14 UTC 

[PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
 2024-11-02  7:07 UTC  (2+ messages)

[PATCH 1/2 resend] arm64: dts: imx95: Add missing vendor string to SCMI property
 2024-11-02  7:07 UTC  (2+ messages)

[PATCH 1/1] efi_loader: use '%#x' instead of '0x%x'
 2024-11-02  7:07 UTC 

[PATCH 6.6] SUNRPC: Remove BUG_ON call sites
 2024-11-02  7:02 UTC  (2+ messages)

[PATCH v5 2/7] mfd: nxp-siul2: add support for NXP SIUL2
 2024-11-02  6:57 UTC 

[android-common:android15-6.6-desktop 1/1] arch/arm64/boot/dts/mediatek/mt8183-kukui-katsu-sku38.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-11-02  6:57 UTC 

[PATCH] ARM: dts: imx6sll: Improve gpc description
 2024-11-02  6:55 UTC  (2+ messages)

[PATCH] LoongArch: mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
 2024-11-02  6:54 UTC  (2+ messages)

[PATCH] dt-bindings: power: fsl,imx-gpc: Document fsl,imx6sll-gpc
 2024-11-02  6:54 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net 0/2] ixgbe: fix incompatibility with Mailbox API v1.5
 2024-11-02  6:53 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net 2/2] ixgbe: downgrade logging of unsupported VF API version to debug

[PATCH] arm64: dts: imx8mp-navqp: Add HDMI support
 2024-11-02  6:50 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: imx8qxp-mek: replace hardcode 0 with IMX_LPCG_CLK_0
 2024-11-02  6:48 UTC  (2+ messages)

[PATCH] btrfs: Fix data race in log_conflicting_inodes
 2024-11-02  6:47 UTC  (3+ messages)

[PATCH net-next] net/smc: Optimize the search method of reused buf_desc
 2024-11-02  6:43 UTC  (3+ messages)

[PATCH 1/1] lmb.c: add missing comma in lmb_dump_region()
 2024-11-02  6:41 UTC 

[PATCH] proc: Add a way to make proc files writable
 2024-11-02  6:41 UTC  (2+ messages)

[PATCH] nvmet-rdma: WARN_ON when nvmet_rdma_rsp::n_rdma equal zero
 2024-11-02  6:39 UTC 

[PATCH net v2] bnxt_en: ethtool: Fix ip[4|6] ntuple rule verification
 2024-11-02  6:38 UTC 

[syzbot] [net?] BUG: Bad page state in xdp_test_run_batch
 2024-11-02  6:34 UTC 

[ath:pending] BUILD SUCCESS fff1e80a66d5e4cc6e689950a59219ea8185e498
 2024-11-02  6:32 UTC 

[PATCH 1/1] lmb: do not panic in lmb_print_region_flags
 2024-11-02  6:32 UTC 

Directory Leases
 2024-11-02  6:29 UTC  (6+ messages)
          ` Fwd: "

[RFC PATCH] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
 2024-11-02  6:29 UTC  (7+ messages)
` [RFC PATCH v2 1/2] "
  ` [RFC PATCH v2 2/2] tpm: show the default locality in sysfs

[PATCH] perf build: Add missing cflags when building with custom libtraceevent
 2024-11-02  6:23 UTC  (5+ messages)

perf sched timehist --state vs perf script
 2024-11-02  6:20 UTC  (4+ messages)

[PATCH v2 3/3] futex: Wire up set_robust_list2 syscall
 2024-11-02  6:05 UTC  (3+ messages)

[PATCH v5 5/5] maple_tree: add a test checking storing null
 2024-11-02  5:55 UTC  (4+ messages)

[PATCH v2 1/3] futex: Use explicit sizes for compat_exit_robust_list
 2024-11-02  5:44 UTC  (2+ messages)

[PATCH v1 1/2] net/macb: add new driver
 2024-11-02  5:43 UTC  (2+ messages)

[PATCH net-next v8 0/8] net: stmmac: Refactor FPE as a separate module
 2024-11-02  5:33 UTC  (3+ messages)

[RFC bpf-next fanotify 4/5] fanotify: Enable bpf based fanotify fastpath handler
 2024-11-02  5:23 UTC  (3+ messages)

[PATCH] doc: Clean up cum fork
 2024-11-01 20:27 UTC 

[PATCH] plugins: add plugin API to get args passed to binary
 2024-11-02  5:10 UTC 

[PATCHSET][RFC] struct fd and memory safety
 2024-11-02  5:08 UTC  (30+ messages)
` [PATCHSET v3] "
  ` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
    ` [PATCH v3 02/28] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
    ` [PATCH v3 03/28] timerfd: switch to CLASS(fd)
    ` [PATCH v3 04/28] get rid of perf_fget_light(), convert kernel/events/core.c "
    ` [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor
    ` [PATCH v3 06/28] do_mq_notify(): saner skb freeing on failures
    ` [PATCH v3 07/28] do_mq_notify(): switch to CLASS(fd)
    ` [PATCH v3 08/28] simplify xfs_find_handle() a bit
    ` [PATCH v3 09/28] convert vmsplice() to CLASS(fd)
    ` [PATCH v3 10/28] fdget_raw() users: switch to CLASS(fd_raw)
    ` [PATCH v3 11/28] introduce "fd_pos" class, convert fdget_pos() users to it
    ` [PATCH v3 12/28] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
    ` [PATCH v3 13/28] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
    ` [PATCH v3 14/28] fdget(), trivial conversions
    ` [PATCH v3 15/28] fdget(), more "
    ` [PATCH v3 16/28] convert do_preadv()/do_pwritev()
    ` [PATCH v3 17/28] convert cachestat(2)
    ` [PATCH v3 18/28] switch spufs_calls_{get,put}() to CLASS() use
    ` [PATCH v3 19/28] convert spu_run(2)
    ` [PATCH v3 20/28] convert media_request_get_by_fd()
    ` [PATCH v3 21/28] convert cifs_ioctl_copychunk()
    ` [PATCH v3 22/28] convert vfs_dedupe_file_range()
    ` [PATCH v3 23/28] convert do_select()
    ` [PATCH v3 24/28] do_pollfd(): convert to CLASS(fd)
    ` [PATCH v3 25/28] assorted variants of irqfd setup: "
    ` [PATCH v3 26/28] memcg_write_event_control(): switch "
    ` [PATCH v3 27/28] css_set_fork(): switch to CLASS(fd_raw, ...)
    ` [PATCH v3 28/28] deal with the last remaing boolean uses of fd_file()

[android-common:android11-kiwi-5.4 387/387] drivers/staging/android/ion/heaps/ion_page_pool.c:136 ion_page_pool_create() warn: use 'gfp_mask' here instead of GFP_KERNEL?
 2024-11-02  5:02 UTC 

[PATCH v1 0/2] arm64: dts: imx8mm/imx8mp-verdin: add single-master property to all i2c nodes
 2024-11-02  4:52 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mm-verdin: "

Yocto Project Build Failure at do_rootfs Task
 2024-11-02  4:46 UTC  (2+ messages)
` [yocto] "

[PATCH 00/24] Complete EEVDF
 2024-11-02  4:32 UTC  (10+ messages)
` [PATCH 17/24] sched/fair: Implement delayed dequeue

[yiliu1765-iommufd:wip/iommufd_pasid-20241101 2/57] fork.c:(.text+0xf88): multiple definition of `iommu_paging_domain_alloc_flags'; arch/arm/mm/dma-mapping.o:dma-mapping.c:(.text+0x7ec): first defined here
 2024-11-02  4:30 UTC 

[PATCH] drm/etnaviv: Drop unused data member from the etnaviv_gem_object structure
 2024-11-02  4:26 UTC 

[Buildroot] [autobuild.buildroot.org] Daily results for 2024-11-01
 2024-11-02  4:18 UTC 

[linux-next:fs-next] BUILD SUCCESS 8c4f6fa04f3db671ed4c032d7425fe5aa3a1a529
 2024-11-02  4:15 UTC 

[patch 0/2] timekeeping: Fall cleaning
 2024-11-02  4:15 UTC  (5+ messages)
` [patch 1/2] timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
` [patch 2/2] timekeeping: Always check for negative motion

[meta-virtualization][PATCH v0] upx: Fetch the proper v4.2.4 git hash
 2024-11-02  4:13 UTC  (4+ messages)

[meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
 2024-11-02  4:11 UTC  (2+ messages)

[PATCH 0/3 v8] LVM Cachevol and Integrity volumes break entire LVM VG
 2024-11-02  4:10 UTC  (4+ messages)

[meta-virtualization][scarthgap][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
 2024-11-02  4:10 UTC  (2+ messages)

[PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar
 2024-11-02  4:04 UTC 

[master][PATCH] openvswitch: fix ptest contains reference to TMPDIR [buildpaths]
 2024-11-02  4:05 UTC  (2+ messages)
` [meta-virtualization] "

[meta-virtualization][PATCH] container-host-config: Remove centos registry
 2024-11-02  4:04 UTC  (2+ messages)

[meta-virtualization][PATCH] openvswitch: 3.3.2
 2024-11-02  4:04 UTC  (3+ messages)
` [meta-virtualization][PATCH] lxc: don't allow named listening IPv6 address on lxcbrX network interface

[linux-next:master 7014/8858] drivers/clk/clk-eyeq.c:131 eqc_pll_downshift_factors() warn: always true condition '(*mult <= (~0)) => (0-u32max <= u32max)'
 2024-11-02  3:59 UTC 

[PATCH v4 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-11-02  3:57 UTC  (15+ messages)
` [PATCH v4 1/6] phy: core: Fix that API devm_phy_put() fails to release the phy
` [PATCH v4 2/6] phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
` [PATCH v4 3/6] phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
` [PATCH v4 4/6] phy: core: Fix an OF node refcount leakage in _of_phy_get()
` [PATCH v4 5/6] phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
` [PATCH v4 6/6] phy: core: Simplify API of_phy_simple_xlate() implementation

[PATCH v4] x86/io-apic: fix directed EOI when using AMD-Vi interrupt remapping
 2024-11-02  3:56 UTC  (2+ messages)

[PATCH] x86/io-apic: fix directed EOI when using AMd-Vi interrupt remapping
 2024-11-02  3:54 UTC  (4+ messages)

[PATCH v2 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-11-02  3:48 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: spacemit: add support for "

❌ FAIL: Test report for master (6.12.0-rc5, upstream-mainline, 11066801)
 2024-11-02  3:42 UTC 

[yiliu1765-iommufd:wip/iommufd_pasid-20241101 2/57] init-mm.c:(.text+0x0): multiple definition of `iommu_paging_domain_alloc_flags'; kernel/fork.o:fork.c:(.text+0x752): first defined here
 2024-11-02  3:38 UTC 

[PATCH 6.1.y] LoongArch: Fix build errors due to backported TIMENS
 2024-11-02  3:36 UTC 

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-11-02  3:27 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: imx6sll: Remove regulator-3p0 unit address
 2024-11-02  3:26 UTC  (2+ messages)

[PATCH v2] ACPI: processor: Move arch_init_invariance_cppc() call later
 2024-11-02  3:23 UTC 

[PATCH 1/2] dt-bindings: soc: imx: fsl,imx-anatop: Fix the i.MX7 irq number
 2024-11-02  3:21 UTC  (2+ messages)

[LTP] [PATCH] syscalls/sched_getattr02: use a fixed size for EINVAL test
 2024-11-02  3:18 UTC  (2+ messages)

[PATCH] test: testsuite $dt_flags and linker flags problems
 2024-11-02  3:18 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v2 1/1] iommu/vt-d: Drain PRQs when domain removed from RID
 2024-11-02  3:16 UTC  (2+ messages)

[PATCH v2 0/3] Update, encapsulate and expand the RK356x SoC dtsi files
 2024-11-02  3:09 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: dts: rockchip: Update CPU OPP voltages in RK356x SoC dtsi
` [PATCH v2 2/3] arm64: dts: rockchip: Prepare RK356x SoC dtsi files for per-variant OPPs
` [PATCH v2 3/3] arm64: dts: rockchip: Add new SoC dtsi for the RK3566T variant

❌ FAIL: Test report for master (6.12.0-rc5, upstream-mainline, 05b92660)
 2024-11-02  3:12 UTC 


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.