All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-16 23:34:33 to 2022-07-17 03:48:52 UTC [more...]

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-17  3:11 UTC  (4+ 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 

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17  2:46 UTC  (61+ messages)
` [PATCH v11 01/69] Maple Tree: add new data structure
` [PATCH v11 02/69] radix tree test suite: add pr_err define
` [PATCH v11 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [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 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [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 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 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v11 17/69] mm: remove rb tree
` [PATCH v11 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v11 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [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 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 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v11 27/69] mm/mmap: move mmap_region() below do_munmap()
` [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 33/69] powerpc: remove mmap linked list walks
` [PATCH v11 34/69] s390: remove vma "
` [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 38/69] optee: "
` [PATCH v11 41/69] exec: use VMA iterator instead of linked list
` [PATCH v11 40/69] coredump: remove vma linked list walk
` [PATCH v11 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v11 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v11 47/69] perf: use VMA iterator
` [PATCH v11 46/69] acct: use VMA iterator instead of linked list
` [PATCH v11 45/69] ipc/shm: "
` [PATCH v11 49/69] fork: use VMA iterator
` [PATCH v11 50/69] bpf: remove VMA linked list
` [PATCH v11 52/69] mm/khugepaged: stop using vma "
` [PATCH v11 54/69] mm/madvise: use vma_find() instead of "
` [PATCH v11 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v11 57/69] mm/mlock: use vma iterator and maple state instead of vma "
` [PATCH v11 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v11 60/69] mm/msync: use vma_find() instead of vma linked list
` [PATCH v11 58/69] mm/mprotect: use maple tree navigation "
` [PATCH v11 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v11 63/69] mm/swapfile: use vma iterator "
` [PATCH v11 62/69] mm/pagewalk: use vma_find() "
` [PATCH v11 64/69] i915: use the VMA iterator
` [PATCH v11 66/69] riscv: use vma iterator for vdso
` [PATCH v11 65/69] nommu: remove uses of VMA linked list
` [PATCH v11 67/69] mm: remove the vma "
` [PATCH v11 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

[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  (9+ 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)

[PATCH V15 00/15] irqchip: Add LoongArch-related irqchip drivers
 2022-07-17  1:06 UTC  (6+ messages)
` [PATCH V15 01/15] ACPICA: MADT: Add LoongArch APICs support

[withdrawn] proc-smaps-add-pmdmappable-field-to-smaps.patch removed from -mm tree
 2022-07-17  1:04 UTC 

arch/nios2/kernel/misaligned.c:111:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-17  1:03 UTC 

[ammarfaizi2-block:tglx/devel/depthtracking 36/38] kernel/trace/trace_selftest.c:790:13: error: expected string literal before 'CALL_DEPTH_ACCOUNT'
 2022-07-17  1:02 UTC 

+ mm-shmem-support-fs_ioc_etflags-in-tmpfs.patch added to mm-unstable branch
 2022-07-17  1:01 UTC 

[PATCH] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-17  1:01 UTC  (2+ messages)

+ mm-hwpoison-skip-raw-hwpoison-page-in-freeing-1gb-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-enable-memory-error-handling-on-1gb-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-make-__page_handle_poison-returns-int.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-set-pg_hwpoison-for-busy-hugetlb-pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-hugetlb-support-saving-mechanism-of-raw-error-pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-make-unpoison-aware-of-raw-error-info-in-hwpoisoned-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hugetlb-make-pud_huge-and-follow_huge_pud-aware-of-non-present-pud-entry.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hugetlb-check-gigantic_page_runtime_supported-in-return_unused_surplus_pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

[ammarfaizi2-block:axboe/linux-block/for-next 85/112] include/trace/events/f2fs.h:1027:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  0:52 UTC 

+ mm-damon-reclaim-fix-potential-memory-leak-in-damon_reclaim_init.patch added to mm-unstable branch
 2022-07-17  0:49 UTC 

+ mm-vmpressure-dont-count-proactive-reclaim-in-vmpressure.patch added to mm-unstable branch
 2022-07-17  0:48 UTC 

[Bridge] [PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-07-17  0:47 UTC  (4+ messages)
` [Bridge] [PATCH v4 net-next 5/6] net: dsa: mv88e6xxx: mac-auth/MAB implementation
  `  "

+ zsmalloc-zs_malloc-return-err_ptr-if-fail.patch added to mm-unstable branch
 2022-07-17  0:44 UTC 

[PATCH v2] iio: light: isl29028: Fix the warning in isl29028_remove()
 2022-07-17  0:42 UTC 

+ kernel-hung_task-fix-address-space-of-proc_dohung_task_timeout_secs.patch added to mm-nonmm-unstable branch
 2022-07-17  0:40 UTC 

[PATCH] kernel: watchdog: fix missing space coding style issue
 2022-07-17  0:37 UTC  (3+ messages)

+ writeback-cleanup-inode_to_wb_is_valid.patch added to mm-unstable branch
 2022-07-17  0:36 UTC 

+ secretmem-fix-unhandled-fault-in-truncate-v3.patch added to mm-hotfixes-unstable branch
 2022-07-17  0:34 UTC 

[soc:ti/soc-drivers] BUILD SUCCESS f16afe238a7ff3c71a943cf74392538974c29b22
 2022-07-17  0:30 UTC 

[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
 2022-07-17  0:30 UTC  (17+ messages)
` RAID56 discussion related to RST. (Was "Re: [RFC ONLY 0/8] btrfs: introduce raid-stripe-tree")

[patch 00/38] x86/retbleed: Call depth tracking mitigation
 2022-07-17  0:22 UTC  (3+ messages)
` [patch 02/38] x86/cpu: Use native_wrmsrl() in load_percpu_segment()

include/linux/rculist.h:167:14: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-07-17  0:22 UTC 

[asahilinux:bluetooth-wip 9/9] drivers/bluetooth/hci_bcm4377.c:886:68: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-17  0:11 UTC 

drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match'
 2022-07-17  0:11 UTC 

[BUG] media: cx88-alsa: Found a bug at the probe time
 2022-07-17  0:05 UTC  (3+ messages)

Oh dear - some new problems
 2022-07-17  0:04 UTC  (3+ messages)

[PATCH net-next 0/6] net: dsa: always use phylink
 2022-07-16 23:44 UTC  (7+ messages)

[intel-tdx:guest-hardening-rebased 13/23] kernel/dma/swiotlb.c:531:75: warning: suggest parentheses around '-' in operand of '&'
 2022-07-16 23:41 UTC 

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:41 UTC 

[PATCH 0/2] Fix kernel splats on boot with armada-37xx irqchip driver
 2022-07-16 23:37 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait context
` [PATCH 2/2] pinctrl: armada-37xx: use raw spinlocks for regmap "

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


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.