{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":142707813,"defaultBranch":"master","name":"linux","ownerLogin":"archlinux","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-07-28T20:25:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4673648?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726423005.0","currentOid":""},"activityList":{"items":[{"before":"77f587896757708780a7e8792efe62939f25a5ab","after":"98f7e32f20d28ec452afb208f9cffc08448a2652","ref":"refs/heads/master","pushedAt":"2024-09-15T17:56:45.000Z","pushType":"push","commitsCount":113,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Linux 6.11","shortMessageHtmlLink":"Linux 6.11"}},{"before":"da3ea35007d0af457a0afc87e84fddaebc4e0b63","after":"77f587896757708780a7e8792efe62939f25a5ab","ref":"refs/heads/master","pushedAt":"2024-09-12T17:15:32.000Z","pushType":"push","commitsCount":39,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc\n\nPull ARM SoC fixes from Arnd Bergmann:\n \"The bulk of the changes this time are for device tree files in the\n rockchips platform, addressing correctness issues on individual\n boards, plus one change in the rk356x SoC file to make it match the\n binding.\n\n The only other changes that came in are\n\n - a CPU frequencey scaling fix for JH7110 (RISC-V)\n\n - a build fix for the cznic hwrandom driver\n\n - a fix for a deadlock in qualcomm uefi secure application firmware\n driver\"\n\n* tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:\n platform: cznic: turris-omnia-mcu: fix HW_RANDOM dependency\n riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz\n firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()\n arm64: dts: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF\n dt-bindings: soc: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF\n arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma\n arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma\n arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E\n arm64: dts: rockchip: Remove broken tsadc pinctrl binding for rk356x","shortMessageHtmlLink":"Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/ke…"}},{"before":"88fac17500f4ea49c7bac136cf1b27e7b9980075","after":"da3ea35007d0af457a0afc87e84fddaebc4e0b63","ref":"refs/heads/master","pushedAt":"2024-09-09T02:23:08.000Z","pushType":"push","commitsCount":338,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Linux 6.11-rc7","shortMessageHtmlLink":"Linux 6.11-rc7"}},{"before":"d5d547aa7b51467b15d9caa86b116f8c2507c72a","after":"88fac17500f4ea49c7bac136cf1b27e7b9980075","ref":"refs/heads/master","pushedAt":"2024-09-04T15:15:23.000Z","pushType":"push","commitsCount":272,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?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":"47ac09b91befbb6a235ab620c32af719f8208399","after":"d5d547aa7b51467b15d9caa86b116f8c2507c72a","ref":"refs/heads/master","pushedAt":"2024-08-29T16:46:37.000Z","pushType":"push","commitsCount":385,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random\n\nPull random number generator fix from Jason Donenfeld:\n \"Reject invalid flags passed to vgetrandom() in the same way that\n getrandom() does, so that the behavior is the same, from Yann.\n\n The flags argument to getrandom() only has a behavioral effect on the\n function if the RNG isn't initialized yet, so vgetrandom() falls back\n to the syscall in that case. But if the RNG is initialized, all of the\n flags behave the same way, so vgetrandom() didn't bother checking\n them, and just ignored them entirely.\n\n But that doesn't account for invalid flags passed in, which need to be\n rejected so we can use them later\"\n\n* tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random:\n random: vDSO: reject unknown getrandom() flags","shortMessageHtmlLink":"Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm…"}},{"before":"d07b43284ab356daf7ec5ae1858a16c1c7b6adab","after":"47ac09b91befbb6a235ab620c32af719f8208399","ref":"refs/heads/master","pushedAt":"2024-08-19T16:52:07.000Z","pushType":"push","commitsCount":309,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Linux 6.11-rc4","shortMessageHtmlLink":"Linux 6.11-rc4"}},{"before":"5189dafa4cf950e675f02ee04b577dfbbad0d9b1","after":"d07b43284ab356daf7ec5ae1858a16c1c7b6adab","ref":"refs/heads/master","pushedAt":"2024-08-15T00:14:31.000Z","pushType":"push","commitsCount":119,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm\n\nPull kvm fixes from Paolo Bonzini:\n \"s390:\n\n - Fix failure to start guests with kvm.use_gisa=0\n\n - Panic if (un)share fails to maintain security.\n\n ARM:\n\n - Use kvfree() for the kvmalloc'd nested MMUs array\n\n - Set of fixes to address warnings in W=1 builds\n\n - Make KVM depend on assembler support for ARMv8.4\n\n - Fix for vgic-debug interface for VMs without LPIs\n\n - Actually check ID_AA64MMFR3_EL1.S1PIE in get-reg-list selftest\n\n - Minor code / comment cleanups for configuring PAuth traps\n\n - Take kvm->arch.config_lock to prevent destruction / initialization\n race for a vCPU's CPUIF which may lead to a UAF\n\n x86:\n\n - Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)\n\n - Fix smatch issues\n\n - Small cleanups\n\n - Make x2APIC ID 100% readonly\n\n - Fix typo in uapi constant\n\n Generic:\n\n - Use synchronize_srcu_expedited() on irqfd shutdown\"\n\n* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (21 commits)\n KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG\n KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)\n KVM: eventfd: Use synchronize_srcu_expedited() on shutdown\n KVM: selftests: Add a testcase to verify x2APIC is fully readonly\n KVM: x86: Make x2APIC ID 100% readonly\n KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())\n KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()\n KVM: SVM: Fix an error code in sev_gmem_post_populate()\n KVM: SVM: Fix uninitialized variable bug\n KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface\n KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list\n KVM: arm64: Tidying up PAuth code in KVM\n KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI\n KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain\n s390/uv: Panic for set and remove shared access UVC errors\n KVM: s390: fix validity interception issue when gisa is switched off\n docs: KVM: Fix register ID of SPSR_FIQ\n KVM: arm64: vgic: fix unexpected unlock sparse warnings\n KVM: arm64: fix kdoc warnings in W=1 builds\n KVM: arm64: fix override-init warnings in W=1 builds\n ...","shortMessageHtmlLink":"Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm"}},{"before":"defaf1a2113a22b00dfa1abc0fd2014820eaf065","after":"5189dafa4cf950e675f02ee04b577dfbbad0d9b1","ref":"refs/heads/master","pushedAt":"2024-08-11T12:31:37.000Z","pushType":"push","commitsCount":300,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux\n\nPull nfsd fixes from Chuck Lever:\n\n - Two minor fixes for recent changes\n\n* tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:\n nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets\n sunrpc: avoid -Wformat-security warning","shortMessageHtmlLink":"Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/…"}},{"before":"3a7e02c040b130b5545e4b115aada7bacd80a2b6","after":"defaf1a2113a22b00dfa1abc0fd2014820eaf065","ref":"refs/heads/master","pushedAt":"2024-08-04T05:10:17.000Z","pushType":"push","commitsCount":537,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi\n\nPull SCSI fixes from James Bottomley:\n \"One core change that reverts the double message print patch in sd.c\n (it was causing regressions on embedded systems).\n\n The rest are driver fixes in ufs, mpt3sas and mpi3mr\"\n\n* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:\n scsi: ufs: exynos: Don't resume FMP when crypto support is disabled\n scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES\n scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES\n scsi: ufs: core: Do not set link to OFF state while waking up from hibernation\n scsi: Revert \"scsi: sd: Do not repeat the starting disk message\"\n scsi: ufs: core: Fix deadlock during RTC update\n scsi: ufs: core: Bypass quick recovery if force reset is needed\n scsi: ufs: core: Check LSDBS cap when !mcq","shortMessageHtmlLink":"Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g…"}},{"before":"c33ffdb70cc6df4105160f991288e7d2567d7ffa","after":"3a7e02c040b130b5545e4b115aada7bacd80a2b6","ref":"refs/heads/master","pushedAt":"2024-07-27T16:47:21.000Z","pushType":"push","commitsCount":329,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"minmax: avoid overly complicated constant expressions in VM code\n\nThe minmax infrastructure is overkill for simple constants, and can\ncause huge expansions because those simple constants are then used by\nother things.\n\nFor example, 'pageblock_order' is a core VM constant, but because it was\nimplemented using 'min_t()' and all the type-checking that involves, it\nactually expanded to something like 2.5kB of preprocessor noise.\n\nAnd when that simple constant was then used inside other expansions:\n\n #define pageblock_nr_pages (1UL << pageblock_order)\n #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages)\n\nand we then use that inside a 'max()' macro:\n\n\tcase ISOLATE_SUCCESS:\n\t\tupdate_cached = false;\n\t\tlast_migrated_pfn = max(cc->zone->zone_start_pfn,\n\t\t\tpageblock_start_pfn(cc->migrate_pfn - 1));\n\nthe end result was that one statement expanding to 253kB in size.\n\nThere are probably other cases of this, but this one case certainly\nstood out.\n\nI've added 'MIN_T()' and 'MAX_T()' macros for this kind of \"core simple\nconstant with specific type\" use. These macros skip the type checking,\nand as such need to be very sparingly used only for obvious cases that\nhave active issues like this.\n\nReported-by: Lorenzo Stoakes \nLink: https://lore.kernel.org/all/36aa2cad-1db1-4abf-8dd2-fb20484aabc3@lucifer.local/\nCc: David Laight \nSigned-off-by: Linus Torvalds ","shortMessageHtmlLink":"minmax: avoid overly complicated constant expressions in VM code"}},{"before":"b1bc554e009e3aeed7e4cfd2e717c7a34a98c683","after":"c33ffdb70cc6df4105160f991288e7d2567d7ffa","ref":"refs/heads/master","pushedAt":"2024-07-24T22:16:13.000Z","pushType":"push","commitsCount":6876,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy\n\nPull phy updates from Vinod Koul:\n \"New Support\n - Samsung Exynos gs101 drd combo phy\n - Qualcomm SC8180x USB uniphy, IPQ9574 QMP PCIe phy\n - Airoha EN7581 PCIe phy\n - Freescale i.MX8Q HSIO SerDes phy\n - Starfive jh7110 dphy tx\n\n Updates:\n - Resume support for j721e-wiz driver\n - Updates to Exynos usbdrd driver\n - Support for optional power domains in g12a usb2-phy driver\n - Debugfs support and updates to zynqmp driver\"\n\n* tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: (56 commits)\n phy: airoha: Add dtime and Rx AEQ IO registers\n dt-bindings: phy: airoha: Add dtime and Rx AEQ IO registers\n dt-bindings: phy: rockchip-emmc-phy: Convert to dtschema\n dt-bindings: phy: qcom,qmp-usb: fix spelling error\n phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)\n phy: exynos5-usbdrd: convert Vbus supplies to regulator_bulk\n phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulk\n phy: exynos5-usbdrd: convert core clocks to clk_bulk\n phy: exynos5-usbdrd: support isolating HS and SS ports independently\n dt-bindings: phy: samsung,usb3-drd-phy: add gs101 compatible\n phy: core: Fix documentation of of_phy_get\n phy: starfive: Correct the dphy configure process\n phy: zynqmp: Add debugfs support\n phy: zynqmp: Take the phy mutex in xlate\n phy: zynqmp: Only wait for PLL lock \"primary\" instances\n phy: zynqmp: Store instance instead of type\n phy: zynqmp: Enable reference clock correctly\n phy: cadence-torrent: Check return value on register read\n phy: Fix the cacography in phy-exynos5250-usb2.c\n phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCON\n ...","shortMessageHtmlLink":"Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"43db1e03c086ed20cc75808d3f45e780ec4ca26e","after":"b1bc554e009e3aeed7e4cfd2e717c7a34a98c683","ref":"refs/heads/master","pushedAt":"2024-07-18T17:37:21.000Z","pushType":"push","commitsCount":5641,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media\n\nPull media updates from Mauro Carvalho Chehab:\n\n - New sensor drivers: gc05a2, gc08a3 and imx283\n\n - New serializer/deserializer drivers: max96714 and max96717\n\n - New JPEG encoder driver: e5010\n\n - Support for Raspberry Pi PiSP Backend (BE) ISP driver\n\n - Old documentation for av7110 driver removed, as a new version was\n added as Documentation/userspace-api/media/dvb/legacy*.rst\n\n - atompisp: Linux firmwares are now available, so drop firmware-related\n task from TODO and update firmware logic\n\n - The imx258 driver has gained several improvements\n\n - wave5 driver has gained support for HEVC decoding\n\n - em28xx gained support for MyGica UTV3\n\n - av7110 budget-patch driver removed\n\n - Lots of other cleanups, improvements and fixes\n\n* tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (301 commits)\n media: raspberrypi: Switch to remove_new\n media: uapi: pisp_be_config: Add extra config fields\n media: uapi: pisp_be_config: Re-sort pisp_be_tiles_config\n media: uapi: pisp_common: Capitalize all macros\n media: uapi: pisp_common: Add 32 bpp format test\n media: uapi: pisp_be_config: Drop BIT() from uAPI\n media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs\n media: atomisp: Fix spelling mistakes in sh_css_sp.c\n media: atomisp: Fix spelling mistake in ia_css_debug.c\n media: atomisp: Fix spelling mistake in hmm_bo.c\n media: atomisp: Fix spelling mistake in ia_css_eed1_8.host.c\n media: atomisp: Fix spelling mistake in sh_css_internal.h\n media: atomisp: Fix spelling mistake \"pipline\" -> \"pipeline\"\n media: atomisp: Remove unused GPIO related defines and APIs\n media: atomisp: Replace COMPILATION_ERROR_IF() by static_assert()\n media: atomisp: Clean up unused macros from math_support.h\n media: atomisp: csi2-bridge: Add DMI quirk for OV5693 on Xiaomi Mipad2\n media: atomisp: Update TODO\n media: atomisp: Prefix firmware paths with \"intel/ipu/\"\n media: atomisp: Remove firmware_name module parameter\n ...","shortMessageHtmlLink":"Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne…"}},{"before":"d270dd21bee023ab627f34cfb77a9b89a688492a","after":"43db1e03c086ed20cc75808d3f45e780ec4ca26e","ref":"refs/heads/master","pushedAt":"2024-07-11T23:58:43.000Z","pushType":"push","commitsCount":164,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm\n\nPull device mapper fix from Mikulas Patocka:\n\n - Fix broken discard for device mapper VDO target\n\n* tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:\n dm vdo: replace max_discard_sectors with max_hw_discard_sectors","shortMessageHtmlLink":"Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux…"}},{"before":"5bbd9b249880dba032bffa002dd9cd12cd5af09c","after":"d270dd21bee023ab627f34cfb77a9b89a688492a","ref":"refs/heads/master","pushedAt":"2024-07-05T22:01:04.000Z","pushType":"push","commitsCount":365,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'pci-v6.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci\n\nPull pci update from Bjorn Helgaas:\n\n - Update MAINTAINERS and CREDITS to credit Gustavo Pimentel with the\n Synopsys DesignWare eDMA driver and reflect that he is no longer at\n Synopsys and isn't in a position to maintain the DesignWare xData\n traffic generator (Bjorn Helgaas)\n\n* tag 'pci-v6.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:\n CREDITS: Add Synopsys DesignWare eDMA driver for Gustavo Pimentel\n MAINTAINERS: Orphan Synopsys DesignWare xData traffic generator","shortMessageHtmlLink":"Merge tag 'pci-v6.10-fixes-2' of git://git.kernel.org/pub/scm/linux/k…"}},{"before":"50736169ecc8387247fe6a00932852ce7b057083","after":"5bbd9b249880dba032bffa002dd9cd12cd5af09c","ref":"refs/heads/master","pushedAt":"2024-06-28T04:29:38.000Z","pushType":"push","commitsCount":383,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6\n\nPyll crypto fix from Herbert Xu:\n \"Fix a build failure in qat\"\n\n* tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:\n crypto: qat - fix linking errors when PCI_IOV is disabled","shortMessageHtmlLink":"Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git…"}},{"before":"b5beaa44747bddbabb338377340244f56465cd7d","after":"50736169ecc8387247fe6a00932852ce7b057083","ref":"refs/heads/master","pushedAt":"2024-06-21T18:15:47.000Z","pushType":"push","commitsCount":155,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux\n\nPull btrfs fixes from David Sterba:\n\n - fix potential infinite loop when doing block grou reclaim\n\n - fix crash on emulated zoned device and NOCOW files\n\n* tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:\n btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes\n btrfs: retry block group reclaim without infinite loop","shortMessageHtmlLink":"Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/ke…"}},{"before":"cea2a26553ace13ee36b56dc09ad548b5e6907df","after":"b5beaa44747bddbabb338377340244f56465cd7d","ref":"refs/heads/master","pushedAt":"2024-06-16T19:04:12.000Z","pushType":"push","commitsCount":227,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb\n\nPull USB / Thunderbolt fixes from Greg KH:\n \"Here are some small USB and Thunderbolt driver fixes for 6.10-rc4.\n Included in here are:\n\n - thunderbolt debugfs bugfix\n\n - USB typec bugfixes\n\n - kcov usb bugfix\n\n - xhci bugfixes\n\n - usb-storage bugfix\n\n - dt-bindings bugfix\n\n - cdc-wdm log message spam bugfix\n\n All of these, except for the last cdc-wdm log level change, have been\n in linux-next for a while with no reported problems. The cdc-wdm\n bugfix has been tested by syzbot and proved to fix the reported cpu\n lockup issues when the log is constantly spammed by a broken device\"\n\n* tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:\n USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages\n xhci: Handle TD clearing for multiple streams case\n xhci: Apply broken streams quirk to Etron EJ188 xHCI host\n xhci: Apply reset resume quirk to Etron EJ188 xHCI host\n xhci: Set correct transferred length for cancelled bulk transfers\n usb-storage: alauda: Check whether the media is initialized\n usb: typec: ucsi: Ack also failed Get Error commands\n kcov, usb: disable interrupts in kcov_remote_start_usb_softirq\n dt-bindings: usb: realtek,rts5411: Add missing \"additionalProperties\" on child nodes\n usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state\n usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps\n USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected\n usb: typec: ucsi: glink: increase max ports for x1e80100\n Revert \"usb: chipidea: move ci_ulpi_init after the phy initialization\"\n thunderbolt: debugfs: Fix margin debugfs node creation condition","shortMessageHtmlLink":"Merge tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"4a4be1ad3a6efea16c56615f31117590fd881358","after":"cea2a26553ace13ee36b56dc09ad548b5e6907df","ref":"refs/heads/master","pushedAt":"2024-06-12T20:12:45.000Z","pushType":"push","commitsCount":702,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"mailmap: Add my outdated addresses to the map file\n\nThere is a couple of outdated addresses that are still visible\nin the Git history, add them to .mailmap.\n\nWhile at it, replace one in the comment.\n\nSigned-off-by: Andy Shevchenko \nSigned-off-by: Linus Torvalds ","shortMessageHtmlLink":"mailmap: Add my outdated addresses to the map file"}},{"before":"9b62e02e63363f5678d5598ee7372064301587f7","after":"4a4be1ad3a6efea16c56615f31117590fd881358","ref":"refs/heads/master","pushedAt":"2024-05-31T15:13:25.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Revert \"vfs: Delete the associated dentry when deleting a file\"\n\nThis reverts commit 681ce8623567ba7e7333908e9826b77145312dda.\n\nWe gave it a try, but it turns out the kernel test robot did in fact\nfind performance regressions for it, so we'll have to look at the more\ninvolved alternative fixes for Yafang Shao's Elasticsearch load issue.\n\nThere were several alternatives discussed, they just weren't as simple\nas this first attempt.\n\nThe report is of a -7.4% regression of filebench.sum_operations/s, which\nappears significant enough to trigger my \"this patch may get reverted if\nsomebody finds a performance regression on some other load\" rule.\n\nSo it's still the case that we should end up deleting dentries more\naggressively - or just be better at pruning them later - but it needs a\nbit more finesse than this simple thing.\n\nLink: https://lore.kernel.org/all/202405291318.4dfbb352-oliver.sang@intel.com/\nCc: Yafang Shao \nCc: Al Viro \nCc: Christian Brauner \nSigned-off-by: Linus Torvalds ","shortMessageHtmlLink":"Revert \"vfs: Delete the associated dentry when deleting a file\""}},{"before":"ff2632d7d08edc11e8bd0629e9fcfebab25c78b4","after":"9b62e02e63363f5678d5598ee7372064301587f7","ref":"refs/heads/master","pushedAt":"2024-05-26T00:52:33.000Z","pushType":"push","commitsCount":3983,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm\n\nPull misc fixes from Andrew Morton:\n \"16 hotfixes, 11 of which are cc:stable.\n\n A few nilfs2 fixes, the remainder are for MM: a couple of selftests\n fixes, various singletons fixing various issues in various parts\"\n\n* tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:\n mm/ksm: fix possible UAF of stable_node\n mm/memory-failure: fix handling of dissolved but not taken off from buddy pages\n mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again\n nilfs2: fix potential hang in nilfs_detach_log_writer()\n nilfs2: fix unexpected freezing of nilfs_segctor_sync()\n nilfs2: fix use-after-free of timer for log writer thread\n selftests/mm: fix build warnings on ppc64\n arm64: patching: fix handling of execmem addresses\n selftests/mm: compaction_test: fix bogus test success and reduce probability of OOM-killer invocation\n selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages\n selftests/mm: compaction_test: fix bogus test success on Aarch64\n mailmap: update email address for Satya Priya\n mm/huge_memory: don't unpoison huge_zero_folio\n kasan, fortify: properly rename memintrinsics\n lib: add version into /proc/allocinfo output\n mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL","shortMessageHtmlLink":"Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.o…"}},{"before":"1b10b390d945a19747d75b34a6e01035ac7b9155","after":"ff2632d7d08edc11e8bd0629e9fcfebab25c78b4","ref":"refs/heads/master","pushedAt":"2024-05-17T16:52:56.000Z","pushType":"push","commitsCount":5697,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux\n\nPull powerpc updates from Michael Ellerman:\n\n - Enable BPF Kernel Functions (kfuncs) in the powerpc BPF JIT.\n\n - Allow per-process DEXCR (Dynamic Execution Control Register) settings\n via prctl, notably NPHIE which controls hashst/hashchk for ROP\n protection.\n\n - Install powerpc selftests in sub-directories. Note this changes the\n way run_kselftest.sh needs to be invoked for powerpc selftests.\n\n - Change fadump (Firmware Assisted Dump) to better handle memory\n add/remove.\n\n - Add support for passing additional parameters to the fadump kernel.\n\n - Add support for updating the kdump image on CPU/memory add/remove\n events.\n\n - Other small features, cleanups and fixes.\n\nThanks to Andrew Donnellan, Andy Shevchenko, Aneesh Kumar K.V, Arnd\nBergmann, Benjamin Gray, Bjorn Helgaas, Christian Zigotzky, Christophe\nJaillet, Christophe Leroy, Colin Ian King, Cédric Le Goater, Dr. David\nAlan Gilbert, Erhard Furtner, Frank Li, GUO Zihua, Ganesh Goudar, Geoff\nLevand, Ghanshyam Agrawal, Greg Kurz, Hari Bathini, Joel Stanley, Justin\nStitt, Kunwu Chan, Li Yang, Lidong Zhong, Madhavan Srinivasan, Mahesh\nSalgaonkar, Masahiro Yamada, Matthias Schiffer, Naresh Kamboju, Nathan\nChancellor, Nathan Lynch, Naveen N Rao, Nicholas Miehlbradt, Ran Wang,\nRandy Dunlap, Ritesh Harjani, Sachin Sant, Shirisha Ganta, Shrikanth\nHegde, Sourabh Jain, Stephen Rothwell, sundar, Thorsten Blum, Vaibhav\nJain, Xiaowei Bao, Yang Li, and Zhao Chenhui.\n\n* tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (85 commits)\n powerpc/fadump: Fix section mismatch warning\n powerpc/85xx: fix compile error without CONFIG_CRASH_DUMP\n powerpc/fadump: update documentation about bootargs_append\n powerpc/fadump: pass additional parameters when fadump is active\n powerpc/fadump: setup additional parameters for dump capture kernel\n powerpc/pseries/fadump: add support for multiple boot memory regions\n selftests/powerpc/dexcr: Fix spelling mistake \"predicition\" -> \"prediction\"\n KVM: PPC: Book3S HV nestedv2: Fix an error handling path in gs_msg_ops_kvmhv_nestedv2_config_fill_info()\n KVM: PPC: Fix documentation for ppc mmu caps\n KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver\n KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exception\n powerpc/xmon: Check cpu id in commands \"c#\", \"dp#\" and \"dx#\"\n powerpc/code-patching: Use dedicated memory routines for patching\n powerpc/code-patching: Test patch_instructions() during boot\n powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()\n powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX\n powerpc: Fix typos\n powerpc/eeh: Fix spelling of the word \"auxillary\" and update comment\n macintosh/ams: Fix unused variable warning\n powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large\n ...","shortMessageHtmlLink":"Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kern…"}},{"before":"0106679839f7c69632b3b9833c3268c316c0a9fc","after":"1b10b390d945a19747d75b34a6e01035ac7b9155","ref":"refs/heads/master","pushedAt":"2024-05-15T01:25:08.000Z","pushType":"push","commitsCount":3169,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi\n\nPull EFI updates from Ard Biesheuvel:\n \"Only a handful of changes this cycle, consisting of cleanup work and a\n low-prio bugfix:\n\n - Additional cleanup by Tim for the efivarfs variable name length\n confusion\n\n - Avoid freeing a bogus pointer when virtual remapping is omitted in\n the EFI boot stub\"\n\n* tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:\n efi: libstub: only free priv.runtime_map when allocated\n efi: Clear up misconceptions about a maximum variable name size\n efivarfs: Remove unused internal struct members\n Documentation: Mark the 'efivars' sysfs interface as removed\n efi: pstore: Request at most 512 bytes for variable names","shortMessageHtmlLink":"Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/…"}},{"before":"2c8159388952f530bd260e097293ccc0209240be","after":"0106679839f7c69632b3b9833c3268c316c0a9fc","ref":"refs/heads/master","pushedAt":"2024-05-02T17:45:38.000Z","pushType":"push","commitsCount":69,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator\n\nPull regulator fixes from Mark Brown:\n \"There's a few simple driver specific fixes here, plus some core\n cleanups from Matti which fix issues found with client drivers due to\n the API being confusing.\n\n The two fixes for the stubs provide more constructive behaviour with\n !REGULATOR configurations, issues were noticed with some hwmon drivers\n which would otherwise have needed confusing bodges in the users.\n\n The irq_helpers fix to duplicate the provided name for the interrupt\n controller was found because a driver got this wrong and it's again a\n case where the core is the sensible place to put the fix\"\n\n* tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:\n regulator: change devm_regulator_get_enable_optional() stub to return Ok\n regulator: change stubbed devm_regulator_get_enable to return Ok\n regulator: vqmmc-ipq4019: fix module autoloading\n regulator: qcom-refgen: fix module autoloading\n regulator: mt6360: De-capitalize devicetree regulator subnodes\n regulator: irq_helpers: duplicate IRQ name","shortMessageHtmlLink":"Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/li…"}},{"before":"96fca68c4fbf77a8185eb10f7557e23352732ea2","after":"2c8159388952f530bd260e097293ccc0209240be","ref":"refs/heads/master","pushedAt":"2024-04-28T15:54:06.000Z","pushType":"push","commitsCount":654,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux\n\nPull Rust fixes from Miguel Ojeda:\n\n - Soundness: make internal functions generated by the 'module!' macro\n inaccessible, do not implement 'Zeroable' for 'Infallible' and\n require 'Send' for the 'Module' trait.\n\n - Build: avoid errors with \"empty\" files and workaround 'rustdoc' ICE.\n\n - Kconfig: depend on '!CFI_CLANG' and avoid selecting 'CONSTRUCTORS'.\n\n - Code docs: remove non-existing key from 'module!' macro example.\n\n - Docs: trivial rendering fix in arch table.\n\n* tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux:\n rust: remove `params` from `module` macro example\n kbuild: rust: force `alloc` extern to allow \"empty\" Rust files\n kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE\n rust: kernel: require `Send` for `Module` implementations\n rust: phy: implement `Send` for `Registration`\n rust: make mutually exclusive with CFI_CLANG\n rust: macros: fix soundness issue in `module!` macro\n rust: init: remove impl Zeroable for Infallible\n docs: rust: fix improper rendering in Arch Support page\n rust: don't select CONSTRUCTORS","shortMessageHtmlLink":"Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux"}},{"before":"8f2c057754b25075aa3da132cd4fd4478cdab854","after":"96fca68c4fbf77a8185eb10f7557e23352732ea2","ref":"refs/heads/master","pushedAt":"2024-04-17T15:14:19.000Z","pushType":"push","commitsCount":87,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux\n\nPull nfsd fixes from Chuck Lever:\n\n - Fix a potential tracepoint crash\n\n - Fix NFSv4 GETATTR on big-endian platforms\n\n* tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:\n NFSD: fix endianness issue in nfsd4_encode_fattr4\n SUNRPC: Fix rpcgss_context trace event acceptor field","shortMessageHtmlLink":"Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/g…"}},{"before":"9875c0beb8adaab602572b983fb59dbd761d5882","after":"8f2c057754b25075aa3da132cd4fd4478cdab854","ref":"refs/heads/master","pushedAt":"2024-04-13T14:39:04.000Z","pushType":"push","commitsCount":276,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux\n\nPull arm64 fix from Catalin Marinas:\n \"Fix the TLBI RANGE operand calculation causing live migration under\n KVM/arm64 to miss dirty pages due to stale TLB entries\"\n\n* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:\n arm64: tlb: Fix TLBI RANGE operand","shortMessageHtmlLink":"Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/…"}},{"before":"c88b9b4cde17aec34fb9bfaf69f9f72a1c44f511","after":"9875c0beb8adaab602572b983fb59dbd761d5882","ref":"refs/heads/master","pushedAt":"2024-04-11T01:20:28.000Z","pushType":"push","commitsCount":311,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'media/v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media\n\nPull media fixes from Mauro Carvalho Chehab:\n\n - some fixes for mediatec vcodec encoder/decoder oopses\n\n* tag 'media/v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:\n media: mediatek: vcodec: support 36 bits physical address\n media: mediatek: vcodec: adding lock to protect encoder context list\n media: mediatek: vcodec: adding lock to protect decoder context list\n media: mediatek: vcodec: Fix oops when HEVC init fails\n media: mediatek: vcodec: Handle VP9 superframe bitstream with 8 sub-frames","shortMessageHtmlLink":"Merge tag 'media/v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel…"}},{"before":"c85af715cac0a951eea97393378e84bb49384734","after":"c88b9b4cde17aec34fb9bfaf69f9f72a1c44f511","ref":"refs/heads/master","pushedAt":"2024-04-05T00:10:08.000Z","pushType":"push","commitsCount":113,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net\n\nPull networking fixes from Jakub Kicinski:\n \"Including fixes from netfilter, bluetooth and bpf.\n\n Fairly usual collection of driver and core fixes. The large selftest\n accompanying one of the fixes is also becoming a common occurrence.\n\n Current release - regressions:\n\n - ipv6: fix infinite recursion in fib6_dump_done()\n\n - net/rds: fix possible null-deref in newly added error path\n\n Current release - new code bugs:\n\n - net: do not consume a full cacheline for system_page_pool\n\n - bpf: fix bpf_arena-related file descriptor leaks in the verifier\n\n - drv: ice: fix freeing uninitialized pointers, fixing misuse of the\n newfangled __free() auto-cleanup\n\n Previous releases - regressions:\n\n - x86/bpf: fixes the BPF JIT with retbleed=stuff\n\n - xen-netfront: add missing skb_mark_for_recycle, fix page pool\n accounting leaks, revealed by recently added explicit warning\n\n - tcp: fix bind() regression for v6-only wildcard and v4-mapped-v6\n non-wildcard addresses\n\n - Bluetooth:\n - replace \"hci_qca: Set BDA quirk bit if fwnode exists in DT\" with\n better workarounds to un-break some buggy Qualcomm devices\n - set conn encrypted before conn establishes, fix re-connecting to\n some headsets which use slightly unusual sequence of msgs\n\n - mptcp:\n - prevent BPF accessing lowat from a subflow socket\n - don't account accept() of non-MPC client as fallback to TCP\n\n - drv: mana: fix Rx DMA datasize and skb_over_panic\n\n - drv: i40e: fix VF MAC filter removal\n\n Previous releases - always broken:\n\n - gro: various fixes related to UDP tunnels - netns crossing\n problems, incorrect checksum conversions, and incorrect packet\n transformations which may lead to panics\n\n - bpf: support deferring bpf_link dealloc to after RCU grace period\n\n - nf_tables:\n - release batch on table validation from abort path\n - release mutex after nft_gc_seq_end from abort path\n - flush pending destroy work before exit_net release\n\n - drv: r8169: skip DASH fw status checks when DASH is disabled\"\n\n* tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (81 commits)\n netfilter: validate user input for expected length\n net/sched: act_skbmod: prevent kernel-infoleak\n net: usb: ax88179_178a: avoid the interface always configured as random address\n net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()\n net: ravb: Always update error counters\n net: ravb: Always process TX descriptor ring\n netfilter: nf_tables: discard table flag update with pending basechain deletion\n netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()\n netfilter: nf_tables: reject new basechain after table flag update\n netfilter: nf_tables: flush pending destroy work before exit_net release\n netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path\n netfilter: nf_tables: release batch on table validation from abort path\n Revert \"tg3: Remove residual error handling in tg3_suspend\"\n tg3: Remove residual error handling in tg3_suspend\n net: mana: Fix Rx DMA datasize and skb_over_panic\n net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()\n net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping\n net: stmmac: fix rx queue priority assignment\n net: txgbe: fix i2c dev name cannot match clkdev\n net: fec: Set mac_managed_pm during probe\n ...","shortMessageHtmlLink":"Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/…"}},{"before":"8d025e2092e29bfd13e56c78e22af25fac83c8ec","after":"c85af715cac0a951eea97393378e84bb49384734","ref":"refs/heads/master","pushedAt":"2024-04-03T18:49:17.000Z","pushType":"push","commitsCount":409,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux\n\nPull vboxsf fixes from Hans de Goede:\n\n - Compiler warning fixes\n\n - Explicitly deny setlease attempts\n\n* tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux:\n vboxsf: explicitly deny setlease attempts\n vboxsf: Remove usage of the deprecated ida_simple_xx() API\n vboxsf: Avoid an spurious warning if load_nls_xxx() fails\n vboxsf: remove redundant variable out_len","shortMessageHtmlLink":"Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kerne…"}},{"before":"7033999ecd7b8cf9ea59265035a0150961e023ee","after":"8d025e2092e29bfd13e56c78e22af25fac83c8ec","ref":"refs/heads/master","pushedAt":"2024-03-28T17:05:34.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"heftig","name":"Jan Alexander Steffens","path":"/heftig","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/204006?s=80&v=4"},"commit":{"message":"Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs\n\nPull erofs fixes from Gao Xiang:\n\n - Add a new reviewer Sandeep Dhavale to build a healthier community\n\n - Drop experimental warning for FSDAX\n\n* tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:\n MAINTAINERS: erofs: add myself as reviewer\n erofs: drop experimental warning for FSDAX","shortMessageHtmlLink":"Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/l…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNVQxNzo1Njo0NS4wMDAwMDBazwAAAAS2zYre","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNVQxNzo1Njo0NS4wMDAwMDBazwAAAAS2zYre","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yOFQxNzowNTozNC4wMDAwMDBazwAAAAQh_axV"}},"title":"Activity · archlinux/linux"}