Message ID | 20230908160322.1714302-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90C9DEE801A for <linux-block@archiver.kernel.org>; Fri, 8 Sep 2023 16:04:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244792AbjIHQES (ORCPT <rfc822;linux-block@archiver.kernel.org>); Fri, 8 Sep 2023 12:04:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241650AbjIHQER (ORCPT <rfc822;linux-block@vger.kernel.org>); Fri, 8 Sep 2023 12:04:17 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42AD71FC4 for <linux-block@vger.kernel.org>; Fri, 8 Sep 2023 09:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694189013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Sg3a7A43hEMYTaK7v8cHzLS7F7QYnrJJZ8kuLsBU9fQ=; b=dHGPMZPyfkWFdlNafrbhWSIHRb+UVaG1ibdWz6pIqGzNfruifFeSgVlUr25n0gqhgzb26E fONdZhb7alByfGZZ4cxo+S/S2w4O0Fv9RvCARqUNe3GhFyIrLXmOCjb/UZteT3rYk2netT x9dn7V8Hcs1vfwolNDrClQSB1AiJzKQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-15-IdWsmPpvOLu2t5V-Jpa52w-1; Fri, 08 Sep 2023 12:03:30 -0400 X-MC-Unique: IdWsmPpvOLu2t5V-Jpa52w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6E4CF916C82; Fri, 8 Sep 2023 16:03:29 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.148]) by smtp.corp.redhat.com (Postfix) with ESMTP id A1A7463F6C; Fri, 8 Sep 2023 16:03:27 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Jens Axboe <axboe@kernel.dk>, Al Viro <viro@zeniv.linux.org.uk>, Christoph Hellwig <hch@lst.de> Cc: David Howells <dhowells@redhat.com>, Matthew Wilcox <willy@infradead.org>, Christian Brauner <brauner@kernel.org>, David Hildenbrand <david@redhat.com>, John Hubbard <jhubbard@nvidia.com>, Jeff Layton <jlayton@kernel.org>, Linus Torvalds <torvalds@linux-foundation.org>, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] iov_iter: Add kunit tests and fix iov_iter_extract_pages() Date: Fri, 8 Sep 2023 17:03:19 +0100 Message-ID: <20230908160322.1714302-1-dhowells@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
iov_iter: Add kunit tests and fix iov_iter_extract_pages()
|
expand
|