Re: regression failure of wpa_supplicant from 12.3-RELEASE to 12.4-RELEASE
- In reply to: Julian H. Stacey: "Re: regression failure of wpa_supplicant from 12.3-RELEASE to 12.4-RELEASE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 23:34:59 UTC
On Mon, 29 May 2023, Julian H. Stacey wrote: > "Bjoern A. Zeeb" wrote: >> On Thu, 25 May 2023, Julian H. Stacey wrote: >> >>> "Julian H. Stacey" wrote: >>>> Hi wireless@freebsd.org, >>>> I suffered regression failure of wpa_supplicant from 12.3-RELEASE to >>>> 12.4-RELEASE, ifconfig wlan0 | grep status >>>> was not showing status: associated >> >> I don't know the state in 12.x but can you see if >> >> bfb202c4554a72383202a1a401d80721935b8c95 and/or >> 052211e08c0e227277d0c4dc603bba2253eb3d73 >> >> apply and/or help? > > Thanks, I'll read how to extract src/ with those. > I'll read https://docs.freebsd.org/en/books/handbook/mirrors/#git > man git-checkout > or syntax example welcome > > ( I have a src-cur from http://www.berklix.com/~jhs/bin/.sh/git-pull.sh > which calls git pull --ff-only ) git show <hash> will give you something you can feed to patch -p1 normally; you can also try git cherry-pick <hash> in your local release branch branch. Or if you prefer the web, try https://cgit.freebsd.org/src/commit/?id=<hash> (always with <hash> replaced with each of the two above); there should be a download link on cgit for these. > Meantime per my >> I'll compare typescripts from 12.3 & 12.4 wpa_supplicant -d > > Ive uploaded transcript of diff -c of good 12.3 & bad 12.4 to > > http://www.berklix.com/~jhs/src/bsd/fixes/freebsd/src/gen/usr.sbin/wpa/wlan.diff > > Cheers, > -- Bjoern A. Zeeb r15:7