From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5785C26B764 for ; Sun, 26 Jul 2026 13:02:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785070933; cv=none; b=PXFQnPOMgrKEKjFhDNF8Qxh/68syOtKAW6UvhbGkz8JoRw7IRw7vbVJM5eOfJStIO2+JV+x51DeO5kugabtQI5gzec734ugbnJfY0ym3Zywj+/pyc8VktiG1878WB2OWCqumtqQqCbT7ewFUlmoEIeG40O8G9B+GEKs84yjm4Fk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785070933; c=relaxed/simple; bh=pXzyxvDA3Ynvc4v8a97PNmPQFN1SeRxn7VCuHtAmLkI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=bgvzNkQ6wpcC9/8K1MPwY4r25RcpzhOofMCZqCxruiB4AcbYQT/UiII5Wj2bD/WQQa17zIbP0iqBgROyZidyr1b3EMOlRSj7nrklnO97/w+Ubai7jp0l8GRSNRm6izVLOmWTEUdv2jFww34LE8rcmYNik2Y4cz86hrKDMv0LzLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=z0k7Oghw; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="z0k7Oghw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FDC71F000E9; Sun, 26 Jul 2026 13:02:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785070932; bh=rVK4Knmy53s+7pVIBkVcNSq3f2R/JcsDP9gmNyr0F54=; h=Date:From:To:Cc:Subject; b=z0k7OghwumYXT9kvxAunwLLAk/f7w+zAAt/feGU3N8MS7KewD6112NwkfiLORMRmZ Fb++Sea1A/PVBiadd/upU/cnBUoDwqV8/hm7awhhjmjFoPY4CLOyyR3Itjlmy4rTKv Hg26pdMu2JEct7a8oEIai/o5qC2ab/021kWwk+eA= Date: Sun, 26 Jul 2026 15:02:00 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 7.2-rc5 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa: Linux 7.2-rc3 (2026-07-12 14:16:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-7.2-rc5 for you to fetch changes up to 6e8c279f93dba93f42be7c9c6995bc8e318ba2e4: MAINTAINERS: Update wine-devel list address (2026-07-17 16:05:34 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 7.2-rc5 Here are a number of small char/misc/etc. driver fixes for 7.2-rc5 that resolve a bunch of different reported issues. Included in here are: - rust_binder error message reporting fix - stratix10-svc firmware driver fixes - mei driver fix - intel_th hardware tracing driver fix - comedi driver fix - uio_hv_generic driver fix - ntsync selftest fix - nsm misc driver fix - some MAINTAINER file updates All of these have been in linux-next for over a week with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Adrian Ng Ho Yin (2): firmware: stratix10-svc: handle NO_RESPONSE in async poll firmware: stratix10-svc: fix teardown order in remove to prevent race Alexander Usyskin (1): mei: bus: access mei_device under device_lock on cleanup Alice Ryhl (1): rust_binder: only print failure if error has source Ben Hutchings (1): uio_hv_generic: Bind to FCopy device by default Dave Penkler (1): MAINTAINERS: Add Greg Kroah-Hartman to GPIB Elizabeth Figura (1): MAINTAINERS: Update wine-devel list address Ethan Nelson-Moore (1): selftests: ntsync: correct CONFIG_NTSYNC name Genevieve Chan (1): firmware: stratix10-svc: fix FCS SMC call kernel-doc Greg Kroah-Hartman (1): Merge tag 'svc_fixes_for_v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-linus Guangshuo Li (1): intel_th: fix MSC output device reference leak Ian Abbott (1): comedi: comedi_parport: deal with premature interrupt Runyu Xiao (1): misc: nsm: only unlock nsm_dev on post-lock error paths Tze Yee Ng (1): firmware: stratix10-svc: fix memory leaks and list corruption bugs Xu Rao (1): misc: nsm: pin the module while the device is open MAINTAINERS | 3 ++- drivers/android/binder/thread.rs | 14 +++++++------- drivers/comedi/drivers/comedi_parport.c | 13 ++++++++++--- drivers/firmware/stratix10-svc.c | 19 +++++++++++-------- drivers/hwtracing/intel_th/core.c | 10 ---------- drivers/hwtracing/intel_th/msu.c | 2 ++ drivers/misc/mei/bus.c | 16 +++++++++------- drivers/misc/nsm.c | 3 ++- drivers/uio/uio_hv_generic.c | 8 +++++++- include/linux/firmware/intel/stratix10-smc.h | 16 +++++++++++----- tools/testing/selftests/drivers/ntsync/config | 2 +- 11 files changed, 62 insertions(+), 44 deletions(-)