[RTEMS Project] Password reset: GabrielMoyano

2021-04-12 Thread RTEMS trac
Password reset for user GabrielMoyano

--
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] Trac password reset for user: GabrielMoyano

2021-04-12 Thread RTEMS trac
Your Trac password has been reset.

Here is your account information:

Login URL: 
Username: GabrielMoyano
Password: UxqgNmzP

-- 
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] Password reset: GabrielMoyano

2021-04-12 Thread RTEMS trac
Password reset for user GabrielMoyano

--
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] #4385: grlib/genirq: Bad returned value when enabling/disabling interrupt

2021-04-12 Thread RTEMS trac
#4385: grlib/genirq: Bad returned value when enabling/disabling interrupt
+
  Reporter:  GabrielMoyano  |  Owner:  (none)
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  5.1
 Component:  admin  |Version:
  Severity:  normal |   Keywords:
Blocked By: |   Blocking:
+
 The function genirq_set_active() can return a value greater than 1 under
 some conditions

 This function is used by genirq_enable() and genirq_disable() and both of
 them returns the value returned by genirq_set_active(). According to the
 documentation in genirq.h, they should return -1, 0 or 1.

 When this issue can happen? If there are 3 entries in the list of IRQ and
 2 of them are already enabled, the variable `enabled` would be 2, because
 of `enabled += isrentry->enabled`.

 As a possible solution, the value of `enabled` can changed to 1 if it's
 greater than 1.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4384: Add SMTP login to rtems-tools mailer

2021-04-12 Thread RTEMS trac
#4384: Add SMTP login to rtems-tools mailer
-+-
 Reporter:  Alex White   |   Owner:  Alex White
 Type:  enhancement  |  Status:  accepted
 Priority:  normal   |   Milestone:  6.1
Component:  tool | Version:  6
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Alex White):

 Replying to [ticket:4384 Alex White]:

 > The following additional command line options should be enough to make
 it work:
 > --smtp-port
 > --smtp-user
 > --smtp-password

 Additionally, a `--smtp-use-gitconfig` option to use the information found
 in `~/.gitconfig` would be nice.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4384: Add SMTP login to rtems-tools mailer

2021-04-12 Thread RTEMS trac
#4384: Add SMTP login to rtems-tools mailer
-+-
 Reporter:  Alex White   |   Owner:  Alex White
 Type:  enhancement  |  Status:  accepted
 Priority:  normal   |   Milestone:  6.1
Component:  tool | Version:  6
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-
Changes (by Alex White):

 * owner:  (none) => Alex White
 * status:  new => accepted


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #4384: Add SMTP login to rtems-tools mailer

2021-04-12 Thread RTEMS trac
#4384: Add SMTP login to rtems-tools mailer
--+
  Reporter:  Alex White   |  Owner:  (none)
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  6.1
 Component:  tool |Version:  6
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+
 The ability to provide a username and password to perform an SMTP login
 should be added so that rtems-test results can be mailed via an external
 SMTP server that requires authentication.

 The following additional command line options should be enough to make it
 work:
 --smtp-port
 --smtp-user
 --smtp-password

 The mail-related command line options should be filtered from the mailed
 logs so that credentials do not get leaked.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs