All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 690776] Re: Overwrite argv to set process title, eliminating 16-character prctl() limit.
  2010-12-15 18:16 [Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit John Morrissey
@ 2010-12-15 18:16 ` John Morrissey
  2021-04-22  4:29 ` Thomas Huth
  2021-06-22  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: John Morrissey @ 2010-12-15 18:16 UTC (permalink / raw)
  To: qemu-devel


** Attachment added: "qemu-overwrite-argv-to-set-process-title.patch"
   https://bugs.launchpad.net/bugs/690776/+attachment/1767059/+files/qemu-overwrite-argv-to-set-process-title.patch

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/690776

Title:
  Overwrite argv to set process title, eliminating 16-character prctl() limit.

Status in QEMU:
  New

Bug description:
  I've modified qemu to overwrite its arguments to set the process title, since its current prctl() method has a 16-character limit.

I posted the original patch to qemu-devel, made the changes others suggested, then re-posted to qemu-devel. I flailed around a bit with the patch submission process and think I finally got it right, but haven't been able to gain the notice of a committer to have this pushed. Maybe this will get more attention when reported in the BTS.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit.
@ 2010-12-15 18:16 John Morrissey
  2010-12-15 18:16 ` [Qemu-devel] [Bug 690776] " John Morrissey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Morrissey @ 2010-12-15 18:16 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I've modified qemu to overwrite its arguments to set the process title,
since its current prctl() method has a 16-character limit.

I posted the original patch to qemu-devel, made the changes others
suggested, then re-posted to qemu-devel. I flailed around a bit with the
patch submission process and think I finally got it right, but haven't
been able to gain the notice of a committer to have this pushed. Maybe
this will get more attention when reported in the BTS.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/690776

Title:
  Overwrite argv to set process title, eliminating 16-character prctl() limit.

Status in QEMU:
  New

Bug description:
  I've modified qemu to overwrite its arguments to set the process title, since its current prctl() method has a 16-character limit.

I posted the original patch to qemu-devel, made the changes others suggested, then re-posted to qemu-devel. I flailed around a bit with the patch submission process and think I finally got it right, but haven't been able to gain the notice of a committer to have this pushed. Maybe this will get more attention when reported in the BTS.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 690776] Re: Overwrite argv to set process title, eliminating 16-character prctl() limit.
  2010-12-15 18:16 [Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit John Morrissey
  2010-12-15 18:16 ` [Qemu-devel] [Bug 690776] " John Morrissey
@ 2021-04-22  4:29 ` Thomas Huth
  2021-06-22  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-04-22  4:29 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/690776

Title:
  Overwrite argv to set process title, eliminating 16-character prctl()
  limit.

Status in QEMU:
  Incomplete

Bug description:
  I've modified qemu to overwrite its arguments to set the process
  title, since its current prctl() method has a 16-character limit.

  I posted the original patch to qemu-devel, made the changes others
  suggested, then re-posted to qemu-devel. I flailed around a bit with
  the patch submission process and think I finally got it right, but
  haven't been able to gain the notice of a committer to have this
  pushed. Maybe this will get more attention when reported in the BTS.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 690776] Re: Overwrite argv to set process title, eliminating 16-character prctl() limit.
  2010-12-15 18:16 [Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit John Morrissey
  2010-12-15 18:16 ` [Qemu-devel] [Bug 690776] " John Morrissey
  2021-04-22  4:29 ` Thomas Huth
@ 2021-06-22  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-06-22  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/690776

Title:
  Overwrite argv to set process title, eliminating 16-character prctl()
  limit.

Status in QEMU:
  Expired

Bug description:
  I've modified qemu to overwrite its arguments to set the process
  title, since its current prctl() method has a 16-character limit.

  I posted the original patch to qemu-devel, made the changes others
  suggested, then re-posted to qemu-devel. I flailed around a bit with
  the patch submission process and think I finally got it right, but
  haven't been able to gain the notice of a committer to have this
  pushed. Maybe this will get more attention when reported in the BTS.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-22  4:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-15 18:16 [Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit John Morrissey
2010-12-15 18:16 ` [Qemu-devel] [Bug 690776] " John Morrissey
2021-04-22  4:29 ` Thomas Huth
2021-06-22  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.