-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lv-drivers: Lint recipe #466
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
merged with e86355f |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========= Features --------- Add support for Python 3.11 (openembedded#466) (ff379e3) Allow representing enums with their unqualified symbolic names in headers (openembedded#465) (522b98e) Bug Fixes -------- Major refactoring of Polling, Retry and Timeout logic (openembedded#462) (434253d) Require google-auth >= 2.14.1 (openembedded#463) (7cc329f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========= Features --------- Add support for Python 3.11 (openembedded#466) (ff379e3) Allow representing enums with their unqualified symbolic names in headers (openembedded#465) (522b98e) Bug Fixes -------- Major refactoring of Polling, Retry and Timeout logic (openembedded#462) (434253d) Require google-auth >= 2.14.1 (openembedded#463) (7cc329f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 5, 2022
Changelog: ========= Features --------- Add support for Python 3.11 (openembedded#466) (ff379e3) Allow representing enums with their unqualified symbolic names in headers (openembedded#465) (522b98e) Bug Fixes -------- Major refactoring of Polling, Retry and Timeout logic (openembedded#462) (434253d) Require google-auth >= 2.14.1 (openembedded#463) (7cc329f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 13, 2023
Changelog: =========== lib: Fix some small bugs spotted by newest covscan (openembedded#471) ipc: Retry receiving credentials if the the message is short (openembedded#476) timer: Move state check to before time check (openembedded#479) tests: Close race condition in check_loop (openembedded#480) blackbox: fix potential overlow/memory corruption (openembedded#486) tests: Make ipc test more portable (openembedded#466) tests: cleanup the last of the empty directories (openembedded#467) doxygen2man: Fix function parameter alignment (openembedded#468) tests: Fix tests on FreeBSD-devel (openembedded#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482) tests: allow -j to work (openembedded#485) Update -version info for 2.0.7 Add --disable-tests option (openembedded#475) configure: Modernize configure.ac a bit (openembedded#470) spec: Migrate to SPDX license (openembedded#487) add simplified chinese readme (openembedded#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472) strlcpy: avoid compiler warning from strncpy (openembedded#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 14, 2023
Changelog: =========== lib: Fix some small bugs spotted by newest covscan (openembedded#471) ipc: Retry receiving credentials if the the message is short (openembedded#476) timer: Move state check to before time check (openembedded#479) tests: Close race condition in check_loop (openembedded#480) blackbox: fix potential overlow/memory corruption (openembedded#486) tests: Make ipc test more portable (openembedded#466) tests: cleanup the last of the empty directories (openembedded#467) doxygen2man: Fix function parameter alignment (openembedded#468) tests: Fix tests on FreeBSD-devel (openembedded#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482) tests: allow -j to work (openembedded#485) Update -version info for 2.0.7 Add --disable-tests option (openembedded#475) configure: Modernize configure.ac a bit (openembedded#470) spec: Migrate to SPDX license (openembedded#487) add simplified chinese readme (openembedded#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472) strlcpy: avoid compiler warning from strncpy (openembedded#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Aug 30, 2023
The delta between 2.0.6 and 2.0.8 contains the CVE-2023-39976 fix and other bugfixes. git log --oneline shows: 002171b (HEAD, tag: v2.0.8, origin/main, origin/HEAD, main) Update library version for 2.0.8 1bbaa92 log: fix potential overflow with long log messages (#490) 92ddd7c test - fix test dependancies (#489) 06c8641 (tag: v2.0.7) Update -version info for 2.0.7 0665086 spec: Migrate to SPDX license (#487) 5862acb blackbox: fix potential overlow/memory corruption (#486) a3aedbc tests: allow -j to work (#485) 335dbb6 test: Remove gnu/lib-names.h from libstat_wrapper.c (#482) 4dcdfe9 strlcpy: avoid compiler warning from strncpy (#473) 1a32a60 Add --disable-tests option (#475) 10b0623 m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472) e038f59 tests: Close race condition in check_loop (#480) fde729e timer: Move state check to before time check (#479) 5594d37 ipc: Retry receiving credentials if the the message is short (#476) e8129a3 add simplified chinese readme (#474) eaa95ec lib: Fix some small bugs spotted by newest covscan (#471) 14507d5 configure: Modernize configure.ac a bit (#470) 8325d84 tests: Fix tests on FreeBSD-devel (#469) e407874 doxygen2man: Fix function parameter alignment (#468) 0eb0991 tests: cleanup the last of the empty directories (#467) 44a4cb2 tests: Make ipc test more portable (#466) 758044b (tag: v2.0.6) test: Include ipc_sock.test in the libqb-tests rpm (#463) Release Notes: https://github.com/ClusterLabs/libqb/releases Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-openembedded
that referenced
this pull request
Sep 12, 2023
Source: meta-openembedded MR: 127624 Type: Integration Disposition: Merged from meta-openembedded ChangeID: dee7706 Description: The delta between 2.0.6 and 2.0.8 contains the CVE-2023-39976 fix and other bugfixes. git log --oneline shows: 002171b (HEAD, tag: v2.0.8, origin/main, origin/HEAD, main) Update library version for 2.0.8 1bbaa92 log: fix potential overflow with long log messages (openembedded#490) 92ddd7c test - fix test dependancies (openembedded#489) 06c8641 (tag: v2.0.7) Update -version info for 2.0.7 0665086 spec: Migrate to SPDX license (openembedded#487) 5862acb blackbox: fix potential overlow/memory corruption (openembedded#486) a3aedbc tests: allow -j to work (openembedded#485) 335dbb6 test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482) 4dcdfe9 strlcpy: avoid compiler warning from strncpy (openembedded#473) 1a32a60 Add --disable-tests option (openembedded#475) 10b0623 m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472) e038f59 tests: Close race condition in check_loop (openembedded#480) fde729e timer: Move state check to before time check (openembedded#479) 5594d37 ipc: Retry receiving credentials if the the message is short (openembedded#476) e8129a3 add simplified chinese readme (openembedded#474) eaa95ec lib: Fix some small bugs spotted by newest covscan (openembedded#471) 14507d5 configure: Modernize configure.ac a bit (openembedded#470) 8325d84 tests: Fix tests on FreeBSD-devel (openembedded#469) e407874 doxygen2man: Fix function parameter alignment (openembedded#468) 0eb0991 tests: cleanup the last of the empty directories (openembedded#467) 44a4cb2 tests: Make ipc test more portable (openembedded#466) 758044b (tag: v2.0.6) test: Include ipc_sock.test in the libqb-tests rpm (openembedded#463) Release Notes: https://github.com/ClusterLabs/libqb/releases Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 12, 2023
Additions: - A new "DSP policy" module has been added; its purpose is to automatically load a filter-chain when a certain hardware device is present, so that audio always goes through this software DSP before reaching the device. This is mainly to support Apple M1/M2 devices, which require a software DSP to be always present - WpImplModule now supports loading module arguments directly from a SPA-JSON config file; this is mainly to support DSP configuration for Apple M1/M2 and will likely be reworked for 0.5 - Added support for automatically combining Bluetooth LE Audio device sets (e.g. pairs of earbuds) (!500) - Added command line options in ``wpctl`` to display device/node names and nicknames instead of descriptions - Added zsh completions file for ``wpctl`` - The device profile selection policy now respects the ``device.profile`` property if it is set on the device; this is useful to hand-pick a profile based on static configuration rules (alsa_monitor.rules) Changes/Fixes: - Linking policy now sends an error to the client before destroying the node, if it determines that the node cannot be linked to any target; this fixes error reporting on the client side - Fixed a crash in suspend-node that could happen when destroying virtual sinks that were loaded from another process such as pw-loopback (openembedded#467) - Virtual machine default period size has been bumped to 1024 (openembedded#507) - Updated bluez5 default configuration, using ``bluez5.roles`` instead of ``bluez5.headset-roles`` now (!498) - Disabled Bluetooth autoconnect by default (!514) - Removed ``RestrictNamespaces`` option from the systemd services in order to allow libcamera to load sandboxed IPA modules (openembedded#466) - Fixed a JSON encoding bug with empty strings (openembedded#471) - Lua code can now parse strings without quotes from SPA-JSON - Added some missing `\since` annotations and made them show up in the generated gobject-introspection file, to help bindings generators Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Nov 3, 2023
Additions: - A new "DSP policy" module has been added; its purpose is to automatically load a filter-chain when a certain hardware device is present, so that audio always goes through this software DSP before reaching the device. This is mainly to support Apple M1/M2 devices, which require a software DSP to be always present - WpImplModule now supports loading module arguments directly from a SPA-JSON config file; this is mainly to support DSP configuration for Apple M1/M2 and will likely be reworked for 0.5 - Added support for automatically combining Bluetooth LE Audio device sets (e.g. pairs of earbuds) (!500) - Added command line options in ``wpctl`` to display device/node names and nicknames instead of descriptions - Added zsh completions file for ``wpctl`` - The device profile selection policy now respects the ``device.profile`` property if it is set on the device; this is useful to hand-pick a profile based on static configuration rules (alsa_monitor.rules) Changes/Fixes: - Linking policy now sends an error to the client before destroying the node, if it determines that the node cannot be linked to any target; this fixes error reporting on the client side - Fixed a crash in suspend-node that could happen when destroying virtual sinks that were loaded from another process such as pw-loopback (#467) - Virtual machine default period size has been bumped to 1024 (#507) - Updated bluez5 default configuration, using ``bluez5.roles`` instead of ``bluez5.headset-roles`` now (!498) - Disabled Bluetooth autoconnect by default (!514) - Removed ``RestrictNamespaces`` option from the systemd services in order to allow libcamera to load sandboxed IPA modules (#466) - Fixed a JSON encoding bug with empty strings (#471) - Lua code can now parse strings without quotes from SPA-JSON - Added some missing `\since` annotations and made them show up in the generated gobject-introspection file, to help bindings generators Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 56d34f3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Philippe Coval philippe.coval@huawei.com