- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sun, Oct 12
Sun, Sep 21
Jan 24 2025
Jan 19 2025
Jan 18 2025
Jan 13 2025
Jan 9 2025
Change to using an assert
Jan 8 2025
In D48328#1102276, @asomers wrote:I think this is OK. But it would also be fine just to put an assert(j < max_queue_per_proc before the array dereference.
Jan 5 2025
Nov 6 2024
May 11 2024
Feb 9 2024
Feb 3 2024
A nit on the description: "paremeter" should be "parameter"
Dec 31 2023
Dec 28 2023
Nov 10 2023
May 30 2023
Feb 23 2023
Feb 19 2023
Feb 16 2023
Feb 14 2023
Correct author in commit log.
In D38551#877968, @vangyzen wrote:Common practice for attributing the submitter with git is:
git commit --amend --author='Robert Herndon <Robert.Herndon@Dell.com>'
Feb 12 2023
Re-submit
Apr 12 2022
I'll commit the change.
Feb 23 2022
Dec 28 2021
Oct 11 2021
Oct 4 2021
I'll go ahead and commit.
Sep 27 2021
Aug 30 2021
Jun 30 2021
Jun 9 2021
Jun 1 2021
May 26 2021
May 25 2021
- Fix typo
May 24 2021
- Shorten comment
Apr 29 2021
Apr 27 2021
Looks good; just a few style nits.
Apr 26 2021
Apr 6 2021
Apr 2 2021
Mar 31 2021
Looks pretty good. I would agree that it should be tested on a LEGACY (non-UEFI) BIOS.
Oct 22 2020
Seems reasonable, although I think the explanation from your description of this change should really go in the code comment rather than the rather terse and enigmatic "Prevent pollution from bogus symbols".
Oct 1 2020
Sep 29 2020
Sep 21 2020
Sep 18 2020
Allocate the buffer based on max_xfer_size as suggested by a review comment.
Sep 16 2020
Combine statements that calculate the transfer size as suggested by review comments.