pastebin - collaborative debugging tool
rovema.kpaste.net RSS


debian11bullseye_linux6_17_rc4_rt3_update.ksh
Posted by Anonymous on Thu 2nd Oct 2025 10:29
raw | new post

  1. #!/bin/ksh93
  2.  
  3. #
  4. # debian11bullseye_linux6_17_rc4_rt3_update.ksh - build a
  5. # Debian 11-compatible Linux v6.17-rc4-rt3 kernel
  6. #
  7. # Written by Roland Mainz <roland.mainz@rovema.de>
  8. #
  9.  
  10. set -o xtrace
  11. set -o nounset
  12. set -o errexit
  13. # stable:
  14. # git -c 'checkout.workers=16' clone -b 'v6.6.104-rt60' --single-branch 'git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git'
  15. # cd linux-stable-rt
  16. # devel:
  17. git -c 'checkout.workers=16' clone -b 'v6.17-rc4-rt3' --single-branch 'git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git'
  18. cd linux-rt-devel
  19.  
  20. #patch -p1 <'../0001_nfsd_NFSD_MAX_OPS_PER_COMPOUND_128.patch'
  21. #patch -p1 <'../0001-nfsd-PUTPUBFH-is-supported-in-NFSv4.1-and-NFSv4.patch'
  22. #patch -p1 <'../0001_rpcsvc_RPCSVC_MAXPAYLOAD_16M.patch'
  23.  
  24. cp ../debian11_linuxv6_17_rc4_rt3_32bit.config .config
  25.  
  26. time nice -n 19 chrt --idle 0 ksh -c 'CC="gcc -m32" make -j12 bindeb-pkg 2>&1 | tee buildlog.log'
  27.  
  28. # EOF.

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at