LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


View Poll Results: How many reverts will 5.15.4 contain?
0 1 5.00%
1 1 5.00%
2 0 0%
3 1 5.00%
4 2 10.00%
5 0 0%
6-10 2 10.00%
11-15 2 10.00%
16-20 2 10.00%
21-25 1 5.00%
26-30 2 10.00%
31-35 1 5.00%
36-40 0 0%
41-50 1 5.00%
51 or more 4 20.00%
Voters: 20. You may not vote on this poll

Reply
  Search this Thread
Old 11-22-2021, 05:17 AM   #16
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Talking


Quote:
Originally Posted by ctrlaltca View Post
So, the final result seems to be 4: https://cdn.kernel.org/pub/linux/ker...angeLog-5.15.4
12% of the answers were correct, 17% underestimated the number of reverts, about 70% overestimated the number of reverts (me too).
Seems like we don't trust our kernel developers enough
I missed for only 10, so that's only an 250% overshoot
 
Old 11-22-2021, 07:55 AM   #17
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 907

Original Poster
Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by ctrlaltca View Post
So, the final result seems to be 4: https://cdn.kernel.org/pub/linux/ker...angeLog-5.15.4
12% of the answers were correct, 17% underestimated the number of reverts, about 70% overestimated the number of reverts (me too).
Seems like we don't trust our kernel developers enough
Thanks for the summary. Congrats to avian and cwizardone for guessing correctly.

Here are the 4 revert commits:

Code:
commit 1af7386f5f71f8cb23ea34862b481ed6a33ef538
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Wed Nov 17 17:05:41 2021 +0100

    Revert "ACPI: scan: Release PM resources blocked by unused objects"
    
    commit 3b2b49e6dfdcf423506a771bf44cee842596351a upstream.
    
    Revert commit c10383e8ddf4 ("ACPI: scan: Release PM resources blocked
    by unused objects"), because it causes boot issues to appear on some
    platforms.
    
    Reported-by: Kyle D. Pelton <kyle.d.pelton@intel.com>
    Reported-by: Saranya Gopal <saranya.gopal@intel.com>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Code:
commit 0fc2241ac237dcfa037f97f734145d45fa6ebf3d
Author: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Date:   Thu Nov 18 17:58:18 2021 +0900

    btrfs: zoned: allow preallocation for relocation inodes
    
    commit 960a3166aed015887cd54423a6589ae4d0b65bd5 upstream
    
    Now that we use a dedicated block group and regular writes for data
    relocation, we can preallocate the space needed for a relocated inode,
    just like we do in regular mode.
    
    Essentially this reverts commit 32430c614844 ("btrfs: zoned: enable
    relocation on a zoned filesystem") as it is not needed anymore.
    
    Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
    Reviewed-by: David Sterba <dsterba@suse.com>
    Signed-off-by: David Sterba <dsterba@suse.com>
    Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Code:
commit b06962406eca3d0ca818e2cda96e1b2e1f82bc94
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Fri Nov 19 12:30:13 2021 +0100

    Revert "drm: fb_helper: fix CONFIG_FB dependency"
    
    This reverts commit c95380ba527ae0aee29b2a133c5d0c481d472759 which is
    commit 606b102876e3741851dfb09d53f3ee57f650a52c upstream.
    
    It causes some build problems as reported by Jiri.
    
    Link: https://lore.kernel.org/r/9fdb2bf1-de52-1b9d-4783-c61ce39e8f51@kernel.org
    Reported-by: Jiri Slaby <jirislaby@kernel.org>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Sasha Levin <sashal@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Code:
commit 3256c84aaddc803382f9818945e85f2e796b9128
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Fri Nov 19 12:30:10 2021 +0100

    Revert "drm: fb_helper: improve CONFIG_FB dependency"
    
    This reverts commit 94e18f5a5dd1b5e3b89c665fc5ff780858b1c9f6 which is
    commit 9d6366e743f37d36ef69347924ead7bcc596076e upstream.
    
    It causes some build problems as reported by Jiri.
    
    Link: https://lore.kernel.org/r/9fdb2bf1-de52-1b9d-4783-c61ce39e8f51@kernel.org
    Reported-by: Jiri Slaby <jirislaby@kernel.org>
    Cc: Jani Nikula <jani.nikula@intel.com>
    Cc: Javier Martinez Canillas <javierm@redhat.com>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Sasha Levin <sashal@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to find files that contain one string, but don't contain another. PatrickDickey Linux - Newbie 2 09-11-2011 06:00 AM
LXer: Linux Community Chuckles at Slowdown Prediction LXer Syndicated Linux News 0 09-07-2007 09:20 AM
TCP Sequence Prediction introuble Linux - General 4 12-16-2006 02:54 PM
A little prediction titanium_geek LQ Suggestions & Feedback 5 09-15-2005 04:05 PM
nmap - TCP Sequence Prediction ddaas Linux - Security 2 02-09-2005 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration