From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4877414F70 for ; Sun, 11 Jan 2026 13:21:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768137686; cv=none; b=uANTC/y+agGi21NPKWSTbggwsMf/o818Nd9D6+zHHO9/c1fBJcSLSV6W/+jot+7/MC/MvIy0xYeXTTMAwtxhuhsRaw8QCJpfDdpFFFzoqozkXBrF0FhWoGDSCc8+6ZV1Bd3Bz/i52cC6Nvuik4kHm+TQmQGqVADL2xYcvIrJmcs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768137686; c=relaxed/simple; bh=BffP+P3a/nQGYmieGnqIHLsPzg/4HcV7SB/Xkl8Hvhk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=HN1ukhBWJpYKi9qHRKu2rOggXBn+reYA1XB8LvMAxzU4d362yF7AqwspPOD1xhupklGbbqLAtXeklHMIzs7q5x5RhM2cUaYIvMjJCkdZMJ7m/EVgX4tcFhPPkw8Lt9NArsarBoHnnyt/78b7Q4mU22F8X6FPjl6CLqBuPdr9Dpo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=WQuZ97JG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="WQuZ97JG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67915C4CEF7; Sun, 11 Jan 2026 13:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768137685; bh=BffP+P3a/nQGYmieGnqIHLsPzg/4HcV7SB/Xkl8Hvhk=; h=Date:From:To:Cc:Subject:From; b=WQuZ97JG0MUAmF0uF6lGaAwrsft7QnCqd9NyK4MyWc8Vr+LlA4HeF+RNXESWx0ZXB oVwgFNTcichMFUdP1/YPGeXspG4YBbX1Uo6i5NAqXa98kLoV0P1U+AEKw+rUrOPIf4 XQBXI6JtgrezWg5oqJm3/oqPNERsdMpJWsuTX0Hs= Date: Sun, 11 Jan 2026 14:21:23 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 6.19-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 9448598b22c50c8a5bb77a9103e2d49f134c9578: Linux 6.19-rc2 (2025-12-21 15:52:04 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.19-rc5 for you to fetch changes up to 361e0ff456a8daf9753c18030533256e4133ce7a: rust_binder: remove spin_lock() in rust_shrink_free_page() (2025-12-29 11:34:16 +0100) ---------------------------------------------------------------- Char/Misc driver fixes for 6.19-rc5 Here are some small char/misc driver fixes for some reported issues. Included in here is: - much reported rust_binder fix - counter driver fixes - new device ids for the mei driver All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Sverdlin (1): counter: interrupt-cnt: Drop IRQF_NO_THREAD flag Alexander Usyskin (1): mei: me: add nova lake point S DID Alice Ryhl (1): rust_binder: remove spin_lock() in rust_shrink_free_page() Greg Kroah-Hartman (1): Merge tag 'counter-fixes-for-6.19' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus Haotian Zhang (1): counter: 104-quad-8: Fix incorrect return value in IRQ handler drivers/android/binder/page_range.rs | 3 --- drivers/counter/104-quad-8.c | 20 ++++++++++++++------ drivers/counter/interrupt-cnt.c | 3 +-- drivers/misc/mei/hw-me-regs.h | 2 ++ drivers/misc/mei/pci-me.c | 2 ++ 5 files changed, 19 insertions(+), 11 deletions(-)