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 05F96351C2D for ; Fri, 12 Jun 2026 23:50:13 +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=1781308215; cv=none; b=LEGhIj/PF5tCUSPqSpPiqUfbsnFqXBRZ1eU4l/aKowlc7qu79IvTw4sKDGlFnW6ZqrIcxNLhm67WHKNmfFcUSxAmn9aXv3zFPQmPPVuMPRQz6bPsp1yufQLtDso8iGxyMPNJH4GYa2lOeaMQvPV8VwkjvEt+rNA0EBnYAl2jCWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781308215; c=relaxed/simple; bh=FcgZELyZTCrp+rFgA9DLp3MZbLWu47uCyt0m1uI86OM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ZU16bTpXEnSnHzc6vumwFSQyzk86EpWPoc9PJcrQY3dJ+Qh1Ui0jPbAWByKSfuTt58nGALvMpiWroQ/Gfc4YxcDHy2g+oFLfKoWtpjj+42oxVjtoE/7xAxB6TxmPxgOJmlA4AWXmalrjPFBCe4zgep4qN5BRfoPkWsv/4j90cNE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jm7YE1q5; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jm7YE1q5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA8401F000E9; Fri, 12 Jun 2026 23:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781308213; bh=8bw9kVe+AoSSt901WMPG5czOXjk0b2er9T3BJv+ppcs=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=jm7YE1q5nveYUxH7UPz0aJhxDI0tUv9VQ8xOAipa/TB+Q8KJ9SgvvjcsEB4dI7MCi tR50Q5wiHxu9laQ8M9K/T6i6gJsn1PgS7ooqKFs3xtoaXOjm6FZRQXyTTfbyihcttE unfP8aNqJRAb7s0cu5K8LAA5wbkOQPcZ0GUpNZ2iaOp4dpk21iHPbLTolZ6LWlJTf4 51P3b4V3jffC7ZNqC3CVlfwNe9MERkK/rvBep7ex/zoqA0yCuHpvhnI1cXMa0QWgUI FqKIJRsfCxlMJW2uDIDlVKrIpJKP07F7hIYRnfVCJmzt4Kf0ndTZkzxkjZzuK6OJjq 3ryXuv+Tu8WTQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9399539E9602; Fri, 12 Jun 2026 23:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 1/1] net: atm: reject out-of-range traffic classes in QoS validation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178130821013.1294761.10525972952558393875.git-patchwork-notify@kernel.org> Date: Fri, 12 Jun 2026 23:50:10 +0000 References: <58f02c6f73d9818fd5d2022e1116759fdde6116b.1780965530.git.zcliangcn@gmail.com> In-Reply-To: <58f02c6f73d9818fd5d2022e1116759fdde6116b.1780965530.git.zcliangcn@gmail.com> To: Ren Wei Cc: linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, 3chas3@gmail.com, yuantan098@gmail.com, bird@lzu.edu.cn, zcliangcn@gmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 9 Jun 2026 16:34:37 +0800 you wrote: > From: Zhengchuan Liang > > Reject ATM traffic classes above ATM_ANYCLASS in check_tp(). > SO_ATMQOS stores the supplied QoS after check_qos() succeeds, so > accepting larger values leaves invalid traffic_class values in > vcc->qos. > > [...] Here is the summary with links: - [net,1/1] net: atm: reject out-of-range traffic classes in QoS validation https://git.kernel.org/netdev/net/c/cdf19f380e46 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html