From patchwork Tue Jul 28 06:36:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 1337565 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=uJ0n8utb; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BG6R60q3xz9sTk for ; Tue, 28 Jul 2020 16:37:06 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728062AbgG1GhF (ORCPT ); Tue, 28 Jul 2020 02:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726951AbgG1GhB (ORCPT ); Tue, 28 Jul 2020 02:37:01 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD218C0619D5 for ; Mon, 27 Jul 2020 23:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=KiDTP41sE4uzumSoS4cvzqJRNtAsd1A53AOdngHd+Jk=; b=uJ0n8utbhWow6lBE2UjCIdpFCG 7xOYlgCQphgzjtpWp8U+rdlkaOKCgDGQvmsbB3A78e+vM6f3UF2AHNuipTo0d6CbwwjjyTaNXTdLX yVyARSuM6h27HF4DXtjLF9dNzu1GsAYEpWngzAM2kckMznYDikPpVo4pYbsNdwHf76zHxCeIWRYHB n9jC/fqZcDfSd/ml22IR93h+ihqQjOEj/hgM7oDPIO1Nk/QVIEPpRymjlFHW2nU6qCWXLH4+Mm8vV 32SG5n0A3Ck06F5hjaCdhyiLNgARo0kBG39xxOa9e1f1NeNnT2wOZFYbm4Z5mzcF8pQwGv5wVSJrV p1cAhfeA==; Received: from [2001:4bb8:180:6102:7902:553b:654a:8555] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k0JEC-0006je-DF; Tue, 28 Jul 2020 06:36:46 +0000 From: Christoph Hellwig To: "David S. Miller" Cc: Jan Engelhardt , Ido Schimmel , "Jason A. Donenfeld" , David Laight , netdev@vger.kernel.org Subject: [PATCH 0/4 net-next] sockptr_t fixes Date: Tue, 28 Jul 2020 08:36:39 +0200 Message-Id: <20200728063643.396100-1-hch@lst.de> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Dave, a bunch of fixes for the sockptr_t conversion