[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#799193: linux-image-4.1.0-2-amd64: two messages on one line in syslog



Package: src:linux
Version: 4.1.6-1
Severity: minor
Tags: patch

Dear Maintainer,

I have been getting ( always ? ) messages in syslog that have been
concatenated together like this;

Sep 16 12:36:01 guyuk kernel: [211055.748456] toshiba_haps: Received event: 0x81<4>[211187.465478] ipt Default REJECT IN=wlan0 OUT= SRC=192.168.1.1 DST=192.168.1.255 LEN=234 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=214 MARK=0x90 


After adding a newline in the kernel source for the toshiba haps module
it looks like this;

Sep 16 13:04:40 guyuk kernel: [ 1279.189242] toshiba_haps: Received event: 0x80 
Sep 16 13:04:45 guyuk kernel: [ 1283.565672] toshiba_haps: Received event: 0x81
Sep 16 13:06:11 guyuk kernel: [ 1369.861535] toshiba_haps: Received event: 0x80
Sep 16 13:06:13 guyuk kernel: [ 1371.863018] toshiba_haps: Received event: 0x81


Dwight


-- Package-specific info:
** Kernel log: boot messages should be attached


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.7-grsec+ (SMP w/8 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-4.1.0-2-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.57
ii  initramfs-tools [linux-initramfs-tool]  0.120
ii  kmod                                    21-1
ii  linux-base                              4.0

Versions of packages linux-image-4.1.0-2-amd64 recommends:
pn  firmware-linux-free  <none>
ii  irqbalance           1.0.6-3

Versions of packages linux-image-4.1.0-2-amd64 suggests:
ii  debian-kernel-handbook         1.0.16
pn  grub-pc | grub-efi | extlinux  <none>
pn  linux-doc-4.1                  <none>

Versions of packages linux-image-4.1.0-2-amd64 is related to:
ii  firmware-atheros        0.44
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information excluded

--- a/drivers/platform/x86/toshiba_haps.c	2015-09-14 00:54:55.468417162 -0400
+++ b/drivers/platform/x86/toshiba_haps.c	2015-09-16 08:36:58.589489003 -0400
@@ -133,7 +133,7 @@ static struct attribute_group haps_attr_
  */
 static void toshiba_haps_notify(struct acpi_device *device, u32 event)
 {
-	pr_info("Received event: 0x%x", event);
+	pr_info("Received event: 0x%x\n", event);
 
 	acpi_bus_generate_netlink_event(device->pnp.device_class,
 					dev_name(&device->dev),

Reply to: