aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-10 14:13:05 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-10 14:13:05 -0800
commitd7e67a9e8c304ba767c5069a9c1f0c8ca80276f9 (patch)
treea23ead5371302eebf364cd0150a5a24be7b4a9ad /scripts/generate_rust_analyzer.py
parentfilemap: Fix bounds checking in filemap_read() (diff)
parentMerge tag 'i2c-host-fixes-6.12-rc7' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadlinux-d7e67a9e8c304ba767c5069a9c1f0c8ca80276f9.tar.gz
linux-d7e67a9e8c304ba767c5069a9c1f0c8ca80276f9.zip
Merge tag 'i2c-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "i2c-host fixes for v6.12-rc7 (from Andi): - Fix designware incorrect behavior when concluding a transmission - Fix Mule multiplexer error value evaluation" * tag 'i2c-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set i2c: muxes: Fix return value check in mule_i2c_mux_probe()
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions
td> 2007-01-28Don't force everybody to call setup_ident().Junio C Hamano13-28/+35 2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2-2/+7 2007-01-27Document --check option to git diff.Bill Lear2-1/+6 2007-01-27Allow the tag signing key to be specified in the config fileAndy Parkins3-2/+21 2007-01-26If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins1-3/+6 2007-01-26fix suggested branch creation command when detaching headNicolas Pitre1-3/+3 2007-01-26write_in_full: size_t is unsigned.Junio C Hamano1-1/+1 2007-01-26create_symref: check error return from open().Junio C Hamano1-1/+5 2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard1-24/+8 2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2-1/+3 2007-01-26Make sure we do not write bogus reflog entries.Junio C Hamano2-18/+23 2007-01-26Remove unnecessary found variable from describe.Shawn O. Pearce1-2/+1 2007-01-26Use inttypes.h rather than stdint.h.Jason Riedy1-1/+1 2007-01-26Documentation: pack-refs --all vs default behaviourJunio C Hamano1-1/+12 2007-01-25show-branch -g: default to HEADJunio C Hamano1-4/+13