{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":149819178,"defaultBranch":"oe4t-patches-l4t-r32.7.4","name":"linux-tegra-4.9","ownerLogin":"OE4T","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-21T21:20:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69109450?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1692787771.0","currentOid":""},"activityList":{"items":[{"before":"a1cf17bc0aa0dbafcd8c43514f57d90dc69442a0","after":"30a11c940a505f333192ea19935e95a4d9f27e98","ref":"refs/heads/oe4t-patches-l4t-r32.7.4","pushedAt":"2024-02-14T11:16:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"[PATCH] printk::syslog_print_all out label logbuf_unlock_irq\nSigned-off-by: Damien LEFEVRE ","shortMessageHtmlLink":"[PATCH] printk::syslog_print_all out label logbuf_unlock_irq"}},{"before":null,"after":"a5be42c39766b06d6cf02017e71fefb9f679401b","ref":"refs/heads/l4t-r32.7.3-base","pushedAt":"2023-08-23T10:49:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"Import subtree nvidia/platform/t210/batuu/kernel-dts from platform-t210-batuu/l4t/l4t-r32.7.3","shortMessageHtmlLink":"Import subtree nvidia/platform/t210/batuu/kernel-dts from platform-t2…"}},{"before":null,"after":"0b407de951b9e9374de048130e94044b4f2d3650","ref":"refs/heads/l4t-r32.7.4-base","pushedAt":"2023-08-23T10:49:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"Import subtree nvidia/platform/t210/batuu/kernel-dts from platform-t210-batuu/l4t/l4t-r32.7.4","shortMessageHtmlLink":"Import subtree nvidia/platform/t210/batuu/kernel-dts from platform-t2…"}},{"before":"ff65a92ec55e76612268c5e81c88080012d60cb9","after":"e2a74722e06a0466246d985c4a6d534417a25b3d","ref":"refs/heads/oe4t-patches-l4t-r32.7.3","pushedAt":"2023-07-05T10:42:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"ALSA: seq: fix merge damage\n\nAs part of commit ef7dcafc63613a656e7de22dfaa06716b67eeb7a\n\"Merge branch 'android-299' into ntg7 branch\", conflicts\ncaused by the upstream change d309b6a2658cd5dfd3ecdcbe698e5ee645d933b1\n\"ALSA: seq: Fix racy deletion of subscriber\" were incorrectly\nresolved.\n\nFix this by restoring sound/core/seq/seq_ports.c to be identical\nto the upstream version on the linux-4.9.y stable branch.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"ALSA: seq: fix merge damage"}},{"before":"bf7d2d857da251557066b8a76869c55f0d65c02d","after":"a1cf17bc0aa0dbafcd8c43514f57d90dc69442a0","ref":"refs/heads/oe4t-patches-l4t-r32.7.4","pushedAt":"2023-07-05T10:41:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"ALSA: seq: fix merge damage\n\nAs part of commit ef7dcafc63613a656e7de22dfaa06716b67eeb7a\n\"Merge branch 'android-299' into ntg7 branch\", conflicts\ncaused by the upstream change d309b6a2658cd5dfd3ecdcbe698e5ee645d933b1\n\"ALSA: seq: Fix racy deletion of subscriber\" were incorrectly\nresolved.\n\nFix this by restoring sound/core/seq/seq_ports.c to be identical\nto the upstream version on the linux-4.9.y stable branch.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"ALSA: seq: fix merge damage"}},{"before":"bf7d2d857da251557066b8a76869c55f0d65c02d","after":null,"ref":"refs/heads/wip-patches-l4t-r32.7.4","pushedAt":"2023-07-01T15:29:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"}},{"before":null,"after":"bf7d2d857da251557066b8a76869c55f0d65c02d","ref":"refs/heads/oe4t-patches-l4t-r32.7.4","pushedAt":"2023-07-01T15:29:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"nvidia/drivers: tegra_fb: re-enable double-buffering support\n\nCommit 185b396c420beb4d5193fd115c0acf7395dc889c made\ndouble-buffering support in the fb driver conditional\non CONFIG_ANDROID, but was an incomplete removal of the\nfeature - userland apps can still set up the device\nfor double-buffering, since it looks like it still supports\nit, but then get EINVAL errors when tryng to use it.\n\nSince the difference in memory is only 32MiB, just remove\nthe CONFIG_ANDROID check and enable double-buffering\nin all builds.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"nvidia/drivers: tegra_fb: re-enable double-buffering support"}},{"before":null,"after":"bf7d2d857da251557066b8a76869c55f0d65c02d","ref":"refs/heads/wip-patches-l4t-r32.7.4","pushedAt":"2023-07-01T14:54:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"nvidia/drivers: tegra_fb: re-enable double-buffering support\n\nCommit 185b396c420beb4d5193fd115c0acf7395dc889c made\ndouble-buffering support in the fb driver conditional\non CONFIG_ANDROID, but was an incomplete removal of the\nfeature - userland apps can still set up the device\nfor double-buffering, since it looks like it still supports\nit, but then get EINVAL errors when tryng to use it.\n\nSince the difference in memory is only 32MiB, just remove\nthe CONFIG_ANDROID check and enable double-buffering\nin all builds.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"nvidia/drivers: tegra_fb: re-enable double-buffering support"}},{"before":null,"after":"78abfa9d9f4c9bc47c91b64a4f1a02952b67db0e","ref":"refs/heads/l4t/l4t-r32.7.4-4.9","pushedAt":"2023-07-01T10:08:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"WAR: printk: remove syslog_print_all from do_syslog\n\nRemoving call to syslog_print_all() in do_syslog() to avoid\nthe lockup.\nPushing change on behalf of Sandipan Patra .\n\n BUG: spinlock already unlocked on CPU#0, kerneloops/5158\n lock: logbuf_lock+0x0/0x18, .magic: dead4ead, .owner: /-1,\n.owner_cpu: -1\n CPU: 0 PID: 5158 Comm: kerneloops Not tainted 4.9.299-rt191-tegra #6\n Hardware name: quill (DT)\n Call trace:\n [] dump_backtrace+0x0/0x198\n [] show_stack+0x24/0x30\n [] dump_stack+0xa0/0xc4\n [] spin_dump+0x84/0xb0\n [] do_raw_spin_unlock+0xc4/0x100\n [] _raw_spin_unlock_irq+0x20/0x68\n [] syslog_print_all+0x1a0/0x3d8\n [] do_syslog+0xf0/0x550\n [] SyS_syslog+0x38/0x50\n [] el0_svc_naked+0x34/0x38\n\nBug 3991287\n\nChange-Id: I3afad47df3fe01fb8fac90cb4f7c0161492a244e\nSigned-off-by: Sandipan Patra \nReviewed-on: https://git-master.nvidia.com/r/c/linux-4.9/+/2909030\nReviewed-by: Dave Yu \nReviewed-by: Bibek Basu \nTested-by: Dave Yu ","shortMessageHtmlLink":"WAR: printk: remove syslog_print_all from do_syslog"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD-nP2yQA","startCursor":null,"endCursor":null}},"title":"Activity · OE4T/linux-tegra-4.9"}