1823 Commits

Author SHA1 Message Date
cc66e47dd0 sequelize stuff 2021-07-27 08:58:44 +01:00
38eb67ad2e managed 2021-06-20 15:32:45 +01:00
87049eb552 and more sequelize 2021-06-17 17:17:47 +01:00
fa0766e88f more sequelize will it ever end 2021-06-17 12:06:44 +01:00
8c86e0aa4d more sequelize stuff 2021-06-14 21:14:20 +01:00
dbf0cbdeae p51 maintenance history move to cirosantilli 2021-06-07 10:19:35 +01:00
b4d0b4b9d8 sync_alter.js 2021-05-29 02:00:01 +00:00
6e15ee4b3c sequelize association test 2021-05-29 01:00:00 +00:00
c6bf5d990d more complex just in case 2021-05-25 02:00:01 +00:00
13f7303db1 more node 2021-05-25 01:00:00 +00:00
9719023feb Ensure that all changes of previous commit are constrained to rr runs 2021-05-19 08:31:33 +00:00
d941cdd1b7 Fixed QEMU record/replay script and manual 2021-05-19 07:31:32 +03:00
333711189d gem5 find code 2021-04-29 01:00:00 +00:00
64e8add2b8 sequelize sqlite 2021-04-20 01:00:00 +00:00
461aa04b8b sequelize update 2021-04-08 01:00:00 +00:00
c7d1528bd7 properly document the china option 2021-04-03 01:00:00 +00:00
5ec6595e1f gem5: update to 927cd10cb48c73e5a4a092ec42d36674c73892fd
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/147
m5term terminal input problem.
2021-03-27 00:00:01 +00:00
45513bd2ce docker: small doc improvements 2021-03-27 00:00:00 +00:00
d769513efc Fix ./build-m5 "Do not know how to make File target `build/aarch64/out/m5'"
The correct m5 target is: submodules/gem5/util/m5/build/arm64/out/m5, but
we were using submodules/gem5/util/m5/build/aarch6/out/m5 instead,
presumably this changed on some gem5 version update, and we didn't notice
because artifacts were leftover in the repo due to in-tree build.

Thanks for EE415-20170470 for proposing the patch at:
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/145#issuecomment-787219330

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/145
2021-03-25 00:00:02 +00:00
956adffe40 Make the most important dependency mandatory 2021-03-25 00:00:01 +00:00
3aa1a670b7 env.js 2021-03-25 00:00:00 +00:00
0779d471c6 sequelize 2021-03-19 00:00:00 +00:00
6efe2fb4e1 fix kernel version in common.py 2021-02-20 00:00:00 +00:00
78931d9f07 start java 2021-02-14 00:00:00 +00:00
03f1b0816d qemu build userland 2021-01-26 00:00:00 +00:00
f350d28a80 add ninja-build prerequisite to qemu build
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/142
2021-01-18 00:00:00 +00:00
2581068a59 gem5: update to ccee3283341454c4480eadd568b010857a044d1a
Kernel boot 5.9 works on gem5 aarch64 now.
2021-01-15 00:00:00 +00:00
f767ba97de gem5: also pass our custom kernel cli parameters to fs_bitLITTLE 2021-01-08 00:00:01 +00:00
da06e67671 gem5 fs: pass earlycon to show printks console much earlier in boot! 2021-01-08 00:00:00 +00:00
1280325210 init is shown on logs 2021-01-04 00:00:03 +00:00
d76f5838f5 qemu: update to v5.2.0
Build was failing on Ubuntu 20.10 with:

qemu/docs/qemu-option-trace.rst.inc:4:Malformed option description '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"

Likely fixed by: https://www.mail-archive.com/qemu-devel@nongnu.org/msg723079.html
2021-01-04 00:00:02 +00:00
cf371fed13 fix ./build-qemu --clean
Was failing with:

```
TypeError: clean_pre() takes 1 positional argument but 2 were given
```
2021-01-04 00:00:01 +00:00
00f29e6441 nodejs step debugging 2021-01-04 00:00:00 +00:00
0160d0a076 Rename missing print_argv to command_line_arguments on README
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/140
2020-12-12 00:00:00 +00:00
b1048d344c stall examples: use underscore instead of hyphen 2020-11-27 00:00:00 +00:00
39073519b1 GoogleTest hello world.
./build and ./test work automatically when cwd is inside userland/libs/XXX
without --package-all.
2020-11-25 00:00:00 +00:00
50570326d4 fix kernel modules build after updating linux to v5.9.2
- `dep.c` and `dep2.c`: `debugfs_create_u32` does not return anymore, not
  sure why:
  https://unix.stackexchange.com/questions/593983/creating-a-debugfs-file-that-is-used-to-read-write-u32-value/621282#621282
  So just doing `debugfs_lookup` for now
- vermagic.c:
  51161bfc66
  prevents its usage in v5.8. Just migrating to `init_utsname` for now
- procfs.c: `struct file_operations` moved to a new `struct proc_ops` at:
  b567e07513
- myprintk.c: `pr_warning` dropped for `pr_warn`:
  61ff72f401
- `poll.c`: `kthread_func` is not defined in kernel, prefix with lkmc to
  avoid conflict

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/136

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/137
2020-11-24 00:00:01 +00:00
fa8c2ee521 rule_of_five 2020-11-24 00:00:00 +00:00
2abb994752 stuff 2020-11-20 00:00:00 +00:00
367df352d3 perf_event_open: generalize to multiple events 2020-11-18 00:00:01 +00:00
d4a27987d6 play a bit with the ARM PMU 2020-11-18 00:00:00 +00:00
95430c7c0c custom_iterator 2020-11-10 00:00:00 +00:00
304bf3dbe9 more readme improvements 2020-10-30 00:00:02 +00:00
5c4683d3d3 linux: update to v5.9.2
buildroot: update to 2020.08.1
2020-10-30 00:00:01 +00:00
fe870c3e64 readme improvements 2020-10-30 00:00:00 +00:00
1cf5222769 gensim: update to official github repo now that they've migrated to git 2020-10-29 00:00:00 +00:00
21d365a0fc m5ops magic addresses 2020-10-27 00:00:02 +00:00
196d5be280 Allow a custom disk image 2020-10-27 00:00:01 +00:00
f6be232ea8 Build improvements 2020-10-29 00:00:02 +00:00
a5dcad93b4 fixes 2020-10-29 00:00:01 +00:00