[OpenAFS-devel] OpenAFS Release Team weekly meeting

Michael Meffie mmeffie@sinenomine.net
Fri, 10 Feb 2023 15:08:02 -0500


OpenAFS Release Team weekly meeting

Date: February 9, 2023
Participants:
- Stephan Wiesand, OpenAFS Release Manager
- Cheyenne Wills
- Michael Meffie

The OpenAFS Release Team meetings are held on IRC each Thursday at 17:00 UTC
on the #openafs-releaseteam channel of Libera.Chat.

Stable (1.8.x)
==============

Work continues preparing 1.8.10.

More and careful review of 15300 is required.

Stephan asked about 14584 on master, which fixes a possible panic on the client
(due to an assertion).  Cheyenne will pullup 14584 (and 14592 which is related)
to the stable branch in gerrit for review.

A build error was encountered on the buildbot while building 15316, but
Cheyenne reports the build error was not related to that change.  (Looks to be
a missing or incorrect make dependency that can result in a error during
parallel builds. To be investigated.)


Development (1.9.x/master)
==========================

No report this week.

Recent Changes
==============

Merged onto 'openafs-stable-1_8_x' branch since 2023-02-03:

15302 cmdebug: Print AFSFid fields as unsigned integers
15303 vol: Introduce and use FDH_BLOCKSIZE
15299 afs.h: fix out of tree build failures
15298 libafs: Serialize INSTDIRS/DESTDIRS and COMPDIRS
15297 SOLARIS: Fix libafs $(KOBJ) parallel make race
15296 autoconf: Additional library test for ncurses

Updated for 'openafs-stable-1_8_x' branch since 2023-02-03:

15316 Move key-related warnings to common server code
15324 afs: write-lock vcache->lock in afs_InactiveVCache
15304 Add static assert for size of osi_timeval32_t
15323 CellServDB update 09 May 2022
15315 Remove kdump
15314 IRIX: Remove pre-65 code
15313 DARWIN: correct size of fstrace ICL_TYPE_LONG and ICL_TYPE_POINTER
15309 rx: Only use printf in the AIX kernel
15308 afs: Properly type afs_osi_suser cred arg
15301 rx: Cleanup rx.h
15300 rx: Do not ignore RXS_* op errors
15295 LINUX: defer afs_remunlink when current->fs==NULL

Updated for 'master' branch since 2023-02-03:

12744 Do not merge: Check buildbot verification
15328 libtool: Make libfoo.krb depend on libfoo
15327 vol: Re-evaluate conditons for cond vars
14568 libafscp: add support for rxkad_krb5 keys
15312 AIX: Avoid including net/netisr.h on AIX 7.2 and above
15311 comerr: Update rule for compile_et
15310 configure: Add platform rs_aix73
15322 afsio: Introduce -auth-as
15321 afsio: Translate uae error codes
15320 libafscp: Use afscp_errno more consistently
15319 afsio: Index into dirName properly in BreakUpPath
15318 libafscp: Use %u for afs_uint32
14570 auth: introduce afsconf_PickLocalSecObj()
14596 auth: refactor GenericAuth()
15307 ubik: Set cachedVersion to pre-cbf version
15291 ubik: Don't update cache if ubik_trans was aborted
12968 ubik: Avoid redundant db checks in ubik_Read
15290 ubik: Introduce struct ubik_trans_appl
12966 ubik: Avoid urecovery_AllBetter check in ubik_Seek
15280 rx: Fix rx_atomic.h style nits
15279 tests: Add unit tests for rx_atomic.h