From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751779AbdHBVRM (ORCPT ); Wed, 2 Aug 2017 17:17:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:39738 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbdHBVRL (ORCPT ); Wed, 2 Aug 2017 17:17:11 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1D4BB22BE2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mcgrof@kernel.org From: "Luis R. Rodriguez" To: akpm@linux-foundation.org Cc: dmitry.torokhov@gmail.com, keescook@chromium.org, jeyu@redhat.com, rusty@rustcorp.com.au, mmarek@suse.com, pmladek@suse.com, mbenes@suse.cz, jpoimboe@redhat.com, ebiederm@xmission.com, shuah@kernel.org, dan.carpenter@oracle.com, colin.king@canonical.com, dcb314@hotmail.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH 0/2] test_kmod: pending patches for v4.14-rc1 Date: Wed, 2 Aug 2017 14:17:05 -0700 Message-Id: <20170802211707.28020-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.13.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew, After the fixes for v4.13-final which I just sent these are the rest of the development patches so far queued up for v4.14 for test_kmod. Its just two minor changes. These changes are available on my linux-next kernel.org tree on the 20170801-kmod-for-v4.14 branch [0]. Please let me know if there are any questions or issues. [0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/log/?h=20170801-kmod-for-v4.14 Luis Dan Carpenter (2): test_kmod: remove paranoid UINT_MAX check on uint range processing test_kmod: flip INT checks to be consistent lib/test_kmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.11.0