From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 093862857C4 for ; Wed, 17 Sep 2025 07:59:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758095943; cv=none; b=Q54aEkeBRWA8GsHI5vGLj7JZzmrI/maYR/1SVJDIaQ4rInX42yKkHi6KJ4FFC/QQf34bpBt9+ECxtBvydcyAe/us7hZeJ/86STPgm03tNd03/P1FQVRh1cJhr1nZxQUQXHKkeoWQ5QiNmTPEO3MjCkdeKAvB00n6SAGxPbLxG4w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758095943; c=relaxed/simple; bh=oprWJQbPeZ58i/YFf8YwaS9uAX/66DjFRIA2q64NLO0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XXjTTLjvvrCgG7+p6xwe0l2df4FJw5K1+TnquPKLcs1y9uf4jfAp9PJ5xK3lY1duletHGkIt5Z/vhoOcekRbQa43WLrP7JVoMGmcKPQM45wp8ADLI1zkzye4vbqTN2x68g4/ZKoeX70DxA7npq0ap9wr9EvZXlxlOmE8e3m15T8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=BwaN18AN; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="BwaN18AN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1758095941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FiUFEdhSQ6gI8n75Uk3NymfVyVujRxnbI46Bu0gS1Ss=; b=BwaN18AN6tEOWKu6KURBU+OXRv0hoXZlMxh/zxj0Ak29/bOfd3bDlrL83PDmjK4fHcFZGE VEStfHY6ZDZdaAYiHK6cyS7hc941lAPYnGe6gHho/a338funy4OVlzpQON9fank9PnorXv CjNdTFf3mz2E7LM1Ut9ILNsnZhr/gN4= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-517-TkaQBIWVOgeguKPD73YiMg-1; Wed, 17 Sep 2025 03:58:59 -0400 X-MC-Unique: TkaQBIWVOgeguKPD73YiMg-1 X-Mimecast-MFC-AGG-ID: TkaQBIWVOgeguKPD73YiMg_1758095939 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D1C81180057E; Wed, 17 Sep 2025 07:58:58 +0000 (UTC) Received: from gmonaco-thinkpadt14gen3.rmtit.com (unknown [10.45.224.170]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 7FBD019560B8; Wed, 17 Sep 2025 07:58:57 +0000 (UTC) From: Gabriele Monaco To: Steven Rostedt Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] rv fixes for 6.17-rc7 Date: Wed, 17 Sep 2025 09:58:54 +0200 Message-ID: <20250917075854.43875-1-gmonaco@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Steve, The following changes since commit 9b5096761c184b3923ae45c5e82da31005a765c7: rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/gmonaco/linux.git rv-6.17-rc7 for you to fetch changes up to 9b5096761c184b3923ae45c5e82da31005a765c7: rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200) ---------------------------------------------------------------- Simple fixes like: - Fix build in some riscv flavours - Fix wrong cast, obsolete after refactoring - Fix missing unlock on failure - Fix duplicate import ----------------------------------------------------------------