<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v6.19</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v6.19</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v6.19'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2026-02-08T21:03:27Z</updated>
<entry>
<title>Linux 6.19</title>
<updated>2026-02-08T21:03:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-02-08T21:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=05f7e89ab9731565d8a62e3b5d1ec206485eeb0b'/>
<id>urn:sha1:05f7e89ab9731565d8a62e3b5d1ec206485eeb0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.19-rc8</title>
<updated>2026-02-01T22:01:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-02-01T22:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=18f7fcd5e69a04df57b563360b88be72471d6b62'/>
<id>urn:sha1:18f7fcd5e69a04df57b563360b88be72471d6b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux</title>
<updated>2026-01-31T00:15:59Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-01-31T00:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=367b81ef010ad3d0986af32f594c3a2e5807b40a'/>
<id>urn:sha1:367b81ef010ad3d0986af32f594c3a2e5807b40a</id>
<content type='text'>
Pull Rust fixes from Miguel Ojeda:
 "Toolchain and infrastructure:

   - Trigger rebuilds of the newly added 'proc-macro2' crate (and its
     dependencies) when the Rust compiler version changes

   - Fix error in '.rsi' targets (macro expanding single targets) under
     'O=' pointing to an external (not subdir) folder

   - Fix off-by-one line number in 'rustdoc' KUnit tests

   - Add '-fdiagnostics-show-context' to GCC flags skipped by 'bindgen'

   - Clean objtool warning by adding one more 'noreturn' function

   - Clean 'libpin_init_internal.{so,dylib}' in 'mrproper'

  'kernel' crate:

   - Fix build error when using expressions in formatting arguments

   - Mark 'num::Bounded::__new()' as unsafe and clean documentation
     accordingly

   - Always inline functions using 'build_assert' with arguments

   - Fix 'rusttest' build error providing the right 'isize_atomic_repr'
     type for the host

  'macros' crate:

   - Fix 'rusttest' build error by ignoring example

  rust-analyzer:

   - Remove assertion that was not true for distributions like NixOS

   - Add missing dependency edges and fix editions for 'quote' and
     sysroot crates to provide correct IDE support

  DRM Tyr:

   - Fix build error by adding missing dependency on 'CONFIG_COMMON_CLK'

  Plus clean a few typos in docs and comments"

* tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux: (28 commits)
  rust: num: bounded: clean __new documentation and comments
  scripts: generate_rust_analyzer: fix resolution of #[pin_data] macros
  drm/tyr: depend on `COMMON_CLK` to fix build error
  rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
  kbuild: rust: clean libpin_init_internal in mrproper
  rust: proc-macro2: rebuild if the version text changes
  rust: num: bounded: add missing comment for always inlined function
  rust: sync: refcount: always inline functions using build_assert with arguments
  rust: bits: always inline functions using build_assert with arguments
  scripts: generate_rust_analyzer: compile sysroot with correct edition
  scripts: generate_rust_analyzer: compile quote with correct edition
  scripts: generate_rust_analyzer: quote: treat `core` and `std` as dependencies
  scripts: generate_rust_analyzer: syn: treat `std` as a dependency
  scripts: generate_rust_analyzer: remove sysroot assertion
  rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
  scripts: generate_rust_analyzer: Add pin_init_internal deps
  scripts: generate_rust_analyzer: Add pin_init -&gt; compiler_builtins dep
  scripts: generate_rust_analyzer: Add compiler_builtins -&gt; core dep
  rust: macros: ignore example with module parameters
  rust: num: bounded: mark __new as unsafe
  ...
</content>
</entry>
<entry>
<title>Linux 6.19-rc7</title>
<updated>2026-01-25T22:11:24Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-01-25T22:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=63804fed149a6750ffd28610c5c1c98cce6bd377'/>
<id>urn:sha1:63804fed149a6750ffd28610c5c1c98cce6bd377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: rust: clean libpin_init_internal in mrproper</title>
<updated>2026-01-23T22:25:00Z</updated>
<author>
<name>Chen Miao</name>
<email>chenmiao@openatom.club</email>
</author>
<published>2025-10-31T02:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a44bfed9df8a514962e2cb076d9c0b594caeff36'/>
<id>urn:sha1:a44bfed9df8a514962e2cb076d9c0b594caeff36</id>
<content type='text'>
When I enabled Rust compilation, I wanted to clean up its output, so I
used make mrproper. However, I was still able to find that
libpin_init_internal.so in the rust directory was not deleted, while
all other corresponding outputs were cleared.

Thus add it to the `MRPROPER_FILES` list.

Reviewed-by: Dongliang Mu &lt;dzm91@hust.edu.cn&gt;
Signed-off-by: Chen Miao &lt;chenmiao@openatom.club&gt;
Fixes: d7659acca7a3 ("rust: add pin-init crate build infrastructure")
Cc: stable@vger.kernel.org
Acked-by: Nicolas Schier &lt;nsc@kernel.org&gt;
Acked-by: Benno Lossin &lt;lossin@kernel.org&gt;
Link: https://patch.msgid.link/71ff222b8731e63e06059c5d8566434e508baf2b.1761876365.git.chenmiao@openatom.club
[ Fixed tags and Git author as discussed. Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;
</content>
</entry>
<entry>
<title>Linux 6.19-rc6</title>
<updated>2026-01-18T23:42:45Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-01-18T23:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7'/>
<id>urn:sha1:24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.19-rc5</title>
<updated>2026-01-12T03:03:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-01-12T03:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0f61b1860cc3f52aef9036d7235ed1f017632193'/>
<id>urn:sha1:0f61b1860cc3f52aef9036d7235ed1f017632193</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.19-rc4</title>
<updated>2026-01-04T22:41:55Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2026-01-04T22:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9ace4753a5202b02191d54e9fdf7f9e3d02b85eb'/>
<id>urn:sha1:9ace4753a5202b02191d54e9fdf7f9e3d02b85eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.19-rc3</title>
<updated>2025-12-28T21:24:26Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2025-12-28T21:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da'/>
<id>urn:sha1:f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.19-rc2</title>
<updated>2025-12-21T23:52:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2025-12-21T23:52:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9448598b22c50c8a5bb77a9103e2d49f134c9578'/>
<id>urn:sha1:9448598b22c50c8a5bb77a9103e2d49f134c9578</id>
<content type='text'>
</content>
</entry>
</feed>
