|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 2.31] block vda: the capability attribute has been deprecated. | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Martin Loviska <mloviska> |
| Component: | Kernel | Assignee: | Kernel Bugs <kernel-bugs> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | eugenio.paolantonio, tiwai |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/12839254/modules/journal_check/steps/11 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | log | ||
|
Description
Martin Loviska
2023-11-22 11:44:29 UTC
This is a change in 6.3 commit e81cd5a983bb35dabd38ee472cf3fea1c63e0f23 Author: Christoph Hellwig <hch@lst.de> Date: Fri Feb 3 16:02:09 2023 +0100 block: stub out and deprecated the capability attribute on the gendisk The capability attribute was added in 2017 to expose the kernel internal GENHD_FL_MEDIA_CHANGE_NOTIFY to userspace without ever adding a value to an UAPI header, and without ever setting it in any driver until it was finally removed in Linux 5.7. Deprecate the file and always return 0 instead of exposing the other internal and frequently renumbered other gendisk flags. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20230203150209.3199115-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk> So it's just a message shown only once to indicate the deprecation. Closed as a FEATURE. We not see the message anymore in the tests https://openqa.suse.de/tests/13713298#step/journal_check/8 |