All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-22 02:45:43 to 2022-06-22 04:38:29 UTC [more...]

[PATCH net] veth: Add updating of trans_start
 2022-06-22  4:38 UTC  (9+ messages)

[PATCH 0/6] check: minor cleanups and xunit report fix
 2022-06-22  4:37 UTC  (7+ messages)
` [PATCH 1/6] check: avoid FSTYP=<fstyp parameter> repetition
` [PATCH 2/6] check: simplify check.time parsing
` [PATCH 3/6] report: drop unused _xunit_make_section_report parameter

[syzbot] INFO: task hung in hci_dev_do_open (2)
 2022-06-22  4:37 UTC  (2+ messages)

[PATCH 0/3] Fix dual rename into each other plus conflicting adds
 2022-06-22  4:36 UTC  (5+ messages)
` [PATCH 1/3] t6423: add tests of dual directory rename plus add/add conflict
` [PATCH 2/3] merge-ort: shuffle the computation and cleanup of potential collisions
` [PATCH 3/3] merge-ort: fix issue with dual rename and add/add conflict

RTT-PROBE: lore-subspace-rtt
 2022-06-22  4:34 UTC 

[PATCH] btrfs: repair all bad mirrors
 2022-06-22  4:32 UTC  (6+ messages)

[PATCH -next v2] media: ov7251: add missing disable functions on error in ov7251_set_power_on()
 2022-06-22  4:42 UTC 

cleanup btrfs bio submission v2
 2022-06-22  4:30 UTC  (6+ messages)
` [PATCH 01/10] btrfs: remove a bunch of pointles stripe_len arguments

Bug in merge-ort (rename detection can have collisions?)
 2022-06-22  4:30 UTC  (6+ messages)

[PATCH] memory/tegra: Add missing of_node_get() in tegra_emc_find_node_by_ram_code
 2022-06-22  4:28 UTC 

[PATCH] scsi: isci: task: Remove duplicate 'the'
 2022-06-22  4:27 UTC 

[Intel-wired-lan] [PATCH net v1] iavf: validate dest MAC and VLAN from tc-filter code path
 2022-06-22  1:31 UTC  (4+ messages)

[ovmf test] 171304: all pass - PUSHED
 2022-06-22  4:26 UTC 

[PATCH v2 0/2] Minor memoryhotplug refactoring
 2022-06-22  4:25 UTC  (8+ messages)
` [PATCH v2 1/2] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
` [PATCH v2 2/2] mm/memory_hotplug: Reset node's state when empty during offline

[PATCH] scsi: isci: Remove duplicate 'the'
 2022-06-22  4:24 UTC 

[Buildroot] [PATCH v2 1/1] configs/zynqmp_kria_kv260_defconfig: fix to u-boot.itb generation
 2022-06-22  4:24 UTC 

aarch64-linux-ld: test.c:undefined reference to `kunit_binary_ptr_assert_format'
 2022-06-22  4:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  4:23 UTC 

[PATCH] scsi: isci: Remove duplicate 'the'
 2022-06-22  4:21 UTC 

When reviewers stop responding
 2022-06-22  4:20 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_plane: Test Refactoring
 2022-06-22  4:17 UTC  (2+ messages)

[RFC][CFT][PATCHSET] iov_iter stuff
 2022-06-22  4:15 UTC  (45+ messages)
` [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full()
  ` [PATCH 02/44] No need of likely/unlikely on calls of check_copy_size()
  ` [PATCH 03/44] teach iomap_dio_rw() to suppress dsync
  ` [PATCH 04/44] btrfs: use IOMAP_DIO_NOSYNC
  ` [PATCH 05/44] struct file: use anonymous union member for rcuhead and llist
  ` [PATCH 06/44] iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
  ` [PATCH 07/44] keep iocb_flags() result cached in struct file
  ` [PATCH 08/44] copy_page_{to,from}_iter(): switch iovec variants to generic
  ` [PATCH 09/44] new iov_iter flavour - ITER_UBUF
  ` [PATCH 10/44] switch new_sync_{read,write}() to ITER_UBUF
  ` [PATCH 11/44] iov_iter_bvec_advance(): don't bother with bvec_iter
  ` [PATCH 12/44] fix short copy handling in copy_mc_pipe_to_iter()
  ` [PATCH 13/44] splice: stop abusing iov_iter_advance() to flush a pipe
  ` [PATCH 14/44] ITER_PIPE: helper for getting pipe buffer by index
  ` [PATCH 15/44] ITER_PIPE: helpers for adding pipe buffers
  ` [PATCH 16/44] ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
  ` [PATCH 17/44] ITER_PIPE: fold push_pipe() into __pipe_get_pages()
  ` [PATCH 18/44] ITER_PIPE: lose iter_head argument of __pipe_get_pages()
  ` [PATCH 19/44] ITER_PIPE: clean pipe_advance() up
  ` [PATCH 20/44] ITER_PIPE: clean iov_iter_revert()
  ` [PATCH 21/44] ITER_PIPE: cache the type of last buffer
  ` [PATCH 22/44] ITER_PIPE: fold data_start() and pipe_space_for_user() together
  ` [PATCH 23/44] iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNT
  ` [PATCH 24/44] iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wrapper
  ` [PATCH 25/44] iov_iter_get_pages(): sanity-check arguments
  ` [PATCH 26/44] unify pipe_get_pages() and pipe_get_pages_alloc()
  ` [PATCH 27/44] unify xarray_get_pages() and xarray_get_pages_alloc()
  ` [PATCH 28/44] unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
  ` [PATCH 29/44] ITER_XARRAY: don't open-code DIV_ROUND_UP()
  ` [PATCH 30/44] iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()
  ` [PATCH 31/44] iov_iter: first_{iovec,bvec}_segment() - simplify a bit
  ` [PATCH 32/44] iov_iter: massage calling conventions for first_{iovec,bvec}_segment()
  ` [PATCH 33/44] found_iovec_segment(): just return address
  ` [PATCH 34/44] fold __pipe_get_pages() into pipe_get_pages()
  ` [PATCH 35/44] iov_iter: saner helper for page array allocation
  ` [PATCH 36/44] iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
  ` [PATCH 37/44] block: convert to "
  ` [PATCH 38/44] iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
  ` [PATCH 39/44] af_alg_make_sg(): "
  ` [PATCH 40/44] 9p: convert to advancing variant of iov_iter_get_pages_alloc()
  ` [PATCH 41/44] ceph: switch the last caller "
  ` [PATCH 42/44] get rid of non-advancing variants
  ` [PATCH 43/44] pipe_get_pages(): switch to append_pipe()
  ` [PATCH 44/44] expand those iov_iter_advance()

[Buildroot] [PATCH v1 1/1] configs/zynqmp_kria_kv260_defconfig: fix to u-boot.itb generation
 2022-06-22  4:14 UTC  (3+ messages)

[PATCHv2 1/2] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
 2022-06-22  4:13 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-next-queue:master] BUILD SUCCESS 8720bd951b8e8515ffd995c7631790fdabaa9265
 2022-06-22  4:13 UTC 

kernel/sched/fair.c:9246:53: error: use of undeclared identifier 'select_idle_mask'
 2022-06-22  4:13 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  4:12 UTC 

[PATCH v2 0/8] introduce dedicated type for idmapped mounts
 2022-06-22  4:10 UTC  (7+ messages)
` [PATCH v2 1/8] mnt_idmapping: add vfs{g,u}id_t
` [PATCH v2 8/8] attr: port attribute changes to new types

[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
 2022-06-22  4:10 UTC  (8+ messages)
` [PATCH 1/7] platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status
` [PATCH 2/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()
` [PATCH 3/7] platform/chrome: cros_ec_proto: add Kunit tests for get_next_event
` [PATCH 4/7] platform/chrome: cros_ec_proto: add Kunit tests for get_host_event
` [PATCH 5/7] platform/chrome: cros_ec_proto: add Kunit tests for check_features
` [PATCH 6/7] platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count
` [PATCH 7/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()

[PATCH v2 0/6] arm64: dts: qcom: Introduce SC8280XP
 2022-06-22  4:12 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: arm: qcom: Document additional sc8280xp devices
` [PATCH v2 2/6] dt-bindings: mailbox: qcom-ipcc: Add NSP1 client
` [PATCH v2 3/6] arm64: dts: qcom: add SC8280XP platform
` [PATCH v2 4/6] arm64: dts: qcom: sc8280xp: Add reference device
` [PATCH v2 5/6] arm64: dts: qcom: add SA8540P and ADP
` [PATCH v2 6/6] arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree

[PATCH] PCI: endpoint: Don't stop EP controller by EP function
 2022-06-22  4:09 UTC 

[PATCH v2] media: xirlink_cit: aligned '*' each line
 2022-06-22  4:09 UTC 

[PATCH] net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()
 2022-06-22  4:06 UTC 

[PATCH v23 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-06-22  3:55 UTC  (5+ messages)
` [PATCH v23 01/14] dt-bindings: mediatek: add vdosys1 RDMA definition "

[PATCH v4 0/7] sched/fair: improve scan efficiency of SIS
 2022-06-22  4:03 UTC  (8+ messages)
` [PATCH v4 6/7] sched/fair: skip busy cores in SIS search
    ` [External] "
` [PATCH v4 7/7] sched/fair: de-entropy for SIS filter

RTT-PROBE: lore-subspace-rtt
 2022-06-22  4:02 UTC 

[PATCH net 0/2] Fix UAF and null-ptr-deref bugs in rose protocol
 2022-06-22  4:01 UTC  (3+ messages)
` [PATCH net 1/2] net: rose: fix UAF bugs caused by timer handler
` [PATCH net 2/2] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh

[PATCH V1] PCI: designware-ep: Fix DBI access before core init
 2022-06-22  4:01 UTC 

[PATCH v1] mm, hugetlb: skip irrelevant nodes in hugetlb_show_meminfo()
 2022-06-22  4:00 UTC 

[PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
 2022-06-22  3:59 UTC 

[jarkko-tpmdd:kprobes 3/3] arch/powerpc/kernel/module_alloc.c:31:39: error: use of undeclared identifier '_etext'
 2022-06-22  4:00 UTC 

[PATCH v3] net: usb: ax88179_178a: ax88179_rx_fixup corrections
 2022-06-22  3:59 UTC 

[PATCH RFC -next] sbitmap: fix possible io hung due to lost wakeups
 2022-06-22  3:58 UTC  (6+ messages)

[Intel-gfx] [PATCH v3 0/3] drm/doc/rfc: i915 VM_BIND feature design + uapi
 2022-06-22  3:56 UTC  (8+ messages)
`  "
` [PATCH v3 1/3] drm/doc/rfc: VM_BIND feature design document
  ` [Intel-gfx] "
` [PATCH v3 2/3] drm/i915: Update i915 uapi documentation
  ` [Intel-gfx] "
` [PATCH v3 3/3] drm/doc/rfc: VM_BIND uapi definition
  ` [Intel-gfx] "

[PATCH v2] net: usb: ax88179_178a: ax88179_rx_fixup corrections
 2022-06-22  3:56 UTC  (5+ messages)

[RFC PATCH] kunit: tool: Enable virtio/PCI by default on UML
 2022-06-22  3:53 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:52 UTC 

[PATCH v4] virtio_net: support split header
 2022-06-22  3:52 UTC  (5+ messages)

[PATCH] regulator/scmi: Add missing of_node_get()
 2022-06-22  3:48 UTC 

[PATCH] x86/cstate: Add Zhaoxin ACPI Cx FFH MWAIT support
 2022-06-22  3:29 UTC 

[PATCH] ACPI: processor: Add Zhaoxin ACPI _PDC evaluate support
 2022-06-22  3:29 UTC 

[PATCH] cpufreq: Add Zhaoxin turbo boost control interface support
 2022-06-22  3:29 UTC 

[PATCH v2] w1: Add missing of_node_put() and of_node_get()
 2022-06-22  3:42 UTC 

[PATCH v2] bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline
 2022-06-22  3:25 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:41 UTC 

[PATCH v5 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-22  3:40 UTC  (5+ messages)
` [PATCH v5 2/2] mm: memory_hotplug: "

[PATCH 5.19 0/3] poll fixes
 2022-06-22  3:36 UTC  (6+ messages)
` [PATCH 5.19 1/3] io_uring: fail links when poll fails
` [PATCH 5.19 3/3] io_uring: fix double poll leak on repolling

[PATCH 1/2] virtio_pmem: initialize provider_data through nd_region_desc
 2022-06-22  3:35 UTC  (8+ messages)
` [PATCH 2/2] virtio_pmem: set device ready in probe()

[PATCH 1/1] iommu/vt-d: Fix RID2PASID setup failure
 2022-06-22  3:31 UTC  (16+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:30 UTC 

[PATCH 0/4] arm64: dts: qcom: Introduce SC8280XP
 2022-06-22  3:32 UTC  (6+ messages)
` [PATCH 2/4] arm64: dts: qcom: add SC8280XP platform

kernel/sched/fair.c:9246:81: error: 'select_idle_mask' undeclared; did you mean 'select_idle_cpu'?
 2022-06-22  3:26 UTC 

Exynos vblank timeout issue
 2022-06-22  3:27 UTC  (7+ messages)

[PATCH] bus: mhi: host: Add support for Cinterion MV31-W with new device ID
 2022-06-22  3:11 UTC  (3+ messages)
  `  "

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-06-22  3:23 UTC  (11+ messages)

[PATCH net-next] raw: remove unused variables from raw6_icmp_error()
 2022-06-22  3:23 UTC 

[PATCH v3 1/1] bus: mhi: host: Move IRQ allocation to controller registration phase
 2022-06-22  3:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:20 UTC 

[PATCH] bpf: Replace 0 with BPF_K
 2022-06-22  3:19 UTC 

[PATCH v1] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-06-22  3:17 UTC  (3+ messages)
  `  "

test.c:undefined reference to `kunit_binary_ptr_assert_format'
 2022-06-22  3:16 UTC 

[PATCH] mm: fix racing of vb->va when kasan enabled
 2022-06-22  3:15 UTC  (10+ messages)

[PATCH v23 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-06-22  3:09 UTC  (9+ messages)
` [PATCH v23 04/10] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v23 06/10] soc: mediatek: add cmdq support of mtk-mmsys config API for mt8195 vdosys1

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:10 UTC 

[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:57 UTC  (2+ messages)

[PATCH next 0/1] Add simple PM operations to sifive-spi
 2022-06-22  3:06 UTC  (5+ messages)
` [PATCH next 1/1] spi: sifive: add PM callbacks to support suspend/resume

[PATCH 0/2] net/hns3: support backplane media type
 2022-06-22  3:09 UTC  (5+ messages)
` [PATCH 2/2] "
  ` [PATCH V2 "

[PATCH] USB: serial: use kmemdup instead of kmalloc + memcpy
 2022-06-22  3:08 UTC  (3+ messages)
  `  "

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-22  3:09 UTC  (2+ messages)

[PATCH v1 0/3] fix tunnel support for VXLAN in FDIR
 2022-06-22  3:00 UTC  (4+ messages)
` [PATCH v1 1/3] net/ice/base: extend VXLAN type with inner pattern for FDIR
` [PATCH v1 2/3] net/ice: fix outer src mac as FDIR input field
` [PATCH v1 3/3] net/ice: fix flow management in FDIR

[igt-dev] [PATCH i-g-t v2 0/2] Extend i915_pm_rc6_residency
 2022-06-22  3:03 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Extend i915_pm_rc6_residency (rev2)

[RESEND PATCH v1] perf stat: Enable ignore_missing_thread for stat
 2022-06-22  3:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  3:00 UTC 

[PATCH 0/3] drm/msm/dp: More cleanups for force link train
 2022-06-22  2:59 UTC  (5+ messages)
` [PATCH 2/3] drm/msm/dp: Remove pixel_rate from struct dp_ctrl

[PATCH] coredump: Fix typo
 2022-06-22  2:58 UTC 

[PATCH 0/2] PCI: rcar: Fix of_find_matching_node() reference leak
 2022-06-22  2:57 UTC  (3+ messages)
` [PATCH 1/2] PCI: rcar: Add dev struct for of_device_get_match_data()
` [PATCH 2/2] PCI: rcar: Resolve of_find_matching_node() reference leak

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 42/1187] drivers/xen/pvcalls.c:64:34: sparse: sparse: incorrect type in return expression (different base types)
 2022-06-22  2:56 UTC 

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-22  2:57 UTC  (10+ messages)

[PATCH v2] printk/console: Enable console kthreads only when there is no boot console left
 2022-06-22  2:55 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-22  2:50 UTC 

[PATCH v2] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-22  2:50 UTC 

WARNING in kvm_arch_vcpu_ioctl_run (3)
 2022-06-22  2:46 UTC  (3+ 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.