Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751168AbdHWW36 (ORCPT ); Wed, 23 Aug 2017 18:29:58 -0400 Received: from esa5.hgst.iphmx.com ([216.71.153.144]:42979 "EHLO esa5.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbdHWW34 (ORCPT ); Wed, 23 Aug 2017 18:29:56 -0400 X-IronPort-AV: E=Sophos;i="5.41,417,1498492800"; d="scan'208";a="44601672" From: Bart Van Assche To: Al Viro Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Bart Van Assche Subject: [PATCH 0/2] Two copy_in_user() declaration fixes Date: Wed, 23 Aug 2017 15:29:09 -0700 Message-Id: <20170823222911.29453-1-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.14.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 478 Lines: 20 Hello Al, When I analyzed the block layer core with sparse I noticed that the declaration of copy_in_user() and also that of a pointer in compat_hdio_ioctl() are wrong. Please consider these two patches for kernel v4.14. Thanks, Bart. Bart Van Assche (2): : Fix copy_in_user() declaration compat_hdio_ioctl: Fix a declaration block/compat_ioctl.c | 2 +- include/linux/uaccess.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.14.0