summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-04-01 20:26:48 -0700
committerKent Overstreet <kent.overstreet@linux.dev>2025-04-02 10:24:34 -0400
commita07c43e6c2ff4cbdba7abf8d533b2faf19fa2287 (patch)
tree7e00db1a40c1c78b93ccc04c242bd0275c11c510 /scripts/patch-kernel
parent955ba7b5ea0395e9e3377f0ffc14f5dc4a099284 (diff)
downloadkernel-a07c43e6c2ff4cbdba7abf8d533b2faf19fa2287.tar.gz
bcachefs: add missing selection of XARRAY_MULTI
When CONFIG_XARRAY_MULTI is not set, reading from a bcachefs file hits the 'BUG_ON(order > 0);' in xas_set_order(), because it tries to insert a large folio in the page cache. Fix this by making bcachefs select XARRAY_MULTI. Fixes: be212d86b19c ("bcachefs: bs > ps support") Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
5-26ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto 2014-05-26ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto 2014-05-26ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto 2014-05-26ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto 2014-05-26ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto 2014-05-26ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto 2014-05-26ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto 2013-11-22ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto 2013-10-22Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Takashi Iwai 2013-10-20ALSA: dice: make amdtp_rates[] constClemens Ladisch 2013-10-20ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch 2013-10-20ALSA: firewire: introduce amdtp_out_stream_running()Clemens Ladisch 2013-10-20ALSA: dice, firewire-lib: add blocking modeClemens Ladisch 2013-09-26ALSA: firewire-lib: use inlune function to calculate frame bytesTakashi Sakamoto 2012-05-14ALSA: firewire-lib: optimize packet flushingClemens Ladisch 2012-05-14ALSA: firewire-lib: flush completed packets when reading PCM positionClemens Ladisch 2012-05-14ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() callClemens Ladisch 2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch 2011-03-15ALSA: firewire-lib, firewire-speakers: handle packet queueing errorsClemens Ladisch 2011-03-15ALSA: firewire-lib: use no-info SYT for packets without SYT sampleClemens Ladisch 2011-03-15ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driverClemens Ladisch