{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":536512993,"defaultBranch":"wsl-6.10-rolling","name":"WSL2-Linux-Kernel-Rolling","ownerLogin":"Nevuly","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-09-14T09:49:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32860694?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725797677.0","currentOid":""},"activityList":{"items":[{"before":"da3ea35007d0af457a0afc87e84fddaebc4e0b63","after":"bc83b4d1f08695e85e85d36f7b803da58010161d","ref":"refs/heads/next","pushedAt":"2024-09-10T02:44:22.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs\n\nPull bcachefs fixes from Kent Overstreet:\n\n - fix ca->io_ref usage; analagous to previous patch doing that for main\n discard path\n\n - cond_resched() in __journal_keys_sort(), cutting down on \"hung task\"\n warnings when journal is big\n\n - rest of basic BCH_SB_MEMBER_INVALID support\n\n - and the critical one: don't delete open files in online fsck, this\n was causing the \"dirent points to inode that doesn't point back\"\n inconsistencies some users were seeing\n\n* tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs:\n bcachefs: Don't delete open files in online fsck\n bcachefs: fix btree_key_cache sysfs knob\n bcachefs: More BCH_SB_MEMBER_INVALID support\n bcachefs: Simplify bch2_bkey_drop_ptrs()\n bcachefs: Add a cond_resched() to __journal_keys_sort()\n bcachefs: Fix ca->io_ref usage","shortMessageHtmlLink":"Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs"}},{"before":"431c1646e1f86b949fa3685efc50b660a364c2b6","after":"da3ea35007d0af457a0afc87e84fddaebc4e0b63","ref":"refs/heads/wsl-6.11-rolling","pushedAt":"2024-09-09T01:18:20.000Z","pushType":"push","commitsCount":364,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc7","shortMessageHtmlLink":"Linux 6.11-rc7"}},{"before":"d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f","after":"da3ea35007d0af457a0afc87e84fddaebc4e0b63","ref":"refs/heads/next","pushedAt":"2024-09-09T01:17:48.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc7","shortMessageHtmlLink":"Linux 6.11-rc7"}},{"before":"9b49ce2e34be687b53eff3efcac6b8b47873b4ff","after":"a6f46152b224e617359e028f02912ee54cd6fb4f","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-09-08T12:14:33.000Z","pushType":"push","commitsCount":186,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"configs: Update x86 and arm64 defconfigs\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"configs: Update x86 and arm64 defconfigs"}},{"before":"b31c4492884252a8360f312a0ac2049349ddf603","after":"d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f","ref":"refs/heads/next","pushedAt":"2024-09-08T12:11:47.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux\n\nPull clk fixes from Stephen Boyd:\n \"A pile of Qualcomm clk driver fixes with two main themes: the alpha\n PLL driver and shared RCGs, and one fix for the Starfive JH7110 SoC.\n\n - The Alpha PLL clk_ops had multiple problems around setting rates.\n\n There are a handful of patches here that fix masks and skip\n enabling the clk from set_rate() when the PLL is disabled. The PLLs\n are crucial to operation of the system as almost all frequencies in\n the system are derived from them.\n\n - Parking shared RCGs at a slow always on clk at registration time\n breaks stuff.\n\n USB host mode can't handle such a slow frequency and the serial\n console gets all garbled when the UART clk is handed over to the\n kernel. There's a few patches that don't use the shared clk_ops for\n the UART clks and another one to skip parking the USB clk at\n registration time.\n\n - The Starfive PLL driver used for the CPU was busted causing cpufreq\n to fail because the clk didn't change to a safe parent during\n set_rate().\n\n The fix is to register a notifier and switch to a safe parent so\n the PLL can change rate in a glitch free manner\"\n\n* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:\n clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs\n clk: starfive: jh7110-sys: Add notifier for PLL0 clock\n clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPs\n clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time\n clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs\n clk: qcom: gcc-x1e80100: Don't use parking clk_ops for QUPs\n clk: qcom: ipq9574: Update the alpha PLL type for GPLLs\n clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flags\n clk: qcom: clk-alpha-pll: Update set_rate for Zonda PLL\n clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabled\n clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API\n clk: qcom: clk-alpha-pll: Fix the pll post div mask","shortMessageHtmlLink":"Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux…"}},{"before":"b831f83e40a24f07c8dcba5be408d93beedc820f","after":"b31c4492884252a8360f312a0ac2049349ddf603","ref":"refs/heads/next","pushedAt":"2024-09-07T12:37:14.000Z","pushType":"push","commitsCount":125,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest\n\nPullKUnit fix from Shuah Khan:\n \"Fix to a missing function parameter warning found during documentation\n build in linux-next\"\n\n* tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:\n kunit: Fix missing kerneldoc comment","shortMessageHtmlLink":"Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kerne…"}},{"before":"c763c43396883456ef57e5e78b64d3c259c4babc","after":"b831f83e40a24f07c8dcba5be408d93beedc820f","ref":"refs/heads/next","pushedAt":"2024-09-06T08:46:02.000Z","pushType":"push","commitsCount":113,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf\n\nPull bpf fixes from Alexei Starovoitov:\n\n - Fix crash when btf_parse_base() returns an error (Martin Lau)\n\n - Fix out of bounds access in btf_name_valid_section() (Jeongjun Park)\n\n* tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:\n selftests/bpf: Add a selftest to check for incorrect names\n bpf: add check for invalid name in btf_name_valid_section()\n bpf: Fix a crash when btf_parse_base() returns an error pointer","shortMessageHtmlLink":"Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"3c4226165ec6c509840769345a32b6bee0207833","after":"9b49ce2e34be687b53eff3efcac6b8b47873b4ff","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-09-05T01:03:59.000Z","pushType":"push","commitsCount":153,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"configs: Update x86 and arm64 defconfigs\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"configs: Update x86 and arm64 defconfigs"}},{"before":"88fac17500f4ea49c7bac136cf1b27e7b9980075","after":"c763c43396883456ef57e5e78b64d3c259c4babc","ref":"refs/heads/next","pushedAt":"2024-09-05T00:54:18.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefs\n\nPull bcachefs fixes from Kent Overstreet:\n\n - Fix a typo in the rebalance accounting changes\n\n - BCH_SB_MEMBER_INVALID: small on disk format feature which will be\n needed for full erasure coding support; this is only the minimum so\n that 6.11 can handle future versions without barfing.\n\n* tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefs:\n bcachefs: BCH_SB_MEMBER_INVALID\n bcachefs: fix rebalance accounting","shortMessageHtmlLink":"Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefs"}},{"before":"67784a74e258a467225f0e68335df77acd67b7ab","after":"88fac17500f4ea49c7bac136cf1b27e7b9980075","ref":"refs/heads/next","pushedAt":"2024-09-04T00:51:05.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse\n\nPull fuse fixes from Miklos Szeredi:\n\n - Fix EIO if splice and page stealing are enabled on the fuse device\n\n - Disable problematic combination of passthrough and writeback-cache\n\n - Other bug fixes found by code review\n\n* tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:\n fuse: disable the combination of passthrough and writeback cache\n fuse: update stats for pages in dropped aux writeback list\n fuse: clear PG_uptodate when using a stolen page\n fuse: fix memory leak in fuse_create_open\n fuse: check aborted connection before adding requests to pending list for resending\n fuse: use unsigned type for getxattr/listxattr size truncation","shortMessageHtmlLink":"Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux…"}},{"before":"c9f016e72b5cc7d4d68fac51f8e72c8c7a69c06e","after":"67784a74e258a467225f0e68335df77acd67b7ab","ref":"refs/heads/next","pushedAt":"2024-09-03T01:11:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'ata-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux\n\nPull ata fix from Damien Le Moal:\n\n - Fix a potential memory leak in the ata host initialization code (from\n Zheng)\n\n* tag 'ata-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:\n ata: libata: Fix memory leak for error path in ata_host_alloc()","shortMessageHtmlLink":"Merge tag 'ata-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"431c1646e1f86b949fa3685efc50b660a364c2b6","after":"c9f016e72b5cc7d4d68fac51f8e72c8c7a69c06e","ref":"refs/heads/next","pushedAt":"2024-09-02T01:53:11.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull x86 fixes from Thomas Gleixner:\n\n - x2apic_disable() clears x2apic_state and x2apic_mode unconditionally,\n even when the state is X2APIC_ON_LOCKED, which prevents the kernel to\n disable it thereby creating inconsistent state.\n\n Reorder the logic so it actually works correctly\n\n - The XSTATE logic for handling LBR is incorrect as it assumes that\n XSAVES supports LBR when the CPU supports LBR. In fact both\n conditions need to be true. Otherwise the enablement of LBR in the\n IA32_XSS MSR fails and subsequently the machine crashes on the next\n XRSTORS operation because IA32_XSS is not initialized.\n\n Cache the XSTATE support bit during init and make the related\n functions use this cached information and the LBR CPU feature bit to\n cure this.\n\n - Cure a long standing bug in KASLR\n\n KASLR uses the full address space between PAGE_OFFSET and vaddr_end\n to randomize the starting points of the direct map, vmalloc and\n vmemmap regions. It thereby limits the size of the direct map by\n using the installed memory size plus an extra configurable margin for\n hot-plug memory. This limitation is done to gain more randomization\n space because otherwise only the holes between the direct map,\n vmalloc, vmemmap and vaddr_end would be usable for randomizing.\n\n The limited direct map size is not exposed to the rest of the kernel,\n so the memory hot-plug and resource management related code paths\n still operate under the assumption that the available address space\n can be determined with MAX_PHYSMEM_BITS.\n\n request_free_mem_region() allocates from (1 << MAX_PHYSMEM_BITS) - 1\n downwards. That means the first allocation happens past the end of\n the direct map and if unlucky this address is in the vmalloc space,\n which causes high_memory to become greater than VMALLOC_START and\n consequently causes iounmap() to fail for valid ioremap addresses.\n\n Cure this by exposing the end of the direct map via PHYSMEM_END and\n use that for the memory hot-plug and resource management related\n places instead of relying on MAX_PHYSMEM_BITS. In the KASLR case\n PHYSMEM_END maps to a variable which is initialized by the KASLR\n initialization and otherwise it is based on MAX_PHYSMEM_BITS as\n before.\n\n - Prevent a data leak in mmio_read(). The TDVMCALL exposes the value of\n an initialized variabled on the stack to the VMM. The variable is\n only required as output value, so it does not have to exposed to the\n VMM in the first place.\n\n - Prevent an array overrun in the resource control code on systems with\n Sub-NUMA Clustering enabled because the code failed to adjust the\n index by the number of SNC nodes per L3 cache.\n\n* tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n x86/resctrl: Fix arch_mbm_* array overrun on SNC\n x86/tdx: Fix data leak in mmio_read()\n x86/kaslr: Expose and use the end of the physical memory address space\n x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported\n x86/apic: Make x2apic_disable() work correctly","shortMessageHtmlLink":"Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/lin…"}},{"before":"5be63fc19fcaa4c236b307420483578a56986a37","after":"431c1646e1f86b949fa3685efc50b660a364c2b6","ref":"refs/heads/wsl-6.11-rolling","pushedAt":"2024-09-01T09:14:36.000Z","pushType":"push","commitsCount":327,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc6","shortMessageHtmlLink":"Linux 6.11-rc6"}},{"before":"1934261d897467a924e2afd1181a74c1cbfa2c1d","after":"431c1646e1f86b949fa3685efc50b660a364c2b6","ref":"refs/heads/next","pushedAt":"2024-09-01T09:14:12.000Z","pushType":"push","commitsCount":108,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc6","shortMessageHtmlLink":"Linux 6.11-rc6"}},{"before":"3b9dfd9e59367eff5f65ef2a850f2df674f1f1c5","after":"1934261d897467a924e2afd1181a74c1cbfa2c1d","ref":"refs/heads/next","pushedAt":"2024-08-31T11:12:34.000Z","pushType":"push","commitsCount":71,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\nPull input fix from Dmitry Torokhov:\n\n - a fix for Cypress PS/2 touchpad for regression introduced in 6.11\n merge window where a timeout condition is incorrectly reported for\n all extended Cypress commands\n\n* tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n Input: cypress_ps2 - fix waiting for command response","shortMessageHtmlLink":"Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux…"}},{"before":"6f4f5f5770637711a31dd383c1369e0acef82d6e","after":"3c4226165ec6c509840769345a32b6bee0207833","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-30T00:36:53.000Z","pushType":"push","commitsCount":275,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"configs: Update x86 and arm64 defconfigs\n\n * Remove CONFIG_KALLSYMS_BASE_RELATIVE in both defconfigs. (Commit ID: c3ce2e8a568f00f78d887f2669606898d49d2b16)\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"configs: Update x86 and arm64 defconfigs"}},{"before":"928f79a188aacc057ba36c85b36b6d1e99c8f595","after":"3b9dfd9e59367eff5f65ef2a850f2df674f1f1c5","ref":"refs/heads/next","pushedAt":"2024-08-30T00:32:04.000Z","pushType":"push","commitsCount":69,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'hwmon-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging\n\nPull hwmon fixes from Guenter Roeck:\n\n - pt5161l: Fix invalid temperature reading of bad ADC values\n\n - asus-ec-sensors: Remove unsupported VRM temperature from X570-E\n GAMING\n\n* tag 'hwmon-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:\n hwmon: (pt5161l) Fix invalid temperature reading\n hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING","shortMessageHtmlLink":"Merge tag 'hwmon-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux…"}},{"before":"3ec3f5fc4a91e389ea56b111a73d97ffc94f19c6","after":"928f79a188aacc057ba36c85b36b6d1e99c8f595","ref":"refs/heads/next","pushedAt":"2024-08-29T01:11:20.000Z","pushType":"push","commitsCount":29,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson\n\nPull LoongArch fixes from Huacai Chen:\n \"Remove the unused dma-direct.h, and some bug & warning fixes\"\n\n* tag 'loongarch-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:\n LoongArch: KVM: Invalidate guest steal time address on vCPU reset\n LoongArch: Add ifdefs to fix LSX and LASX related warnings\n LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE\n LoongArch: Remove the unused dma-direct.h","shortMessageHtmlLink":"Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org/pub/scm/li…"}},{"before":"3e9bff3bbe1355805de919f688bef4baefbfd436","after":"3ec3f5fc4a91e389ea56b111a73d97ffc94f19c6","ref":"refs/heads/next","pushedAt":"2024-08-28T00:47:58.000Z","pushType":"push","commitsCount":35,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching\n\nPull livepatching fix from Petr Mladek:\n \"Selftest regression fix\"\n\n* tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:\n selftests/livepatch: wait for atomic replace to occur","shortMessageHtmlLink":"Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm…"}},{"before":"5be63fc19fcaa4c236b307420483578a56986a37","after":"3e9bff3bbe1355805de919f688bef4baefbfd436","ref":"refs/heads/next","pushedAt":"2024-08-27T05:25:10.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs\n\nPull vfs fixes from Christian Brauner:\n \"VFS:\n\n - Ensure that backing files uses file->f_ops->splice_write() for\n splice\n\n netfs:\n\n - Revert the removal of PG_private_2 from netfs_release_folio() as\n cephfs still relies on this\n\n - When AS_RELEASE_ALWAYS is set on a mapping the folio needs to\n always be invalidated during truncation\n\n - Fix losing untruncated data in a folio by making letting\n netfs_release_folio() return false if the folio is dirty\n\n - Fix trimming of streaming-write folios in netfs_inval_folio()\n\n - Reset iterator before retrying a short read\n\n - Fix interaction of streaming writes with zero-point tracker\n\n afs:\n\n - During truncation afs currently calls truncate_setsize() which sets\n i_size, expands the pagecache and truncates it. The first two\n operations aren't needed because they will have already been done.\n So call truncate_pagecache() instead and skip the redundant parts\n\n overlayfs:\n\n - Fix checking of the number of allowed lower layers so 500 layers\n can actually be used instead of just 499\n\n - Add missing '\\n' to pr_err() output\n\n - Pass string to ovl_parse_layer() and thus allow it to be used for\n Opt_lowerdir as well\n\n pidfd:\n\n - Revert blocking the creation of pidfds for kthread as apparently\n userspace relies on this. Specifically, it breaks systemd during\n shutdown\n\n romfs:\n\n - Fix romfs_read_folio() to use the correct offset with\n folio_zero_tail()\"\n\n* tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs:\n netfs: Fix interaction of streaming writes with zero-point tracker\n netfs: Fix missing iterator reset on retry of short read\n netfs: Fix trimming of streaming-write folios in netfs_inval_folio()\n netfs: Fix netfs_release_folio() to say no if folio dirty\n afs: Fix post-setattr file edit to do truncation correctly\n mm: Fix missing folio invalidation calls during truncation\n ovl: ovl_parse_param_lowerdir: Add missed '\\n' for pr_err\n ovl: fix wrong lowerdir number check for parameter Opt_lowerdir\n ovl: pass string to ovl_parse_layer()\n backing-file: convert to using fops->splice_write\n Revert \"pidfd: prevent creation of pidfds for kthreads\"\n romfs: fix romfs_read_folio()\n netfs, ceph: Partially revert \"netfs: Replace PG_fscache by setting folio->private and marking dirty\"","shortMessageHtmlLink":"Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/k…"}},{"before":"9c4b2c60ebea155305cf903a8a34cf811956a17e","after":"6f4f5f5770637711a31dd383c1369e0acef82d6e","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-25T12:02:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"gh-actions: Update about generate checksums\n\n * Stop make checksum files. Just write it in release note.\n * Update SHA2-256 to SHA3-512.\n * Use $GITHUB_OUTPUT in generate checksums. It helps to use checksum hash in release note.\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"gh-actions: Update about generate checksums"}},{"before":"fcab6255696c4d6116ef0a9a735b63baff22f5b4","after":"9c4b2c60ebea155305cf903a8a34cf811956a17e","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-25T11:55:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"gh-actions: Remove `TAG_VERSION` environment and use `github.ref_name`\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"gh-actions: Remove TAG_VERSION environment and use github.ref_name"}},{"before":"47ac09b91befbb6a235ab620c32af719f8208399","after":"5be63fc19fcaa4c236b307420483578a56986a37","ref":"refs/heads/wsl-6.11-rolling","pushedAt":"2024-08-25T07:40:05.000Z","pushType":"push","commitsCount":304,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc5","shortMessageHtmlLink":"Linux 6.11-rc5"}},{"before":"aa0743a229366e8c1963f1b72a1c974a9d15f08f","after":"5be63fc19fcaa4c236b307420483578a56986a37","ref":"refs/heads/next","pushedAt":"2024-08-25T07:39:45.000Z","pushType":"push","commitsCount":169,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Linux 6.11-rc5","shortMessageHtmlLink":"Linux 6.11-rc5"}},{"before":"343256c1d5fd041f28b96a921b11b27c159bd0e8","after":"fcab6255696c4d6116ef0a9a735b63baff22f5b4","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-25T07:30:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"gh-actions: Re-enable generate kernel modules and optional packages (Nevuly/WSL2-Linux-Kernel-Issue#22)\n\n * `kmod` package were updated, It doesn't appear error during generate kernel modules anymore.\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"gh-actions: Re-enable generate kernel modules and optional packages (N…"}},{"before":"948ec04515b9d378d7d41cbc0d92f90afdbe4186","after":"343256c1d5fd041f28b96a921b11b27c159bd0e8","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-24T14:43:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"gh-actions: Add some notices and move arm64 tested notice to warning\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"gh-actions: Add some notices and move arm64 tested notice to warning"}},{"before":"872cf28b8df9c5c3a1e71a88ee750df7c2513971","after":"aa0743a229366e8c1963f1b72a1c974a9d15f08f","ref":"refs/heads/next","pushedAt":"2024-08-23T00:54:37.000Z","pushType":"push","commitsCount":102,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net\n\nPull networking fixes from Jakub Kicinski:\n \"Including fixes from bluetooth and netfilter.\n\n Current release - regressions:\n\n - virtio_net: avoid crash on resume - move netdev_tx_reset_queue()\n call before RX napi enable\n\n Current release - new code bugs:\n\n - net/mlx5e: fix page leak and incorrect header release w/ HW GRO\n\n Previous releases - regressions:\n\n - udp: fix receiving fraglist GSO packets\n\n - tcp: prevent refcount underflow due to concurrent execution of\n tcp_sk_exit_batch()\n\n Previous releases - always broken:\n\n - ipv6: fix possible UAF when incrementing error counters on output\n\n - ip6: tunnel: prevent merging of packets with different L2\n\n - mptcp: pm: fix IDs not being reusable\n\n - bonding: fix potential crashes in IPsec offload handling\n\n - Bluetooth: HCI:\n - MGMT: add error handling to pair_device() to avoid a crash\n - invert LE State quirk to be opt-out rather then opt-in\n - fix LE quote calculation\n\n - drv: dsa: VLAN fixes for Ocelot driver\n\n - drv: igb: cope with large MAX_SKB_FRAGS Kconfig settings\n\n - drv: ice: fi Rx data path on architectures with PAGE_SIZE >= 8192\n\n Misc:\n\n - netpoll: do not export netpoll_poll_[disable|enable]()\n\n - MAINTAINERS: update the list of networking headers\"\n\n* tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (82 commits)\n s390/iucv: Fix vargs handling in iucv_alloc_device()\n net: ovs: fix ovs_drop_reasons error\n net: xilinx: axienet: Fix dangling multicast addresses\n net: xilinx: axienet: Always disable promiscuous mode\n MAINTAINERS: Mark JME Network Driver as Odd Fixes\n MAINTAINERS: Add header files to NETWORKING sections\n MAINTAINERS: Add limited globs for Networking headers\n MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section\n MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS\n octeontx2-af: Fix CPT AF register offset calculation\n net: phy: realtek: Fix setting of PHY LEDs Mode B bit on RTL8211F\n net: ngbe: Fix phy mode set to external phy\n netfilter: flowtable: validate vlan header\n bnxt_en: Fix double DMA unmapping for XDP_REDIRECT\n ipv6: prevent possible UAF in ip6_xmit()\n ipv6: fix possible UAF in ip6_finish_output2()\n ipv6: prevent UAF in ip6_send_skb()\n netpoll: do not export netpoll_poll_[disable|enable]()\n selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path\n udp: fix receiving fraglist GSO packets\n ...","shortMessageHtmlLink":"Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"0108b7be2a18d85face1e10c68ecc0138f1bed58","after":"872cf28b8df9c5c3a1e71a88ee750df7c2513971","ref":"refs/heads/next","pushedAt":"2024-08-22T05:21:30.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86\n\nPull x86 platform driver fixes from Ilpo Järvinen:\n\n - ISST: Fix an error-handling corner case\n\n - platform/surface: aggregator: Minor corner case fix and new HW\n support\n\n* tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:\n platform/x86: ISST: Fix return value on last invalid resource\n platform/surface: aggregator: Fix warning when controller is destroyed in probe\n platform/surface: aggregator_registry: Add support for Surface Laptop 6\n platform/surface: aggregator_registry: Add fan and thermal sensor support for Surface Laptop 5\n platform/surface: aggregator_registry: Add support for Surface Laptop Studio 2\n platform/surface: aggregator_registry: Add support for Surface Laptop Go 3\n platform/surface: aggregator_registry: Add Support for Surface Pro 10\n platform/x86: asus-wmi: Add quirk for ROG Ally X","shortMessageHtmlLink":"Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/…"}},{"before":"6e4436539ae182dc86d57d13849862bcafaa4709","after":"0108b7be2a18d85face1e10c68ecc0138f1bed58","ref":"refs/heads/next","pushedAt":"2024-08-21T01:22:21.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd\n\nPull iommufd fixes from Jason Gunthorpe:\n\n - Incorrect error unwind in iommufd_device_do_replace()\n\n - Correct a sparse warning missing static\n\n* tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd:\n iommufd/selftest: Make dirty_ops static\n iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()","shortMessageHtmlLink":"Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/k…"}},{"before":"b768c79a9549f9808d60ef9dd2b9c65774699df4","after":"948ec04515b9d378d7d41cbc0d92f90afdbe4186","ref":"refs/heads/wsl-6.10-rolling","pushedAt":"2024-08-21T01:19:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nevuly","name":"Jeonghun Yang","path":"/Nevuly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32860694?s=80&v=4"},"commit":{"message":"gh-actions: Disable generate kernel modules and optionals package\n\n * It keep failure to access directory correctly.\n * Disable it until fix this problem.\n\nSigned-off-by: Yang Jeong Hun ","shortMessageHtmlLink":"gh-actions: Disable generate kernel modules and optionals package"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsYxQ8QA","startCursor":null,"endCursor":null}},"title":"Activity · Nevuly/WSL2-Linux-Kernel-Rolling"}