Message ID | 20231225102109.2853783-1-andrei.otcheretianski@intel.com |
---|---|
Headers | show |
Series | Various hwsim fixes | expand |
On Mon, Dec 25, 2023 at 12:20:57PM +0200, Andrei Otcheretianski wrote: > This patch series are a bunch of fixes, cleanups and improvements > from our internal tree. > We encountered some of the issues when running hwsim in a different > environment with different wrappers, tools etc. > However, I believe that the changes here make overall sense and make > the hwsim framework more robust. > > Andrei Otcheretianski (1): > Disable _FORTIFY_SOURCE when building with -O0 > > Benjamin Berg (9): > hwsim: Strip trailing space from ip output > hwsim: explicitly set address to bind to > hwsim: write services needed for pyrad > hwsim: Use pgrep instead of ps > hwsim: Stop WPA AP at end of VHT 80 MHz (US) test > hwsim: Flag inside VM using an environment variable > build: Properly grab the libpcsclite cflags > tests: Optimize process memory reading using join > tests: run kmemleak between tests if available > > Johannes Berg (2): > tests: ap_vht_40: wait a bit before connectivity check > tests: P2P: also wait in go_neg_pbc() Thanks, applied patches 1-3 and 5-12 (i.e., all others except the pgrep one that broke the test for some reason).