Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #73447

Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages

Path csiph.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!bofh.it!news.nic.it!robomod
From Salvatore Bonaccorso <carnil@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages
Date Sun, 17 Oct 2021 14:50:01 +0200
Message-ID <D9dLX-5fa-1@gated-at.bofh.it> (permalink)
References <D9dLX-5fa-3@gated-at.bofh.it> <D9dLX-5fa-3@gated-at.bofh.it>
X-Original-To Björn Wiberg <bjorn.wiberg@outlook.com>, 996672@bugs.debian.org
X-Mailbox-Line From debian-bugs-dist-request@lists.debian.org Sun Oct 17 12:45:09 2021
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
X-Spam-Score -4
Reply-To Salvatore Bonaccorso <carnil@debian.org>, 996672@bugs.debian.org
Original-Sender Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc Debian Kernel Team <debian-kernel@lists.debian.org>
X-Debian-Pr-Message followup 996672
X-Debian-Pr-Package src:linux
X-Debian-Pr-Source linux
X-Gm-Message-State AOAM530mX8LnzwPUILPmHQKlkPIZx1U347BjP9aJWtyufR3wo1LOAo7n /2sWDD26nyC8dJyMSIc2nKQi4B9c1iVGX/3+
X-Google-SMTP-Source ABdhPJz4yrD/5CFhVL0G4DMMLMr/pZY7Wc2MlN9wu2u9pVU9IdEni3UTks/J0EhCazXlo75Ea9Sa1w==
X-Received by 2002:a05:6402:d70:: with SMTP id ec48mr31664345edb.312.1634474441377; Sun, 17 Oct 2021 05:40:41 -0700 (PDT)
Sender robomod@news.nic.it
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1684398
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <https://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 56
Organization linux.* mail to news gateway
X-Original-Date Sun, 17 Oct 2021 14:40:40 +0200
X-Original-Message-ID <YWwZyCRR8X+P3X3U@eldamar.lan>
X-Original-References <HE1PR0902MB212457D8004F09037BE023C885BB9@HE1PR0902MB2124.eurprd09.prod.outlook.com> <HE1PR0902MB212457D8004F09037BE023C885BB9@HE1PR0902MB2124.eurprd09.prod.outlook.com>
X-Original-Sender Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Xref csiph.com linux.debian.bugs.dist:1076304 linux.debian.kernel:73447

Cross-posted to 2 groups.

Show key headers only | View raw


Hi Björn,

On Sun, Oct 17, 2021 at 08:51:02AM +0200, Björn Wiberg wrote:
> Package: src:linux
> Version: 5.10.70-1
> Severity: minor
> 
> Starting with inux-image-5.10.0-9-amd64, the ite_cir kernel module appears to massively flood (approximately 80 log entries per second) syslog with messages stating that a receive overflow has occurred:
> 
> /../
> Oct 10 19:31:39 glimmer kernel: [    3.758499] rc rc0: ITE8708 CIR transceiver as /devices/virtual/rc/rc0
> Oct 10 19:31:39 glimmer kernel: [    3.758557] rc rc0: lirc_dev: driver ite-cir registered at minor = 0, raw IR receiver, raw IR transmitter
> Oct 10 19:31:39 glimmer kernel: [    3.758619] input: ITE8708 CIR transceiver as /devices/virtual/rc/rc0/input3
> Oct 10 19:31:39 glimmer kernel: [    3.760191] ite_cir: driver has been successfully loaded
> /../
> Oct 10 20:42:51 glimmer kernel: [ 4276.187105] rc rc0: receive overflow
> Oct 10 20:42:51 glimmer kernel: [ 4276.195016] rc rc0: receive overflow
> /../ (repeated receive overflow messages)
> 
> This always occurs first after the system has been running for some time (approximately 1½ hours).
> 
> The logging of this condition appears to have been added to the source code earlier this year:
> https://lore.kernel.org/lkml/20210510102009.237644288@linuxfoundation.org/
> 
> It appears from the source code that some kind of reset is attempted, however the outcome of this is unknown (and apparently does not succeed and/or solve the receive overflow condition).
> 
> The machine in question is located in a closet with no known IR sending from other devices.
> There are no known applications running that are using the input device (/devices/virtual/rc/rc0/input3).
> 
> Output from lsmod shows the following:
> 
> root@glimmer:~# lsmod | grep -Ei '(ir_|_ir|rc_|_rc|ite)' | grep -v crc
> ir_rc6_decoder         20480  0
> rc_rc6_mce             16384  0
> ite_cir                32768  0
> rc_core                61440  4 ite_cir,ir_rc6_decoder,rc_rc6_mce
> 
> Possible work-arounds include blacklisting the ite_cir module (e.g. in /etc/modprobe.d/local.conf):
> blacklist ite_cir
> 
> ...which would then disable the IR functionality altogether, or to temporarily discard the log messages (e.g. in /etc/rsyslog.d/local.conf):
> if $syslogfacility-text == 'kern' and $programname == 'kernel' and re_match($msg, '\\] rc rc[^:]+: receive overflow$') and $syslogseverity >= 4 then stop
> 
> However this does not solve the underlying problem.
> 
> I understand that the problem could potentially be because of "iffy" hardware, but still wanted to report this, e.g. in case many others are seeing the same thing on their systems.

I assume you get the same logged as well using newer kernel from
unstable (or bullseye-backports, 5.14.9-2~bpo11+1, there are though
not yet signed packages)?

If so it might be best to ask upstream to rule out the iffy hardware
part.

Regards,
Salvatore

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages Salvatore Bonaccorso <carnil@debian.org> - 2021-10-17 14:50 +0200
  Bug#996672: SV: Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages Salvatore Bonaccorso <carnil@debian.org> - 2021-10-17 21:40 +0200
    Bug#996672: SV: Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages Salvatore Bonaccorso <carnil@debian.org> - 2021-10-19 07:10 +0200
    Bug#996672: SV: Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages Salvatore Bonaccorso <carnil@debian.org> - 2021-10-21 08:00 +0200
      Bug#996672: Sv: Bug#996672: SV: Bug#996672: linux-image-5.10.0-9-amd64: ite_cir floods syslog with receive overflow warning messages Salvatore Bonaccorso <carnil@debian.org> - 2021-10-23 14:20 +0200
        Processed: Re: Sv: Bug#996672: SV: Bug#996672: linux-image-5.10.0-9-amd64:  ite_cir floods syslog with receive overflow warning messages "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-10-23 14:20 +0200

csiph-web