All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-30 06:33:03 to 2021-12-30 08:14:28 UTC [more...]

[igt-dev] [PATCH i-g-t 0/3] Add start offset and alignment detection
 2021-12-30  8:14 UTC 

stable-rc/queue/4.14 baseline: 131 runs, 1 regressions (v4.14.259-32-g0a7337090d93)
 2021-12-30  8:10 UTC 

Should write-time tree-checker backported to v5.10?
 2021-12-30  8:10 UTC  (5+ messages)

[goldwynr:iomap 33/33] include/linux/kern_levels.h:5:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'}
 2021-12-30  8:04 UTC  (2+ messages)

[PATCH] phy: tegra: xusb: Fix missing put_device() in tegra210_xusb_padctl_probe
 2021-12-30  8:00 UTC  (2+ messages)

[PATCH 00/26] TDX Guest: TDX core support
 2021-12-30  8:05 UTC  (6+ messages)
` [PATCH 04/26] x86/traps: Add #VE support for TDX guest

[PATCH] PCI: mt7621: Fix the compile error in cross complication
 2021-12-30  7:46 UTC  (3+ messages)

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-30  8:03 UTC  (2+ messages)

[PATCH v2 net-next 0/2] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2021-12-30  8:03 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH net-next 2/2] bpf: selftests: add bind retry for post_bind{4, 6}

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2021-12-30  3:44 UTC  (9+ messages)
` [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary

[PATCH] mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
 2021-12-30  7:27 UTC  (2+ messages)

[PATCH v3 00/48] Refactor perf cpumap
 2021-12-30  7:20 UTC  (100+ messages)
` [PATCH v3 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v3] perf evlist: Remove group option
` [PATCH v3 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v3 03/48] perf stat: Correct aggregation CPU map
` [PATCH v3 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v3 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v3 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v3 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v3 08/48] perf cpumap: Remove map+index get_die
` [PATCH v3 09/48] perf cpumap: Remove map+index get_core
` [PATCH v3 10/48] perf cpumap: Remove map+index get_node
` [PATCH v3 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v3 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v3 13/48] perf cpumap: Simplify equal function name
` [PATCH v3 14/48] perf cpumap: Rename empty functions
` [PATCH v3 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v3 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v3 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v3 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v3 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v3 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v3 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v3 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v3 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v3 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v3 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v3 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v3 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v3 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v3 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v3 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v3 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v3 32/48] perf script: Use for each cpu to aid readability
` [PATCH v3 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v3 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v3 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v3 36/48] perf stat: Correct variable name for read counter
` [PATCH v3 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v3 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v3 39/48] perf evsel: Rename variable cpu to index
` [PATCH v3 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v3 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v3 42/48] perf stat: Swap variable name cpu to index
` [PATCH v3 43/48] libperf: Sync evsel documentation
` [PATCH v3 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v3 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v3 46/48] perf script: Fix flipped index and cpu
` [PATCH v3 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v3 48/48] perf cpumap: Give CPUs their own type

[PATCH 0/4] Sparse checkout: fix bug with worktree of bare repo
 2021-12-30  8:01 UTC  (18+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v3 0/6] "
    ` [PATCH v3 6/6] worktree: copy sparse-checkout patterns and config on add

[BISECTED] power8: watchdog: CPU 3 self-detected hard LOCKUP @ queued_spin_lock_slowpath+0x154/0x2d0
 2021-12-28  8:55 UTC  (3+ messages)

IOMMU Page Fault with Creative Soundblaster Zx after suspend
 2021-12-30  7:56 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS eb69791100c5f8f2580c5ba78f52ce316dd1f60b
 2021-12-30  7:57 UTC 

[Intel-wired-lan] [tnguy-next-queue:1GbE] BUILD SUCCESS 38970eac41db0031dcd337e124fab92a7105ed85
 2021-12-30  7:56 UTC 

[Intel-wired-lan] [tnguy-net-queue:master] BUILD SUCCESS 5bec7ca2be6955ca1aa0d7bae2b981de9b1c9844
 2021-12-30  7:56 UTC 

[goldwynr:iomap 29/33] fs/btrfs/inode.c:8440:24: sparse: sparse: symbol 'btrfs_buffered_read_iomap_ops' was not declared. Should it be static?
 2021-12-30  7:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/timescaledb: bump version to 2.5.1
 2021-12-30  7:55 UTC 

[tip: x86/build] x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfig
 2021-12-30  7:54 UTC 

drivers/net/ethernet/asix/ax88796c_main.c:50:5: warning: Uninitialized variable: ret [uninitvar]
 2021-12-30  7:54 UTC 

[PATCHv2 1/3] block: introduce rq_list_for_each_safe macro
 2021-12-30  7:53 UTC  (5+ messages)
` [PATCHv2 3/3] nvme-pci: fix queue_rqs list splitting

[RFC PATCH goldwynr] btrfs: btrfs_buffered_read_iomap_ops can be static
 2021-12-30  7:50 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 114 runs, 1 regressions (v4.9.294-21-g91e69228d902)
 2021-12-30  7:50 UTC 

[Buildroot] [PATCH 1/1] package/libosmium: bump version to 2.17.2
 2021-12-30  7:50 UTC 

s3test: In teuthology , test_bucket_list_return_data_versioning is failed?
 2021-12-30  7:46 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:5.16-r2pro 50/61] drivers/net/phy/rtk/rtl8367rb_mdio.c:41:14: error: no previous prototype for function 'mii_mgr_read'
 2021-12-30  7:44 UTC 

[Buildroot] [PATCH 1/1] package/postgis: bump version to 3.2.0
 2021-12-30  7:36 UTC 

[PATCH RESEND] blk-iocost: drop selecting undefined BLK_RQ_IO_DATA_LEN
 2021-12-30  7:32 UTC 

[PATCH] lib/mpi: Add the return value check of kcalloc()
 2021-12-30  7:26 UTC  (2+ messages)

[PATCH] x86/quirks: Fix logic to apply quirk once
 2021-12-30  7:26 UTC  (4+ messages)
  ` [Intel-gfx] "

[libgpiod] Issue in gpioset (Tag v1.6.3)
 2021-12-30  7:14 UTC  (2+ messages)

[nathan:wip/llvm-objdump-posttest 1/1] arch/x86/tools/insn_decoder_test: error: malformed line 7230868:
 2021-12-30  7:13 UTC  (2+ messages)

[PATCH] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
 2021-12-30  7:09 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-12-29
 2021-12-30  7:07 UTC 

[PATCH v3 00/22] AMX Support in KVM
 2021-12-30  7:04 UTC  (6+ messages)
` [PATCH v3 22/22] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH linux] usb: xhci-ring: Add return if ret is less than 0
 2021-12-30  7:02 UTC  (2+ messages)

[Resource Leak] Missing closing files
 2021-12-30  6:57 UTC  (2+ messages)

[PATCH] drm/mediatek: Fix unused-but-set variable warning
 2021-12-30  6:56 UTC  (4+ messages)

[PATCH v2] ext4: set csum seed in tmp inode while migrating to extents
 2021-12-30  6:56 UTC  (8+ messages)

[PATCH 0/3] Fix RVV calling incorrect RFV/RVD check functions bug
 2021-12-30  6:53 UTC  (4+ messages)

[RFC PATCH 0/2] Landlock network PoC implementation
 2021-12-30  6:53 UTC  (4+ messages)

[PATCH v10 0/3] support dirty restraint on vCPU
 2021-12-30  6:34 UTC  (5+ messages)
` [PATCH v10 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically

[PATCH -next 0/2] riscv/mm: Enable THP migration
 2021-12-30  6:45 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 21405d629ddbf81a7b95859b859a808ef4aba179
 2021-12-30  6:45 UTC 

[PATCH] lib/mpi: add the return value check of kcalloc
 2021-12-30  6:45 UTC  (3+ messages)

drivers/xen/swiotlb-xen.c:193:3: warning: Value stored to 'bytes' is never read [clang-analyzer-deadcode.DeadStores]
 2021-12-30  6:43 UTC 

[PATCH 1/6] f2fs: rework write preallocations
 2021-12-30  6:43 UTC  (13+ messages)
` [PATCH 5/6] f2fs: implement iomap operations
  ` [f2fs-dev] "

[PATCH -next 0/2] jffs2: fix two memory leak when mount jffs2
 2021-12-30  6:52 UTC  (6+ messages)
` [PATCH -next 1/2] jffs2: fix memory leak in jffs2_do_mount_fs
` [PATCH -next 2/2] jffs2: fix memory leak in jffs2_scan_medium

[PATCH linux] usb-storage: Remove redundant assignments
 2021-12-30  6:38 UTC 

[PATCH 1/2] f2fs: avoid down_write on nat_tree_lock during checkpoint
 2021-12-30  6:37 UTC  (6+ messages)
` [PATCH 2/2] f2fs: do not bother checkpoint by f2fs_get_node_info
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: avoid down_write on nat_tree_lock during checkpoint

[PATCH linux] sysctl: Remove redundant ret assignment
 2021-12-30  6:36 UTC 

[PATCH linux] nfs: Remove unnecessary ret assignment
 2021-12-30  6:34 UTC 

[agd5f:drm-next-5.17 85/342] drivers/gpu/drm/amd/amdgpu/umc_v6_7.c:64:18: warning: variable 'ecc_err_cnt' set but not used
 2021-12-30  6:33 UTC  (2+ messages)

[PATCH] usb: hub: Fix locking issues with address0_mutex
 2021-12-30  6:33 UTC 

mmotm 2021-12-29-20-07 uploaded
 2021-12-30  6:33 UTC  (3+ messages)
` mmotm 2021-12-29-20-07 uploaded (mm/damon)


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.