{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":592644622,"defaultBranch":"topaz","name":"android_kernel_xiaomi_msm8998","ownerLogin":"aospa-sagit","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-24T07:47:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/123440329?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1706327736.0","currentOid":""},"activityList":{"items":[{"before":"cf7bfc2fb7e01eefc1fb17935da4cd1aa9222944","after":"53c89dd0945d42236c9240e8832b1aafaa886e95","ref":"refs/heads/uvite","pushedAt":"2024-01-27T03:57:53.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"gen_headers: Add missing header\n\nChange-Id: I84f21a103bcbfbcd0438b0fca96e80c7e3752737","shortMessageHtmlLink":"gen_headers: Add missing header"}},{"before":null,"after":"cf7bfc2fb7e01eefc1fb17935da4cd1aa9222944","ref":"refs/heads/uvite","pushedAt":"2024-01-27T03:55:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"dts: xiaomi: msm8998: Update chiron synaptics touch from sagit-p-oss\n\n[ 1.142306] synaptics_rmi4_f12_init 2740: fhandler->full_addr.query_base = 0x0049\n[ 1.142317] synaptics_rmi4_f12_init 2741: fhandler->full_addr.ctrl_base = 0x0012\n[ 1.142323] synaptics_rmi4_f12_init 2742: size_of_query5 = 9\n[ 1.142328] synaptics_rmi4_f12_init 2748: size_of_query5 = 9\n[ 1.150340] synaptics_dsi_force 5-0020: synaptics_rmi4_f1a_button_map: Button map is missing in board file\n[ 1.157561] input: synaptics_dsx as /devices/soc/c179000.i2c/i2c-5/5-0020/input/input1\n[ 1.158036] synaptics_dsi_force 5-0020: chip info: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00\n[ 1.158059] Unable to handle kernel NULL pointer dereference at virtual address 00000000\n[ 1.158064] pgd = ffffff8626d7d000\n[ 1.158069] [00000000] *pgd=00000001b6439003, *pud=00000001b6439003, *pmd=0000000000000000\n\n* This fixes null pointer assignment on certain devices\n\nChange-Id: If81d319f4607cbcabb1e27bc66851dcaa78243ec\nSigned-off-by: Nanhumly ","shortMessageHtmlLink":"dts: xiaomi: msm8998: Update chiron synaptics touch from sagit-p-oss"}},{"before":"ee1a9f478a743d421cf91b6c3e3419a1fa3165d7","after":"df9c96c3045ef92ff0d81f30da35ea5882ca3ab3","ref":"refs/heads/timobaka","pushedAt":"2023-04-06T13:40:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"Revert \"selinux: Implement fake enforce\"\n\nThis reverts commit 3a3811f9d70f9556f3f6de74e94008ef7dc8dd5c.\n\nChange-Id: I4da16336a27a7033b7501cc170b28365f9486e2f\nSigned-off-by: Nanhumly ","shortMessageHtmlLink":"Revert \"selinux: Implement fake enforce\""}},{"before":"01292c339a63df119ea224ea396f764894e9e28c","after":"ee1a9f478a743d421cf91b6c3e3419a1fa3165d7","ref":"refs/heads/timobaka","pushedAt":"2023-04-05T02:51:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"kernelsu: Update `2023-04-05`\n\nChange-Id: I6375b18ca392d136f407055f4a15e2d2ce9eb1ec\nSigned-off-by: Nanhumly ","shortMessageHtmlLink":"kernelsu: Update 2023-04-05"}},{"before":"0b9ca9c9061a82083636182bdf7ac1e7bb85ce10","after":"01292c339a63df119ea224ea396f764894e9e28c","ref":"refs/heads/timobaka","pushedAt":"2023-04-05T02:48:50.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"ANDROID: usb: f_accessory: Check buffer size when initialised via composite\n\nWhen communicating with accessory devices via USBFS, the initialisation\ncall-stack looks like:\n\n ConfigFS > Gadget ConfigFS > UDC > Gadget ConfigFS > Composite\n\nEventually ending up in composite_dev_prepare() where memory for the\ndata buffer is allocated and initialised. The default size used for the\nallocation is USB_COMP_EP0_BUFSIZ (4k). When handling bulk transfers,\nacc_ctrlrequest() needs to be able to handle buffers up to\nBULK_BUFFER_SIZE (16k). Instead of adding new generic attributes to\n'struct usb_request' to track the size of the allocated buffer, we can\nsimply split off the affected thread of execution to travel via a\nknowledgeable abstracted function acc_ctrlrequest_composite() where we\ncan complete the necessary specific checks.\n\nBug: 264029575\nSigned-off-by: Lee Jones \nChange-Id: Ia1280f85499621d3fa57f7262b4a2c80f4be7773\nSigned-off-by: Lee Jones \nSigned-off-by: Nanhumly ","shortMessageHtmlLink":"ANDROID: usb: f_accessory: Check buffer size when initialised via com…"}},{"before":"740b5c1410ff0249b873814f71b0cb02049d9460","after":"0b9ca9c9061a82083636182bdf7ac1e7bb85ce10","ref":"refs/heads/timobaka","pushedAt":"2023-04-05T02:39:44.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"kbuild: handle libs-y archives separately from built-in.o archives\n\nThe thin archives build currently puts all lib.a and built-in.o\nfiles together and links them with --whole-archive.\n\nThis works because thin archives can recursively refer to thin\narchives. However some architectures include libgcc.a, which may\nnot be a thin archive, or it may not be constructed with the \"P\"\noption, in which case its contents do not get linked correctly.\n\nSo don't pull .a libs into the root built-in.o archive. These\nlibs should already have symbol tables and indexes built, so they\ncan be direct linker inputs. Move them out of the --whole-archive\noption, which restore the conditional linking behaviour of lib.a\nto thin archives builds.\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Masahiro Yamada \nChange-Id: I42d8c27102477c7a21f29f3f4e7c6f19691ddca6","shortMessageHtmlLink":"kbuild: handle libs-y archives separately from built-in.o archives"}},{"before":"b843fa90aa302587307e6d1b12407b965441cbb7","after":"740b5c1410ff0249b873814f71b0cb02049d9460","ref":"refs/heads/timobaka","pushedAt":"2023-04-05T02:36:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Disable audit support\n\nAuditing comes with a measurably significant amount of overhead. Kill\nit.\n\nChange-Id: Ife74cec61b83ef648628c45d5fa98a441eb61951\nSigned-off-by: Sultan Alsawaf \n[wight554: apply wahoo change on chiron and sagit]\nSigned-off-by: Volodymyr Zhdanov \nSigned-off-by: 0ranko0P \nSigned-off-by: Nanhumly ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Disable audit support"}},{"before":"5c3fd1cd975c161c4618855d579d0cc2f00ab0d5","after":"a5283e7b4908e392fd1c28a1399459ff1a6ee45d","ref":"refs/heads/topaz","pushedAt":"2023-03-21T12:27:20.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"kbuild: handle libs-y archives separately from built-in.o archives\n\nThe thin archives build currently puts all lib.a and built-in.o\nfiles together and links them with --whole-archive.\n\nThis works because thin archives can recursively refer to thin\narchives. However some architectures include libgcc.a, which may\nnot be a thin archive, or it may not be constructed with the \"P\"\noption, in which case its contents do not get linked correctly.\n\nSo don't pull .a libs into the root built-in.o archive. These\nlibs should already have symbol tables and indexes built, so they\ncan be direct linker inputs. Move them out of the --whole-archive\noption, which restore the conditional linking behaviour of lib.a\nto thin archives builds.\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Masahiro Yamada \nChange-Id: I42d8c27102477c7a21f29f3f4e7c6f19691ddca6","shortMessageHtmlLink":"kbuild: handle libs-y archives separately from built-in.o archives"}},{"before":"acfcd097ec32f19bce97431bc3dbbe0cab798686","after":"b843fa90aa302587307e6d1b12407b965441cbb7","ref":"refs/heads/timobaka","pushedAt":"2023-03-14T13:54:40.190Z","pushType":"push","commitsCount":2,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"kernelsu: Update `2023-03-11`\n\nChange-Id: I646797e46f189bf4c1ae5c249af3c656a4763400","shortMessageHtmlLink":"kernelsu: Update 2023-03-11"}},{"before":null,"after":"acfcd097ec32f19bce97431bc3dbbe0cab798686","ref":"refs/heads/timobaka","pushedAt":"2023-03-14T13:52:46.413Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"Merge tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0 into timobaka\n\n\"LA.UM.7.2.c25-07700-sdm660.0\"\n\n* tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0:\n qcacld-3.0: Fix out-of-bounds in tx_stats\n\nChange-Id: Ic2304723125c2a04a73115a20f939089501b2287","shortMessageHtmlLink":"Merge tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.or…"}},{"before":"5ef40abf1ed5140f206546e21c13d6195e96316a","after":"5c3fd1cd975c161c4618855d579d0cc2f00ab0d5","ref":"refs/heads/topaz","pushedAt":"2023-03-14T12:23:16.266Z","pushType":"push","commitsCount":2,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"Merge tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0 into topaz\n\n\"LA.UM.7.2.c25-07700-sdm660.0\"\n\n* tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0:\n qcacld-3.0: Fix out-of-bounds in tx_stats\n\nChange-Id: Ic2304723125c2a04a73115a20f939089501b2287","shortMessageHtmlLink":"Merge tag 'LA.UM.7.2.c25-07700-sdm660.0' of https://git.codelinaro.or…"}},{"before":"b1e42c87d3b868aef757477257f59a37c659b415","after":"5ef40abf1ed5140f206546e21c13d6195e96316a","ref":"refs/heads/topaz","pushedAt":"2023-03-11T08:47:45.360Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"kernelsu: Update `2023-03-11`\n\nChange-Id: I646797e46f189bf4c1ae5c249af3c656a4763400","shortMessageHtmlLink":"kernelsu: Update 2023-03-11"}},{"before":"69ec98e6c07aec4ba28d2bf12c06ce2d497b4f13","after":"a157b3939df5164fa922e19e5acc014fb0272c9f","ref":"refs/heads/backup/eas/topaz","pushedAt":"2023-03-08T14:10:21.325Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"5433dbd99638c2251dfc432c227a0bfa0a0cdd2a","after":"b1e42c87d3b868aef757477257f59a37c659b415","ref":"refs/heads/topaz","pushedAt":"2023-03-08T14:07:56.992Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"5f03d322fd6f707bc1bb8fa3aa358464932e4feb","after":"5433dbd99638c2251dfc432c227a0bfa0a0cdd2a","ref":"refs/heads/topaz","pushedAt":"2023-03-08T10:50:33.030Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"8272c5f9fc9f7fb54793343f04430d775ca848c1","after":"69ec98e6c07aec4ba28d2bf12c06ce2d497b4f13","ref":"refs/heads/backup/eas/topaz","pushedAt":"2023-03-08T10:49:26.104Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"80b490d0e3a078f5227b2747a34cadddf63fbe3a","after":"8272c5f9fc9f7fb54793343f04430d775ca848c1","ref":"refs/heads/backup/eas/topaz","pushedAt":"2023-03-07T13:15:10.541Z","pushType":"push","commitsCount":6,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"1596f72d6240ee653c677c6677e5b7356e3633b5","after":"5f03d322fd6f707bc1bb8fa3aa358464932e4feb","ref":"refs/heads/topaz","pushedAt":"2023-03-07T12:06:06.236Z","pushType":"push","commitsCount":2,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling\n\nChange-Id: Ia008ff0aef8dbb1ebbf63e5cfc8ba62b94cd04e3\nSigned-off-by: Angga Satya Putra \nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"{chiron,sagit}_defconfig: Enable cfq cgroup scheduling"}},{"before":"cc9b670a25c9e6d88a9195c31eb055a70e09aa17","after":"1596f72d6240ee653c677c6677e5b7356e3633b5","ref":"refs/heads/topaz","pushedAt":"2023-03-07T09:45:30.174Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"cpufreq: schedutil: tune default rate limit from Pixel\n\nSigned-off-by: 0ranko0P ","shortMessageHtmlLink":"cpufreq: schedutil: tune default rate limit from Pixel"}},{"before":"6b52aced315856ae93c09cdccc29646b4372f25e","after":"cc9b670a25c9e6d88a9195c31eb055a70e09aa17","ref":"refs/heads/topaz","pushedAt":"2023-03-07T09:42:30.706Z","pushType":"push","commitsCount":37,"pusher":{"login":"Nanhumly","name":"Eden Tommy","path":"/Nanhumly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32971597?s=80&v=4"},"commit":{"message":"sched: Add API to migrate the current process to a given cpumask\n\nThere are some chunks of code in the kernel running in process context\nwhere it may be helpful to run the code on a specific set of CPUs, such\nas when reading some CPU-intensive procfs files. This is especially\nuseful when the code in question must run within the context of the\ncurrent process (so kthreads cannot be used).\n\nAdd an API to make this possible, which consists of the following:\nsched_migrate_to_cpumask_start():\n @old_mask: pointer to output the current task's old cpumask\n @dest: pointer to a cpumask the current task should be moved to\n\nsched_migrate_to_cpumask_end():\n @old_mask: pointer to the old cpumask generated earlier\n @dest: pointer to the dest cpumask provided earlier\n\nSigned-off-by: Sultan Alsawaf ","shortMessageHtmlLink":"sched: Add API to migrate the current process to a given cpumask"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0yN1QwMzo1Nzo1My4wMDAwMDBazwAAAAPqZF3n","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0yN1QwMzo1Nzo1My4wMDAwMDBazwAAAAPqZF3n","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wN1QwOTo0MjozMC43MDYzNDhazwAAAAL-DJwG"}},"title":"Activity · aospa-sagit/android_kernel_xiaomi_msm8998"}