All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-02 00:38:06 to 2024-11-02 05:08:32 UTC [more...]

[PATCHSET][RFC] struct fd and memory safety
 2024-11-02  5:08 UTC  (24+ messages)
` [PATCHSET v3] "
  ` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
    ` [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor
    ` [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 26/28] memcg_write_event_control(): switch "
    ` [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 v5 5/5] maple_tree: add a test checking storing null
 2024-11-02  5:02 UTC  (2+ messages)

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

[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

[syzbot] [bpf?] WARNING: locking bug in bpf_map_put
 2024-11-02  3:59 UTC  (4+ messages)

[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  (8+ 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 

[PATCH] ARM: dts: imx6sll: Fix the last SPDIF clock name
 2024-11-02  3:05 UTC  (2+ messages)

[PATCH v1 0/2] arm64: dts: freescale: imx8m[mp]-verdin: Fix SD regulator startup delay
 2024-11-02  3:03 UTC  (2+ messages)

Default profile performance issue on Navi 3x
 2024-11-02  3:03 UTC 

[PATCH v4 0/3] arm64: dts: qcom: add QAR2130P support
 2024-11-02  3:03 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: qcom: add QAR2130P board
` [PATCH v4 2/3] arm64: dts: qcom: sar2130p: add support for SAR2130P
` [PATCH v4 3/3] arm64: dts: qcom: sar2130p: add QAR2130P board file

[RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample fanotify fastpath handler
 2024-11-02  2:57 UTC  (2+ messages)

[PATCH v3 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
 2024-11-02  2:55 UTC  (3+ messages)
` [PATCH v3 1/2] crypto: hisilicon/sec2 - fix for aead icv error
` [PATCH v3 2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize

[djiang:cxl/extended-linear 2/5] drivers/acpi/numa/hmat.c:149:15-21: ERROR: invalid reference to the index variable of the iterator on line 133
 2024-11-02  2:36 UTC 

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

[PATCH] usb: typec: Drop reference to a fwnode
 2024-11-02  2:29 UTC 

[PATCH net-next v1 0/7] devmem TCP fixes
 2024-11-02  2:27 UTC  (4+ messages)

Chromium 130 and 131 Linux tarballs
 2024-11-02  2:20 UTC 

[PATCH net] dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
 2024-11-02  2:20 UTC  (2+ messages)

[PATCH v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
 2024-11-02  2:13 UTC  (5+ messages)
` [PATCH 13/23] rust: synchronize dependencies between subprojects and Cargo.lock

[GIT PULL] Kselftest fixes update for Linux 6.12-rc6
 2024-11-02  2:17 UTC  (2+ messages)

[GIT PULL] Rust fixes for 6.12 (3nd)
 2024-11-02  2:17 UTC  (2+ messages)

[PATCH v3 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-02  2:15 UTC  (22+ messages)
` [PATCH v3 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v3 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v3 11/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_cycle()
` [PATCH v3 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v3 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v3 17/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v3 18/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v3 19/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v3 20/22] ACPI: platform_profile: Register class device for platform profile handlers
` [PATCH v3 21/22] ACPI: platform_profile: Allow multiple handlers

Synchronous replication on push
 2024-11-02  2:06 UTC 

[PATCH v2 2/2] fetch-pack: warn if in commit graph but not obj db
 2024-11-02  2:08 UTC  (2+ messages)

[PATCH] ACPI: fix the warning reported by the sparse
 2024-11-02  2:05 UTC  (2+ messages)

[PATCH 5/5] mtd: rawnand: davinci: Implement setup_interface() operation
 2024-11-02  2:04 UTC  (3+ messages)

[for-next][PATCH 0/3] tracing: Updates for 6.13
 2024-11-02  2:05 UTC  (4+ messages)
` [for-next][PATCH 1/3] bpf: put bpf_links program when link is safe to be deallocated
` [for-next][PATCH 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [for-next][PATCH 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[openeuler:OLK-6.6 1344/1344] drivers/crypto/ccp/hygon/tdm-kernel-guard.c:243:15: warning: no previous prototype for function 'kprobe_symbol_address_byname'
 2024-11-02  2:04 UTC 

[axboe-block:io_uring-group 5/6] io_uring/filetable.h:55:26: warning: cast from pointer to integer of different size
 2024-11-02  2:04 UTC 

[PATCH 0/1] [RFC][NOT WORKING] amiga: pcmcia: inb()/inw() on GAYLE_IO space
 2024-11-02  2:02 UTC  (2+ messages)

[PATCH net-next 0/3] net: netpoll: Improve SKB pool management
 2024-11-02  2:01 UTC  (6+ messages)
` [PATCH net-next 1/3] net: netpoll: Defer skb_pool population until setup success

[Buildroot] [ busybox.net ] Client configuration settings error for “buildroot@busybox.net”
 2024-11-02  2:00 UTC 

[PATCH] ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()
 2024-11-02  1:59 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[git pull] drm fixes for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[GIT PULL] PCI fixes for v6.12
 2024-11-02  1:47 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) Fixes for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[RFC PATCH] docs/mm: add VMA locks documentation
 2024-11-02  1:45 UTC  (2+ messages)

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_unregister_user
 2024-11-02  1:46 UTC  (3+ messages)

clang diag: arch/riscv/include/asm/io.h:104:53: warning: performing pointer arithmetic on a null pointer has undefined behavior
 2024-11-02  1:44 UTC 

[PATCH] lib/iov_iter: fix bvec iterator setup
 2024-11-02  1:42 UTC 

[PATCH 0/4] net/tap: minor cleanups
 2024-11-02  1:40 UTC  (2+ messages)

[PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
 2024-11-02  1:39 UTC  (5+ messages)
` [RFC PATCH] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY

[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
 2024-11-02  1:39 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Documentation/git-bundle.txt: mention full backup example
  ` [PATCH v2 3/3] Documentation/git-bundle.txt: discuss naïve backups

[PATCH v2 0/3] Add MSM8953/SDM450/SDM632 camss support
 2024-11-02  1:32 UTC  (4+ messages)
` [PATCH v2 1/3] media: camss: vfe: implement pm domain ops for v4.1
` [PATCH v2 2/3] media: dt-bindings: media: camss: Add qcom,msm8953-camss binding
` [PATCH v2 3/3] media: qcom: camss: Add MSM8953 resources

[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
 2024-11-02  1:31 UTC  (4+ messages)
` [PATCH 01/11] dt-bindings: riscv: Describe physical memory regions

[PATCH v2 00/10] Add PMGR nodes for Apple A7-A11 SoCs
 2024-11-02  1:08 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: arm: apple: apple,pmgr: Add A7-A11 compatibles
` [PATCH v2 02/10] dt-bindings: arm: apple: apple,pmgr-pwrstate: "
` [PATCH v2 03/10] arm64: dts: apple: s5l8960x: Add PMGR node
` [PATCH v2 04/10] arm64: dts: apple: t7000: "
` [PATCH v2 05/10] arm64: dts: apple: t7001: "
` [PATCH v2 06/10] arm64: dts: apple: s8000: Add PMGR nodes
` [PATCH v2 07/10] arm64: dts: apple: s8001: "
` [PATCH v2 08/10] arm64: dts: apple: t8010: "
` [PATCH v2 09/10] arm64: dts: apple: t8011: "
` [PATCH v2 10/10] arm64: dts: apple: t8015: "

[PATCH] Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925
 2024-11-02  1:10 UTC 

[PATCH v4 0/5] usdt typed args, translators and arg remapping
 2024-11-02  1:09 UTC  (3+ messages)
` [PATCH v4 4/5] usdt: typed args and arg mapping

[PATCH v6 0/9] drm/msm/dpu: support virtual wide planes
 2024-11-02  1:08 UTC  (2+ messages)

[PATCH 0/4] drm/msm/mdss: rework UBWC registers programming
 2024-11-02  1:08 UTC  (2+ messages)

[PATCH v8 1/9] net/zxdh: add zxdh ethdev pmd driver
 2024-11-02  1:07 UTC  (15+ messages)
` [PATCH v9 0/9] net/zxdh: introduce net zxdh driver
  ` [PATCH v9 1/9] net/zxdh: add zxdh ethdev pmd driver
  ` [PATCH v9 2/9] net/zxdh: add logging implementation
  ` [PATCH v9 3/9] net/zxdh: add zxdh device pci init implementation
  ` [PATCH v9 4/9] net/zxdh: add msg chan and msg hwlock init
  ` [PATCH v9 6/9] net/zxdh: add zxdh get device backend infos
  ` [PATCH v9 7/9] net/zxdh: add configure zxdh intr implementation

[PATCH] drm/msm/hdmi: mark interlace_allowed as true
 2024-11-02  1:04 UTC  (5+ messages)

[PATCH v2 3/3] drm/panel: add LXD M9189A panel driver
 2024-11-02  1:02 UTC  (2+ messages)

[PATCH v8 0/7] x86/resctrl: mba_MBps enhancement
 2024-11-02  0:57 UTC  (5+ messages)
` [PATCH v8 6/7] x86/resctrl: Add write option to "mba_MBps_event" file

[PATCH net-next v4 0/7] Suspend IRQs during application busy periods
 2024-11-02  0:52 UTC  (8+ messages)
` [PATCH net-next v4 1/7] net: Add napi_struct parameter irq_suspend_timeout
` [PATCH net-next v4 2/7] net: Suspend softirq when prefer_busy_poll is set
` [PATCH net-next v4 3/7] net: Add control functions for irq suspension
` [PATCH net-next v4 4/7] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v4 5/7] eventpoll: Control irq suspension for prefer_busy_poll
` [PATCH net-next v4 6/7] selftests: net: Add busy_poll_test
` [PATCH net-next v4 7/7] docs: networking: Describe irq suspension

[syzbot] [bcachefs?] WARNING in bch2_writepage_io_done (2)
 2024-11-02  0:53 UTC 

[PATCH 0/9] Patch set for gpib staging drivers
 2024-11-02  0:51 UTC  (2+ messages)

[PATCH] riscv: dts: sophgo: fix pinctrl base-address
 2024-11-02  0:50 UTC  (5+ messages)

[PATCH] riscv: dts: sophgo: Add ethernet configuration for cv18xx
 2024-11-02  0:49 UTC  (9+ messages)

[BUG] -next lockdep invalid wait context
 2024-11-02  0:45 UTC  (6+ messages)

[PATCH 00/17] DC Patches October 28, 2024
 2024-11-02  0:43 UTC  (5+ messages)
` [PATCH 07/17] drm/amd/display: Fix brightness level not retained over reboot

[android-common:android15-6.6 5/5] arch/arm64/kvm/hyp/nvhe/../../../../../drivers/iommu/arm/arm-smmu-v3/pkvm/arm-smmu-v3.c:1260:5: warning: no previous prototype for 'smmu_map_pages'
 2024-11-02  0:42 UTC 

[syzbot] [net?] general protection fault in put_page (3)
 2024-11-02  0:43 UTC  (2+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS c7ccf3683ac9746b263b0502255f5ce47f64fe0a
 2024-11-02  0:38 UTC 

[tip:ras/core] BUILD SUCCESS 612c2addff367ee461dc99ffca2bc786f105d2ec
 2024-11-02  0:38 UTC 

[PATCH] perf trace: avoid garbage when not printing an trace event's arguments
 2024-11-02  0:38 UTC  (6+ messages)
` [PATCH v2] perf trace: avoid garbage when not printing a "


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.