Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp4516805pxy; Tue, 27 Apr 2021 06:57:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxcjOk0KXmJjpO+xFzwrvP4+3NYgxGrPqvY4q8PL71uu/dTTs8VaAf19gew60wTvEQT5qmO X-Received: by 2002:a05:6402:10c9:: with SMTP id p9mr4584845edu.268.1619531827635; Tue, 27 Apr 2021 06:57:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619531827; cv=none; d=google.com; s=arc-20160816; b=TOaF/LI9r1/PF1L87V1NcdvxfxLMGx2hq4NIFVus2smFrnLOt090A6B6Xuu+HHblX/ Vy7hk5IlQQnbqENDPjYPB74HOhh/mRJPpqEKris1/+fUEVIIstjMETs/geTxoHcsiBi7 aWQk+3qjEragQjzY7jKoQeuccfBc2JPs5EhcHHbQW1E+etprpkGwNex4X2TWiJ3E0Ane Dy2sI/34q7J397qpCFFvob2utA6GLSx1YecmCPeH74IWiotrxAKrN2k8MwGW2hvzdGPD eVvUluLj1TkNew9If6lvKUIL1YyYDnf2Y7kyPJK6SL3goKnrrHV+MUdr2lKEDhps2oEi Jp6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=tMWhs7Dqhb5KZ+HgPEHtP0mvpQfbztxYWhDT9S9buqE=; b=A8dU+/tau2RZwR58iplKzP8Fc3+dU2dSixf+aLmQ3t4SMwWd0cWsN4wL4QWZwZLNKV Dt/V0nD0HofKkqb501gvBrvoQjrkNUkEg7xI0NR12sLwqBlMU9x4oej0Qa2DIByA2vR2 nn1RdO82J+CSAsYq0rkVNSZOscawBvI+J3YkgCRGP9ZswUFcKwOxWQ4RKMj1UiI8iIw8 t37SY6cMqV1CaRLOAKfneHi1R++yE3ef4loCaXy8PbxKj8NJmb7FxdaHcVc8wPzj4x11 ANFYnpkb7Kk+ByC5O25QZAg5GcE2mCbpKgsuGj+qbTYy/00txsTB6u2KkALNVuFTAAPr rSIA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=HSj0PTvf; 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 y2si2773546edl.212.2021.04.27.06.56.43; Tue, 27 Apr 2021 06:57:07 -0700 (PDT) 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=HSj0PTvf; 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 S236516AbhD0Nz5 (ORCPT + 99 others); Tue, 27 Apr 2021 09:55:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:47850 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236144AbhD0Nzw (ORCPT ); Tue, 27 Apr 2021 09:55:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CDBAF6127A; Tue, 27 Apr 2021 13:55:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619531709; bh=HpSDgK/4FUwakRY0wovQfyQIAkiBjWyFDavSqWBNzcY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HSj0PTvfkdjUAVqvsFW0wJw+DAgPopqy21ZJPLSch62nBXolJxXK4SFv5jB7d9BHl Dfs372qCgvHV1FAq/qlItVg0V9+QUNk9xic+t4bRxGxVkFj9e9aUAuwICHqJXyxJqK 3JVD96fbKppErg2REZ01TvD47jsvKzqOiyO0SfRY= Date: Tue, 27 Apr 2021 15:55:06 +0200 From: Greg Kroah-Hartman To: Takashi Iwai Cc: linux-kernel@vger.kernel.org, Aditya Pakki Subject: Re: [PATCH 158/190] Revert "ALSA: sb: fix a missing check of snd_ctl_add" Message-ID: References: <20210421130105.1226686-1-gregkh@linuxfoundation.org> <20210421130105.1226686-159-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 06:26:24PM +0200, Takashi Iwai wrote: > On Wed, 21 Apr 2021 15:00:33 +0200, > Greg Kroah-Hartman wrote: > > > > This reverts commit beae77170c60aa786f3e4599c18ead2854d8694d. > > > > Commits from @umn.edu addresses have been found to be submitted in "bad > > faith" to try to test the kernel community's ability to review "known > > malicious" changes. The result of these submissions can be found in a > > paper published at the 42nd IEEE Symposium on Security and Privacy > > entitled, "Open Source Insecurity: Stealthily Introducing > > Vulnerabilities via Hypocrite Commits" written by Qiushi Wu (University > > of Minnesota) and Kangjie Lu (University of Minnesota). > > > > Because of this, all submissions from this group must be reverted from > > the kernel tree and will need to be re-reviewed again to determine if > > they actually are a valid fix. Until that work is complete, remove this > > change to ensure that no problems are being introduced into the > > codebase. > > > > Cc: Aditya Pakki > > Cc: Takashi Iwai > > Signed-off-by: Greg Kroah-Hartman > > The original code change is fine, it's just adding an error return. > OTOH, it would be safe even if we ignore the error, too (the mixer > element is optional), and the driver is quite legacy. > That said, feel free to revert it. Thanks for the review, I'll keep it. greg k-h