Bug 103466

Summary: kernel produces non UTF-8 log messages in visor.c
Product: [Retired] Red Hat Linux Beta Reporter: Sjoerd Mullender <sjoerd>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: beta1CC: pfrields, riel
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-01 22:18:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sjoerd Mullender 2003-08-31 12:56:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030827
Mozilla Firebird/0.6.1+

Description of problem:
When you attach a Palm handheld to the USB port, the kernel (actually the
usbserial driver) logs a number of messages to the syslog that contain latin-1
(i.e. non UTF-8) characters.

The culprit is the visor.c module that contains the string Cli� ("Clie" with
acute accent on the "e") in a number of places, encoded as latin-1 instead of UTF-8.

Version-Release number of selected component (if applicable):
kernel-2.4.21-20.1.2024.2.1.nptl

How reproducible:
Always

Steps to Reproduce:
1.Plug in Palm or compatible handheld in USB port
2.
3.
    

Actual Results:  Message gets logged in messages file with non UTF-8 characters.

Expected Results:  Pure UTF-8 messages.

Additional info:

Comment 1 Bill Nottingham 2003-09-01 02:20:28 UTC
Didn't Alan fix this upstream by clamping them to ascii?

Comment 2 Dave Jones 2003-09-01 21:18:12 UTC
Doesn't seem so. It's fixed in 2.6. I'll make sure this gets fixed up for 2.4


Comment 3 Dave Jones 2003-09-01 22:18:02 UTC
Ok, will be in the next rawhide kernel.