Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp344191pxu; Thu, 7 Jan 2021 06:34:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJwfBog4gz4ygJm4iwUSYyxeudVNLYa50+BwnxD6Ks8pEZglCLU90yT49dEyo8vR1kEGdKN9 X-Received: by 2002:a17:906:a015:: with SMTP id p21mr6889461ejy.49.1610030063331; Thu, 07 Jan 2021 06:34:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610030063; cv=none; d=google.com; s=arc-20160816; b=TqLF5+rHYowRIDq35btGAdPkewq/iysaoXou20x8Y/t+1sArVzPbUzR1UqstvPrETs v2rpuiVzdQcQGY2NAajna7xdzRhMjBc8kSAl7zg2ZC9UVBPIjGm0mHGdZCMyiLCnTYYv uwl8zS04GzY3I2XQvH7fUKsHlWh/A0lW1WyZeGJpYgkpvXyUGOZHmvaTbVUVfKJD7UdA euXpUe3Vyr6ZqhVL9n8d5uXLyBymJWiUidYIcvZnkzmNQq93O5IdHkgAN8kLpRiAEhWU b3+VWqZ+RF8lm89jCg7oYRsA5gVbIU+7PhHDGdkwjH//PNF41GR7NeIvJw9rhXtSKqck sHOg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=J6LciwrQ76dgjRts2gLAve9jz5rlrqYjieciCIix/2A=; b=A9q5reYeCaAh+ZfqvIjB6AvpFHm9OLze/MXZZQZAC1jOayB5EMJrNMKOVBRuYqIytJ eLS0W9VX8lVOhMwmLKRj4rYX5/I7kYH/XZBd3RjOyvzdWERdLqIA8TEAH4Lbsm2LVJF2 1ifg99EI+5R43ailF9Jg9ZzNApkoOPVyCLzwnhZgJs1s7q4MhnSSXWyMrxhfJ1zCSm3Z QTRYI4YZ/OmMM9mX/WyPWyPcMjgzlN0xKuzARjGIn3rIIyNofySwbNf0e/OTKp5Wnv2F QCtMbTLO2BjWCVLp1ACDBbGb/vwK/w67MWkHU3veQ+o1FyYmbIphy1mLVAXAcCGSHen3 YbWQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=QOXZFdIw; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i12si2329754edr.321.2021.01.07.06.33.59; Thu, 07 Jan 2021 06:34:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=QOXZFdIw; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729234AbhAGOcK (ORCPT + 99 others); Thu, 7 Jan 2021 09:32:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:45564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729204AbhAGOcH (ORCPT ); Thu, 7 Jan 2021 09:32:07 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4BA5223358; Thu, 7 Jan 2021 14:31:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610029902; bh=f2BJZqgiOu6i363FPPRFdSFCigX5dqCcn4+1ZmhB3HM=; h=From:To:Cc:Subject:Date:From; b=QOXZFdIwPktH1qn4I6nICEyxiwj7MbwGQxaZ/D2DnRku4OHy7eSuZDfEsTmSFyjcK +eph1Pzb3bcuRzg2L2+2EHwIGPAw6LppNd1tulVWHXGCPM3b9BOtkjq5B8yLwgNhNs vRmBj+aYg/mksm7q67J7rbTI25Fw7vi1PxVHZ55w= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: [PATCH 4.19 0/8] 4.19.166-rc1 review Date: Thu, 7 Jan 2021 15:32:00 +0100 Message-Id: <20210107143047.586006010@linuxfoundation.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.166-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.166-rc1 X-KernelTest-Deadline: 2021-01-09T14:30+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.19.166 release. There are 8 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat, 09 Jan 2021 14:30:35 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.166-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.166-rc1 Zhang Xiaohui mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start Jonathan Cameron iio:magnetometer:mag3110: Fix alignment and data leak issues. Jonathan Cameron iio:imu:bmi160: Fix alignment and data leak issues Josh Poimboeuf kdev_t: always inline major/minor helper functions Yu Kuai dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() Yu Kuai dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() Tudor Ambarus dmaengine: at_hdmac: Substitute kzalloc with kmalloc Felix Fietkau Revert "mtd: spinand: Fix OOB read" ------------- Diffstat: Makefile | 4 ++-- drivers/dma/at_hdmac.c | 11 ++++++++--- drivers/iio/imu/bmi160/bmi160_core.c | 13 +++++++++---- drivers/iio/magnetometer/mag3110.c | 13 +++++++++---- drivers/mtd/nand/spi/core.c | 4 ---- drivers/net/wireless/marvell/mwifiex/join.c | 2 ++ include/linux/kdev_t.h | 22 +++++++++++----------- 7 files changed, 41 insertions(+), 28 deletions(-)