iommu/amd: fix SEV-TIO support reporting

6 December 19:13 - Linux Kernel - Linus Torvalds

Commit eeb934137deb ("iommu/amd: Report SEV-TIO support") was confused about the config options that expose amd_iommu_sev_tio_supported(), and made the declaration (and alternative dummy function) conditional on the CONFIG_AMD_IOMMU config option.

libio: null terminate the buffer upon initial allocation in getdelim

6 December 04:09 - glibc - Collin Funk

Commit 33eff78c8b28adc4963987880e10d96761f2a167 caused issues in nbdkit which had code similar to this to get the last line of the file: while (getline (&line, &len, fp) != -1) ; /* Process LINE.

Merge tag 'soc-dt-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

6 December 01:24 - Linux Kernel - Linus Torvalds


  • Most Popular This Week

aarch64: Implement AdvSIMD and SVE rsqrt(f) routines

5 December 18:05 - glibc - James Chesterman

Vector variants of the new C23 rsqrt routines for both AdvSIMD and SVE, as well as in both single and double precision.

Use compiler provided PTW_VERSION define for compatibility

5 December 15:00 - Ardour - Robin Gareus

swscale: Refactor XYZ+RGB state and add function hooks

5 December 10:28 - FFmpeg - Arpad Panyik

Prepare for xyz12Torgb48 architecture-specific optimizations in subsequent patches by:- Grouping XYZ+RGB gamma LUTs and 3x3 matrices into SwsColorXform (ctx->xyz2rgb and ctx->rgb2xyz), replacing scattered fields.- Dropping the unused last matrix column giving the same or smaller SwsInternal size.- Renaming ff_xyz12Torgb48 and ff_rgb48Toxyz12 and routing calls via the new per-context function pointer (ctx->xyz12Torgb48 and ctx->rgb48Toxyz12) in graph.c and swscale.c.- Adding ff_sws_init_xyzdsp and invoking it in swscale init paths (normal and unscaled).

swscale: Add AArch64 Neon path for xyz12Torgb48 LE

5 December 10:28 - FFmpeg - Arpad Panyik

Add optimized Neon code path for the little endian case of the xyz12Torgb48 function.


VST3: set VSTSpeakerArrangements to match track

4 December 22:39 - Ardour - Robin Gareus

This fixes some plugins that require a valid Bus/SpeakerArrangement setting to set the available per bus I/O channel-count.

Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

4 December 18:08 - Linux Kernel - Linus Torvalds

i386: Fix fmod/fmodf/remainder/remainderf for gcc-12

4 December 16:12 - glibc - Adhemerval Zanella

The __builtin_fmod{f} and __builtin_remainder{f} were added on gcc 13, and the minimum supported gcc is 12.

avcodec/x86/vp8dsp: Avoid unpacking multiple times

4 December 14:17 - FFmpeg - Andreas Rheinhardt

Always pair row i with row i+2 for the vertical four-tap filter and row i+3 for the vertical six-tap filter (instead of pairing the first with the sixth, the second with the third and the fourth and the fifth).

aarch64: Support enforcing BTI on dependencies

4 December 12:44 - glibc - Yury Khrustalev

Add glibc.cpu.aarch64_bti tunable with 2 values:

avcodec/d3d12va_encode: add intra refresh support for d3d12va encode

4 December 08:26 - FFmpeg - stevxiao

Intra refresh is a technique that gradually refreshes the video by encoding rows or regions as intra macroblocks/CTUs spread over multiple frames, rather than using periodic I-frames.


avutil/vulkan: fix device memory size truncation

3 December 23:45 - FFmpeg - Kacper Michajłow

size_t cannot fit VK_WHOLE_SIZE on 32-bit builds.


rationalize region "show properties" and "edit in separate window" menu items

2 December 03:48 - Ardour - Paul Davis

fftools/ffmpeg: add force key frame by scdet metadata support

2 December 03:03 - FFmpeg - Zhao Zhili

For example:


libavdevice/decklink: add support for DeckLink SDK 14.3

1 December 21:37 - FFmpeg - Thomas Gritzan

This patch adds support for DeckLink SDK 14.3 and newer by using the legacy interfaces in the header <DeckLinkAPI_v14_2_1.h>.

MCP - Add RGB color display to iCON P1-M, P-NANO and V1-M

1 December 20:10 - Ardour - Nicolas Koch

Strip Import: add option to show all local tracks

1 December 19:34 - Ardour - Robin Gareus

scripts: Support custom Git URLs in build-many-glibcs.py

1 December 16:22 - glibc - Yury Khrustalev

Use environment variables to provide mirror URLs to checkout sources from Git.

scripts: Support custom FTP mirror URL in build-many-glibcs.py

1 December 16:21 - glibc - Yury Khrustalev

Allow to use custom mirror URLs to download tarballs from a mirror of ftp.gnu.org using the FTP_GNU_ORG_MIRROR env variable (default