[Bug 1199877] Re: unity-panel-service pegs one of my CPUs at 100%

2013-09-25 Thread Colin King
I've traced this and can see ~1MB of brk() heap increase per invocation
of gedit. So this is really leaking badly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199877

Title:
  unity-panel-service pegs one of my CPUs at 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1199877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200606] Re: fwts: syntaxcheck should have a pedantic mode to also report ASL remarks

2013-09-23 Thread Colin King
Patch sent to fwts-devel mailing list https://lists.ubuntu.com/archives
/fwts-devel/2013-September/003770.html

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Wishlist = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200606

Title:
  fwts: syntaxcheck should have a pedantic mode to also report ASL
  remarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1226787] Re: eventstat: sometimes detection of a kernel thread is wrong

2013-09-20 Thread Colin King
** Changed in: eventstat (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1226787

Title:
  eventstat: sometimes detection of a kernel thread is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eventstat/+bug/1226787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228068] [NEW] ubuntu-touch: dbus debug messages are frequently being written to /home/phablet/.cache/upstart/dbus.log

2013-09-20 Thread Colin King
Public bug reported:

Every 5 seconds or so I see the message onTryRegister being appended to
/home/phablet/.cache/upstart/dbus.log

I guess this is a debug message of some sort that should be removed, it
is keeping the phone awake, using power and wasting flash storage.

I've tracked this down to telepathy-ofono, strace shows:

write(2, onTryRegister \n, 15)= 15
clock_gettime(CLOCK_MONOTONIC, {1356, 11482895}) = 0
sendmsg(7, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\0\1\24\0\0\0005\2\0\0`\0\0\0\1\1o\0\6\0\0\0/ril_0\0\0..., 
112}, {\6\0\0\0Online\0\1b\0\0\0\1\0\0\0, 20}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 132
clock_gettime(CLOCK_MONOTONIC, {1356, 13955188}) = 0
sendmsg(7, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\0\1\0\0\0\0006\2\0\0a\0\0\0\1\1o\0\6\0\0\0/ril_0\0\0..., 
120}, {, 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 120
clock_gettime(CLOCK_MONOTONIC, {1356, 16519020}) = 0
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
4984) = 1 ([{fd=7, revents=POLLIN}])
recvmsg(7, {msg_name(0)=NULL, 
msg_iov(1)=[{l\3\1\1\0\0\0@\2\0\0V\0\0\0\6\1s\0\5\0\0\0:1.52\0\0\0..., 
2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 362
recvmsg(7, 0xbebee3b8, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)
write(3, \1\0\0\0\0\0\0\0, 8) = 8
write(3, \1\0\0\0\0\0\0\0, 8) = 8
write(3, \1\0\0\0\0\0\0\0, 8) = 8
write(3, \1\0\0\0\0\0\0\0, 8) = 8
write(3, \1\0\0\0\0\0\0\0, 8) = 8
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
0) = 1 ([{fd=3, revents=POLLIN}])
clock_gettime(CLOCK_MONOTONIC, {1356, 27781180}) = 0
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
4973) = 1 ([{fd=3, revents=POLLIN}])
read(3, \5\0\0\0\0\0\0\0, 16) = 8
clock_gettime(CLOCK_MONOTONIC, {1356, 30375392}) = 0
clock_gettime(CLOCK_MONOTONIC, {1356, 30589033}) = 0
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
4970) = 0 (Timeout)
read(3, 0xbebee73c, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
clock_gettime(CLOCK_MONOTONIC, {1361, 8160277}) = 0
clock_gettime(CLOCK_MONOTONIC, {1361, 8526488}) = 0

** Affects: telepathy-ofono (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228068

Title:
  ubuntu-touch: dbus debug messages are frequently being written to
  /home/phablet/.cache/upstart/dbus.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-ofono/+bug/1228068/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1219871] Re: when idle with screen blank, unity8 generates hundreds of context switches per second

2013-09-20 Thread Colin King
Is anyone going to look at this bug? It is quite critical as it really
sucks power badly when the screen is idle.

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1219871

Title:
  when idle with screen blank, unity8 generates hundreds of context
  switches per second

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1219871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228083] [NEW] indicator-network-service writing debug messages about cell signal strength to /home/phablet/.cache/upstart/indicator-network.log

2013-09-20 Thread Colin King
Public bug reported:

indicator-network-service is frequently writing copious amounts of debug
messages to /home/phablet/.cache/upstart/indicator-network.log, for
example:

tail -f /home/phablet/.cache/upstart/indicator-network.lo 
** (process:1378): DEBUG: device-base.vala:152: Marking '/ril_0' as Disabled
** (process:1378): DEBUG: device-base.vala:152: Marking '/ril_0' as Disabled
** (process:1378): DEBUG: network-action-manager.vala:581: Active connection 
changed to: wlan0
** (process:1378): DEBUG: network-action-manager.vala:581: Active connection 
changed to: wlan0
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 22
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 25
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 29
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 25
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 22
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 25
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 22
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 19
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 16
** (process:1378): DEBUG: network-action-manager.vala:261: Cell Strength: 19

If I am moving around then the signal strength is frequently changing
and this log is being appended to every second or so.  This is wasteful
on flash and also wastes power just for debug messages.

** Affects: indicator-network (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228083

Title:
  indicator-network-service writing debug messages about cell signal
  strength to /home/phablet/.cache/upstart/indicator-network.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1228083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227710] [NEW] unity-panel-service consumes 100% of my CPU for 8 seconds to while waiting for a global menu to open

2013-09-19 Thread Colin King
Public bug reported:

When opening a libreoffice calc menu nothing happens for 8 seconds.
Using top one can observe that unity-panel-service is pegging one of
my CPUs at 100%.   This is 100% repeatable.  Just start libreoffice,
open the menu.  Opening the menu thereafter is often faster. But from a
clean start of libreoffice one can always trigger this issue.

Attached is a video showing the delay in opening a menu.  I'm running in
a 2.5 Ghz i5 CPU, so 8 seconds equates to 20 billion clock cycles to
open a menu.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: video of the bug
   https://bugs.launchpad.net/bugs/1227710/+attachment/3829274/+files/out.ogv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227710

Title:
  unity-panel-service consumes 100% of my CPU for 8 seconds to while
  waiting for a global menu to open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1227710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227710] Re: unity-panel-service consumes 100% of my CPU for 8 seconds to while waiting for a global menu to open

2013-09-19 Thread Colin King
Also, unity-panel-service's heap is growing quite rapidly too:

Per Process Memory (K):
  PID  Process  TypeSize   RSS   PSS
  2776 unity-panel-service  Stack  16520   108   108
  2776 unity-panel-service  Heap  429272 74504 74504
  2776 unity-panel-service  Mapped503844259460250964

Change in memory (K/second):
  PID  Process  TypeSize   RSS   PSS
  2776 unity-panel-service  Mapped 83.60 83.93 83.97 (growing 
moderately fast)

Is 75.5Mb of heap really required? You could fit a small OS in that :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227710

Title:
  unity-panel-service consumes 100% of my CPU for 8 seconds to while
  waiting for a global menu to open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1227710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227710] Re: unity-panel-service consumes 100% of my CPU for 8 seconds to while waiting for a global menu to open

2013-09-19 Thread Colin King
Polling system call analysis:
 unity-panel-service (2776), poll:
   2295 immediate timed out calls with zero timeout (non-blocking peeks)
 37 repeated timed out polled calls with non-zero timeouts (light 
polling)
   1322 repeated immediate timed out polled calls with zero timeouts (heavy 
polling peeks)
 unity-panel-service (2789), poll:
   2328 immediate timed out calls with zero timeout (non-blocking peeks)
 85 repeated immediate timed out polled calls with zero timeouts (heavy 
polling peeks)

So it appears that some of the polls() are being called with zero
timeout and being called many times, which may explain the CPU pegging
at 100%.  E.g. spinning in a tight loop on poll().

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227710

Title:
  unity-panel-service consumes 100% of my CPU for 8 seconds to while
  waiting for a global menu to open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1227710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227000] [NEW] update-notifier is polling every 5 seconds

2013-09-18 Thread Colin King
Public bug reported:

In order to reduce system wakeups to improve laptop battery life I've
noticed that update-notifier is polling every 5 seconds, strace'ing the
process shows:

recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, 
4373) = 0 (Timeout)
recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, 
4995) = 0 (Timeout)
recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, 
4994) = 0 (Timeout)
recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, 
4999) = 0 (Timeout)
recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, 
4995) = 0 (Timeout)
recvfrom(6, 0x8b16e4, 4096, 0, 0, 0)= -1 EAGAIN (Resource temporarily 
unavailable)

It appears that file_monitor_periodic_check() is being called every 5
seconds and it checks to see if variables such as un-crashreport is
NULL or un-dpkg_was_run is true.

From a casual look at the code, these are set by monitor_cb() which is
called when files are modified, so does this make the 5 second poll
unnecessary?Can we remove the 5 second polling and just do the
file_monitor_periodic_checks when monitor_cb detects something to act
upon?

As it stands, polling every 5 seconds unnecessarily keeps the CPU out of
deep sleep C states and consumes a small amount of power.  This is a
low priority issue, but it would be a nice to have fix to make the code
a little more power optimal.

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227000

Title:
  update-notifier is polling every 5 seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1227000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227000] Re: update-notifier is polling every 5 seconds

2013-09-18 Thread Colin King
** Package changed: update-notifier (Ubuntu) = ubuntu-power-consumption

** Also affects: update-notifier (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227000

Title:
  update-notifier is polling every 5 seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1227000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1226787] Re: eventstat: sometimes detection of a kernel thread is wrong

2013-09-17 Thread Colin King
Fix committed,
http://kernel.ubuntu.com/git?p=cking/eventstat.git;a=commit;h=8165e5ee6c25428f779e8f0be1c59a504bb6490e

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1226787

Title:
  eventstat: sometimes detection of a kernel thread is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eventstat/+bug/1226787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1226787] [NEW] eventstat: sometimes detection of a kernel thread is wrong

2013-09-17 Thread Colin King
Public bug reported:

eventstat checks to see if a process is a kernel thread by checking
/proc/$pid/exe - however, sometimes processes die before we can open
/proc/$pid/exe and it defaults to assuming the exe was not found and
hence it was a kernel thread rather than that it was a normal userland
process.

Instead, it should open /proc/$pid and if does not exist, assume it was
a short lived process (which is more likely).  If this opens OK, then it
should check if /proc/$pid/exe exists or not.To avoid TOUTOC  (time
of check, time of use) races, use openat on /proc/pid

** Affects: eventstat (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: eventstat (Ubuntu)
   Status: New = In Progress

** Changed in: eventstat (Ubuntu)
   Importance: Undecided = Medium

** Changed in: eventstat (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1226787

Title:
  eventstat: sometimes detection of a kernel thread is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eventstat/+bug/1226787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207200] Re: UEFI: move the UEFI tests into the UEFI categroy

2013-09-11 Thread Colin King
** Changed in: fwts
   Status: Fix Committed = Fix Released

** Changed in: fwts (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207200

Title:
  UEFI: move the UEFI tests into the UEFI categroy

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwts/+bug/1207200/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221871] Re: indicator-power-service is a lightly busy all the time

2013-09-10 Thread Colin King
** Tags added: mobile-power-consumption

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221871

Title:
  indicator-power-service is a lightly busy all the time

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1221871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221829] Re: ofonod is polling fairly regularly

2013-09-10 Thread Colin King
** Tags added: mobile-power-consumption

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221829

Title:
  ofonod is polling fairly regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1221829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221829] [NEW] ofonod is polling fairly regularly

2013-09-06 Thread Colin King
Public bug reported:

On an idle phone, ofonod is a little bit busy.

With strace I'm seeing messages like Operation currently not available
being written over a socket (dbus?) at very regular intervals of a few
seconds:

poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, 0) = 1 ([{fd=3, revents=POLLIN}])
sendmsg(6, {msg_name(0)=NULL, 
msg_iov(2)=[{l\3\1\1\0\0\0\216\0\0\0G\0\0\0\6\1s\0\5\0\0\0:1.46\0\0\0..., 
88}, {!\0\0\0Operation currently not avai..., 38}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 126
sendmsg(6, {msg_name(0)=NULL, 
msg_iov(2)=[{l\3\1\1d\0\0\0\217\0\0\0W\0\0\0\6\1s\0\5\0\0\0:1.46\0\0\0..., 
104}, {_\0\0\0Method \Register\ with signa..., 100}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 204
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, -1) = 1 ([{fd=3, revents=POLLIN}])
read(3, \2\0\0\0\0\0\0\0, 16) = 8
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, -1) = 1 ([{fd=6, revents=POLLIN}])
read(3, 0xbef48b84, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
write(3, \1\0\0\0\0\0\0\0, 8) = 8
recvmsg(6, {msg_name(0)=NULL, 
msg_iov(1)=[{l\1\0\1\24\0\0\0\371\20\0\0n\0\0\0\1\1o\0\6\0\0\0/ril_0\0\0..., 
2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 284
recvmsg(6, 0xbef48a98, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)

The health-check tool is showing:

Context Switches:
  PID  ProcessVoluntary   Involuntary Total
 Ctxt Sw/Sec  Ctxt Sw/Sec  Ctxt Sw/Sec
  3871 ofonod   6.00 0.07 6.07 (low)

System calls traced:
  PID  Process  Syscall   CountRate/Sec
  3871 ofonod   clock_gettime38   0.6333
  3871 ofonod   poll 36   0.6000
  3871 ofonod   recvmsg  26   0.4333
  3871 ofonod   read 24   0.4000
  3871 ofonod   sendmsg  24   0.4000
  3871 ofonod   restart_syscall   1   0.0167
 Total  149   2.4833

So it seems a little bit busy at 0.6Hz  regularly polling on poll() and
regularly doing reads and sends down a socket (dbus?) at 0.4Hz

Although this is not too bad, it still is surprising that it is writing
the same messages so frequently and consuming a little bit of CPU and
power.

** Affects: ofono (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221829

Title:
  ofonod is polling fairly regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1221829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221830] [NEW] ofonod is polling fairly regularly

2013-09-06 Thread Colin King
*** This bug is a duplicate of bug 1221829 ***
https://bugs.launchpad.net/bugs/1221829

Public bug reported:

On an idle phone, ofonod is a little bit busy.

With strace I'm seeing messages like Operation currently not available
being written over a socket (dbus?) at very regular intervals of a few
seconds:

poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, 0) = 1 ([{fd=3, revents=POLLIN}])
sendmsg(6, {msg_name(0)=NULL, 
msg_iov(2)=[{l\3\1\1\0\0\0\216\0\0\0G\0\0\0\6\1s\0\5\0\0\0:1.46\0\0\0..., 
88}, {!\0\0\0Operation currently not avai..., 38}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 126
sendmsg(6, {msg_name(0)=NULL, 
msg_iov(2)=[{l\3\1\1d\0\0\0\217\0\0\0W\0\0\0\6\1s\0\5\0\0\0:1.46\0\0\0..., 
104}, {_\0\0\0Method \Register\ with signa..., 100}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 204
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, -1) = 1 ([{fd=3, revents=POLLIN}])
read(3, \2\0\0\0\0\0\0\0, 16) = 8
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=6, events=POLLIN}], 4, -1) = 1 ([{fd=6, revents=POLLIN}])
read(3, 0xbef48b84, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
write(3, \1\0\0\0\0\0\0\0, 8) = 8
recvmsg(6, {msg_name(0)=NULL, 
msg_iov(1)=[{l\1\0\1\24\0\0\0\371\20\0\0n\0\0\0\1\1o\0\6\0\0\0/ril_0\0\0..., 
2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 284
recvmsg(6, 0xbef48a98, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)

The health-check tool is showing:

Context Switches:
  PID  ProcessVoluntary   Involuntary Total
 Ctxt Sw/Sec  Ctxt Sw/Sec  Ctxt Sw/Sec
  3871 ofonod   6.00 0.07 6.07 (low)

System calls traced:
  PID  Process  Syscall   CountRate/Sec
  3871 ofonod   clock_gettime38   0.6333
  3871 ofonod   poll 36   0.6000
  3871 ofonod   recvmsg  26   0.4333
  3871 ofonod   read 24   0.4000
  3871 ofonod   sendmsg  24   0.4000
  3871 ofonod   restart_syscall   1   0.0167
 Total  149   2.4833

So it seems a little bit busy at 0.6Hz  regularly polling on poll() and
regularly doing reads and sends down a socket (dbus?) at 0.4Hz

Although this is not too bad, it still is surprising that it is writing
the same messages so frequently and consuming a little bit of CPU and
power.

** Affects: ofono (Ubuntu)
 Importance: Undecided
 Status: New

** This bug has been marked a duplicate of bug 1221829
   ofonod is polling fairly regularly

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221830

Title:
  ofonod is polling fairly regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1221830/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432007] Re: Karmic Alpha auto-resize - only new resized partition in grub 2 menu

2013-09-05 Thread Colin King
** Changed in: ubiquity (Ubuntu)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/432007

Title:
  Karmic Alpha auto-resize - only new resized partition in grub 2 menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/432007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 473589] Re: GEGL Easter Egg in gnome panel is corrupted

2013-09-05 Thread Colin King
** Changed in: gnome-panel (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/473589

Title:
  GEGL Easter Egg in gnome panel is corrupted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/473589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218850] [NEW] Sync powerstat 0.01.25-1 (universe) from Debian unstable (main)

2013-08-30 Thread Colin King
Public bug reported:

Please sync powerstat 0.01.25-1 (universe) from Debian unstable (main)

Changelog entries since current saucy version 0.01.21-1:

powerstat (0.01.25-1) unstable; urgency=low

  * Makefile: bump version
  * powerstat: don't abort if kernel does not support NETLINK_CONNECTOR

 -- Colin King colin.k...@canonical.com  Wed, 3 July 2013 18:54:23
+0100

powerstat (0.01.24-1) unstable; urgency=low

  * Makefile: bump version
  * powerstat: handle -ve tv by forcing resample rather

 -- Colin King colin.k...@canonical.com  Mon, 10 June 2013 20:01:59
+0100

powerstat (0.01.23-1) unstable; urgency=low

  * Makefile: bump version
  * powerstat: extra feedback when we cannot find a battery

 -- Colin King colin.k...@canonical.com  Thu, 9 May 2013 00:13:49
+0100

powerstat (0.01.22-1) unstable; urgency=low

  * Makefile: bump version
  * powerstat: fix indentation that may lead to confusion
  * powerstat: tidy up list append in log_printf
  * powerstat: va_end is missing in error path in log_printf
  * powerstat: need to close sock if bind fails
  * powerstat: need to closedir on dir before we bail out on error return
  * powerstat: fix leak of info when there are no free slots in table
  * powerstat.8: ensure - sign is escaped in manual

 -- Colin King colin.k...@canonical.com  Tue, 7 May 2013 16:41:12
+0100

** Affects: powerstat (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: powerstat (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218850

Title:
  Sync powerstat 0.01.25-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powerstat/+bug/1218850/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218849] [NEW] Sync eventstat 0.01.26-1 (universe) from Debian unstable (main)

2013-08-30 Thread Colin King
Public bug reported:

Please sync eventstat 0.01.26-1 (universe) from Debian unstable (main)

Changelog entries since current saucy version 0.01.21-1:

eventstat (0.01.26-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: fix comment typo

 -- Colin King colin.k...@canonical.com  Thu, 29 Aug 2013 11:37:03
+0100

eventstat (0.01.25-1) unstable; urgency=low

  * eventstat: work around proc info containerisation restrictions
  * eventstat.c: Add -d to short help info

 -- Colin King colin.k...@canonical.com  Wed, 26 Jun 2013 18:06:12
+0100

eventstat (0.01.24-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat.c: make hash table much larger
  * eventstat.c: make more functions static
  * eventstat.c: ensure initial info total is set to the count and not zero

 -- Colin King colin.k...@canonical.com  Tue, 25 Jun 2013 17:12:48
+0100

eventstat (0.01.23-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat.c: cater for -ve time if somebody suspended the process
  * eventstat.c: handle zero duration corner case
  * eventstat.c: remove 'N' new field, it's not helpful
  * eventstat.c: remove debug
  * eventstat.c: fix stats on SIGINT and missing first stats issue

 -- Colin King colin.k...@canonical.com  Mon, 24 Jun 2013 18:13:22
+0100

eventstat (0.01.22-1) unstable; urgency=low

  * Makefile: bump version
  * eventstat: fix a fd leak on read fail error path

 -- Colin King colin.k...@canonical.com  Tue, 7 May 2013 15:36:22
+0100

** Affects: eventstat (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: eventstat (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218849

Title:
  Sync eventstat 0.01.26-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eventstat/+bug/1218849/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75626] Re: spurious 8259 interrupt disabled IRQ

2013-08-28 Thread Colin King
DiagonalArg, please file a new bug as you have different hardware and
kernel, thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/75626

Title:
  spurious 8259 interrupt disabled IRQ

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/75626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199303] Re: fwts: enable ACPICA exec mode flags to allow slack mode and other features

2013-08-07 Thread Colin King
This bug was fixed in the package fwts - 13.08.00-0ubuntu1


** Changed in: fwts (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: fwts
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199303

Title:
  fwts: enable ACPICA exec mode flags to allow slack mode and other
  features

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwts/+bug/1199303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202541] Re: fwts: codespell has found a bunch of spelling mistakes which need fixing

2013-08-07 Thread Colin King
This bug was fixed in the package fwts - 13.08.00-0ubuntu1


** Changed in: fwts (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: fwts
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202541

Title:
  fwts: codespell has found a bunch of spelling mistakes which need
  fixing

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwts/+bug/1202541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198150] Re: fwts: efi_runtime build warning on efi_enabled

2013-08-07 Thread Colin King
** Changed in: fwts (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: fwts
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198150

Title:
  fwts: efi_runtime build warning on efi_enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwts/+bug/1198150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198168] Re: fwts: efi_runtime compile breaks on older kernels

2013-08-07 Thread Colin King
** Changed in: fwts
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198168

Title:
  fwts: efi_runtime compile breaks on older kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwts/+bug/1198168/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206953] [NEW] fwts: klog kernelscan utility should also scan for warning messages

2013-07-31 Thread Colin King
Public bug reported:

We should enable the kernelscan tool to also hunt down various
interesting kernel warnings that are BIOS and ACPI related.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206953

Title:
  fwts: klog kernelscan utility should also scan for warning messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206953/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206958] Re: fwts: klog should also scan for various firmware related warnings

2013-07-31 Thread Colin King
Patch sent to fwts-devel mailing list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206958

Title:
  fwts: klog should also scan for various firmware related warnings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206958] [NEW] fwts: klog should also scan for various firmware related warnings

2013-07-31 Thread Colin King
Public bug reported:

fwts does not pick up messages such as following:

Oct  7 06:09:08 SL210t kernel: [0.018075] Your BIOS is broken and requested 
that x2apic be disabled
Oct  7 06:09:08 SL210t kernel: [0.018076] This will leave your machine 
vulnerable to irq-injection attacks
Oct  7 06:09:08 SL210t kernel: [0.018077] Use 'intremap=no_x2apic_optout' 
to override BIOS request

..because these are just kernel warnings. It would be useful if fwts
klog test catches these too.

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206958

Title:
  fwts: klog should also scan for various firmware related warnings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206643] Re: fwts: acpidump of BERT segfaults

2013-07-30 Thread Colin King
Patch sent to mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206643

Title:
  fwts: acpidump of BERT segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206643/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206643] [NEW] fwts: acpidump of BERT segfaults

2013-07-30 Thread Colin King
Public bug reported:

Systems with a BERT are causing fwts acpidump to segfault. The BERT has
just a few items in the table (see spec 8-277 Boot Error Record Table
(BERT) Table) in section 18.3.1 in the spec.  I probanly was half asleep
when I implemented this.

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Summary changed:

- fwts: acpidump of BERT is plainly wrong
+ fwts: acpidump of BERT segfaults

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206643

Title:
  fwts: acpidump of BERT segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206643/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206290] Re: fwts: json output should be pretty printed

2013-07-29 Thread Colin King
Patch sent to the fwts-devel mailing list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206290

Title:
  fwts: json output should be pretty printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206290/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1206290] [NEW] fwts: json output should be pretty printed

2013-07-29 Thread Colin King
Public bug reported:

The current json log output is hard to read as a human.  We should
enable the json pretty printing to make it easier for mortals to parse
by eye.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1206290

Title:
  fwts: json output should be pretty printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1206290/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202541] Re: fwts: codespell has found a bunch of spelling mistakes which need fixing

2013-07-28 Thread Colin King
Fixes committed, commits:

83db9b8fb391200a4a0bc8a166b3a5fb5c2a124e
3dfca23f597e55bb1a51a183ef1643e88b1d5d04
dc92987ec95fe044e876c6431bf306ea5f374bb3
a9a69543ca8e4b37da8c87c4e184d7aaed326d3b
1139c78ab1641d8c1f38bca48be11a8084bd523b
85bdcfe2206632e15aa42b97a7b4ada3ff78a827

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202541

Title:
  fwts: codespell has found a bunch of spelling mistakes which need
  fixing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1202541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205203] Re: fwts: update to latest version of ACPICA 20130725

2013-07-28 Thread Colin King
Fix committed, commit f357fe78cb079a99d8cf665c5b35be96cbf715ac

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205203

Title:
  fwts: update to latest version of ACPICA 20130725

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-27 Thread Colin King
Patch sent to fwts-devel mailing list, fix will appear in 13.08 release
of fwts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205714] [NEW] fwts: syntaxcheck segfaults if there are too many ^^^^ prefixes

2013-07-27 Thread Colin King
Public bug reported:

This is an upstream bug in ACPICA,  I reported this in the ACPICA
Bugzilla:  https://bugs.acpica.org/show_bug.cgi?id=1035

We should pull the fix into fwts

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205714

Title:
  fwts: syntaxcheck segfaults if there are too many  prefixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205714] Re: fwts: syntaxcheck segfaults if there are too many ^^^^ prefixes

2013-07-27 Thread Colin King
Fix sent to fwts-devel mailing list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205714

Title:
  fwts: syntaxcheck segfaults if there are too many  prefixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-26 Thread Colin King
Can you run the following:

sudo apt-get install strace
sudo  strace fwts acpidump -   strace.log

and attach the strace.log to the bug report so I can see what's going
on. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205203] [NEW] fwts: update to latest version of ACPICA 20130725

2013-07-26 Thread Colin King
Public bug reported:

ACPICA 20130725 has just been released, fwts should be updates to pick
up the changes / fixes.

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205203

Title:
  fwts: update to latest version of ACPICA 20130725

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205203] Re: fwts: update to latest version of ACPICA 20130725

2013-07-26 Thread Colin King
Patch sent to fwts-devel mailing list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205203

Title:
  fwts: update to latest version of ACPICA 20130725

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205215] [NEW] fwts: syntaxcheck: strcpy should be replaced with strncpy

2013-07-26 Thread Colin King
Public bug reported:

Coverity Scan complaining about a strcpy(). This needs fixing.

CID null (#1 of 1): Copy into fixed size buffer (STRING_OVERFLOW)2.
fixed_size_dest: You might overrun the 64 byte fixed-size string buf
by copying AslErrorLevel[error_level] without checking the length.

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205215

Title:
  fwts: syntaxcheck: strcpy should be replaced with strncpy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205215/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205215] Re: fwts: syntaxcheck: strcpy should be replaced with strncpy

2013-07-26 Thread Colin King
patch sent to the fwts-devel mailing list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205215

Title:
  fwts: syntaxcheck: strcpy should be replaced with strncpy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205215/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205267] Re: fwts: method test should check for NULL buf in method_test_NULL_return

2013-07-26 Thread Colin King
Patch sent to fwts-devel mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205267

Title:
  fwts: method test should check for NULL buf in method_test_NULL_return

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205267] [NEW] fwts: method test should check for NULL buf in method_test_NULL_return

2013-07-26 Thread Colin King
Public bug reported:

Coverity Scan detected a possible bug where buf may be null and we can
have a potential null pointer derefernce in method_test_NULL_return.

if (buf-Length  buf-Pointer) {
}

should be

if (buf  buf-Length  buf-Pointer) {
}

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Summary changed:

- fwts: method test should check for NULL buff in method_test_NULL_return
+ fwts: method test should check for NULL buf in method_test_NULL_return

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205267

Title:
  fwts: method test should check for NULL buf in method_test_NULL_return

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1205267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-26 Thread Colin King
Thanks Allis.  I believe I can see why it's failing, I;ll try and get
something built by end of the day for testing.

** Changed in: fwts (Ubuntu)
   Status: Incomplete = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Low = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-26 Thread Colin King
I've kicked off some builds in my PPA for you to test to see if the fix
works.  These builds will be complete in a few hours.

PPA: https://launchpad.net/~colin-king/+archive/orange

To install use:

sudo add-apt-repository ppa:colin-king/orange
sudo apt-get update  sudo apt-get upgrade

Let me know if it fixes the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-26 Thread Colin King
Allis, cool, so that fixes it then?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200426] Re: fwts: syntaxcheck sometimes fails when redirecting stdout to a file

2013-07-25 Thread Colin King
fix committed, commit ef63938977520b5c40ed7bbe6f9ffca8e6a52bca


** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200426

Title:
  fwts: syntaxcheck sometimes fails when redirecting stdout to a file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201909] Re: fwts: aspm test should skip if it cannot read FACP or the PCIe config registers

2013-07-25 Thread Colin King
Fix committed, commit aaed67d04753e8ad8ca42cf0d31297d7cca211b2

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201909

Title:
  fwts: aspm test should skip if it cannot read FACP or the PCIe config
  registers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201903] Re: fwts: hdaaudio test should skip if it can't find pin configs rather than silently do nothing

2013-07-25 Thread Colin King
Fix committed, commit 913cedb6e22fac6b58fe5b555a2e0e19808e1f29

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201903

Title:
  fwts: hdaaudio test should skip if it can't find pin configs rather
  than silently do nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201311] Re: fwts: klog data labels prefixed with Common should be renamed to Klog

2013-07-25 Thread Colin King
Fix committed, commit c37d7b2b25a5cec6be8d86a420868a001df45d58

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201311

Title:
  fwts: klog data labels prefixed with Common should be renamed to
  Klog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201335] Re: fwts: klog database needs be in sync with linux 3.10

2013-07-25 Thread Colin King
Fix committed, commit a70407de598894ff253820582f2b7d4a7419fd35h

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201335

Title:
  fwts: klog database needs be in sync with linux 3.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201335/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1204065] Re: All ACPI tests are aborting with error: Cannot read ACPI tables.

2013-07-25 Thread Colin King
fwts needs access to the ACPI tables with root privilege, have you tried
using:

sudo fwts --dump


** Changed in: fwts (Ubuntu)
   Status: New = Incomplete

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204065

Title:
  All ACPI tests are aborting with error: Cannot read ACPI tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1204065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200568] Re: fwts: syntaxcheck not picking up IASL error messages since latest ACPICA updates

2013-07-23 Thread Colin King
Fix committed, commit ae7c76771ace90836d2f72d6b2bee1b2054cb0f6

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200568

Title:
  fwts: syntaxcheck not picking up IASL error messages since latest
  ACPICA updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199303] Re: fwts: enable ACPICA exec mode flags to allow slack mode and other features

2013-07-23 Thread Colin King
Fix committed, commit 1311968af5a13ed660f3933b314dcff05e10946d

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199303

Title:
  fwts: enable ACPICA exec mode flags to allow slack mode and other
  features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1199303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200602] Re: fwts: syntaxcheck spelling mistake: Assember - Assembler

2013-07-23 Thread Colin King
Fix committed, commit 518177abb4dd6ab5eda37087ea96369c6fc8e94a

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200602

Title:
  fwts: syntaxcheck spelling mistake: Assember - Assembler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200592] Re: fwts: log on a non-tty defaults to 100 chars wide, set it back to 80

2013-07-23 Thread Colin King
Fix committed, commit 1436785ae759a115245b81cb3e0fa60f1420ee2f

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200592

Title:
  fwts: log on a non-tty defaults to 100 chars wide, set it back to 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202541] [NEW] fwts: codespell has found a bunch of spelling mistakes which need fixing

2013-07-18 Thread Colin King
Public bug reported:

Running the latest version of codespell against fwts I've found a bunch
of spelling mistakes that need to be fixed.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202541

Title:
  fwts: codespell has found a bunch of spelling mistakes which need
  fixing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1202541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201903] [NEW] fwts: hdaaudio test should skip if it can't find pin configs rather than silently do nothing

2013-07-16 Thread Colin King
Public bug reported:

Testing on an non-x86 system I found that the hda_audio test just
silently does nothing if I can't find any BIOS pin configs.  We should
skip rather than do nothing.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201903

Title:
  fwts: hdaaudio test should skip if it can't find pin configs rather
  than silently do nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201909] [NEW] fwts: aspm test should skip if it cannot read FACP or the PCIe config registers

2013-07-16 Thread Colin King
Public bug reported:

Testing on an non-x86 system I found that the aspm test reports errors
but does not skip the test, so we need to mark these tests as skipped.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201909

Title:
  fwts: aspm test should skip if it cannot read FACP or the PCIe config
  registers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201311] [NEW] fwts: klog data labels prefixed with Common should be renamed to Klog

2013-07-15 Thread Colin King
Public bug reported:

Commit 5b37a9d8ac122a5c1c4d7d00c21f5964ac904cfa  removed the common test
and merged these into the klog test. However, the labels are still
prefixed with Common and should be renamed to Klog.

E.g.

label: CommonThermalOverrun

--


label: KlogThermalOverrun

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201311

Title:
  fwts: klog data labels prefixed with Common should be renamed to
  Klog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201311] Re: fwts: klog data labels prefixed with Common should be renamed to Klog

2013-07-15 Thread Colin King
Patch sent to fwts-devel mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201311

Title:
  fwts: klog data labels prefixed with Common should be renamed to
  Klog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1201335] [NEW] fwts: klog database needs be in sync with linux 3.10

2013-07-15 Thread Colin King
Public bug reported:

Need to update data/klog.json with the latest 3.10 linux kernel since
there are some more ACPI, BIOS and EFI related kernel messages.

** Affects: fwts (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

** Description changed:

  Need to update data/klog.json with the latest 3.10 linux kernel since
- there are some more ACPI, BIOS and EFI related new and updated kernel
- messages.
+ there are some more ACPI, BIOS and EFI related kernel messages.

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201335

Title:
  fwts: klog database needs be in sync with linux 3.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201335/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201335] Re: fwts: klog database needs be in sync with linux 3.10

2013-07-15 Thread Colin King
Patch sent to mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201335

Title:
  fwts: klog database needs be in sync with linux 3.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1201335/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198236] Re: fwts: efi_runtime not fully clearing eft in convert_to_efi_time

2013-07-12 Thread Colin King
Fix committed 1125a1b6385cb407707ee8d2cb7488e46f83e5bb

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198236

Title:
  fwts: efi_runtime not fully clearing eft in convert_to_efi_time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197742] Re: fwts: uefirtvariable test should allow one to specify the amount of iterations on the stress set/get/query tests

2013-07-12 Thread Colin King
fwts commit 363ea87ba6407607d8d4497cbdce94334fa37447

** Changed in: fwts (Ubuntu)
   Status: In Progress = Won't Fix

** Changed in: fwts (Ubuntu)
   Status: Won't Fix = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197742

Title:
  fwts: uefirtvariable test should allow one to specify the amount of
  iterations on the stress set/get/query tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1197742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198150] Re: fwts: efi_runtime build warning on efi_enabled

2013-07-12 Thread Colin King
Fix committed 0fe2f0b60084854a4c1e3ad23dbb36edf6177253

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198150

Title:
  fwts: efi_runtime build warning on efi_enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198168] Re: fwts: efi_runtime compile breaks on older kernels

2013-07-12 Thread Colin King
fix committed 0fe2f0b60084854a4c1e3ad23dbb36edf6177253

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198168

Title:
  fwts: efi_runtime compile breaks on older kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198168/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200568] [NEW] fwts: syntaxcheck not picking up IASL error messages since latest ACPICA updates

2013-07-12 Thread Colin King
Public bug reported:

The IASL error codes are hard coded in fwts syntaxcheck and now differ
from the ones in ACPICA, so we are no longer picking up errors.  Instead
we should use the ACPCIA error codes as defined in aslmessages.h

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200568

Title:
  fwts: syntaxcheck not picking up IASL error messages since latest
  ACPICA updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200592] [NEW] fwts: log on a non-tty defaults to 100 chars wide, set it back to 80

2013-07-12 Thread Colin King
Public bug reported:

For historical reasons that escape my mind, the output from fwts when
using the stdout - option is defaulted to 100 chars wide.  Since I
spend a lot of time piping this into tools like less I'd like the
default to be a standard 80 char wide terminal setting.

** Affects: fwts (Ubuntu)
 Importance: Wishlist
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200592

Title:
  fwts: log on a non-tty defaults to 100 chars wide, set it back to 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200606] Re: fwts: syntaxcheck should have a pedantic mode to also report ASL remarks

2013-07-12 Thread Colin King
** Description changed:

  ASL now has some very useful Remark feedback, so we should think about
  getting this output also logged in the syntaxcheck test.   I suggest a
  --syntaxcheck-pedantic option that turns this on, or maybe we should
  just enable it by default and make the warnings a low level failure.
  
  Example remark:
  
  DSDT.dsl   5811: Method (_BIF, 0, NotSerialized)
  Remark   2120 -^ Control Method should be 
made Serialized (due to creation of named objects within)
  
  ..so this is useful since the _BIF control is tagged as NotSerialized
  yet it should be to stop potential race conditions.
  
- 
  This requires:
  
- 1.  Working through all the ASL remarks and adding this to the .json database
+ 1.  Working through all the ASL remarks and adding these to the .json database
  2.  Either adding the --syntaxcheck-pedantic flag, or enabling this by 
default.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200606

Title:
  fwts: syntaxcheck should have a pedantic mode to also report ASL
  remarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200606] [NEW] fwts: syntaxcheck should have a pedantic mode to also report ASL remarks

2013-07-12 Thread Colin King
Public bug reported:

ASL now has some very useful Remark feedback, so we should think about
getting this output also logged in the syntaxcheck test.   I suggest a
--syntaxcheck-pedantic option that turns this on, or maybe we should
just enable it by default and make the warnings a low level failure.

Example remark:

DSDT.dsl   5811: Method (_BIF, 0, NotSerialized)
Remark   2120 -^ Control Method should be made 
Serialized (due to creation of named objects within)

..so this is useful since the _BIF control is tagged as NotSerialized
yet it should be to stop potential race conditions.

This requires:

1.  Working through all the ASL remarks and adding these to the .json database
2.  Either adding the --syntaxcheck-pedantic flag, or enabling this by default.

** Affects: fwts (Ubuntu)
 Importance: Wishlist
 Assignee: Colin King (colin-king)
 Status: New

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200606

Title:
  fwts: syntaxcheck should have a pedantic mode to also report ASL
  remarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200602] [NEW] fwts: syntaxcheck spelling mistake: Assember - Assembler

2013-07-12 Thread Colin King
Public bug reported:

Spelling mistake in syntaxcheck test:

Assember should be Assembler

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Summary changed:

- fwts: syntaxcheck spelling misake: Assember - Assembler 
+ fwts: syntaxcheck spelling mistake: Assember - Assembler

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200602

Title:
  fwts: syntaxcheck spelling mistake: Assember - Assembler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200426] [NEW] fwts: syntaxcheck sometimes fails when redirecting stdout to a file

2013-07-11 Thread Colin King
Public bug reported:

Redirecting stdout to a file on syntax check never produces any
failures.stdout from IASL output needs to be fflushed to push it out
the pipe to the parent that gathers  the data.

On inspecting fwts_iasl_assemble_aml() it appears that we need a
fflush().  Also the reader on the parent is realloc'ing data and not
checking for a null pointer out of memory condition.

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200426

Title:
  fwts: syntaxcheck sometimes fails when redirecting stdout to a file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1200426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199877] [NEW] unity-panel-service pegs one of my CPUs at 100%

2013-07-10 Thread Colin King
Public bug reported:

Just going about my business on Ubuntu Raring amd64 on an x230 and I
heard the fan kick into action.  top showed me that unity-panel-service
was consuming all the free cycles on one of my CPUs.  I killed it before
my machine overheated, so I didn't attach a debugger to see why it was
totally pegging out a  CPU.

I'm not sure if this adds any context, but I was using a LibreOffice
spreadsheet and I could not insert a table because the menu had lost
it's mind, and then I observed the overly loaded CPU a very short while
after that.

** Affects: ubuntu-power-consumption
 Importance: Undecided
 Status: New

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: unity
   Importance: Undecided
   Status: New

** Project changed: unity = ubuntu-power-consumption

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199877

Title:
  unity-panel-service pegs one of my CPUs at 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1199877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199303] [NEW] fwts: enable ACPICA exec mode flags to allow slack mode and other features

2013-07-09 Thread Colin King
Public bug reported:

ACPICA has various execution mode options which are useful to enable in
some debugging or test scenarios.  For example, by default, fwts
executes AML in a strict mode for pedantic checking purposes, however
the kernel runs in slack mode to cope with buggy AML.

So, add an --acpica= option to allow one to specify one or more ACPICA
mode flags:

serialized - execute in serialized manner
slack - execute in slack mode
ignore-errors - ignore ACPICA exception errors
disable-auto-repair - don't forcibly auto repair return types

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199303

Title:
  fwts: enable ACPICA exec mode flags to allow slack mode and other
  features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1199303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198150] [NEW] fwts: efi_runtime build warning on efi_enabled

2013-07-05 Thread Colin King
Public bug reported:

We're getting efi_runtime build warnings with recent kernels:

make -C /lib/modules/`uname -r`/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-25-generic'
  CC [M]  /home/king/tmp/fwts/efi_runtime/efi_runtime.o
/home/king/tmp/fwts/efi_runtime/efi_runtime.c: In function ‘efi_runtime_init’:
/home/king/tmp/fwts/efi_runtime/efi_runtime.c:364:6: warning: the address of 
‘efi_enabled’ will always evaluate as ‘true’ [-Waddress]

This occurs because of kernel commit 83e681897 which turned efi_enabled
from an integer into a function, hence efi_enabled will always now
evaluate as true.

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198150

Title:
  fwts: efi_runtime build warning on efi_enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1198150] Re: fwts: efi_runtime build warning on efi_enabled

2013-07-05 Thread Colin King
Patch sent to mailing list https://lists.ubuntu.com/archives/fwts-
devel/2013-July/003517.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198150

Title:
  fwts: efi_runtime build warning on efi_enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198168] [NEW] fwts: efi_runtime breaks on older kernels

2013-07-05 Thread Colin King
Public bug reported:

I was testing fwts on an earlier kernel and efi_runtime breaks.

make -C /lib/modules/`uname -r`/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
  CC [M]  /home/king/fwts/efi_runtime/efi_runtime.o
/home/king/fwts/efi_runtime/efi_runtime.c: In function ‘efi_runtime_ioctl’:
/home/king/fwts/efi_runtime/efi_runtime.c:285:15: error: ‘struct efi’ has no 
member named ‘query_variable_info’
/home/king/fwts/efi_runtime/efi_runtime.c:315:15: error: ‘struct efi’ has no 
member named ‘query_capsule_caps’
/home/king/fwts/efi_runtime/efi_runtime.c:316:6: error: ‘efi_capsule_header_t’ 
undeclared (first use in this function)
/home/king/fwts/efi_runtime/efi_runtime.c:316:6: note: each undeclared 
identifier is reported only once for each function it appears in
/home/king/fwts/efi_runtime/efi_runtime.c:316:29: error: expected expression 
before ‘)’ token
make[2]: *** [/home/king/fwts/efi_runtime/efi_runtime.o] Error 1
make[1]: *** [_module_/home/king/fwts/efi_runtime] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
make: *** [all] Error 2
~

I think fwts should support kernels  3.0 for now, so this probably
needs fixing.

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198168

Title:
  fwts: efi_runtime breaks on older kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198168/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1198168] Re: fwts: efi_runtime compile breaks on older kernels

2013-07-05 Thread Colin King
** Summary changed:

- fwts: efi_runtime breaks on older kernels
+ fwts: efi_runtime compile breaks on older kernels

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198168

Title:
  fwts: efi_runtime compile breaks on older kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198168/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198236] [NEW] fwts: efi_runtime not fully clearing eft in convert_to_efi_time

2013-07-05 Thread Colin King
Public bug reported:

convert_to_efi_time() is only memset'ing eft to the size of a 64 bit
pointer and not the size of eft_time_t.

should be: memset(eft, 0, sizeof(*eft));

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198236

Title:
  fwts: efi_runtime not fully clearing eft in convert_to_efi_time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1198236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197742] [NEW] fwts: uefirtvariable test should allow one to specify the amount of iterations on the stress set/get/query tests

2013-07-04 Thread Colin King
Public bug reported:

While the defaults to the uefirtvariable stress tests are great, it
would be useful if we can set the number of iterations to push the
stress testing further if required.

I am thinking of adding options such as:

--uefi-get-var-multiple=N,  --uefi-set-var-multiple=N,  --uefi-query-
var-multiple=N

where N is the number of iterations

** Affects: fwts (Ubuntu)
 Importance: Low
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = Invalid

** Changed in: fwts (Ubuntu)
   Status: Invalid = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Low

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197742

Title:
  fwts: uefirtvariable test should allow one to specify the amount of
  iterations on the stress set/get/query tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1197742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1172813] Re: fwts-efi-runtime-dkms 0.26.08-0ubuntu1: fwts-efi-runtime-dkms kernel module failed to build

2013-07-03 Thread Colin King
@Stuart, fwts is the firmware test suite, probably installed to help
debug some issues you had on your machine a while ago.  You can remove
it without causing any problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172813

Title:
  fwts-efi-runtime-dkms 0.26.08-0ubuntu1: fwts-efi-runtime-dkms kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1172813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1193696] Re: fwts crashed with SIGSEGV in __GI__IO_getline_info()

2013-07-03 Thread Colin King
*** This bug is a duplicate of bug 1196463 ***
https://bugs.launchpad.net/bugs/1196463

I believe this is a duplicate of bug 1196463 and was fixed this week
with version V0.13.07.

** This bug has been marked a duplicate of bug 1196463
   segfault when the iasl parser assembles the ACPI tables

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193696

Title:
  fwts crashed with SIGSEGV in __GI__IO_getline_info()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1193696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1190835] Re: fwts: add the utility to show the NVRam and variable info

2013-07-03 Thread Colin King
** Changed in: fwts (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: fwts (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1190835

Title:
  fwts: add the utility to show the NVRam and variable info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1190835/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1196463] Re: segfault when the iasl parser assembles the ACPI tables

2013-07-03 Thread Colin King
** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196463

Title:
  segfault when the iasl parser assembles the ACPI tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1196463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-07-01 Thread Colin King
Please supply your ACPI table so I can reproduce.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-07-01 Thread Colin King
Looks like this is a different bug.  Please file a new bug with the
output of sudo acpidump so I can reproduce.   I still believe that this
particular bug has been fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-07-01 Thread Colin King
I've bisected this down to 4b1d586c11b3bfb7eaf9c5b61165d57cf72a, so
it's when we introduced ACPICA in a previous release. I will see why
this breaks iasl in fwts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-07-01 Thread Colin King
==10953==at 0x557B369: _IO_getline_info (iogetline.c:86)
==10953==by 0x557A2AE: fgets (iofgets.c:56)
==10953==by 0x60651C7: AslDoOneFile (stdio2.h:263)
==10953==by 0x6064FA4: AslDoOnePathname (aslstartup.c:673)
==10953==by 0x60A7434: fwts_iasl_assemble_aml (fwts_iasl_interface.c:116)
==10953==by 0x5050F57: fwts_iasl_reassemble (fwts_iasl.c:208)
==10953==by 0x41AF73: syntaxcheck_table (syntaxcheck.c:448)
==10953==by 0x41B7CA: syntaxcheck_SSDT (syntaxcheck.c:571)
==10953==by 0x504E53F: fwts_framework_tests_run (fwts_framework.c:558)
==10953==by 0x504F855: fwts_framework_args (fwts_framework.c:1326)
==10953==by 0x4041E8: main (main.c:27)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-07-01 Thread Colin King
The attached fix addresses the bug.  Posted to the fwts-devel mailing
list.

** Patch added: fixes segfault in IASL
   
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+attachment/3720071/+files/0001-fwts_iasl_interface.c-allocate-temp-buffers-required.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] [NEW] fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-06-27 Thread Colin King
Public bug reported:

the fwts --dis option can segfault if the ACPICA disassemble emits a
message via AcpiOsVprintf().  This calls the fwts_acpica helper function
that attempts to print to the log file which fails because the fw
pointer is null.  This bug is a regression introduced in commit
54f1ef23a1c3bcbea023ddc799dc7d6becf60556.  It is fixed by passing the fw
pointer into fwts_acpica before assembly or disassembly of AML code.

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195209] Re: fwts: disassembly can segfault if AcpiOsVprintf is called on a bad table

2013-06-27 Thread Colin King
Patch sent to fwts-devel mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195209

Title:
  fwts: disassembly can segfault if AcpiOsVprintf is called on a bad
  table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195251] Re: fwts: method test on _WAK that returns a NULL object segfaults

2013-06-27 Thread Colin King
Patch sent to fwts mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195251

Title:
  fwts: method test on _WAK that returns a NULL object segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195251] [NEW] fwts: method test on _WAK that returns a NULL object segfaults

2013-06-27 Thread Colin King
Public bug reported:

Running the fwts method test on a _WAK control that does not return an
object causes a segmentation fault. Bug is in ACPICA.

** Affects: fwts (Ubuntu)
 Importance: High
 Assignee: Colin King (colin-king)
 Status: In Progress

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
   Importance: Undecided = High

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195251

Title:
  fwts: method test on _WAK that returns a NULL object segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1195251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1188209] Re: fwts: acpidump on ASF! tables segfaults

2013-06-27 Thread Colin King
Fix committed, commit 1a2a3ab610103a39cc760af8bfd9c1c3cd8a6641, fix in
V0.

** Changed in: fwts (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1188209

Title:
  fwts: acpidump on ASF! tables segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1188209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1172813] Re: fwts-efi-runtime-dkms 0.26.08-0ubuntu1: fwts-efi-runtime-dkms kernel module failed to build

2013-06-27 Thread Colin King
@Stuart, can you check to see if installing the linux headers fixes the
issue for you?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172813

Title:
  fwts-efi-runtime-dkms 0.26.08-0ubuntu1: fwts-efi-runtime-dkms kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1172813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1193696] Re: fwts crashed with SIGSEGV in __GI__IO_getline_info()

2013-06-27 Thread Colin King
@Kai, do you mind re-testing the latest fwts from the fwts development
PPA:

sudo add-apt-repository ppa:firmware-testing-team/ppa-fwts-devel
sudo apt-get update
sudo apt-get install fwts

and re-test.  Let me know what happens, and also how you are running
fwts.  Thanks!

** Changed in: fwts (Ubuntu)
   Status: New = In Progress

** Changed in: fwts (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

** Changed in: fwts (Ubuntu)
   Status: In Progress = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193696

Title:
  fwts crashed with SIGSEGV in __GI__IO_getline_info()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1193696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   10   >