From mboxrd@z Thu Jan 1 00:00:00 1970 From: patchwork-bot+netdevbpf@kernel.org Subject: Re: [PATCH net-next v2] net: lapb: Make "lapb_t1timer_running" able to detect an already running timer Date: Tue, 23 Mar 2021 21:40:08 +0000 Message-ID: <161653560898.14856.3545507831167597854.git-patchwork-notify@kernel.org> References: <20210321093935.93438-1-xie.he.0141@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616535609; bh=9n2e0jghC7l084yEgiBF+p9muFU3AC6wTYPZwpM1wlo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=s/MHSN0KWFAipiEc2hRLoeV4ldnpZAtoJE2QXmFcmYwnRpbZ8Hpl8xDGB8dQBSZS6 ibXoAsrLfM192HepcjGjQKP8SLoLkQLuibe7VtNx0m2qje7F9jPIqXrTInmlVmwWBx c4otGSs9lBNQo7MpqgnMvOJmYK44j8QItvBVxyukozp0w4WxLB5mK75mqZLIp5s2i+ NxodHLGgX1Uc0GnHqRG/4fO+OKgnGW5quEQw1ZN82NV3JOXb6ZMhBFSdgZ1v/1zEsg LFi0HxoeMi3m/y0nyAkjD2pvp1HY88D90hxVO+t96b/KTpWp1x0fuRObjfV0OCUwrL BuSP7OWAE3oRA== In-Reply-To: <20210321093935.93438-1-xie.he.0141@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" To: Xie He Cc: ms@dev.tdt.de, davem@davemloft.net, kuba@kernel.org, linux-x25@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 21 Mar 2021 02:39:35 -0700 you wrote: > Problem: > > The "lapb_t1timer_running" function in "lapb_timer.c" is used in only > one place: in the "lapb_kick" function in "lapb_out.c". "lapb_kick" calls > "lapb_t1timer_running" to check if the timer is already pending, and if > it is not, schedule it to run. > > [...] Here is the summary with links: - [net-next,v2] net: lapb: Make "lapb_t1timer_running" able to detect an already running timer https://git.kernel.org/netdev/net-next/c/65d2dbb30019 You are awesome, thank you!