This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from efbcbb12ee99 media: m5mols: fix off-by-one loop termination error new dc472c761229 ata: pata_parport: fix parport release without claim new 5bc9e2d43f86 ata: pata_parport: fix memory leaks new f900bffe2dac Merge tag 'ata-6.3-rc3' of git://git.kernel.org/pub/scm/li [...] new 5f8d1e3b6f9b hwmon: (adt7475) Display smoothing attributes in correct order new 48e8186870d9 hwmon: (adt7475) Fix masking of hysteresis registers new cb090e64cf25 hwmon: (xgene) Fix use after free bug in xgene_hwmon_remov [...] new c93f5e2ab532 hwmon: (ina3221) return prober error code new 8d655e652376 hwmon: (ucd90320) Add minimum delay between bus accesses new 00d85e81796b hwmon: tmp512: drop of_match_ptr for ID table new a5bb73b3f5db hwmon: (adm1266) Set `can_sleep` flag for GPIO chip new ab00709310ee hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip new 2a3e75a7ab15 Merge tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub [...] new ced0f245ed95 kallsyms: add kallsyms_seqs_of_names to list of special symbols new ee06a3ef7e3c kconfig: Update config changed flag before calling callback new c753ccb2629f Makefile: Make kernelrelease target work with M= new 2fd6c4553c96 kbuild: deb-pkg: make debian source package working again new 7a531c21f83d kbuild: deb-pkg: do not take KERNELRELEASE from the source [...] new f50aa51c4498 kbuild: deb-pkg: set CROSS_COMPILE only when undefined new b611daae5efc kbuild: deb-pkg: split image and debug objects staging out [...] new 36862e14e316 kbuild: deb-pkg: use dh_listpackages to know enabled packages new 81f59a26f3d5 kbuild: rpm-pkg: move source components to rpmbuild/SOURCES new 05e96e96a315 kbuild: use git-archive for source package creation new 534293368afa Merge tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/ [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitignore | 1 + Makefile | 11 +- drivers/ata/pata_parport/pata_parport.c | 30 +- drivers/hwmon/adt7475.c | 8 +- drivers/hwmon/ina3221.c | 2 +- drivers/hwmon/ltc2992.c | 1 + drivers/hwmon/pmbus/adm1266.c | 1 + drivers/hwmon/pmbus/ucd9000.c | 75 +++ drivers/hwmon/tmp513.c | 2 +- drivers/hwmon/xgene-hwmon.c | 1 + scripts/.gitignore | 1 - scripts/Makefile | 2 +- scripts/Makefile.package | 148 ++--- scripts/check-git | 14 + scripts/kallsyms.c | 1 + scripts/kconfig/confdata.c | 6 +- scripts/list-gitignored.c | 1057 ------------------------------- scripts/package/builddeb | 269 ++++---- scripts/package/deb-build-option | 14 +- scripts/package/gen-diff-patch | 44 ++ scripts/package/mkdebian | 23 +- scripts/package/mkspec | 22 +- scripts/setlocalversion | 45 +- 23 files changed, 459 insertions(+), 1319 deletions(-) create mode 100755 scripts/check-git delete mode 100644 scripts/list-gitignored.c create mode 100755 scripts/package/gen-diff-patch