summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-12-09 14:41:59 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2025-12-21 20:15:36 +0100
commit3fbd97618f49e07e05aad96510e5f2ed22d68809 (patch)
treee0ff818441b1de99023092614e8856ca41a6d54c /tools/perf/scripts/python/libxed.py
parent8f05e411aee3ce27ab7b790181cbac9eb81bfedc (diff)
downloadkernel-3fbd97618f49e07e05aad96510e5f2ed22d68809.tar.gz
drm/gem-shmem: Fix the MODULE_LICENSE() string
Replace the bogus "GPL v2" with "GPL" as MODULE_LICNSE() string. The value does not declare the module's exact license, but only lets the module loader test whether the module is Free Software or not. See commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity") in the details of the issue. The fix is to use "GPL" for all modules under any variant of the GPL. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Fixes: 4b2b5e142ff4 ("drm: Move GEM memory managers into modules") Link: https://patch.msgid.link/20251209140141.94407-3-tzimmermann@suse.de
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
quot.c?h=master&id=ca378189fdfa890a4f0622f85ee41b710bbac271'>xfs: convert quotacheck to attach dquot buffersDarrick J. Wong 2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong 2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong 2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong 2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong 2024-11-05xfs: don't count metadata directory files to quotaDarrick J. Wong 2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig 2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig 2024-04-15xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson 2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner 2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong 2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle) 2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner 2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2023-12-15xfs: repair quotasDarrick J. Wong 2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong