All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-17 01:12:13 to 2022-07-17 04:58:22 UTC [more...]

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-17  3:11 UTC  (3+ messages)

[git pull] Input updates for v5.19-rc6
 2022-07-17  4:58 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:41: sparse: sparse: cast to restricted __le64
 2022-07-17  4:50 UTC 

cron job: media_tree daily build: ERRORS
 2022-07-17  4:41 UTC 

[merged mm-hotfixes-stable] ntfs-fix-use-after-free-in-ntfs_ucsncmp.patch removed from -mm tree
 2022-07-17  4:38 UTC 

[merged mm-hotfixes-stable] secretmem-fix-unhandled-fault-in-truncate.patch removed from -mm tree
 2022-07-17  4:38 UTC 

[merged mm-hotfixes-stable] mm-hugetlb-separate-path-for-hwpoison-entry-in-copy_hugetlb_page_range.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] mm-fix-missing-wake-up-event-for-fsdax-pages.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] mailmap-update-seth-forshees-email-address.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] mm-fix-page-leak-with-multiple-threads-mapping-the-same-page.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] tmpfs-fix-the-issue-that-the-mount-and-remount-results-are-inconsistent.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] revert-ocfs2-mount-shared-volume-without-ha-stack.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] mm-kfence-apply-kmemleak_ignore_phys-on-early-allocated-pool.patch removed from -mm tree
 2022-07-17  4:37 UTC 

Audio interface unable to be loaded in 1.2.7.2
 2022-07-17  4:36 UTC 

[merged mm-hotfixes-stable] fs-sendfile-handles-o_nonblock-of-out_fd.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[merged mm-hotfixes-stable] hugetlb-fix-memoryleak-in-hugetlb_mcopy_atomic_pte.patch removed from -mm tree
 2022-07-17  4:37 UTC 

[PATCH v3 0/2] fs/lock: Cleanup around flock syscall
 2022-07-17  4:35 UTC  (3+ messages)
` [PATCH v3 1/2] fs/lock: Don't allocate file_lock in flock_make_lock()
` [PATCH v3 2/2] fs/lock: Rearrange ops in flock syscall

[folded-merged] ntfs-fix-use-after-free-in-ntfs_ucsncmp-v3-checkpatch-fixes.patch removed from -mm tree
 2022-07-17  4:33 UTC 

[folded-merged] ntfs-fix-use-after-free-in-ntfs_ucsncmp-v3.patch removed from -mm tree
 2022-07-17  4:33 UTC 

[folded-merged] secretmem-fix-unhandled-fault-in-truncate-v3.patch removed from -mm tree
 2022-07-17  4:32 UTC 

[folded-merged] mm-fix-page-leak-with-multiple-threads-mapping-the-same-page-v2.patch removed from -mm tree
 2022-07-17  4:32 UTC 

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17  4:20 UTC  (71+ messages)
` [PATCH v11 02/69] radix tree test suite: add pr_err define
` [PATCH v11 01/69] Maple Tree: add new data structure
` [PATCH v11 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v11 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v11 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v11 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v11 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v11 08/69] mm: start tracking VMAs with "
` [PATCH v11 09/69] mm: add VMA iterator
` [PATCH v11 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v11 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v11 11/69] mm/mmap: use the maple tree in find_vma() "
` [PATCH v11 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v11 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v11 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v11 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v11 17/69] mm: remove rb tree
` [PATCH v11 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v11 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v11 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v11 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v11 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v11 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v11 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v11 25/69] mm: remove vmacache
` [PATCH v11 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v11 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v11 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v11 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v11 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v11 30/69] arm64: remove mmap linked list from vdso
` [PATCH v11 34/69] s390: remove vma linked list walks
` [PATCH v11 33/69] powerpc: remove mmap "
` [PATCH v11 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v11 35/69] x86: remove vma linked list walks
` [PATCH v11 37/69] cxl: remove vma linked list walk
` [PATCH v11 36/69] xtensa: remove vma linked list walks
` [PATCH v11 41/69] exec: use VMA iterator instead of linked list
` [PATCH v11 40/69] coredump: remove vma linked list walk
` [PATCH v11 38/69] optee: "
` [PATCH v11 39/69] um: "
` [PATCH v11 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v11 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v11 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v11 46/69] acct: use VMA iterator instead of linked list
` [PATCH v11 45/69] ipc/shm: "
` [PATCH v11 47/69] perf: use VMA iterator
` [PATCH v11 50/69] bpf: remove VMA linked list
` [PATCH v11 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v11 49/69] fork: use VMA iterator
` [PATCH v11 51/69] mm/gup: use maple tree navigation instead of linked list
` [PATCH v11 52/69] mm/khugepaged: stop using vma "
` [PATCH v11 54/69] mm/madvise: use vma_find() instead of "
` [PATCH v11 53/69] mm/ksm: use vma iterators "
` [PATCH v11 56/69] mm/mempolicy: use vma iterator & maple state "
` [PATCH v11 57/69] mm/mlock: use vma iterator and "
` [PATCH v11 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v11 58/69] mm/mprotect: use maple tree navigation instead of vma linked list
` [PATCH v11 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v11 60/69] mm/msync: use vma_find() "
` [PATCH v11 62/69] mm/pagewalk: "
` [PATCH v11 64/69] i915: use the VMA iterator
` [PATCH v11 63/69] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v11 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v11 65/69] nommu: remove uses of VMA "
` [PATCH v11 67/69] mm: remove the vma "
` [PATCH v11 66/69] riscv: use vma iterator for vdso
` [PATCH v11 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v11 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

[PATCH 0/8] Support RISCV64 arch and common commands
 2022-07-17  4:29 UTC  (9+ messages)
` [PATCH 1/8] Add RISCV64 framework code support
` [PATCH 2/8] RISCV64: Make crash tool enter command line and support some commands
` [PATCH 3/8] RISCV64: Add 'dis' command support
` [PATCH 4/8] RISCV64: Add 'irq' "
` [PATCH 5/8] RISCV64: Add 'bt' "
` [PATCH 6/8] RISCV64: Add 'help -r' "
` [PATCH 7/8] RISCV64: Add 'mach' "
` [PATCH 8/8] RISCV64: Add the implementation of symbol verify

[PATCH] clk: qcom: Drop mmcx gdsc supply for dispcc and videocc
 2022-07-17  4:21 UTC  (2+ messages)

[PATCH v2 2/2] fs/lock: Rearrange ops in flock syscall
 2022-07-17  4:12 UTC  (2+ messages)

[PATCH -perfbook 1/2] SMPdesign: Apply \clnref{} scheme to Listing 6.5
 2022-07-17  4:11 UTC  (2+ messages)
` [PATCH -perfbook 2/2] SMPdesign: Fix typos

[PATCH] remoteproc: core: check state in rproc_boot
 2022-07-17  4:07 UTC  (3+ messages)

[PATCH 0/3] x86: make pat and mtrr independent from each other
 2022-07-17  4:06 UTC  (4+ messages)

[f2fs-dev] [Bug 216162] New: F2FS filesystem with compression broken after kernel version 5.18.1
 2022-07-17  4:03 UTC  (2+ messages)
` [f2fs-dev] [Bug 216162] "

[PATCH v3] lib/bitmap: Make count and length parameters unsigned
 2022-07-17  3:57 UTC  (2+ messages)

[PATCH] remoteproc: qcom: q6v5: Use _clk_get_optional for aggre2_clk
 2022-07-17  3:51 UTC  (2+ messages)

[PATCH 0/3] i2c: qcom-geni: Make it possible to run i2cdetect
 2022-07-17  3:50 UTC  (4+ messages)
` [PATCH 1/3] i2c: qcom-geni: Use the correct return value
` [PATCH 2/3] i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer()
` [PATCH 3/3] i2c: qcom-geni: Silence NACK and GENI_TIMEOUT

next-20220715 build fail due to 579b9239c1f386 (powerpc, ps3_defconfig, GCC 12.1.0)
 2022-07-17  3:47 UTC  (4+ messages)

[BUG] most: usb: Found a bug at the probe time
 2022-07-17  3:47 UTC  (2+ messages)

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:48: sparse: sparse: non size-preserving pointer to integer cast
 2022-07-17  3:47 UTC 

What's cooking in git.git (Jul 2022, #04; Wed, 13)
 2022-07-17  3:46 UTC  (2+ messages)
` en/merge-restore-to-pristine (Was: Re: What's cooking in git.git (Jul 2022, #04; Wed, 13))

linux-next: build failure after merge of the block tree
 2022-07-17  3:43 UTC  (5+ messages)

[PATCH 0/3] arm64: dts: qcom: sdm845-db845: Some i2c fixes
 2022-07-17  3:44 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sdm845: Fill in GENI DMA references
` [PATCH 2/3] arm64: dts: qcom: sdm845-db845c: Enable gpi_dma1
` [PATCH 3/3] arm64: dts: qcom: sdm845-db845c: Specify a i2c bus clocks

[f2fs-dev] [PATCH v2 0/5] PAGE_SIZE and zoned storage related improvements
 2022-07-17  3:39 UTC  (11+ messages)
` [f2fs-dev] [PATCH v2 1/5] Fix the struct f2fs_dentry_block definition
` [f2fs-dev] [PATCH v2 2/5] Fix f2fs_report_zone()
` [f2fs-dev] [PATCH v2 3/5] Improve compile-time type checking for f2fs_report_zone()
` [f2fs-dev] [PATCH v2 4/5] Use F2FS_BLKSIZE for dev_read_block() buffers
` [f2fs-dev] [PATCH v2 5/5] Use F2FS_BLKSIZE as the size of struct f2fs_summary_block

[PATCH] vmxnet3: Implement ethtool's get_channels command
 2022-07-17  3:37 UTC  (3+ messages)
` [PATCH] vmxnet3: Record queue number to incoming packets

[PATCH v2 0/2] Updates for asm-generic/pci.h
 2022-07-17  3:34 UTC  (11+ messages)
` [PATCH v2 1/2] asm-generic: Remove pci.h copying remaining code to x86
` [PATCH v2 2/2] asm-generic: Add new pci.h and use it

WEB SITEよりお問い合わせを受け付けました<自動返信>
 2022-07-17  3:26 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: introduce memory mode
 2022-07-17  3:22 UTC  (5+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: handle decompress only post processing in softirq

[Buildroot] [PATCH 0/2] pacakge: drop remnants of $(HOST_DIR)/usr (branch yem/no-host-dir-usr)
 2022-07-17  3:21 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/rustc: fix target names for i586 and i686

[PATCH v2] remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use
 2022-07-17  3:23 UTC  (2+ messages)

[PATCH v3 0/3] ui/cocoa: Run qemu_init in the main thread
 2022-07-17  3:18 UTC  (7+ messages)
` [PATCH v3 1/3] "

[PATCH v1 1/2] eal: add lcore busyness telemetry
 2022-07-17  3:10 UTC  (3+ messages)

[PATCH 0/6] remoteproc: qcom_q6v5_mss: Add MSM8909
 2022-07-17  3:08 UTC  (3+ messages)
` [PATCH 3/6] ARM: dts: qcom: msm8974: Disable remoteprocs by default
  ` (subset) "

[PATCH -next] clk: qcom: fix build error initializer element is not constant
 2022-07-17  3:08 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: msm8974-hammerhead: Add notification LED
 2022-07-17  3:08 UTC  (2+ messages)
` (subset) "

[PATCH] ARM: dts: qcom: msm8974-FP2: Add notification LED
 2022-07-17  3:08 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] arm64: dts: qcom: USB clock and interrupt fixes
 2022-07-17  3:08 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] ARM: dts: qcom: msm8974-sony: Enable RGB LED
 2022-07-17  3:08 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: qcom: Add LPG node to pm8941
 2022-07-17  3:08 UTC  (2+ messages)

[PATCH v2 1/3] hwspinlock: qcom: Add support for mmio usage to sfpb-mutex
 2022-07-17  3:08 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: dts: qcom: add missing hwlock for ipq8064 dtsi
` (subset) [PATCH v2 1/3] hwspinlock: qcom: Add support for mmio usage to sfpb-mutex

[PATCH v2 0/8] Add ipq806x missing bindings
 2022-07-17  3:08 UTC  (3+ messages)

[axboe-block:for-5.20/io_uring 2/171] io_uring/io_uring.c:11521:1: sparse: sparse: Using plain integer as NULL pointer
 2022-07-17  3:06 UTC 

[PATCH net-next] improve handling of ICMP_EXT_ECHO icmp type
 2022-07-17  3:06 UTC  (2+ messages)

[usb:usb-testing 43/55] drivers/usb/typec/anx7411.c:387 anx7411_register_partner() warn: passing zero to 'PTR_ERR'
 2022-07-17  3:06 UTC 

[PATCH v2] ufs: host: ufschd-pltfrm: Hold reference returned by of_parse_phandle()
 2022-07-17  3:03 UTC  (3+ messages)
  `  "

DWC3 host support
 2022-07-17  3:00 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-17  2:57 UTC  (6+ messages)

[PATCH] power: supply: cw2015: Use device managed API to simplify the code
 2022-07-17  2:58 UTC 

[PATCH] thermal/core: Fix refcount bugs in __thermal_cooling_device_register()
 2022-07-17  2:57 UTC  (4+ messages)
    `  "

[PATCH v3] submodule merge: update conflict error message
 2022-07-17  2:46 UTC  (6+ messages)
` [PATCH v4] "

[syzbot] INFO: trying to register non-static key in ieee80211_do_stop
 2022-07-17  2:32 UTC  (2+ messages)
` [PATCH] wifi: mac80211: initialize fq.lock as early as possible

[linux-linus test] 171654: regressions - FAIL
 2022-07-17  2:34 UTC 

[ammarfaizi2-block:axboe/linux-block/for-next 89/112] include/trace/events/jbd2.h:356:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  2:25 UTC 

[wireless:for-next] BUILD SUCCESS 11052589cf5c0bab3b4884d423d5f60c38fcf25d
 2022-07-17  2:24 UTC 

[wireless-next:mld] BUILD SUCCESS a260edccf66f340a5fa9ff2ac740579097b3a206
 2022-07-17  2:23 UTC 

[tty:tty-testing 77/77] arch/mips/vr41xx/common/siu.c:18:9: error: 'PORT_VR41XX_SIU' undeclared here (not in a function)
 2022-07-17  2:14 UTC 

arch/arm/include/asm/system_misc.h:29:9: error: implicit declaration of function 'preempt_enable_no_resched_notrace'; did you mean 'preempt_enable_notrace'?
 2022-07-17  2:04 UTC 

[PATCH bpf-next 0/5] cleanup for data casting
 2022-07-17  2:04 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: Unify memory address casting operation style
` [PATCH bpf-next 3/5] selftests: "
` [PATCH bpf-next 4/5] samples: "
` [PATCH bpf-next 5/5] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

[PATCH net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-17  1:42 UTC  (16+ messages)
` [PATCH net-next v3 08/47] net: phylink: Support differing link speeds and interface speeds
` [PATCH net-next v3 10/47] net: phylink: Adjust link settings based on rate adaptation
` [PATCH net-next v3 14/47] net: phy: aquantia: Add support for "

[asahilinux:bits/120-spmi 4/4] drivers/spmi/spmi-apple-controller.c:98:15: warning: variable 'rsp' set but not used
 2022-07-17  1:43 UTC 

[PATCH V16 7/7] PCI: Add quirk for multifunction devices of LS7A
 2022-07-17  1:41 UTC  (2+ messages)

[PATCH v2 6/6] media: i2c: Add driver for mlx7502x ToF sensor
 2022-07-17  1:33 UTC  (2+ messages)


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.